/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/@vex/styles/tailwind.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

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

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

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

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

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

html {
  tab-size: 4;
}

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

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

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

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

body {
  margin: 0;
}

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

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

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  border-color: var(--foreground-divider);
}

input, textarea {
  box-sizing: content-box;
  line-height: 1.5;
}

button:focus {
  outline: unset !important;
}

code {
  background: var(--background-app-bar);
  border-radius: var(--border-radius);
  color: var(--text-color);
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 85%;
  padding: 0.2em 0.4em;
}

blockquote {
  background: rgba(var(--color-primary), .1);
  border-left: 3px solid rgb(var(--color-primary));
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  margin: 1em 0 1.5em;
  padding: 1em 1.5em;
}

blockquote > * {
  margin: 0;
}

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

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

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

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

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

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

:root .visible{
  visibility: visible;
}

:root .invisible{
  visibility: hidden;
}

:root .static{
  position: static;
}

:root .fixed{
  position: fixed;
}

:root .absolute{
  position: absolute;
}

:root .relative{
  position: relative;
}

:root .sticky{
  position: sticky;
}

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

:root .inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root .inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root .inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root .inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root .inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root .inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root .inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root .inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root .inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root .-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root .-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root .-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root .-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root .-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root .-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root .-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root .-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root .-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

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

:root [dir=ltr] .ltr\:inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root [dir=ltr] .ltr\:inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root [dir=ltr] .ltr\:inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root [dir=ltr] .ltr\:inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root [dir=ltr] .ltr\:-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root [dir=ltr] .ltr\:-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root [dir=ltr] .ltr\:-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root [dir=ltr] .ltr\:inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

:root [dir=rtl] .rtl\:inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root [dir=rtl] .rtl\:inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

:root [dir=rtl] .rtl\:inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

:root [dir=rtl] .rtl\:inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

:root [dir=rtl] .rtl\:-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

:root [dir=rtl] .rtl\:-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

:root [dir=rtl] .rtl\:-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

:root [dir=rtl] .rtl\:inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

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

:root .inset-x-1{
  left: 0.25rem;
  right: 0.25rem;
}

:root .inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}

:root .inset-x-3{
  left: 0.75rem;
  right: 0.75rem;
}

:root .inset-x-4{
  left: 1rem;
  right: 1rem;
}

:root .inset-x-5{
  left: 1.25rem;
  right: 1.25rem;
}

:root .inset-x-6{
  left: 1.5rem;
  right: 1.5rem;
}

:root .inset-x-8{
  left: 2rem;
  right: 2rem;
}

:root .inset-x-10{
  left: 2.5rem;
  right: 2.5rem;
}

:root .inset-x-12{
  left: 3rem;
  right: 3rem;
}

:root .-inset-x-1{
  left: -0.25rem;
  right: -0.25rem;
}

:root .-inset-x-2{
  left: -0.5rem;
  right: -0.5rem;
}

:root .-inset-x-3{
  left: -0.75rem;
  right: -0.75rem;
}

:root .-inset-x-4{
  left: -1rem;
  right: -1rem;
}

:root .-inset-x-5{
  left: -1.25rem;
  right: -1.25rem;
}

:root .-inset-x-6{
  left: -1.5rem;
  right: -1.5rem;
}

:root .-inset-x-8{
  left: -2rem;
  right: -2rem;
}

:root .-inset-x-10{
  left: -2.5rem;
  right: -2.5rem;
}

:root .-inset-x-12{
  left: -3rem;
  right: -3rem;
}

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

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

:root .inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root .inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root .inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root .inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root .inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root .inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root .inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root .inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root .inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root .-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root .-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root .-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root .-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root .-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root .-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root .-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root .-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root .-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

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

:root [dir=ltr] .ltr\:inset-x-0{
  left: 0;
  right: 0;
}

:root [dir=ltr] .ltr\:inset-x-1{
  left: 0.25rem;
  right: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-x-3{
  left: 0.75rem;
  right: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-x-4{
  left: 1rem;
  right: 1rem;
}

:root [dir=ltr] .ltr\:inset-x-5{
  left: 1.25rem;
  right: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-x-6{
  left: 1.5rem;
  right: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-x-8{
  left: 2rem;
  right: 2rem;
}

:root [dir=ltr] .ltr\:inset-x-10{
  left: 2.5rem;
  right: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-x-12{
  left: 3rem;
  right: 3rem;
}

:root [dir=ltr] .ltr\:-inset-x-1{
  left: -0.25rem;
  right: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-x-2{
  left: -0.5rem;
  right: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-3{
  left: -0.75rem;
  right: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-x-4{
  left: -1rem;
  right: -1rem;
}

:root [dir=ltr] .ltr\:-inset-x-5{
  left: -1.25rem;
  right: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-x-6{
  left: -1.5rem;
  right: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-8{
  left: -2rem;
  right: -2rem;
}

:root [dir=ltr] .ltr\:-inset-x-10{
  left: -2.5rem;
  right: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-x-12{
  left: -3rem;
  right: -3rem;
}

:root [dir=ltr] .ltr\:inset-x-auto{
  left: auto;
  right: auto;
}

:root [dir=ltr] .ltr\:inset-y-0{
  top: 0;
  bottom: 0;
}

:root [dir=ltr] .ltr\:inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root [dir=ltr] .ltr\:inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root [dir=ltr] .ltr\:inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root [dir=ltr] .ltr\:-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root [dir=ltr] .ltr\:-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root [dir=ltr] .ltr\:-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root [dir=ltr] .ltr\:inset-y-auto{
  top: auto;
  bottom: auto;
}

:root [dir=rtl] .rtl\:inset-x-0{
  left: 0;
  right: 0;
}

:root [dir=rtl] .rtl\:inset-x-1{
  left: 0.25rem;
  right: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-x-3{
  left: 0.75rem;
  right: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-x-4{
  left: 1rem;
  right: 1rem;
}

:root [dir=rtl] .rtl\:inset-x-5{
  left: 1.25rem;
  right: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-x-6{
  left: 1.5rem;
  right: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-x-8{
  left: 2rem;
  right: 2rem;
}

:root [dir=rtl] .rtl\:inset-x-10{
  left: 2.5rem;
  right: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-x-12{
  left: 3rem;
  right: 3rem;
}

:root [dir=rtl] .rtl\:-inset-x-1{
  left: -0.25rem;
  right: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-x-2{
  left: -0.5rem;
  right: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-3{
  left: -0.75rem;
  right: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-x-4{
  left: -1rem;
  right: -1rem;
}

:root [dir=rtl] .rtl\:-inset-x-5{
  left: -1.25rem;
  right: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-x-6{
  left: -1.5rem;
  right: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-8{
  left: -2rem;
  right: -2rem;
}

:root [dir=rtl] .rtl\:-inset-x-10{
  left: -2.5rem;
  right: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-x-12{
  left: -3rem;
  right: -3rem;
}

:root [dir=rtl] .rtl\:inset-x-auto{
  left: auto;
  right: auto;
}

:root [dir=rtl] .rtl\:inset-y-0{
  top: 0;
  bottom: 0;
}

:root [dir=rtl] .rtl\:inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

:root [dir=rtl] .rtl\:inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

:root [dir=rtl] .rtl\:inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

:root [dir=rtl] .rtl\:-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

:root [dir=rtl] .rtl\:-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

:root [dir=rtl] .rtl\:-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

:root [dir=rtl] .rtl\:inset-y-auto{
  top: auto;
  bottom: auto;
}

:root .top-0{
  top: 0;
}

:root .top-1{
  top: 0.25rem;
}

:root .top-2{
  top: 0.5rem;
}

:root .top-3{
  top: 0.75rem;
}

:root .top-4{
  top: 1rem;
}

:root .top-5{
  top: 1.25rem;
}

:root .top-6{
  top: 1.5rem;
}

:root .top-8{
  top: 2rem;
}

:root .top-10{
  top: 2.5rem;
}

:root .top-12{
  top: 3rem;
}

:root .-top-1{
  top: -0.25rem;
}

:root .-top-2{
  top: -0.5rem;
}

:root .-top-3{
  top: -0.75rem;
}

:root .-top-4{
  top: -1rem;
}

:root .-top-5{
  top: -1.25rem;
}

:root .-top-6{
  top: -1.5rem;
}

:root .-top-8{
  top: -2rem;
}

:root .-top-10{
  top: -2.5rem;
}

:root .-top-12{
  top: -3rem;
}

:root .top-auto{
  top: auto;
}

:root .right-0{
  right: 0;
}

:root .right-1{
  right: 0.25rem;
}

:root .right-2{
  right: 0.5rem;
}

:root .right-3{
  right: 0.75rem;
}

:root .right-4{
  right: 1rem;
}

:root .right-5{
  right: 1.25rem;
}

:root .right-6{
  right: 1.5rem;
}

:root .right-8{
  right: 2rem;
}

:root .right-10{
  right: 2.5rem;
}

:root .right-12{
  right: 3rem;
}

:root .-right-1{
  right: -0.25rem;
}

:root .-right-2{
  right: -0.5rem;
}

:root .-right-3{
  right: -0.75rem;
}

:root .-right-4{
  right: -1rem;
}

:root .-right-5{
  right: -1.25rem;
}

:root .-right-6{
  right: -1.5rem;
}

:root .-right-8{
  right: -2rem;
}

:root .-right-10{
  right: -2.5rem;
}

:root .-right-12{
  right: -3rem;
}

:root .right-auto{
  right: auto;
}

:root .bottom-0{
  bottom: 0;
}

:root .bottom-1{
  bottom: 0.25rem;
}

:root .bottom-2{
  bottom: 0.5rem;
}

:root .bottom-3{
  bottom: 0.75rem;
}

:root .bottom-4{
  bottom: 1rem;
}

:root .bottom-5{
  bottom: 1.25rem;
}

:root .bottom-6{
  bottom: 1.5rem;
}

:root .bottom-8{
  bottom: 2rem;
}

:root .bottom-10{
  bottom: 2.5rem;
}

:root .bottom-12{
  bottom: 3rem;
}

:root .-bottom-1{
  bottom: -0.25rem;
}

:root .-bottom-2{
  bottom: -0.5rem;
}

:root .-bottom-3{
  bottom: -0.75rem;
}

:root .-bottom-4{
  bottom: -1rem;
}

:root .-bottom-5{
  bottom: -1.25rem;
}

:root .-bottom-6{
  bottom: -1.5rem;
}

:root .-bottom-8{
  bottom: -2rem;
}

:root .-bottom-10{
  bottom: -2.5rem;
}

:root .-bottom-12{
  bottom: -3rem;
}

:root .bottom-auto{
  bottom: auto;
}

:root .left-0{
  left: 0;
}

:root .left-1{
  left: 0.25rem;
}

:root .left-2{
  left: 0.5rem;
}

:root .left-3{
  left: 0.75rem;
}

:root .left-4{
  left: 1rem;
}

:root .left-5{
  left: 1.25rem;
}

:root .left-6{
  left: 1.5rem;
}

:root .left-8{
  left: 2rem;
}

:root .left-10{
  left: 2.5rem;
}

:root .left-12{
  left: 3rem;
}

:root .-left-1{
  left: -0.25rem;
}

:root .-left-2{
  left: -0.5rem;
}

:root .-left-3{
  left: -0.75rem;
}

:root .-left-4{
  left: -1rem;
}

:root .-left-5{
  left: -1.25rem;
}

:root .-left-6{
  left: -1.5rem;
}

:root .-left-8{
  left: -2rem;
}

:root .-left-10{
  left: -2.5rem;
}

:root .-left-12{
  left: -3rem;
}

:root .left-auto{
  left: auto;
}

:root [dir=ltr] .ltr\:top-0{
  top: 0;
}

:root [dir=ltr] .ltr\:top-1{
  top: 0.25rem;
}

:root [dir=ltr] .ltr\:top-2{
  top: 0.5rem;
}

:root [dir=ltr] .ltr\:top-3{
  top: 0.75rem;
}

:root [dir=ltr] .ltr\:top-4{
  top: 1rem;
}

:root [dir=ltr] .ltr\:top-5{
  top: 1.25rem;
}

:root [dir=ltr] .ltr\:top-6{
  top: 1.5rem;
}

:root [dir=ltr] .ltr\:top-8{
  top: 2rem;
}

:root [dir=ltr] .ltr\:top-10{
  top: 2.5rem;
}

:root [dir=ltr] .ltr\:top-12{
  top: 3rem;
}

:root [dir=ltr] .ltr\:-top-1{
  top: -0.25rem;
}

:root [dir=ltr] .ltr\:-top-2{
  top: -0.5rem;
}

:root [dir=ltr] .ltr\:-top-3{
  top: -0.75rem;
}

:root [dir=ltr] .ltr\:-top-4{
  top: -1rem;
}

:root [dir=ltr] .ltr\:-top-5{
  top: -1.25rem;
}

:root [dir=ltr] .ltr\:-top-6{
  top: -1.5rem;
}

:root [dir=ltr] .ltr\:-top-8{
  top: -2rem;
}

:root [dir=ltr] .ltr\:-top-10{
  top: -2.5rem;
}

:root [dir=ltr] .ltr\:-top-12{
  top: -3rem;
}

:root [dir=ltr] .ltr\:top-auto{
  top: auto;
}

:root [dir=ltr] .ltr\:right-0{
  right: 0;
}

:root [dir=ltr] .ltr\:right-1{
  right: 0.25rem;
}

:root [dir=ltr] .ltr\:right-2{
  right: 0.5rem;
}

:root [dir=ltr] .ltr\:right-3{
  right: 0.75rem;
}

:root [dir=ltr] .ltr\:right-4{
  right: 1rem;
}

:root [dir=ltr] .ltr\:right-5{
  right: 1.25rem;
}

:root [dir=ltr] .ltr\:right-6{
  right: 1.5rem;
}

:root [dir=ltr] .ltr\:right-8{
  right: 2rem;
}

:root [dir=ltr] .ltr\:right-10{
  right: 2.5rem;
}

:root [dir=ltr] .ltr\:right-12{
  right: 3rem;
}

:root [dir=ltr] .ltr\:-right-1{
  right: -0.25rem;
}

:root [dir=ltr] .ltr\:-right-2{
  right: -0.5rem;
}

:root [dir=ltr] .ltr\:-right-3{
  right: -0.75rem;
}

:root [dir=ltr] .ltr\:-right-4{
  right: -1rem;
}

:root [dir=ltr] .ltr\:-right-5{
  right: -1.25rem;
}

:root [dir=ltr] .ltr\:-right-6{
  right: -1.5rem;
}

:root [dir=ltr] .ltr\:-right-8{
  right: -2rem;
}

:root [dir=ltr] .ltr\:-right-10{
  right: -2.5rem;
}

:root [dir=ltr] .ltr\:-right-12{
  right: -3rem;
}

:root [dir=ltr] .ltr\:right-auto{
  right: auto;
}

:root [dir=ltr] .ltr\:bottom-0{
  bottom: 0;
}

:root [dir=ltr] .ltr\:bottom-1{
  bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:bottom-2{
  bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:bottom-3{
  bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:bottom-4{
  bottom: 1rem;
}

:root [dir=ltr] .ltr\:bottom-5{
  bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:bottom-6{
  bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:bottom-8{
  bottom: 2rem;
}

:root [dir=ltr] .ltr\:bottom-10{
  bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:bottom-12{
  bottom: 3rem;
}

:root [dir=ltr] .ltr\:-bottom-1{
  bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-bottom-2{
  bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-bottom-3{
  bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-bottom-4{
  bottom: -1rem;
}

:root [dir=ltr] .ltr\:-bottom-5{
  bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-bottom-6{
  bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-bottom-8{
  bottom: -2rem;
}

:root [dir=ltr] .ltr\:-bottom-10{
  bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-bottom-12{
  bottom: -3rem;
}

:root [dir=ltr] .ltr\:bottom-auto{
  bottom: auto;
}

:root [dir=ltr] .ltr\:left-0{
  left: 0;
}

:root [dir=ltr] .ltr\:left-1{
  left: 0.25rem;
}

:root [dir=ltr] .ltr\:left-2{
  left: 0.5rem;
}

:root [dir=ltr] .ltr\:left-3{
  left: 0.75rem;
}

:root [dir=ltr] .ltr\:left-4{
  left: 1rem;
}

:root [dir=ltr] .ltr\:left-5{
  left: 1.25rem;
}

:root [dir=ltr] .ltr\:left-6{
  left: 1.5rem;
}

:root [dir=ltr] .ltr\:left-8{
  left: 2rem;
}

:root [dir=ltr] .ltr\:left-10{
  left: 2.5rem;
}

:root [dir=ltr] .ltr\:left-12{
  left: 3rem;
}

:root [dir=ltr] .ltr\:-left-1{
  left: -0.25rem;
}

:root [dir=ltr] .ltr\:-left-2{
  left: -0.5rem;
}

:root [dir=ltr] .ltr\:-left-3{
  left: -0.75rem;
}

:root [dir=ltr] .ltr\:-left-4{
  left: -1rem;
}

:root [dir=ltr] .ltr\:-left-5{
  left: -1.25rem;
}

:root [dir=ltr] .ltr\:-left-6{
  left: -1.5rem;
}

:root [dir=ltr] .ltr\:-left-8{
  left: -2rem;
}

:root [dir=ltr] .ltr\:-left-10{
  left: -2.5rem;
}

:root [dir=ltr] .ltr\:-left-12{
  left: -3rem;
}

:root [dir=ltr] .ltr\:left-auto{
  left: auto;
}

:root [dir=rtl] .rtl\:top-0{
  top: 0;
}

:root [dir=rtl] .rtl\:top-1{
  top: 0.25rem;
}

:root [dir=rtl] .rtl\:top-2{
  top: 0.5rem;
}

:root [dir=rtl] .rtl\:top-3{
  top: 0.75rem;
}

:root [dir=rtl] .rtl\:top-4{
  top: 1rem;
}

:root [dir=rtl] .rtl\:top-5{
  top: 1.25rem;
}

:root [dir=rtl] .rtl\:top-6{
  top: 1.5rem;
}

:root [dir=rtl] .rtl\:top-8{
  top: 2rem;
}

:root [dir=rtl] .rtl\:top-10{
  top: 2.5rem;
}

:root [dir=rtl] .rtl\:top-12{
  top: 3rem;
}

:root [dir=rtl] .rtl\:-top-1{
  top: -0.25rem;
}

:root [dir=rtl] .rtl\:-top-2{
  top: -0.5rem;
}

:root [dir=rtl] .rtl\:-top-3{
  top: -0.75rem;
}

:root [dir=rtl] .rtl\:-top-4{
  top: -1rem;
}

:root [dir=rtl] .rtl\:-top-5{
  top: -1.25rem;
}

:root [dir=rtl] .rtl\:-top-6{
  top: -1.5rem;
}

:root [dir=rtl] .rtl\:-top-8{
  top: -2rem;
}

:root [dir=rtl] .rtl\:-top-10{
  top: -2.5rem;
}

:root [dir=rtl] .rtl\:-top-12{
  top: -3rem;
}

:root [dir=rtl] .rtl\:top-auto{
  top: auto;
}

:root [dir=rtl] .rtl\:right-0{
  right: 0;
}

:root [dir=rtl] .rtl\:right-1{
  right: 0.25rem;
}

:root [dir=rtl] .rtl\:right-2{
  right: 0.5rem;
}

:root [dir=rtl] .rtl\:right-3{
  right: 0.75rem;
}

:root [dir=rtl] .rtl\:right-4{
  right: 1rem;
}

:root [dir=rtl] .rtl\:right-5{
  right: 1.25rem;
}

:root [dir=rtl] .rtl\:right-6{
  right: 1.5rem;
}

:root [dir=rtl] .rtl\:right-8{
  right: 2rem;
}

:root [dir=rtl] .rtl\:right-10{
  right: 2.5rem;
}

:root [dir=rtl] .rtl\:right-12{
  right: 3rem;
}

:root [dir=rtl] .rtl\:-right-1{
  right: -0.25rem;
}

:root [dir=rtl] .rtl\:-right-2{
  right: -0.5rem;
}

:root [dir=rtl] .rtl\:-right-3{
  right: -0.75rem;
}

:root [dir=rtl] .rtl\:-right-4{
  right: -1rem;
}

:root [dir=rtl] .rtl\:-right-5{
  right: -1.25rem;
}

:root [dir=rtl] .rtl\:-right-6{
  right: -1.5rem;
}

:root [dir=rtl] .rtl\:-right-8{
  right: -2rem;
}

:root [dir=rtl] .rtl\:-right-10{
  right: -2.5rem;
}

:root [dir=rtl] .rtl\:-right-12{
  right: -3rem;
}

:root [dir=rtl] .rtl\:right-auto{
  right: auto;
}

:root [dir=rtl] .rtl\:bottom-0{
  bottom: 0;
}

:root [dir=rtl] .rtl\:bottom-1{
  bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:bottom-2{
  bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:bottom-3{
  bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:bottom-4{
  bottom: 1rem;
}

:root [dir=rtl] .rtl\:bottom-5{
  bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:bottom-6{
  bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:bottom-8{
  bottom: 2rem;
}

:root [dir=rtl] .rtl\:bottom-10{
  bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:bottom-12{
  bottom: 3rem;
}

:root [dir=rtl] .rtl\:-bottom-1{
  bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-bottom-2{
  bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-bottom-3{
  bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-bottom-4{
  bottom: -1rem;
}

:root [dir=rtl] .rtl\:-bottom-5{
  bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-bottom-6{
  bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-bottom-8{
  bottom: -2rem;
}

:root [dir=rtl] .rtl\:-bottom-10{
  bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-bottom-12{
  bottom: -3rem;
}

:root [dir=rtl] .rtl\:bottom-auto{
  bottom: auto;
}

:root [dir=rtl] .rtl\:left-0{
  left: 0;
}

:root [dir=rtl] .rtl\:left-1{
  left: 0.25rem;
}

:root [dir=rtl] .rtl\:left-2{
  left: 0.5rem;
}

:root [dir=rtl] .rtl\:left-3{
  left: 0.75rem;
}

:root [dir=rtl] .rtl\:left-4{
  left: 1rem;
}

:root [dir=rtl] .rtl\:left-5{
  left: 1.25rem;
}

:root [dir=rtl] .rtl\:left-6{
  left: 1.5rem;
}

:root [dir=rtl] .rtl\:left-8{
  left: 2rem;
}

:root [dir=rtl] .rtl\:left-10{
  left: 2.5rem;
}

:root [dir=rtl] .rtl\:left-12{
  left: 3rem;
}

:root [dir=rtl] .rtl\:-left-1{
  left: -0.25rem;
}

:root [dir=rtl] .rtl\:-left-2{
  left: -0.5rem;
}

:root [dir=rtl] .rtl\:-left-3{
  left: -0.75rem;
}

:root [dir=rtl] .rtl\:-left-4{
  left: -1rem;
}

:root [dir=rtl] .rtl\:-left-5{
  left: -1.25rem;
}

:root [dir=rtl] .rtl\:-left-6{
  left: -1.5rem;
}

:root [dir=rtl] .rtl\:-left-8{
  left: -2rem;
}

:root [dir=rtl] .rtl\:-left-10{
  left: -2.5rem;
}

:root [dir=rtl] .rtl\:-left-12{
  left: -3rem;
}

:root [dir=rtl] .rtl\:left-auto{
  left: auto;
}

:root .isolate{
  isolation: isolate;
}

:root .isolation-auto{
  isolation: auto;
}

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

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

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

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

:root .z-40{
  z-index: 40;
}

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

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

:root .order-1{
  order: 1;
}

:root .order-2{
  order: 2;
}

:root .order-3{
  order: 3;
}

:root .order-4{
  order: 4;
}

:root .order-5{
  order: 5;
}

:root .order-6{
  order: 6;
}

:root .order-7{
  order: 7;
}

:root .order-8{
  order: 8;
}

:root .order-9{
  order: 9;
}

:root .order-10{
  order: 10;
}

:root .order-11{
  order: 11;
}

:root .order-12{
  order: 12;
}

:root .order-first{
  order: -9999;
}

:root .order-last{
  order: 9999;
}

:root .order-none{
  order: 0;
}

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

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

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

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

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

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

:root .col-span-6{
  grid-column: span 6 / span 6;
}

:root .col-span-7{
  grid-column: span 7 / span 7;
}

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

:root .col-span-9{
  grid-column: span 9 / span 9;
}

:root .col-span-10{
  grid-column: span 10 / span 10;
}

:root .col-span-11{
  grid-column: span 11 / span 11;
}

:root .col-span-12{
  grid-column: span 12 / span 12;
}

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

:root .col-start-1{
  grid-column-start: 1;
}

:root .col-start-2{
  grid-column-start: 2;
}

:root .col-start-3{
  grid-column-start: 3;
}

:root .col-start-4{
  grid-column-start: 4;
}

:root .col-start-5{
  grid-column-start: 5;
}

:root .col-start-6{
  grid-column-start: 6;
}

:root .col-start-7{
  grid-column-start: 7;
}

:root .col-start-8{
  grid-column-start: 8;
}

:root .col-start-9{
  grid-column-start: 9;
}

:root .col-start-10{
  grid-column-start: 10;
}

:root .col-start-11{
  grid-column-start: 11;
}

:root .col-start-12{
  grid-column-start: 12;
}

:root .col-start-13{
  grid-column-start: 13;
}

:root .col-start-auto{
  grid-column-start: auto;
}

:root .col-end-1{
  grid-column-end: 1;
}

:root .col-end-2{
  grid-column-end: 2;
}

:root .col-end-3{
  grid-column-end: 3;
}

:root .col-end-4{
  grid-column-end: 4;
}

:root .col-end-5{
  grid-column-end: 5;
}

:root .col-end-6{
  grid-column-end: 6;
}

:root .col-end-7{
  grid-column-end: 7;
}

:root .col-end-8{
  grid-column-end: 8;
}

:root .col-end-9{
  grid-column-end: 9;
}

:root .col-end-10{
  grid-column-end: 10;
}

:root .col-end-11{
  grid-column-end: 11;
}

:root .col-end-12{
  grid-column-end: 12;
}

:root .col-end-13{
  grid-column-end: 13;
}

:root .col-end-auto{
  grid-column-end: auto;
}

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

:root .row-span-1{
  grid-row: span 1 / span 1;
}

:root .row-span-2{
  grid-row: span 2 / span 2;
}

:root .row-span-3{
  grid-row: span 3 / span 3;
}

:root .row-span-4{
  grid-row: span 4 / span 4;
}

:root .row-span-5{
  grid-row: span 5 / span 5;
}

:root .row-span-6{
  grid-row: span 6 / span 6;
}

:root .row-span-full{
  grid-row: 1 / -1;
}

:root .row-start-1{
  grid-row-start: 1;
}

:root .row-start-2{
  grid-row-start: 2;
}

:root .row-start-3{
  grid-row-start: 3;
}

:root .row-start-4{
  grid-row-start: 4;
}

:root .row-start-5{
  grid-row-start: 5;
}

:root .row-start-6{
  grid-row-start: 6;
}

:root .row-start-7{
  grid-row-start: 7;
}

:root .row-start-auto{
  grid-row-start: auto;
}

:root .row-end-1{
  grid-row-end: 1;
}

:root .row-end-2{
  grid-row-end: 2;
}

:root .row-end-3{
  grid-row-end: 3;
}

:root .row-end-4{
  grid-row-end: 4;
}

:root .row-end-5{
  grid-row-end: 5;
}

:root .row-end-6{
  grid-row-end: 6;
}

:root .row-end-7{
  grid-row-end: 7;
}

:root .row-end-auto{
  grid-row-end: auto;
}

:root .float-right{
  float: right;
}

:root .float-left{
  float: left;
}

:root .float-none{
  float: none;
}

:root .clear-left{
  clear: left;
}

:root .clear-right{
  clear: right;
}

:root .clear-both{
  clear: both;
}

:root .clear-none{
  clear: none;
}

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

:root .m-1{
  margin: 0.25rem;
}

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

:root .m-3{
  margin: 0.75rem;
}

:root .m-4{
  margin: 1rem;
}

:root .m-5{
  margin: 1.25rem;
}

:root .m-6{
  margin: 1.5rem;
}

:root .m-7{
  margin: 1.75rem;
}

:root .m-8{
  margin: 2rem;
}

:root .m-9{
  margin: 2.25rem;
}

:root .m-10{
  margin: 2.5rem;
}

:root .m-11{
  margin: 2.75rem;
}

:root .m-12{
  margin: 3rem;
}

:root .m-13{
  margin: 3.25rem;
}

:root .m-14{
  margin: 3.5rem;
}

:root .m-16{
  margin: 4rem;
}

:root .m-18{
  margin: 4.5rem;
}

:root .m-20{
  margin: 5rem;
}

:root .m-21{
  margin: 5.25rem;
}

:root .m-22{
  margin: 5.5rem;
}

:root .m-24{
  margin: 6rem;
}

:root .m-26{
  margin: 6.5rem;
}

:root .m-27{
  margin: 6.75rem;
}

:root .m-28{
  margin: 7rem;
}

:root .m-30{
  margin: 7.5rem;
}

:root .m-32{
  margin: 8rem;
}

:root .m-36{
  margin: 9rem;
}

:root .m-40{
  margin: 10rem;
}

:root .m-41{
  margin: 11.25rem;
}

:root .m-42{
  margin: 11.5rem;
}

:root .m-44{
  margin: 11rem;
}

:root .m-48{
  margin: 12rem;
}

:root .m-52{
  margin: 13rem;
}

:root .m-54{
  margin: 13.5rem;
}

:root .m-56{
  margin: 14rem;
}

:root .m-60{
  margin: 15rem;
}

:root .m-64{
  margin: 16rem;
}

:root .m-68{
  margin: 17rem;
}

:root .m-72{
  margin: 18rem;
}

:root .m-76{
  margin: 19rem;
}

:root .m-80{
  margin: 20rem;
}

:root .m-84{
  margin: 21rem;
}

:root .m-88{
  margin: 22rem;
}

:root .m-96{
  margin: 24rem;
}

:root .m-112{
  margin: 28rem;
}

:root .m-120{
  margin: 30rem;
}

:root .m-140{
  margin: 35rem;
}

:root .m-150{
  margin: 37.5rem;
}

:root .m-160{
  margin: 40rem;
}

:root .m-220{
  margin: 55rem;
}

:root .m-240{
  margin: 60rem;
}

:root .m-300{
  margin: 75rem;
}

:root .m-320{
  margin: 80rem;
}

:root .m-auto{
  margin: auto;
}

:root .m-px{
  margin: 1px;
}

:root .m-gutter{
  margin: var(--padding-gutter);
}

:root .m-1\.5{
  margin: 0.375rem;
}

:root .-m-1{
  margin: -0.25rem;
}

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

:root .-m-3{
  margin: -0.75rem;
}

:root .-m-4{
  margin: -1rem;
}

:root .-m-5{
  margin: -1.25rem;
}

:root .-m-6{
  margin: -1.5rem;
}

:root .-m-7{
  margin: -1.75rem;
}

:root .-m-8{
  margin: -2rem;
}

:root .-m-9{
  margin: -2.25rem;
}

:root .-m-10{
  margin: -2.5rem;
}

:root .-m-11{
  margin: -2.75rem;
}

:root .-m-12{
  margin: -3rem;
}

:root .-m-13{
  margin: -3.25rem;
}

:root .-m-14{
  margin: -3.5rem;
}

:root .-m-16{
  margin: -4rem;
}

:root .-m-18{
  margin: -4.5rem;
}

:root .-m-20{
  margin: -5rem;
}

:root .-m-21{
  margin: -5.25rem;
}

:root .-m-22{
  margin: -5.5rem;
}

:root .-m-24{
  margin: -6rem;
}

:root .-m-26{
  margin: -6.5rem;
}

:root .-m-27{
  margin: -6.75rem;
}

:root .-m-28{
  margin: -7rem;
}

:root .-m-30{
  margin: -7.5rem;
}

:root .-m-32{
  margin: -8rem;
}

:root .-m-36{
  margin: -9rem;
}

:root .-m-40{
  margin: -10rem;
}

:root .-m-41{
  margin: -11.25rem;
}

:root .-m-42{
  margin: -11.5rem;
}

:root .-m-44{
  margin: -11rem;
}

:root .-m-48{
  margin: -12rem;
}

:root .-m-52{
  margin: -13rem;
}

:root .-m-54{
  margin: -13.5rem;
}

:root .-m-56{
  margin: -14rem;
}

:root .-m-60{
  margin: -15rem;
}

:root .-m-64{
  margin: -16rem;
}

:root .-m-68{
  margin: -17rem;
}

:root .-m-72{
  margin: -18rem;
}

:root .-m-76{
  margin: -19rem;
}

:root .-m-80{
  margin: -20rem;
}

:root .-m-84{
  margin: -21rem;
}

:root .-m-88{
  margin: -22rem;
}

:root .-m-96{
  margin: -24rem;
}

:root .-m-112{
  margin: -28rem;
}

:root .-m-120{
  margin: -30rem;
}

:root .-m-140{
  margin: -35rem;
}

:root .-m-150{
  margin: -37.5rem;
}

:root .-m-160{
  margin: -40rem;
}

:root .-m-220{
  margin: -55rem;
}

:root .-m-240{
  margin: -60rem;
}

:root .-m-300{
  margin: -75rem;
}

:root .-m-320{
  margin: -80rem;
}

:root .-m-px{
  margin: -1px;
}

:root .-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root .-m-1\.5{
  margin: -0.375rem;
}

:root [dir=ltr] .ltr\:m-0{
  margin: 0;
}

:root [dir=ltr] .ltr\:m-1{
  margin: 0.25rem;
}

:root [dir=ltr] .ltr\:m-2{
  margin: 0.5rem;
}

:root [dir=ltr] .ltr\:m-3{
  margin: 0.75rem;
}

:root [dir=ltr] .ltr\:m-4{
  margin: 1rem;
}

:root [dir=ltr] .ltr\:m-5{
  margin: 1.25rem;
}

:root [dir=ltr] .ltr\:m-6{
  margin: 1.5rem;
}

:root [dir=ltr] .ltr\:m-7{
  margin: 1.75rem;
}

:root [dir=ltr] .ltr\:m-8{
  margin: 2rem;
}

:root [dir=ltr] .ltr\:m-9{
  margin: 2.25rem;
}

:root [dir=ltr] .ltr\:m-10{
  margin: 2.5rem;
}

:root [dir=ltr] .ltr\:m-11{
  margin: 2.75rem;
}

:root [dir=ltr] .ltr\:m-12{
  margin: 3rem;
}

:root [dir=ltr] .ltr\:m-13{
  margin: 3.25rem;
}

:root [dir=ltr] .ltr\:m-14{
  margin: 3.5rem;
}

:root [dir=ltr] .ltr\:m-16{
  margin: 4rem;
}

:root [dir=ltr] .ltr\:m-18{
  margin: 4.5rem;
}

:root [dir=ltr] .ltr\:m-20{
  margin: 5rem;
}

:root [dir=ltr] .ltr\:m-21{
  margin: 5.25rem;
}

:root [dir=ltr] .ltr\:m-22{
  margin: 5.5rem;
}

:root [dir=ltr] .ltr\:m-24{
  margin: 6rem;
}

:root [dir=ltr] .ltr\:m-26{
  margin: 6.5rem;
}

:root [dir=ltr] .ltr\:m-27{
  margin: 6.75rem;
}

:root [dir=ltr] .ltr\:m-28{
  margin: 7rem;
}

:root [dir=ltr] .ltr\:m-30{
  margin: 7.5rem;
}

:root [dir=ltr] .ltr\:m-32{
  margin: 8rem;
}

:root [dir=ltr] .ltr\:m-36{
  margin: 9rem;
}

:root [dir=ltr] .ltr\:m-40{
  margin: 10rem;
}

:root [dir=ltr] .ltr\:m-41{
  margin: 11.25rem;
}

:root [dir=ltr] .ltr\:m-42{
  margin: 11.5rem;
}

:root [dir=ltr] .ltr\:m-44{
  margin: 11rem;
}

:root [dir=ltr] .ltr\:m-48{
  margin: 12rem;
}

:root [dir=ltr] .ltr\:m-52{
  margin: 13rem;
}

:root [dir=ltr] .ltr\:m-54{
  margin: 13.5rem;
}

:root [dir=ltr] .ltr\:m-56{
  margin: 14rem;
}

:root [dir=ltr] .ltr\:m-60{
  margin: 15rem;
}

:root [dir=ltr] .ltr\:m-64{
  margin: 16rem;
}

:root [dir=ltr] .ltr\:m-68{
  margin: 17rem;
}

:root [dir=ltr] .ltr\:m-72{
  margin: 18rem;
}

:root [dir=ltr] .ltr\:m-76{
  margin: 19rem;
}

:root [dir=ltr] .ltr\:m-80{
  margin: 20rem;
}

:root [dir=ltr] .ltr\:m-84{
  margin: 21rem;
}

:root [dir=ltr] .ltr\:m-88{
  margin: 22rem;
}

:root [dir=ltr] .ltr\:m-96{
  margin: 24rem;
}

:root [dir=ltr] .ltr\:m-112{
  margin: 28rem;
}

:root [dir=ltr] .ltr\:m-120{
  margin: 30rem;
}

:root [dir=ltr] .ltr\:m-140{
  margin: 35rem;
}

:root [dir=ltr] .ltr\:m-150{
  margin: 37.5rem;
}

:root [dir=ltr] .ltr\:m-160{
  margin: 40rem;
}

:root [dir=ltr] .ltr\:m-220{
  margin: 55rem;
}

:root [dir=ltr] .ltr\:m-240{
  margin: 60rem;
}

:root [dir=ltr] .ltr\:m-300{
  margin: 75rem;
}

:root [dir=ltr] .ltr\:m-320{
  margin: 80rem;
}

:root [dir=ltr] .ltr\:m-auto{
  margin: auto;
}

:root [dir=ltr] .ltr\:m-px{
  margin: 1px;
}

:root [dir=ltr] .ltr\:m-gutter{
  margin: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:m-1.5{
  margin: 0.375rem;
}

:root [dir=ltr] .ltr\:-m-1{
  margin: -0.25rem;
}

:root [dir=ltr] .ltr\:-m-2{
  margin: -0.5rem;
}

:root [dir=ltr] .ltr\:-m-3{
  margin: -0.75rem;
}

:root [dir=ltr] .ltr\:-m-4{
  margin: -1rem;
}

:root [dir=ltr] .ltr\:-m-5{
  margin: -1.25rem;
}

:root [dir=ltr] .ltr\:-m-6{
  margin: -1.5rem;
}

:root [dir=ltr] .ltr\:-m-7{
  margin: -1.75rem;
}

:root [dir=ltr] .ltr\:-m-8{
  margin: -2rem;
}

:root [dir=ltr] .ltr\:-m-9{
  margin: -2.25rem;
}

:root [dir=ltr] .ltr\:-m-10{
  margin: -2.5rem;
}

:root [dir=ltr] .ltr\:-m-11{
  margin: -2.75rem;
}

:root [dir=ltr] .ltr\:-m-12{
  margin: -3rem;
}

:root [dir=ltr] .ltr\:-m-13{
  margin: -3.25rem;
}

:root [dir=ltr] .ltr\:-m-14{
  margin: -3.5rem;
}

:root [dir=ltr] .ltr\:-m-16{
  margin: -4rem;
}

:root [dir=ltr] .ltr\:-m-18{
  margin: -4.5rem;
}

:root [dir=ltr] .ltr\:-m-20{
  margin: -5rem;
}

:root [dir=ltr] .ltr\:-m-21{
  margin: -5.25rem;
}

:root [dir=ltr] .ltr\:-m-22{
  margin: -5.5rem;
}

:root [dir=ltr] .ltr\:-m-24{
  margin: -6rem;
}

:root [dir=ltr] .ltr\:-m-26{
  margin: -6.5rem;
}

:root [dir=ltr] .ltr\:-m-27{
  margin: -6.75rem;
}

:root [dir=ltr] .ltr\:-m-28{
  margin: -7rem;
}

:root [dir=ltr] .ltr\:-m-30{
  margin: -7.5rem;
}

:root [dir=ltr] .ltr\:-m-32{
  margin: -8rem;
}

:root [dir=ltr] .ltr\:-m-36{
  margin: -9rem;
}

:root [dir=ltr] .ltr\:-m-40{
  margin: -10rem;
}

:root [dir=ltr] .ltr\:-m-41{
  margin: -11.25rem;
}

:root [dir=ltr] .ltr\:-m-42{
  margin: -11.5rem;
}

:root [dir=ltr] .ltr\:-m-44{
  margin: -11rem;
}

:root [dir=ltr] .ltr\:-m-48{
  margin: -12rem;
}

:root [dir=ltr] .ltr\:-m-52{
  margin: -13rem;
}

:root [dir=ltr] .ltr\:-m-54{
  margin: -13.5rem;
}

:root [dir=ltr] .ltr\:-m-56{
  margin: -14rem;
}

:root [dir=ltr] .ltr\:-m-60{
  margin: -15rem;
}

:root [dir=ltr] .ltr\:-m-64{
  margin: -16rem;
}

:root [dir=ltr] .ltr\:-m-68{
  margin: -17rem;
}

:root [dir=ltr] .ltr\:-m-72{
  margin: -18rem;
}

:root [dir=ltr] .ltr\:-m-76{
  margin: -19rem;
}

:root [dir=ltr] .ltr\:-m-80{
  margin: -20rem;
}

:root [dir=ltr] .ltr\:-m-84{
  margin: -21rem;
}

:root [dir=ltr] .ltr\:-m-88{
  margin: -22rem;
}

:root [dir=ltr] .ltr\:-m-96{
  margin: -24rem;
}

:root [dir=ltr] .ltr\:-m-112{
  margin: -28rem;
}

:root [dir=ltr] .ltr\:-m-120{
  margin: -30rem;
}

:root [dir=ltr] .ltr\:-m-140{
  margin: -35rem;
}

:root [dir=ltr] .ltr\:-m-150{
  margin: -37.5rem;
}

:root [dir=ltr] .ltr\:-m-160{
  margin: -40rem;
}

:root [dir=ltr] .ltr\:-m-220{
  margin: -55rem;
}

:root [dir=ltr] .ltr\:-m-240{
  margin: -60rem;
}

:root [dir=ltr] .ltr\:-m-300{
  margin: -75rem;
}

:root [dir=ltr] .ltr\:-m-320{
  margin: -80rem;
}

:root [dir=ltr] .ltr\:-m-px{
  margin: -1px;
}

:root [dir=ltr] .ltr\:-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-m-1.5{
  margin: -0.375rem;
}

:root [dir=rtl] .rtl\:m-0{
  margin: 0;
}

:root [dir=rtl] .rtl\:m-1{
  margin: 0.25rem;
}

:root [dir=rtl] .rtl\:m-2{
  margin: 0.5rem;
}

:root [dir=rtl] .rtl\:m-3{
  margin: 0.75rem;
}

:root [dir=rtl] .rtl\:m-4{
  margin: 1rem;
}

:root [dir=rtl] .rtl\:m-5{
  margin: 1.25rem;
}

:root [dir=rtl] .rtl\:m-6{
  margin: 1.5rem;
}

:root [dir=rtl] .rtl\:m-7{
  margin: 1.75rem;
}

:root [dir=rtl] .rtl\:m-8{
  margin: 2rem;
}

:root [dir=rtl] .rtl\:m-9{
  margin: 2.25rem;
}

:root [dir=rtl] .rtl\:m-10{
  margin: 2.5rem;
}

:root [dir=rtl] .rtl\:m-11{
  margin: 2.75rem;
}

:root [dir=rtl] .rtl\:m-12{
  margin: 3rem;
}

:root [dir=rtl] .rtl\:m-13{
  margin: 3.25rem;
}

:root [dir=rtl] .rtl\:m-14{
  margin: 3.5rem;
}

:root [dir=rtl] .rtl\:m-16{
  margin: 4rem;
}

:root [dir=rtl] .rtl\:m-18{
  margin: 4.5rem;
}

:root [dir=rtl] .rtl\:m-20{
  margin: 5rem;
}

:root [dir=rtl] .rtl\:m-21{
  margin: 5.25rem;
}

:root [dir=rtl] .rtl\:m-22{
  margin: 5.5rem;
}

:root [dir=rtl] .rtl\:m-24{
  margin: 6rem;
}

:root [dir=rtl] .rtl\:m-26{
  margin: 6.5rem;
}

:root [dir=rtl] .rtl\:m-27{
  margin: 6.75rem;
}

:root [dir=rtl] .rtl\:m-28{
  margin: 7rem;
}

:root [dir=rtl] .rtl\:m-30{
  margin: 7.5rem;
}

:root [dir=rtl] .rtl\:m-32{
  margin: 8rem;
}

:root [dir=rtl] .rtl\:m-36{
  margin: 9rem;
}

:root [dir=rtl] .rtl\:m-40{
  margin: 10rem;
}

:root [dir=rtl] .rtl\:m-41{
  margin: 11.25rem;
}

:root [dir=rtl] .rtl\:m-42{
  margin: 11.5rem;
}

:root [dir=rtl] .rtl\:m-44{
  margin: 11rem;
}

:root [dir=rtl] .rtl\:m-48{
  margin: 12rem;
}

:root [dir=rtl] .rtl\:m-52{
  margin: 13rem;
}

:root [dir=rtl] .rtl\:m-54{
  margin: 13.5rem;
}

:root [dir=rtl] .rtl\:m-56{
  margin: 14rem;
}

:root [dir=rtl] .rtl\:m-60{
  margin: 15rem;
}

:root [dir=rtl] .rtl\:m-64{
  margin: 16rem;
}

:root [dir=rtl] .rtl\:m-68{
  margin: 17rem;
}

:root [dir=rtl] .rtl\:m-72{
  margin: 18rem;
}

:root [dir=rtl] .rtl\:m-76{
  margin: 19rem;
}

:root [dir=rtl] .rtl\:m-80{
  margin: 20rem;
}

:root [dir=rtl] .rtl\:m-84{
  margin: 21rem;
}

:root [dir=rtl] .rtl\:m-88{
  margin: 22rem;
}

:root [dir=rtl] .rtl\:m-96{
  margin: 24rem;
}

:root [dir=rtl] .rtl\:m-112{
  margin: 28rem;
}

:root [dir=rtl] .rtl\:m-120{
  margin: 30rem;
}

:root [dir=rtl] .rtl\:m-140{
  margin: 35rem;
}

:root [dir=rtl] .rtl\:m-150{
  margin: 37.5rem;
}

:root [dir=rtl] .rtl\:m-160{
  margin: 40rem;
}

:root [dir=rtl] .rtl\:m-220{
  margin: 55rem;
}

:root [dir=rtl] .rtl\:m-240{
  margin: 60rem;
}

:root [dir=rtl] .rtl\:m-300{
  margin: 75rem;
}

:root [dir=rtl] .rtl\:m-320{
  margin: 80rem;
}

:root [dir=rtl] .rtl\:m-auto{
  margin: auto;
}

:root [dir=rtl] .rtl\:m-px{
  margin: 1px;
}

:root [dir=rtl] .rtl\:m-gutter{
  margin: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:m-1.5{
  margin: 0.375rem;
}

:root [dir=rtl] .rtl\:-m-1{
  margin: -0.25rem;
}

:root [dir=rtl] .rtl\:-m-2{
  margin: -0.5rem;
}

:root [dir=rtl] .rtl\:-m-3{
  margin: -0.75rem;
}

:root [dir=rtl] .rtl\:-m-4{
  margin: -1rem;
}

:root [dir=rtl] .rtl\:-m-5{
  margin: -1.25rem;
}

:root [dir=rtl] .rtl\:-m-6{
  margin: -1.5rem;
}

:root [dir=rtl] .rtl\:-m-7{
  margin: -1.75rem;
}

:root [dir=rtl] .rtl\:-m-8{
  margin: -2rem;
}

:root [dir=rtl] .rtl\:-m-9{
  margin: -2.25rem;
}

:root [dir=rtl] .rtl\:-m-10{
  margin: -2.5rem;
}

:root [dir=rtl] .rtl\:-m-11{
  margin: -2.75rem;
}

:root [dir=rtl] .rtl\:-m-12{
  margin: -3rem;
}

:root [dir=rtl] .rtl\:-m-13{
  margin: -3.25rem;
}

:root [dir=rtl] .rtl\:-m-14{
  margin: -3.5rem;
}

:root [dir=rtl] .rtl\:-m-16{
  margin: -4rem;
}

:root [dir=rtl] .rtl\:-m-18{
  margin: -4.5rem;
}

:root [dir=rtl] .rtl\:-m-20{
  margin: -5rem;
}

:root [dir=rtl] .rtl\:-m-21{
  margin: -5.25rem;
}

:root [dir=rtl] .rtl\:-m-22{
  margin: -5.5rem;
}

:root [dir=rtl] .rtl\:-m-24{
  margin: -6rem;
}

:root [dir=rtl] .rtl\:-m-26{
  margin: -6.5rem;
}

:root [dir=rtl] .rtl\:-m-27{
  margin: -6.75rem;
}

:root [dir=rtl] .rtl\:-m-28{
  margin: -7rem;
}

:root [dir=rtl] .rtl\:-m-30{
  margin: -7.5rem;
}

:root [dir=rtl] .rtl\:-m-32{
  margin: -8rem;
}

:root [dir=rtl] .rtl\:-m-36{
  margin: -9rem;
}

:root [dir=rtl] .rtl\:-m-40{
  margin: -10rem;
}

:root [dir=rtl] .rtl\:-m-41{
  margin: -11.25rem;
}

:root [dir=rtl] .rtl\:-m-42{
  margin: -11.5rem;
}

:root [dir=rtl] .rtl\:-m-44{
  margin: -11rem;
}

:root [dir=rtl] .rtl\:-m-48{
  margin: -12rem;
}

:root [dir=rtl] .rtl\:-m-52{
  margin: -13rem;
}

:root [dir=rtl] .rtl\:-m-54{
  margin: -13.5rem;
}

:root [dir=rtl] .rtl\:-m-56{
  margin: -14rem;
}

:root [dir=rtl] .rtl\:-m-60{
  margin: -15rem;
}

:root [dir=rtl] .rtl\:-m-64{
  margin: -16rem;
}

:root [dir=rtl] .rtl\:-m-68{
  margin: -17rem;
}

:root [dir=rtl] .rtl\:-m-72{
  margin: -18rem;
}

:root [dir=rtl] .rtl\:-m-76{
  margin: -19rem;
}

:root [dir=rtl] .rtl\:-m-80{
  margin: -20rem;
}

:root [dir=rtl] .rtl\:-m-84{
  margin: -21rem;
}

:root [dir=rtl] .rtl\:-m-88{
  margin: -22rem;
}

:root [dir=rtl] .rtl\:-m-96{
  margin: -24rem;
}

:root [dir=rtl] .rtl\:-m-112{
  margin: -28rem;
}

:root [dir=rtl] .rtl\:-m-120{
  margin: -30rem;
}

:root [dir=rtl] .rtl\:-m-140{
  margin: -35rem;
}

:root [dir=rtl] .rtl\:-m-150{
  margin: -37.5rem;
}

:root [dir=rtl] .rtl\:-m-160{
  margin: -40rem;
}

:root [dir=rtl] .rtl\:-m-220{
  margin: -55rem;
}

:root [dir=rtl] .rtl\:-m-240{
  margin: -60rem;
}

:root [dir=rtl] .rtl\:-m-300{
  margin: -75rem;
}

:root [dir=rtl] .rtl\:-m-320{
  margin: -80rem;
}

:root [dir=rtl] .rtl\:-m-px{
  margin: -1px;
}

:root [dir=rtl] .rtl\:-m-gutter{
  margin: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-m-1.5{
  margin: -0.375rem;
}

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

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

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

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

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

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

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

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

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

:root .mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

:root .mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

:root .mx-13{
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

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

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

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

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

:root .mx-21{
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

:root .mx-22{
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

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

:root .mx-26{
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

:root .mx-27{
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

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

:root .mx-30{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

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

:root .mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

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

:root .mx-41{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

:root .mx-42{
  margin-left: 11.5rem;
  margin-right: 11.5rem;
}

:root .mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

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

:root .mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

:root .mx-54{
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

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

:root .mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

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

:root .mx-68{
  margin-left: 17rem;
  margin-right: 17rem;
}

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

:root .mx-76{
  margin-left: 19rem;
  margin-right: 19rem;
}

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

:root .mx-84{
  margin-left: 21rem;
  margin-right: 21rem;
}

:root .mx-88{
  margin-left: 22rem;
  margin-right: 22rem;
}

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

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

:root .mx-120{
  margin-left: 30rem;
  margin-right: 30rem;
}

:root .mx-140{
  margin-left: 35rem;
  margin-right: 35rem;
}

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

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

:root .mx-220{
  margin-left: 55rem;
  margin-right: 55rem;
}

:root .mx-240{
  margin-left: 60rem;
  margin-right: 60rem;
}

:root .mx-300{
  margin-left: 75rem;
  margin-right: 75rem;
}

:root .mx-320{
  margin-left: 80rem;
  margin-right: 80rem;
}

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

:root .mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root .mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root .mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

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

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

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

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

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

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

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

:root .-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

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

:root .-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

:root .-mx-13{
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

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

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

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

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

:root .-mx-21{
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

:root .-mx-22{
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

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

:root .-mx-26{
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

:root .-mx-27{
  margin-left: -6.75rem;
  margin-right: -6.75rem;
}

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

:root .-mx-30{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

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

:root .-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

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

:root .-mx-41{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}

:root .-mx-42{
  margin-left: -11.5rem;
  margin-right: -11.5rem;
}

:root .-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

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

:root .-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

:root .-mx-54{
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

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

:root .-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

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

:root .-mx-68{
  margin-left: -17rem;
  margin-right: -17rem;
}

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

:root .-mx-76{
  margin-left: -19rem;
  margin-right: -19rem;
}

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

:root .-mx-84{
  margin-left: -21rem;
  margin-right: -21rem;
}

:root .-mx-88{
  margin-left: -22rem;
  margin-right: -22rem;
}

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

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

:root .-mx-120{
  margin-left: -30rem;
  margin-right: -30rem;
}

:root .-mx-140{
  margin-left: -35rem;
  margin-right: -35rem;
}

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

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

:root .-mx-220{
  margin-left: -55rem;
  margin-right: -55rem;
}

:root .-mx-240{
  margin-left: -60rem;
  margin-right: -60rem;
}

:root .-mx-300{
  margin-left: -75rem;
  margin-right: -75rem;
}

:root .-mx-320{
  margin-left: -80rem;
  margin-right: -80rem;
}

:root .-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root .-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root .-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

:root .my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

:root .my-13{
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

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

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

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

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

:root .my-21{
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

:root .my-22{
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

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

:root .my-26{
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

:root .my-27{
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

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

:root .my-30{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

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

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

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

:root .my-41{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

:root .my-42{
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

:root .my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

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

:root .my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

:root .my-54{
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

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

:root .my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

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

:root .my-68{
  margin-top: 17rem;
  margin-bottom: 17rem;
}

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

:root .my-76{
  margin-top: 19rem;
  margin-bottom: 19rem;
}

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

:root .my-84{
  margin-top: 21rem;
  margin-bottom: 21rem;
}

:root .my-88{
  margin-top: 22rem;
  margin-bottom: 22rem;
}

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

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

:root .my-120{
  margin-top: 30rem;
  margin-bottom: 30rem;
}

:root .my-140{
  margin-top: 35rem;
  margin-bottom: 35rem;
}

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

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

:root .my-220{
  margin-top: 55rem;
  margin-bottom: 55rem;
}

:root .my-240{
  margin-top: 60rem;
  margin-bottom: 60rem;
}

:root .my-300{
  margin-top: 75rem;
  margin-bottom: 75rem;
}

:root .my-320{
  margin-top: 80rem;
  margin-bottom: 80rem;
}

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

:root .my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root .my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root .my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

:root .-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

:root .-my-13{
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

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

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

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

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

:root .-my-21{
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

:root .-my-22{
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

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

:root .-my-26{
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

:root .-my-27{
  margin-top: -6.75rem;
  margin-bottom: -6.75rem;
}

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

:root .-my-30{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

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

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

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

:root .-my-41{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}

:root .-my-42{
  margin-top: -11.5rem;
  margin-bottom: -11.5rem;
}

:root .-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

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

:root .-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

:root .-my-54{
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

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

:root .-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

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

:root .-my-68{
  margin-top: -17rem;
  margin-bottom: -17rem;
}

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

:root .-my-76{
  margin-top: -19rem;
  margin-bottom: -19rem;
}

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

:root .-my-84{
  margin-top: -21rem;
  margin-bottom: -21rem;
}

:root .-my-88{
  margin-top: -22rem;
  margin-bottom: -22rem;
}

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

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

:root .-my-120{
  margin-top: -30rem;
  margin-bottom: -30rem;
}

:root .-my-140{
  margin-top: -35rem;
  margin-bottom: -35rem;
}

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

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

:root .-my-220{
  margin-top: -55rem;
  margin-bottom: -55rem;
}

:root .-my-240{
  margin-top: -60rem;
  margin-bottom: -60rem;
}

:root .-my-300{
  margin-top: -75rem;
  margin-bottom: -75rem;
}

:root .-my-320{
  margin-top: -80rem;
  margin-bottom: -80rem;
}

:root .-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root .-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root .-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

:root [dir=ltr] .ltr\:mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root [dir=ltr] .ltr\:mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root [dir=ltr] .ltr\:mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root [dir=ltr] .ltr\:mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root [dir=ltr] .ltr\:mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root [dir=ltr] .ltr\:mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root [dir=ltr] .ltr\:mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root [dir=ltr] .ltr\:mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

:root [dir=ltr] .ltr\:mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root [dir=ltr] .ltr\:mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root [dir=ltr] .ltr\:mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root [dir=ltr] .ltr\:mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

:root [dir=ltr] .ltr\:mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root [dir=ltr] .ltr\:mx-13{
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

:root [dir=ltr] .ltr\:mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root [dir=ltr] .ltr\:mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root [dir=ltr] .ltr\:mx-18{
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

:root [dir=ltr] .ltr\:mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root [dir=ltr] .ltr\:mx-21{
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

:root [dir=ltr] .ltr\:mx-22{
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

:root [dir=ltr] .ltr\:mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root [dir=ltr] .ltr\:mx-26{
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

:root [dir=ltr] .ltr\:mx-27{
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

:root [dir=ltr] .ltr\:mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

:root [dir=ltr] .ltr\:mx-30{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

:root [dir=ltr] .ltr\:mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root [dir=ltr] .ltr\:mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

:root [dir=ltr] .ltr\:mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root [dir=ltr] .ltr\:mx-41{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

:root [dir=ltr] .ltr\:mx-42{
  margin-left: 11.5rem;
  margin-right: 11.5rem;
}

:root [dir=ltr] .ltr\:mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

:root [dir=ltr] .ltr\:mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root [dir=ltr] .ltr\:mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

:root [dir=ltr] .ltr\:mx-54{
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

:root [dir=ltr] .ltr\:mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root [dir=ltr] .ltr\:mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

:root [dir=ltr] .ltr\:mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root [dir=ltr] .ltr\:mx-68{
  margin-left: 17rem;
  margin-right: 17rem;
}

:root [dir=ltr] .ltr\:mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

:root [dir=ltr] .ltr\:mx-76{
  margin-left: 19rem;
  margin-right: 19rem;
}

:root [dir=ltr] .ltr\:mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

:root [dir=ltr] .ltr\:mx-84{
  margin-left: 21rem;
  margin-right: 21rem;
}

:root [dir=ltr] .ltr\:mx-88{
  margin-left: 22rem;
  margin-right: 22rem;
}

:root [dir=ltr] .ltr\:mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

:root [dir=ltr] .ltr\:mx-112{
  margin-left: 28rem;
  margin-right: 28rem;
}

:root [dir=ltr] .ltr\:mx-120{
  margin-left: 30rem;
  margin-right: 30rem;
}

:root [dir=ltr] .ltr\:mx-140{
  margin-left: 35rem;
  margin-right: 35rem;
}

:root [dir=ltr] .ltr\:mx-150{
  margin-left: 37.5rem;
  margin-right: 37.5rem;
}

:root [dir=ltr] .ltr\:mx-160{
  margin-left: 40rem;
  margin-right: 40rem;
}

:root [dir=ltr] .ltr\:mx-220{
  margin-left: 55rem;
  margin-right: 55rem;
}

:root [dir=ltr] .ltr\:mx-240{
  margin-left: 60rem;
  margin-right: 60rem;
}

:root [dir=ltr] .ltr\:mx-300{
  margin-left: 75rem;
  margin-right: 75rem;
}

:root [dir=ltr] .ltr\:mx-320{
  margin-left: 80rem;
  margin-right: 80rem;
}

:root [dir=ltr] .ltr\:mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root [dir=ltr] .ltr\:mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root [dir=ltr] .ltr\:mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mx-1.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

:root [dir=ltr] .ltr\:-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root [dir=ltr] .ltr\:-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root [dir=ltr] .ltr\:-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root [dir=ltr] .ltr\:-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root [dir=ltr] .ltr\:-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root [dir=ltr] .ltr\:-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root [dir=ltr] .ltr\:-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

:root [dir=ltr] .ltr\:-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root [dir=ltr] .ltr\:-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root [dir=ltr] .ltr\:-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root [dir=ltr] .ltr\:-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

:root [dir=ltr] .ltr\:-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root [dir=ltr] .ltr\:-mx-13{
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

:root [dir=ltr] .ltr\:-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root [dir=ltr] .ltr\:-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root [dir=ltr] .ltr\:-mx-18{
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

:root [dir=ltr] .ltr\:-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root [dir=ltr] .ltr\:-mx-21{
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

:root [dir=ltr] .ltr\:-mx-22{
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

:root [dir=ltr] .ltr\:-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root [dir=ltr] .ltr\:-mx-26{
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

:root [dir=ltr] .ltr\:-mx-27{
  margin-left: -6.75rem;
  margin-right: -6.75rem;
}

:root [dir=ltr] .ltr\:-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

:root [dir=ltr] .ltr\:-mx-30{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

:root [dir=ltr] .ltr\:-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root [dir=ltr] .ltr\:-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

:root [dir=ltr] .ltr\:-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root [dir=ltr] .ltr\:-mx-41{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}

:root [dir=ltr] .ltr\:-mx-42{
  margin-left: -11.5rem;
  margin-right: -11.5rem;
}

:root [dir=ltr] .ltr\:-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

:root [dir=ltr] .ltr\:-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root [dir=ltr] .ltr\:-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

:root [dir=ltr] .ltr\:-mx-54{
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

:root [dir=ltr] .ltr\:-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root [dir=ltr] .ltr\:-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

:root [dir=ltr] .ltr\:-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root [dir=ltr] .ltr\:-mx-68{
  margin-left: -17rem;
  margin-right: -17rem;
}

:root [dir=ltr] .ltr\:-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

:root [dir=ltr] .ltr\:-mx-76{
  margin-left: -19rem;
  margin-right: -19rem;
}

:root [dir=ltr] .ltr\:-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

:root [dir=ltr] .ltr\:-mx-84{
  margin-left: -21rem;
  margin-right: -21rem;
}

:root [dir=ltr] .ltr\:-mx-88{
  margin-left: -22rem;
  margin-right: -22rem;
}

:root [dir=ltr] .ltr\:-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

:root [dir=ltr] .ltr\:-mx-112{
  margin-left: -28rem;
  margin-right: -28rem;
}

:root [dir=ltr] .ltr\:-mx-120{
  margin-left: -30rem;
  margin-right: -30rem;
}

:root [dir=ltr] .ltr\:-mx-140{
  margin-left: -35rem;
  margin-right: -35rem;
}

:root [dir=ltr] .ltr\:-mx-150{
  margin-left: -37.5rem;
  margin-right: -37.5rem;
}

:root [dir=ltr] .ltr\:-mx-160{
  margin-left: -40rem;
  margin-right: -40rem;
}

:root [dir=ltr] .ltr\:-mx-220{
  margin-left: -55rem;
  margin-right: -55rem;
}

:root [dir=ltr] .ltr\:-mx-240{
  margin-left: -60rem;
  margin-right: -60rem;
}

:root [dir=ltr] .ltr\:-mx-300{
  margin-left: -75rem;
  margin-right: -75rem;
}

:root [dir=ltr] .ltr\:-mx-320{
  margin-left: -80rem;
  margin-right: -80rem;
}

:root [dir=ltr] .ltr\:-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root [dir=ltr] .ltr\:-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mx-1.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

:root [dir=ltr] .ltr\:my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root [dir=ltr] .ltr\:my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root [dir=ltr] .ltr\:my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root [dir=ltr] .ltr\:my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root [dir=ltr] .ltr\:my-13{
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

:root [dir=ltr] .ltr\:my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root [dir=ltr] .ltr\:my-18{
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

:root [dir=ltr] .ltr\:my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root [dir=ltr] .ltr\:my-21{
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

:root [dir=ltr] .ltr\:my-22{
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

:root [dir=ltr] .ltr\:my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root [dir=ltr] .ltr\:my-26{
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

:root [dir=ltr] .ltr\:my-27{
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

:root [dir=ltr] .ltr\:my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

:root [dir=ltr] .ltr\:my-30{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

:root [dir=ltr] .ltr\:my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root [dir=ltr] .ltr\:my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

:root [dir=ltr] .ltr\:my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root [dir=ltr] .ltr\:my-41{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

:root [dir=ltr] .ltr\:my-42{
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

:root [dir=ltr] .ltr\:my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

:root [dir=ltr] .ltr\:my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root [dir=ltr] .ltr\:my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

:root [dir=ltr] .ltr\:my-54{
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

:root [dir=ltr] .ltr\:my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root [dir=ltr] .ltr\:my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

:root [dir=ltr] .ltr\:my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root [dir=ltr] .ltr\:my-68{
  margin-top: 17rem;
  margin-bottom: 17rem;
}

:root [dir=ltr] .ltr\:my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

:root [dir=ltr] .ltr\:my-76{
  margin-top: 19rem;
  margin-bottom: 19rem;
}

:root [dir=ltr] .ltr\:my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

:root [dir=ltr] .ltr\:my-84{
  margin-top: 21rem;
  margin-bottom: 21rem;
}

:root [dir=ltr] .ltr\:my-88{
  margin-top: 22rem;
  margin-bottom: 22rem;
}

:root [dir=ltr] .ltr\:my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

:root [dir=ltr] .ltr\:my-112{
  margin-top: 28rem;
  margin-bottom: 28rem;
}

:root [dir=ltr] .ltr\:my-120{
  margin-top: 30rem;
  margin-bottom: 30rem;
}

:root [dir=ltr] .ltr\:my-140{
  margin-top: 35rem;
  margin-bottom: 35rem;
}

:root [dir=ltr] .ltr\:my-150{
  margin-top: 37.5rem;
  margin-bottom: 37.5rem;
}

:root [dir=ltr] .ltr\:my-160{
  margin-top: 40rem;
  margin-bottom: 40rem;
}

:root [dir=ltr] .ltr\:my-220{
  margin-top: 55rem;
  margin-bottom: 55rem;
}

:root [dir=ltr] .ltr\:my-240{
  margin-top: 60rem;
  margin-bottom: 60rem;
}

:root [dir=ltr] .ltr\:my-300{
  margin-top: 75rem;
  margin-bottom: 75rem;
}

:root [dir=ltr] .ltr\:my-320{
  margin-top: 80rem;
  margin-bottom: 80rem;
}

:root [dir=ltr] .ltr\:my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root [dir=ltr] .ltr\:my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root [dir=ltr] .ltr\:my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:my-1.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root [dir=ltr] .ltr\:-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

:root [dir=ltr] .ltr\:-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root [dir=ltr] .ltr\:-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root [dir=ltr] .ltr\:-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

:root [dir=ltr] .ltr\:-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root [dir=ltr] .ltr\:-my-13{
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

:root [dir=ltr] .ltr\:-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root [dir=ltr] .ltr\:-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root [dir=ltr] .ltr\:-my-18{
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

:root [dir=ltr] .ltr\:-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root [dir=ltr] .ltr\:-my-21{
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

:root [dir=ltr] .ltr\:-my-22{
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

:root [dir=ltr] .ltr\:-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root [dir=ltr] .ltr\:-my-26{
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

:root [dir=ltr] .ltr\:-my-27{
  margin-top: -6.75rem;
  margin-bottom: -6.75rem;
}

:root [dir=ltr] .ltr\:-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

:root [dir=ltr] .ltr\:-my-30{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

:root [dir=ltr] .ltr\:-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root [dir=ltr] .ltr\:-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

:root [dir=ltr] .ltr\:-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root [dir=ltr] .ltr\:-my-41{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}

:root [dir=ltr] .ltr\:-my-42{
  margin-top: -11.5rem;
  margin-bottom: -11.5rem;
}

:root [dir=ltr] .ltr\:-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

:root [dir=ltr] .ltr\:-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root [dir=ltr] .ltr\:-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

:root [dir=ltr] .ltr\:-my-54{
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

:root [dir=ltr] .ltr\:-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root [dir=ltr] .ltr\:-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

:root [dir=ltr] .ltr\:-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root [dir=ltr] .ltr\:-my-68{
  margin-top: -17rem;
  margin-bottom: -17rem;
}

:root [dir=ltr] .ltr\:-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

:root [dir=ltr] .ltr\:-my-76{
  margin-top: -19rem;
  margin-bottom: -19rem;
}

:root [dir=ltr] .ltr\:-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

:root [dir=ltr] .ltr\:-my-84{
  margin-top: -21rem;
  margin-bottom: -21rem;
}

:root [dir=ltr] .ltr\:-my-88{
  margin-top: -22rem;
  margin-bottom: -22rem;
}

:root [dir=ltr] .ltr\:-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

:root [dir=ltr] .ltr\:-my-112{
  margin-top: -28rem;
  margin-bottom: -28rem;
}

:root [dir=ltr] .ltr\:-my-120{
  margin-top: -30rem;
  margin-bottom: -30rem;
}

:root [dir=ltr] .ltr\:-my-140{
  margin-top: -35rem;
  margin-bottom: -35rem;
}

:root [dir=ltr] .ltr\:-my-150{
  margin-top: -37.5rem;
  margin-bottom: -37.5rem;
}

:root [dir=ltr] .ltr\:-my-160{
  margin-top: -40rem;
  margin-bottom: -40rem;
}

:root [dir=ltr] .ltr\:-my-220{
  margin-top: -55rem;
  margin-bottom: -55rem;
}

:root [dir=ltr] .ltr\:-my-240{
  margin-top: -60rem;
  margin-bottom: -60rem;
}

:root [dir=ltr] .ltr\:-my-300{
  margin-top: -75rem;
  margin-bottom: -75rem;
}

:root [dir=ltr] .ltr\:-my-320{
  margin-top: -80rem;
  margin-bottom: -80rem;
}

:root [dir=ltr] .ltr\:-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root [dir=ltr] .ltr\:-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-my-1.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

:root [dir=rtl] .rtl\:mx-0{
  margin-left: 0;
  margin-right: 0;
}

:root [dir=rtl] .rtl\:mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:root [dir=rtl] .rtl\:mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

:root [dir=rtl] .rtl\:mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

:root [dir=rtl] .rtl\:mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

:root [dir=rtl] .rtl\:mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

:root [dir=rtl] .rtl\:mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

:root [dir=rtl] .rtl\:mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

:root [dir=rtl] .rtl\:mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

:root [dir=rtl] .rtl\:mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

:root [dir=rtl] .rtl\:mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

:root [dir=rtl] .rtl\:mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

:root [dir=rtl] .rtl\:mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

:root [dir=rtl] .rtl\:mx-13{
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

:root [dir=rtl] .rtl\:mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

:root [dir=rtl] .rtl\:mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

:root [dir=rtl] .rtl\:mx-18{
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

:root [dir=rtl] .rtl\:mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

:root [dir=rtl] .rtl\:mx-21{
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

:root [dir=rtl] .rtl\:mx-22{
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

:root [dir=rtl] .rtl\:mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

:root [dir=rtl] .rtl\:mx-26{
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

:root [dir=rtl] .rtl\:mx-27{
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

:root [dir=rtl] .rtl\:mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

:root [dir=rtl] .rtl\:mx-30{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

:root [dir=rtl] .rtl\:mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

:root [dir=rtl] .rtl\:mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

:root [dir=rtl] .rtl\:mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

:root [dir=rtl] .rtl\:mx-41{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

:root [dir=rtl] .rtl\:mx-42{
  margin-left: 11.5rem;
  margin-right: 11.5rem;
}

:root [dir=rtl] .rtl\:mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

:root [dir=rtl] .rtl\:mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

:root [dir=rtl] .rtl\:mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

:root [dir=rtl] .rtl\:mx-54{
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

:root [dir=rtl] .rtl\:mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

:root [dir=rtl] .rtl\:mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

:root [dir=rtl] .rtl\:mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

:root [dir=rtl] .rtl\:mx-68{
  margin-left: 17rem;
  margin-right: 17rem;
}

:root [dir=rtl] .rtl\:mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

:root [dir=rtl] .rtl\:mx-76{
  margin-left: 19rem;
  margin-right: 19rem;
}

:root [dir=rtl] .rtl\:mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

:root [dir=rtl] .rtl\:mx-84{
  margin-left: 21rem;
  margin-right: 21rem;
}

:root [dir=rtl] .rtl\:mx-88{
  margin-left: 22rem;
  margin-right: 22rem;
}

:root [dir=rtl] .rtl\:mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

:root [dir=rtl] .rtl\:mx-112{
  margin-left: 28rem;
  margin-right: 28rem;
}

:root [dir=rtl] .rtl\:mx-120{
  margin-left: 30rem;
  margin-right: 30rem;
}

:root [dir=rtl] .rtl\:mx-140{
  margin-left: 35rem;
  margin-right: 35rem;
}

:root [dir=rtl] .rtl\:mx-150{
  margin-left: 37.5rem;
  margin-right: 37.5rem;
}

:root [dir=rtl] .rtl\:mx-160{
  margin-left: 40rem;
  margin-right: 40rem;
}

:root [dir=rtl] .rtl\:mx-220{
  margin-left: 55rem;
  margin-right: 55rem;
}

:root [dir=rtl] .rtl\:mx-240{
  margin-left: 60rem;
  margin-right: 60rem;
}

:root [dir=rtl] .rtl\:mx-300{
  margin-left: 75rem;
  margin-right: 75rem;
}

:root [dir=rtl] .rtl\:mx-320{
  margin-left: 80rem;
  margin-right: 80rem;
}

:root [dir=rtl] .rtl\:mx-auto{
  margin-left: auto;
  margin-right: auto;
}

:root [dir=rtl] .rtl\:mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

:root [dir=rtl] .rtl\:mx-gutter{
  margin-left: var(--padding-gutter);
  margin-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mx-1.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

:root [dir=rtl] .rtl\:-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

:root [dir=rtl] .rtl\:-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

:root [dir=rtl] .rtl\:-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

:root [dir=rtl] .rtl\:-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

:root [dir=rtl] .rtl\:-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

:root [dir=rtl] .rtl\:-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

:root [dir=rtl] .rtl\:-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

:root [dir=rtl] .rtl\:-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

:root [dir=rtl] .rtl\:-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

:root [dir=rtl] .rtl\:-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

:root [dir=rtl] .rtl\:-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

:root [dir=rtl] .rtl\:-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

:root [dir=rtl] .rtl\:-mx-13{
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

:root [dir=rtl] .rtl\:-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

:root [dir=rtl] .rtl\:-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

:root [dir=rtl] .rtl\:-mx-18{
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

:root [dir=rtl] .rtl\:-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

:root [dir=rtl] .rtl\:-mx-21{
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

:root [dir=rtl] .rtl\:-mx-22{
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

:root [dir=rtl] .rtl\:-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

:root [dir=rtl] .rtl\:-mx-26{
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

:root [dir=rtl] .rtl\:-mx-27{
  margin-left: -6.75rem;
  margin-right: -6.75rem;
}

:root [dir=rtl] .rtl\:-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

:root [dir=rtl] .rtl\:-mx-30{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

:root [dir=rtl] .rtl\:-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

:root [dir=rtl] .rtl\:-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

:root [dir=rtl] .rtl\:-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

:root [dir=rtl] .rtl\:-mx-41{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}

:root [dir=rtl] .rtl\:-mx-42{
  margin-left: -11.5rem;
  margin-right: -11.5rem;
}

:root [dir=rtl] .rtl\:-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

:root [dir=rtl] .rtl\:-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

:root [dir=rtl] .rtl\:-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

:root [dir=rtl] .rtl\:-mx-54{
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

:root [dir=rtl] .rtl\:-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

:root [dir=rtl] .rtl\:-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

:root [dir=rtl] .rtl\:-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

:root [dir=rtl] .rtl\:-mx-68{
  margin-left: -17rem;
  margin-right: -17rem;
}

:root [dir=rtl] .rtl\:-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

:root [dir=rtl] .rtl\:-mx-76{
  margin-left: -19rem;
  margin-right: -19rem;
}

:root [dir=rtl] .rtl\:-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

:root [dir=rtl] .rtl\:-mx-84{
  margin-left: -21rem;
  margin-right: -21rem;
}

:root [dir=rtl] .rtl\:-mx-88{
  margin-left: -22rem;
  margin-right: -22rem;
}

:root [dir=rtl] .rtl\:-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

:root [dir=rtl] .rtl\:-mx-112{
  margin-left: -28rem;
  margin-right: -28rem;
}

:root [dir=rtl] .rtl\:-mx-120{
  margin-left: -30rem;
  margin-right: -30rem;
}

:root [dir=rtl] .rtl\:-mx-140{
  margin-left: -35rem;
  margin-right: -35rem;
}

:root [dir=rtl] .rtl\:-mx-150{
  margin-left: -37.5rem;
  margin-right: -37.5rem;
}

:root [dir=rtl] .rtl\:-mx-160{
  margin-left: -40rem;
  margin-right: -40rem;
}

:root [dir=rtl] .rtl\:-mx-220{
  margin-left: -55rem;
  margin-right: -55rem;
}

:root [dir=rtl] .rtl\:-mx-240{
  margin-left: -60rem;
  margin-right: -60rem;
}

:root [dir=rtl] .rtl\:-mx-300{
  margin-left: -75rem;
  margin-right: -75rem;
}

:root [dir=rtl] .rtl\:-mx-320{
  margin-left: -80rem;
  margin-right: -80rem;
}

:root [dir=rtl] .rtl\:-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

:root [dir=rtl] .rtl\:-mx-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mx-1.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

:root [dir=rtl] .rtl\:my-0{
  margin-top: 0;
  margin-bottom: 0;
}

:root [dir=rtl] .rtl\:my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

:root [dir=rtl] .rtl\:my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:root [dir=rtl] .rtl\:my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

:root [dir=rtl] .rtl\:my-13{
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

:root [dir=rtl] .rtl\:my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:root [dir=rtl] .rtl\:my-18{
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

:root [dir=rtl] .rtl\:my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

:root [dir=rtl] .rtl\:my-21{
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

:root [dir=rtl] .rtl\:my-22{
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

:root [dir=rtl] .rtl\:my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

:root [dir=rtl] .rtl\:my-26{
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

:root [dir=rtl] .rtl\:my-27{
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

:root [dir=rtl] .rtl\:my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

:root [dir=rtl] .rtl\:my-30{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

:root [dir=rtl] .rtl\:my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

:root [dir=rtl] .rtl\:my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

:root [dir=rtl] .rtl\:my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

:root [dir=rtl] .rtl\:my-41{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

:root [dir=rtl] .rtl\:my-42{
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

:root [dir=rtl] .rtl\:my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

:root [dir=rtl] .rtl\:my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

:root [dir=rtl] .rtl\:my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

:root [dir=rtl] .rtl\:my-54{
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

:root [dir=rtl] .rtl\:my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

:root [dir=rtl] .rtl\:my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

:root [dir=rtl] .rtl\:my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

:root [dir=rtl] .rtl\:my-68{
  margin-top: 17rem;
  margin-bottom: 17rem;
}

:root [dir=rtl] .rtl\:my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

:root [dir=rtl] .rtl\:my-76{
  margin-top: 19rem;
  margin-bottom: 19rem;
}

:root [dir=rtl] .rtl\:my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

:root [dir=rtl] .rtl\:my-84{
  margin-top: 21rem;
  margin-bottom: 21rem;
}

:root [dir=rtl] .rtl\:my-88{
  margin-top: 22rem;
  margin-bottom: 22rem;
}

:root [dir=rtl] .rtl\:my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

:root [dir=rtl] .rtl\:my-112{
  margin-top: 28rem;
  margin-bottom: 28rem;
}

:root [dir=rtl] .rtl\:my-120{
  margin-top: 30rem;
  margin-bottom: 30rem;
}

:root [dir=rtl] .rtl\:my-140{
  margin-top: 35rem;
  margin-bottom: 35rem;
}

:root [dir=rtl] .rtl\:my-150{
  margin-top: 37.5rem;
  margin-bottom: 37.5rem;
}

:root [dir=rtl] .rtl\:my-160{
  margin-top: 40rem;
  margin-bottom: 40rem;
}

:root [dir=rtl] .rtl\:my-220{
  margin-top: 55rem;
  margin-bottom: 55rem;
}

:root [dir=rtl] .rtl\:my-240{
  margin-top: 60rem;
  margin-bottom: 60rem;
}

:root [dir=rtl] .rtl\:my-300{
  margin-top: 75rem;
  margin-bottom: 75rem;
}

:root [dir=rtl] .rtl\:my-320{
  margin-top: 80rem;
  margin-bottom: 80rem;
}

:root [dir=rtl] .rtl\:my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

:root [dir=rtl] .rtl\:my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

:root [dir=rtl] .rtl\:my-gutter{
  margin-top: var(--padding-gutter);
  margin-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:my-1.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

:root [dir=rtl] .rtl\:-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

:root [dir=rtl] .rtl\:-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

:root [dir=rtl] .rtl\:-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

:root [dir=rtl] .rtl\:-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

:root [dir=rtl] .rtl\:-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

:root [dir=rtl] .rtl\:-my-13{
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

:root [dir=rtl] .rtl\:-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

:root [dir=rtl] .rtl\:-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

:root [dir=rtl] .rtl\:-my-18{
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

:root [dir=rtl] .rtl\:-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

:root [dir=rtl] .rtl\:-my-21{
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

:root [dir=rtl] .rtl\:-my-22{
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

:root [dir=rtl] .rtl\:-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

:root [dir=rtl] .rtl\:-my-26{
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

:root [dir=rtl] .rtl\:-my-27{
  margin-top: -6.75rem;
  margin-bottom: -6.75rem;
}

:root [dir=rtl] .rtl\:-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

:root [dir=rtl] .rtl\:-my-30{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

:root [dir=rtl] .rtl\:-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

:root [dir=rtl] .rtl\:-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

:root [dir=rtl] .rtl\:-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

:root [dir=rtl] .rtl\:-my-41{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}

:root [dir=rtl] .rtl\:-my-42{
  margin-top: -11.5rem;
  margin-bottom: -11.5rem;
}

:root [dir=rtl] .rtl\:-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

:root [dir=rtl] .rtl\:-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

:root [dir=rtl] .rtl\:-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

:root [dir=rtl] .rtl\:-my-54{
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

:root [dir=rtl] .rtl\:-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

:root [dir=rtl] .rtl\:-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

:root [dir=rtl] .rtl\:-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

:root [dir=rtl] .rtl\:-my-68{
  margin-top: -17rem;
  margin-bottom: -17rem;
}

:root [dir=rtl] .rtl\:-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

:root [dir=rtl] .rtl\:-my-76{
  margin-top: -19rem;
  margin-bottom: -19rem;
}

:root [dir=rtl] .rtl\:-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

:root [dir=rtl] .rtl\:-my-84{
  margin-top: -21rem;
  margin-bottom: -21rem;
}

:root [dir=rtl] .rtl\:-my-88{
  margin-top: -22rem;
  margin-bottom: -22rem;
}

:root [dir=rtl] .rtl\:-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

:root [dir=rtl] .rtl\:-my-112{
  margin-top: -28rem;
  margin-bottom: -28rem;
}

:root [dir=rtl] .rtl\:-my-120{
  margin-top: -30rem;
  margin-bottom: -30rem;
}

:root [dir=rtl] .rtl\:-my-140{
  margin-top: -35rem;
  margin-bottom: -35rem;
}

:root [dir=rtl] .rtl\:-my-150{
  margin-top: -37.5rem;
  margin-bottom: -37.5rem;
}

:root [dir=rtl] .rtl\:-my-160{
  margin-top: -40rem;
  margin-bottom: -40rem;
}

:root [dir=rtl] .rtl\:-my-220{
  margin-top: -55rem;
  margin-bottom: -55rem;
}

:root [dir=rtl] .rtl\:-my-240{
  margin-top: -60rem;
  margin-bottom: -60rem;
}

:root [dir=rtl] .rtl\:-my-300{
  margin-top: -75rem;
  margin-bottom: -75rem;
}

:root [dir=rtl] .rtl\:-my-320{
  margin-top: -80rem;
  margin-bottom: -80rem;
}

:root [dir=rtl] .rtl\:-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

:root [dir=rtl] .rtl\:-my-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-my-1.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

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

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

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

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

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

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

:root .mt-6{
  margin-top: 1.5rem;
}

:root .mt-7{
  margin-top: 1.75rem;
}

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

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

:root .mt-10{
  margin-top: 2.5rem;
}

:root .mt-11{
  margin-top: 2.75rem;
}

:root .mt-12{
  margin-top: 3rem;
}

:root .mt-13{
  margin-top: 3.25rem;
}

:root .mt-14{
  margin-top: 3.5rem;
}

:root .mt-16{
  margin-top: 4rem;
}

:root .mt-18{
  margin-top: 4.5rem;
}

:root .mt-20{
  margin-top: 5rem;
}

:root .mt-21{
  margin-top: 5.25rem;
}

:root .mt-22{
  margin-top: 5.5rem;
}

:root .mt-24{
  margin-top: 6rem;
}

:root .mt-26{
  margin-top: 6.5rem;
}

:root .mt-27{
  margin-top: 6.75rem;
}

:root .mt-28{
  margin-top: 7rem;
}

:root .mt-30{
  margin-top: 7.5rem;
}

:root .mt-32{
  margin-top: 8rem;
}

:root .mt-36{
  margin-top: 9rem;
}

:root .mt-40{
  margin-top: 10rem;
}

:root .mt-41{
  margin-top: 11.25rem;
}

:root .mt-42{
  margin-top: 11.5rem;
}

:root .mt-44{
  margin-top: 11rem;
}

:root .mt-48{
  margin-top: 12rem;
}

:root .mt-52{
  margin-top: 13rem;
}

:root .mt-54{
  margin-top: 13.5rem;
}

:root .mt-56{
  margin-top: 14rem;
}

:root .mt-60{
  margin-top: 15rem;
}

:root .mt-64{
  margin-top: 16rem;
}

:root .mt-68{
  margin-top: 17rem;
}

:root .mt-72{
  margin-top: 18rem;
}

:root .mt-76{
  margin-top: 19rem;
}

:root .mt-80{
  margin-top: 20rem;
}

:root .mt-84{
  margin-top: 21rem;
}

:root .mt-88{
  margin-top: 22rem;
}

:root .mt-96{
  margin-top: 24rem;
}

:root .mt-112{
  margin-top: 28rem;
}

:root .mt-120{
  margin-top: 30rem;
}

:root .mt-140{
  margin-top: 35rem;
}

:root .mt-150{
  margin-top: 37.5rem;
}

:root .mt-160{
  margin-top: 40rem;
}

:root .mt-220{
  margin-top: 55rem;
}

:root .mt-240{
  margin-top: 60rem;
}

:root .mt-300{
  margin-top: 75rem;
}

:root .mt-320{
  margin-top: 80rem;
}

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

:root .mt-px{
  margin-top: 1px;
}

:root .mt-gutter{
  margin-top: var(--padding-gutter);
}

:root .mt-1\.5{
  margin-top: 0.375rem;
}

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

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

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

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

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

:root .-mt-6{
  margin-top: -1.5rem;
}

:root .-mt-7{
  margin-top: -1.75rem;
}

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

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

:root .-mt-10{
  margin-top: -2.5rem;
}

:root .-mt-11{
  margin-top: -2.75rem;
}

:root .-mt-12{
  margin-top: -3rem;
}

:root .-mt-13{
  margin-top: -3.25rem;
}

:root .-mt-14{
  margin-top: -3.5rem;
}

:root .-mt-16{
  margin-top: -4rem;
}

:root .-mt-18{
  margin-top: -4.5rem;
}

:root .-mt-20{
  margin-top: -5rem;
}

:root .-mt-21{
  margin-top: -5.25rem;
}

:root .-mt-22{
  margin-top: -5.5rem;
}

:root .-mt-24{
  margin-top: -6rem;
}

:root .-mt-26{
  margin-top: -6.5rem;
}

:root .-mt-27{
  margin-top: -6.75rem;
}

:root .-mt-28{
  margin-top: -7rem;
}

:root .-mt-30{
  margin-top: -7.5rem;
}

:root .-mt-32{
  margin-top: -8rem;
}

:root .-mt-36{
  margin-top: -9rem;
}

:root .-mt-40{
  margin-top: -10rem;
}

:root .-mt-41{
  margin-top: -11.25rem;
}

:root .-mt-42{
  margin-top: -11.5rem;
}

:root .-mt-44{
  margin-top: -11rem;
}

:root .-mt-48{
  margin-top: -12rem;
}

:root .-mt-52{
  margin-top: -13rem;
}

:root .-mt-54{
  margin-top: -13.5rem;
}

:root .-mt-56{
  margin-top: -14rem;
}

:root .-mt-60{
  margin-top: -15rem;
}

:root .-mt-64{
  margin-top: -16rem;
}

:root .-mt-68{
  margin-top: -17rem;
}

:root .-mt-72{
  margin-top: -18rem;
}

:root .-mt-76{
  margin-top: -19rem;
}

:root .-mt-80{
  margin-top: -20rem;
}

:root .-mt-84{
  margin-top: -21rem;
}

:root .-mt-88{
  margin-top: -22rem;
}

:root .-mt-96{
  margin-top: -24rem;
}

:root .-mt-112{
  margin-top: -28rem;
}

:root .-mt-120{
  margin-top: -30rem;
}

:root .-mt-140{
  margin-top: -35rem;
}

:root .-mt-150{
  margin-top: -37.5rem;
}

:root .-mt-160{
  margin-top: -40rem;
}

:root .-mt-220{
  margin-top: -55rem;
}

:root .-mt-240{
  margin-top: -60rem;
}

:root .-mt-300{
  margin-top: -75rem;
}

:root .-mt-320{
  margin-top: -80rem;
}

:root .-mt-px{
  margin-top: -1px;
}

:root .-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root .-mt-1\.5{
  margin-top: -0.375rem;
}

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

:root .mr-1{
  margin-right: 0.25rem;
}

:root .mr-2{
  margin-right: 0.5rem;
}

:root .mr-3{
  margin-right: 0.75rem;
}

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

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

:root .mr-6{
  margin-right: 1.5rem;
}

:root .mr-7{
  margin-right: 1.75rem;
}

:root .mr-8{
  margin-right: 2rem;
}

:root .mr-9{
  margin-right: 2.25rem;
}

:root .mr-10{
  margin-right: 2.5rem;
}

:root .mr-11{
  margin-right: 2.75rem;
}

:root .mr-12{
  margin-right: 3rem;
}

:root .mr-13{
  margin-right: 3.25rem;
}

:root .mr-14{
  margin-right: 3.5rem;
}

:root .mr-16{
  margin-right: 4rem;
}

:root .mr-18{
  margin-right: 4.5rem;
}

:root .mr-20{
  margin-right: 5rem;
}

:root .mr-21{
  margin-right: 5.25rem;
}

:root .mr-22{
  margin-right: 5.5rem;
}

:root .mr-24{
  margin-right: 6rem;
}

:root .mr-26{
  margin-right: 6.5rem;
}

:root .mr-27{
  margin-right: 6.75rem;
}

:root .mr-28{
  margin-right: 7rem;
}

:root .mr-30{
  margin-right: 7.5rem;
}

:root .mr-32{
  margin-right: 8rem;
}

:root .mr-36{
  margin-right: 9rem;
}

:root .mr-40{
  margin-right: 10rem;
}

:root .mr-41{
  margin-right: 11.25rem;
}

:root .mr-42{
  margin-right: 11.5rem;
}

:root .mr-44{
  margin-right: 11rem;
}

:root .mr-48{
  margin-right: 12rem;
}

:root .mr-52{
  margin-right: 13rem;
}

:root .mr-54{
  margin-right: 13.5rem;
}

:root .mr-56{
  margin-right: 14rem;
}

:root .mr-60{
  margin-right: 15rem;
}

:root .mr-64{
  margin-right: 16rem;
}

:root .mr-68{
  margin-right: 17rem;
}

:root .mr-72{
  margin-right: 18rem;
}

:root .mr-76{
  margin-right: 19rem;
}

:root .mr-80{
  margin-right: 20rem;
}

:root .mr-84{
  margin-right: 21rem;
}

:root .mr-88{
  margin-right: 22rem;
}

:root .mr-96{
  margin-right: 24rem;
}

:root .mr-112{
  margin-right: 28rem;
}

:root .mr-120{
  margin-right: 30rem;
}

:root .mr-140{
  margin-right: 35rem;
}

:root .mr-150{
  margin-right: 37.5rem;
}

:root .mr-160{
  margin-right: 40rem;
}

:root .mr-220{
  margin-right: 55rem;
}

:root .mr-240{
  margin-right: 60rem;
}

:root .mr-300{
  margin-right: 75rem;
}

:root .mr-320{
  margin-right: 80rem;
}

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

:root .mr-px{
  margin-right: 1px;
}

:root .mr-gutter{
  margin-right: var(--padding-gutter);
}

:root .mr-1\.5{
  margin-right: 0.375rem;
}

:root .-mr-1{
  margin-right: -0.25rem;
}

:root .-mr-2{
  margin-right: -0.5rem;
}

:root .-mr-3{
  margin-right: -0.75rem;
}

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

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

:root .-mr-6{
  margin-right: -1.5rem;
}

:root .-mr-7{
  margin-right: -1.75rem;
}

:root .-mr-8{
  margin-right: -2rem;
}

:root .-mr-9{
  margin-right: -2.25rem;
}

:root .-mr-10{
  margin-right: -2.5rem;
}

:root .-mr-11{
  margin-right: -2.75rem;
}

:root .-mr-12{
  margin-right: -3rem;
}

:root .-mr-13{
  margin-right: -3.25rem;
}

:root .-mr-14{
  margin-right: -3.5rem;
}

:root .-mr-16{
  margin-right: -4rem;
}

:root .-mr-18{
  margin-right: -4.5rem;
}

:root .-mr-20{
  margin-right: -5rem;
}

:root .-mr-21{
  margin-right: -5.25rem;
}

:root .-mr-22{
  margin-right: -5.5rem;
}

:root .-mr-24{
  margin-right: -6rem;
}

:root .-mr-26{
  margin-right: -6.5rem;
}

:root .-mr-27{
  margin-right: -6.75rem;
}

:root .-mr-28{
  margin-right: -7rem;
}

:root .-mr-30{
  margin-right: -7.5rem;
}

:root .-mr-32{
  margin-right: -8rem;
}

:root .-mr-36{
  margin-right: -9rem;
}

:root .-mr-40{
  margin-right: -10rem;
}

:root .-mr-41{
  margin-right: -11.25rem;
}

:root .-mr-42{
  margin-right: -11.5rem;
}

:root .-mr-44{
  margin-right: -11rem;
}

:root .-mr-48{
  margin-right: -12rem;
}

:root .-mr-52{
  margin-right: -13rem;
}

:root .-mr-54{
  margin-right: -13.5rem;
}

:root .-mr-56{
  margin-right: -14rem;
}

:root .-mr-60{
  margin-right: -15rem;
}

:root .-mr-64{
  margin-right: -16rem;
}

:root .-mr-68{
  margin-right: -17rem;
}

:root .-mr-72{
  margin-right: -18rem;
}

:root .-mr-76{
  margin-right: -19rem;
}

:root .-mr-80{
  margin-right: -20rem;
}

:root .-mr-84{
  margin-right: -21rem;
}

:root .-mr-88{
  margin-right: -22rem;
}

:root .-mr-96{
  margin-right: -24rem;
}

:root .-mr-112{
  margin-right: -28rem;
}

:root .-mr-120{
  margin-right: -30rem;
}

:root .-mr-140{
  margin-right: -35rem;
}

:root .-mr-150{
  margin-right: -37.5rem;
}

:root .-mr-160{
  margin-right: -40rem;
}

:root .-mr-220{
  margin-right: -55rem;
}

:root .-mr-240{
  margin-right: -60rem;
}

:root .-mr-300{
  margin-right: -75rem;
}

:root .-mr-320{
  margin-right: -80rem;
}

:root .-mr-px{
  margin-right: -1px;
}

:root .-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root .-mr-1\.5{
  margin-right: -0.375rem;
}

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

:root .mb-1{
  margin-bottom: 0.25rem;
}

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

:root .mb-3{
  margin-bottom: 0.75rem;
}

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

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

:root .mb-6{
  margin-bottom: 1.5rem;
}

:root .mb-7{
  margin-bottom: 1.75rem;
}

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

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

:root .mb-10{
  margin-bottom: 2.5rem;
}

:root .mb-11{
  margin-bottom: 2.75rem;
}

:root .mb-12{
  margin-bottom: 3rem;
}

:root .mb-13{
  margin-bottom: 3.25rem;
}

:root .mb-14{
  margin-bottom: 3.5rem;
}

:root .mb-16{
  margin-bottom: 4rem;
}

:root .mb-18{
  margin-bottom: 4.5rem;
}

:root .mb-20{
  margin-bottom: 5rem;
}

:root .mb-21{
  margin-bottom: 5.25rem;
}

:root .mb-22{
  margin-bottom: 5.5rem;
}

:root .mb-24{
  margin-bottom: 6rem;
}

:root .mb-26{
  margin-bottom: 6.5rem;
}

:root .mb-27{
  margin-bottom: 6.75rem;
}

:root .mb-28{
  margin-bottom: 7rem;
}

:root .mb-30{
  margin-bottom: 7.5rem;
}

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

:root .mb-36{
  margin-bottom: 9rem;
}

:root .mb-40{
  margin-bottom: 10rem;
}

:root .mb-41{
  margin-bottom: 11.25rem;
}

:root .mb-42{
  margin-bottom: 11.5rem;
}

:root .mb-44{
  margin-bottom: 11rem;
}

:root .mb-48{
  margin-bottom: 12rem;
}

:root .mb-52{
  margin-bottom: 13rem;
}

:root .mb-54{
  margin-bottom: 13.5rem;
}

:root .mb-56{
  margin-bottom: 14rem;
}

:root .mb-60{
  margin-bottom: 15rem;
}

:root .mb-64{
  margin-bottom: 16rem;
}

:root .mb-68{
  margin-bottom: 17rem;
}

:root .mb-72{
  margin-bottom: 18rem;
}

:root .mb-76{
  margin-bottom: 19rem;
}

:root .mb-80{
  margin-bottom: 20rem;
}

:root .mb-84{
  margin-bottom: 21rem;
}

:root .mb-88{
  margin-bottom: 22rem;
}

:root .mb-96{
  margin-bottom: 24rem;
}

:root .mb-112{
  margin-bottom: 28rem;
}

:root .mb-120{
  margin-bottom: 30rem;
}

:root .mb-140{
  margin-bottom: 35rem;
}

:root .mb-150{
  margin-bottom: 37.5rem;
}

:root .mb-160{
  margin-bottom: 40rem;
}

:root .mb-220{
  margin-bottom: 55rem;
}

:root .mb-240{
  margin-bottom: 60rem;
}

:root .mb-300{
  margin-bottom: 75rem;
}

:root .mb-320{
  margin-bottom: 80rem;
}

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

:root .mb-px{
  margin-bottom: 1px;
}

:root .mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root .mb-1\.5{
  margin-bottom: 0.375rem;
}

:root .-mb-1{
  margin-bottom: -0.25rem;
}

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

:root .-mb-3{
  margin-bottom: -0.75rem;
}

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

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

:root .-mb-6{
  margin-bottom: -1.5rem;
}

:root .-mb-7{
  margin-bottom: -1.75rem;
}

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

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

:root .-mb-10{
  margin-bottom: -2.5rem;
}

:root .-mb-11{
  margin-bottom: -2.75rem;
}

:root .-mb-12{
  margin-bottom: -3rem;
}

:root .-mb-13{
  margin-bottom: -3.25rem;
}

:root .-mb-14{
  margin-bottom: -3.5rem;
}

:root .-mb-16{
  margin-bottom: -4rem;
}

:root .-mb-18{
  margin-bottom: -4.5rem;
}

:root .-mb-20{
  margin-bottom: -5rem;
}

:root .-mb-21{
  margin-bottom: -5.25rem;
}

:root .-mb-22{
  margin-bottom: -5.5rem;
}

:root .-mb-24{
  margin-bottom: -6rem;
}

:root .-mb-26{
  margin-bottom: -6.5rem;
}

:root .-mb-27{
  margin-bottom: -6.75rem;
}

:root .-mb-28{
  margin-bottom: -7rem;
}

:root .-mb-30{
  margin-bottom: -7.5rem;
}

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

:root .-mb-36{
  margin-bottom: -9rem;
}

:root .-mb-40{
  margin-bottom: -10rem;
}

:root .-mb-41{
  margin-bottom: -11.25rem;
}

:root .-mb-42{
  margin-bottom: -11.5rem;
}

:root .-mb-44{
  margin-bottom: -11rem;
}

:root .-mb-48{
  margin-bottom: -12rem;
}

:root .-mb-52{
  margin-bottom: -13rem;
}

:root .-mb-54{
  margin-bottom: -13.5rem;
}

:root .-mb-56{
  margin-bottom: -14rem;
}

:root .-mb-60{
  margin-bottom: -15rem;
}

:root .-mb-64{
  margin-bottom: -16rem;
}

:root .-mb-68{
  margin-bottom: -17rem;
}

:root .-mb-72{
  margin-bottom: -18rem;
}

:root .-mb-76{
  margin-bottom: -19rem;
}

:root .-mb-80{
  margin-bottom: -20rem;
}

:root .-mb-84{
  margin-bottom: -21rem;
}

:root .-mb-88{
  margin-bottom: -22rem;
}

:root .-mb-96{
  margin-bottom: -24rem;
}

:root .-mb-112{
  margin-bottom: -28rem;
}

:root .-mb-120{
  margin-bottom: -30rem;
}

:root .-mb-140{
  margin-bottom: -35rem;
}

:root .-mb-150{
  margin-bottom: -37.5rem;
}

:root .-mb-160{
  margin-bottom: -40rem;
}

:root .-mb-220{
  margin-bottom: -55rem;
}

:root .-mb-240{
  margin-bottom: -60rem;
}

:root .-mb-300{
  margin-bottom: -75rem;
}

:root .-mb-320{
  margin-bottom: -80rem;
}

:root .-mb-px{
  margin-bottom: -1px;
}

:root .-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root .-mb-1\.5{
  margin-bottom: -0.375rem;
}

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

:root .ml-1{
  margin-left: 0.25rem;
}

:root .ml-2{
  margin-left: 0.5rem;
}

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

:root .ml-4{
  margin-left: 1rem;
}

:root .ml-5{
  margin-left: 1.25rem;
}

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

:root .ml-7{
  margin-left: 1.75rem;
}

:root .ml-8{
  margin-left: 2rem;
}

:root .ml-9{
  margin-left: 2.25rem;
}

:root .ml-10{
  margin-left: 2.5rem;
}

:root .ml-11{
  margin-left: 2.75rem;
}

:root .ml-12{
  margin-left: 3rem;
}

:root .ml-13{
  margin-left: 3.25rem;
}

:root .ml-14{
  margin-left: 3.5rem;
}

:root .ml-16{
  margin-left: 4rem;
}

:root .ml-18{
  margin-left: 4.5rem;
}

:root .ml-20{
  margin-left: 5rem;
}

:root .ml-21{
  margin-left: 5.25rem;
}

:root .ml-22{
  margin-left: 5.5rem;
}

:root .ml-24{
  margin-left: 6rem;
}

:root .ml-26{
  margin-left: 6.5rem;
}

:root .ml-27{
  margin-left: 6.75rem;
}

:root .ml-28{
  margin-left: 7rem;
}

:root .ml-30{
  margin-left: 7.5rem;
}

:root .ml-32{
  margin-left: 8rem;
}

:root .ml-36{
  margin-left: 9rem;
}

:root .ml-40{
  margin-left: 10rem;
}

:root .ml-41{
  margin-left: 11.25rem;
}

:root .ml-42{
  margin-left: 11.5rem;
}

:root .ml-44{
  margin-left: 11rem;
}

:root .ml-48{
  margin-left: 12rem;
}

:root .ml-52{
  margin-left: 13rem;
}

:root .ml-54{
  margin-left: 13.5rem;
}

:root .ml-56{
  margin-left: 14rem;
}

:root .ml-60{
  margin-left: 15rem;
}

:root .ml-64{
  margin-left: 16rem;
}

:root .ml-68{
  margin-left: 17rem;
}

:root .ml-72{
  margin-left: 18rem;
}

:root .ml-76{
  margin-left: 19rem;
}

:root .ml-80{
  margin-left: 20rem;
}

:root .ml-84{
  margin-left: 21rem;
}

:root .ml-88{
  margin-left: 22rem;
}

:root .ml-96{
  margin-left: 24rem;
}

:root .ml-112{
  margin-left: 28rem;
}

:root .ml-120{
  margin-left: 30rem;
}

:root .ml-140{
  margin-left: 35rem;
}

:root .ml-150{
  margin-left: 37.5rem;
}

:root .ml-160{
  margin-left: 40rem;
}

:root .ml-220{
  margin-left: 55rem;
}

:root .ml-240{
  margin-left: 60rem;
}

:root .ml-300{
  margin-left: 75rem;
}

:root .ml-320{
  margin-left: 80rem;
}

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

:root .ml-px{
  margin-left: 1px;
}

:root .ml-gutter{
  margin-left: var(--padding-gutter);
}

:root .ml-1\.5{
  margin-left: 0.375rem;
}

:root .-ml-1{
  margin-left: -0.25rem;
}

:root .-ml-2{
  margin-left: -0.5rem;
}

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

:root .-ml-4{
  margin-left: -1rem;
}

:root .-ml-5{
  margin-left: -1.25rem;
}

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

:root .-ml-7{
  margin-left: -1.75rem;
}

:root .-ml-8{
  margin-left: -2rem;
}

:root .-ml-9{
  margin-left: -2.25rem;
}

:root .-ml-10{
  margin-left: -2.5rem;
}

:root .-ml-11{
  margin-left: -2.75rem;
}

:root .-ml-12{
  margin-left: -3rem;
}

:root .-ml-13{
  margin-left: -3.25rem;
}

:root .-ml-14{
  margin-left: -3.5rem;
}

:root .-ml-16{
  margin-left: -4rem;
}

:root .-ml-18{
  margin-left: -4.5rem;
}

:root .-ml-20{
  margin-left: -5rem;
}

:root .-ml-21{
  margin-left: -5.25rem;
}

:root .-ml-22{
  margin-left: -5.5rem;
}

:root .-ml-24{
  margin-left: -6rem;
}

:root .-ml-26{
  margin-left: -6.5rem;
}

:root .-ml-27{
  margin-left: -6.75rem;
}

:root .-ml-28{
  margin-left: -7rem;
}

:root .-ml-30{
  margin-left: -7.5rem;
}

:root .-ml-32{
  margin-left: -8rem;
}

:root .-ml-36{
  margin-left: -9rem;
}

:root .-ml-40{
  margin-left: -10rem;
}

:root .-ml-41{
  margin-left: -11.25rem;
}

:root .-ml-42{
  margin-left: -11.5rem;
}

:root .-ml-44{
  margin-left: -11rem;
}

:root .-ml-48{
  margin-left: -12rem;
}

:root .-ml-52{
  margin-left: -13rem;
}

:root .-ml-54{
  margin-left: -13.5rem;
}

:root .-ml-56{
  margin-left: -14rem;
}

:root .-ml-60{
  margin-left: -15rem;
}

:root .-ml-64{
  margin-left: -16rem;
}

:root .-ml-68{
  margin-left: -17rem;
}

:root .-ml-72{
  margin-left: -18rem;
}

:root .-ml-76{
  margin-left: -19rem;
}

:root .-ml-80{
  margin-left: -20rem;
}

:root .-ml-84{
  margin-left: -21rem;
}

:root .-ml-88{
  margin-left: -22rem;
}

:root .-ml-96{
  margin-left: -24rem;
}

:root .-ml-112{
  margin-left: -28rem;
}

:root .-ml-120{
  margin-left: -30rem;
}

:root .-ml-140{
  margin-left: -35rem;
}

:root .-ml-150{
  margin-left: -37.5rem;
}

:root .-ml-160{
  margin-left: -40rem;
}

:root .-ml-220{
  margin-left: -55rem;
}

:root .-ml-240{
  margin-left: -60rem;
}

:root .-ml-300{
  margin-left: -75rem;
}

:root .-ml-320{
  margin-left: -80rem;
}

:root .-ml-px{
  margin-left: -1px;
}

:root .-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root .-ml-1\.5{
  margin-left: -0.375rem;
}

:root [dir=ltr] .ltr\:mt-0{
  margin-top: 0;
}

:root [dir=ltr] .ltr\:mt-1{
  margin-top: 0.25rem;
}

:root [dir=ltr] .ltr\:mt-2{
  margin-top: 0.5rem;
}

:root [dir=ltr] .ltr\:mt-3{
  margin-top: 0.75rem;
}

:root [dir=ltr] .ltr\:mt-4{
  margin-top: 1rem;
}

:root [dir=ltr] .ltr\:mt-5{
  margin-top: 1.25rem;
}

:root [dir=ltr] .ltr\:mt-6{
  margin-top: 1.5rem;
}

:root [dir=ltr] .ltr\:mt-7{
  margin-top: 1.75rem;
}

:root [dir=ltr] .ltr\:mt-8{
  margin-top: 2rem;
}

:root [dir=ltr] .ltr\:mt-9{
  margin-top: 2.25rem;
}

:root [dir=ltr] .ltr\:mt-10{
  margin-top: 2.5rem;
}

:root [dir=ltr] .ltr\:mt-11{
  margin-top: 2.75rem;
}

:root [dir=ltr] .ltr\:mt-12{
  margin-top: 3rem;
}

:root [dir=ltr] .ltr\:mt-13{
  margin-top: 3.25rem;
}

:root [dir=ltr] .ltr\:mt-14{
  margin-top: 3.5rem;
}

:root [dir=ltr] .ltr\:mt-16{
  margin-top: 4rem;
}

:root [dir=ltr] .ltr\:mt-18{
  margin-top: 4.5rem;
}

:root [dir=ltr] .ltr\:mt-20{
  margin-top: 5rem;
}

:root [dir=ltr] .ltr\:mt-21{
  margin-top: 5.25rem;
}

:root [dir=ltr] .ltr\:mt-22{
  margin-top: 5.5rem;
}

:root [dir=ltr] .ltr\:mt-24{
  margin-top: 6rem;
}

:root [dir=ltr] .ltr\:mt-26{
  margin-top: 6.5rem;
}

:root [dir=ltr] .ltr\:mt-27{
  margin-top: 6.75rem;
}

:root [dir=ltr] .ltr\:mt-28{
  margin-top: 7rem;
}

:root [dir=ltr] .ltr\:mt-30{
  margin-top: 7.5rem;
}

:root [dir=ltr] .ltr\:mt-32{
  margin-top: 8rem;
}

:root [dir=ltr] .ltr\:mt-36{
  margin-top: 9rem;
}

:root [dir=ltr] .ltr\:mt-40{
  margin-top: 10rem;
}

:root [dir=ltr] .ltr\:mt-41{
  margin-top: 11.25rem;
}

:root [dir=ltr] .ltr\:mt-42{
  margin-top: 11.5rem;
}

:root [dir=ltr] .ltr\:mt-44{
  margin-top: 11rem;
}

:root [dir=ltr] .ltr\:mt-48{
  margin-top: 12rem;
}

:root [dir=ltr] .ltr\:mt-52{
  margin-top: 13rem;
}

:root [dir=ltr] .ltr\:mt-54{
  margin-top: 13.5rem;
}

:root [dir=ltr] .ltr\:mt-56{
  margin-top: 14rem;
}

:root [dir=ltr] .ltr\:mt-60{
  margin-top: 15rem;
}

:root [dir=ltr] .ltr\:mt-64{
  margin-top: 16rem;
}

:root [dir=ltr] .ltr\:mt-68{
  margin-top: 17rem;
}

:root [dir=ltr] .ltr\:mt-72{
  margin-top: 18rem;
}

:root [dir=ltr] .ltr\:mt-76{
  margin-top: 19rem;
}

:root [dir=ltr] .ltr\:mt-80{
  margin-top: 20rem;
}

:root [dir=ltr] .ltr\:mt-84{
  margin-top: 21rem;
}

:root [dir=ltr] .ltr\:mt-88{
  margin-top: 22rem;
}

:root [dir=ltr] .ltr\:mt-96{
  margin-top: 24rem;
}

:root [dir=ltr] .ltr\:mt-112{
  margin-top: 28rem;
}

:root [dir=ltr] .ltr\:mt-120{
  margin-top: 30rem;
}

:root [dir=ltr] .ltr\:mt-140{
  margin-top: 35rem;
}

:root [dir=ltr] .ltr\:mt-150{
  margin-top: 37.5rem;
}

:root [dir=ltr] .ltr\:mt-160{
  margin-top: 40rem;
}

:root [dir=ltr] .ltr\:mt-220{
  margin-top: 55rem;
}

:root [dir=ltr] .ltr\:mt-240{
  margin-top: 60rem;
}

:root [dir=ltr] .ltr\:mt-300{
  margin-top: 75rem;
}

:root [dir=ltr] .ltr\:mt-320{
  margin-top: 80rem;
}

:root [dir=ltr] .ltr\:mt-auto{
  margin-top: auto;
}

:root [dir=ltr] .ltr\:mt-px{
  margin-top: 1px;
}

:root [dir=ltr] .ltr\:mt-gutter{
  margin-top: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mt-1.5{
  margin-top: 0.375rem;
}

:root [dir=ltr] .ltr\:-mt-1{
  margin-top: -0.25rem;
}

:root [dir=ltr] .ltr\:-mt-2{
  margin-top: -0.5rem;
}

:root [dir=ltr] .ltr\:-mt-3{
  margin-top: -0.75rem;
}

:root [dir=ltr] .ltr\:-mt-4{
  margin-top: -1rem;
}

:root [dir=ltr] .ltr\:-mt-5{
  margin-top: -1.25rem;
}

:root [dir=ltr] .ltr\:-mt-6{
  margin-top: -1.5rem;
}

:root [dir=ltr] .ltr\:-mt-7{
  margin-top: -1.75rem;
}

:root [dir=ltr] .ltr\:-mt-8{
  margin-top: -2rem;
}

:root [dir=ltr] .ltr\:-mt-9{
  margin-top: -2.25rem;
}

:root [dir=ltr] .ltr\:-mt-10{
  margin-top: -2.5rem;
}

:root [dir=ltr] .ltr\:-mt-11{
  margin-top: -2.75rem;
}

:root [dir=ltr] .ltr\:-mt-12{
  margin-top: -3rem;
}

:root [dir=ltr] .ltr\:-mt-13{
  margin-top: -3.25rem;
}

:root [dir=ltr] .ltr\:-mt-14{
  margin-top: -3.5rem;
}

:root [dir=ltr] .ltr\:-mt-16{
  margin-top: -4rem;
}

:root [dir=ltr] .ltr\:-mt-18{
  margin-top: -4.5rem;
}

:root [dir=ltr] .ltr\:-mt-20{
  margin-top: -5rem;
}

:root [dir=ltr] .ltr\:-mt-21{
  margin-top: -5.25rem;
}

:root [dir=ltr] .ltr\:-mt-22{
  margin-top: -5.5rem;
}

:root [dir=ltr] .ltr\:-mt-24{
  margin-top: -6rem;
}

:root [dir=ltr] .ltr\:-mt-26{
  margin-top: -6.5rem;
}

:root [dir=ltr] .ltr\:-mt-27{
  margin-top: -6.75rem;
}

:root [dir=ltr] .ltr\:-mt-28{
  margin-top: -7rem;
}

:root [dir=ltr] .ltr\:-mt-30{
  margin-top: -7.5rem;
}

:root [dir=ltr] .ltr\:-mt-32{
  margin-top: -8rem;
}

:root [dir=ltr] .ltr\:-mt-36{
  margin-top: -9rem;
}

:root [dir=ltr] .ltr\:-mt-40{
  margin-top: -10rem;
}

:root [dir=ltr] .ltr\:-mt-41{
  margin-top: -11.25rem;
}

:root [dir=ltr] .ltr\:-mt-42{
  margin-top: -11.5rem;
}

:root [dir=ltr] .ltr\:-mt-44{
  margin-top: -11rem;
}

:root [dir=ltr] .ltr\:-mt-48{
  margin-top: -12rem;
}

:root [dir=ltr] .ltr\:-mt-52{
  margin-top: -13rem;
}

:root [dir=ltr] .ltr\:-mt-54{
  margin-top: -13.5rem;
}

:root [dir=ltr] .ltr\:-mt-56{
  margin-top: -14rem;
}

:root [dir=ltr] .ltr\:-mt-60{
  margin-top: -15rem;
}

:root [dir=ltr] .ltr\:-mt-64{
  margin-top: -16rem;
}

:root [dir=ltr] .ltr\:-mt-68{
  margin-top: -17rem;
}

:root [dir=ltr] .ltr\:-mt-72{
  margin-top: -18rem;
}

:root [dir=ltr] .ltr\:-mt-76{
  margin-top: -19rem;
}

:root [dir=ltr] .ltr\:-mt-80{
  margin-top: -20rem;
}

:root [dir=ltr] .ltr\:-mt-84{
  margin-top: -21rem;
}

:root [dir=ltr] .ltr\:-mt-88{
  margin-top: -22rem;
}

:root [dir=ltr] .ltr\:-mt-96{
  margin-top: -24rem;
}

:root [dir=ltr] .ltr\:-mt-112{
  margin-top: -28rem;
}

:root [dir=ltr] .ltr\:-mt-120{
  margin-top: -30rem;
}

:root [dir=ltr] .ltr\:-mt-140{
  margin-top: -35rem;
}

:root [dir=ltr] .ltr\:-mt-150{
  margin-top: -37.5rem;
}

:root [dir=ltr] .ltr\:-mt-160{
  margin-top: -40rem;
}

:root [dir=ltr] .ltr\:-mt-220{
  margin-top: -55rem;
}

:root [dir=ltr] .ltr\:-mt-240{
  margin-top: -60rem;
}

:root [dir=ltr] .ltr\:-mt-300{
  margin-top: -75rem;
}

:root [dir=ltr] .ltr\:-mt-320{
  margin-top: -80rem;
}

:root [dir=ltr] .ltr\:-mt-px{
  margin-top: -1px;
}

:root [dir=ltr] .ltr\:-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mt-1.5{
  margin-top: -0.375rem;
}

:root [dir=ltr] .ltr\:mr-0{
  margin-right: 0;
}

:root [dir=ltr] .ltr\:mr-1{
  margin-right: 0.25rem;
}

:root [dir=ltr] .ltr\:mr-2{
  margin-right: 0.5rem;
}

:root [dir=ltr] .ltr\:mr-3{
  margin-right: 0.75rem;
}

:root [dir=ltr] .ltr\:mr-4{
  margin-right: 1rem;
}

:root [dir=ltr] .ltr\:mr-5{
  margin-right: 1.25rem;
}

:root [dir=ltr] .ltr\:mr-6{
  margin-right: 1.5rem;
}

:root [dir=ltr] .ltr\:mr-7{
  margin-right: 1.75rem;
}

:root [dir=ltr] .ltr\:mr-8{
  margin-right: 2rem;
}

:root [dir=ltr] .ltr\:mr-9{
  margin-right: 2.25rem;
}

:root [dir=ltr] .ltr\:mr-10{
  margin-right: 2.5rem;
}

:root [dir=ltr] .ltr\:mr-11{
  margin-right: 2.75rem;
}

:root [dir=ltr] .ltr\:mr-12{
  margin-right: 3rem;
}

:root [dir=ltr] .ltr\:mr-13{
  margin-right: 3.25rem;
}

:root [dir=ltr] .ltr\:mr-14{
  margin-right: 3.5rem;
}

:root [dir=ltr] .ltr\:mr-16{
  margin-right: 4rem;
}

:root [dir=ltr] .ltr\:mr-18{
  margin-right: 4.5rem;
}

:root [dir=ltr] .ltr\:mr-20{
  margin-right: 5rem;
}

:root [dir=ltr] .ltr\:mr-21{
  margin-right: 5.25rem;
}

:root [dir=ltr] .ltr\:mr-22{
  margin-right: 5.5rem;
}

:root [dir=ltr] .ltr\:mr-24{
  margin-right: 6rem;
}

:root [dir=ltr] .ltr\:mr-26{
  margin-right: 6.5rem;
}

:root [dir=ltr] .ltr\:mr-27{
  margin-right: 6.75rem;
}

:root [dir=ltr] .ltr\:mr-28{
  margin-right: 7rem;
}

:root [dir=ltr] .ltr\:mr-30{
  margin-right: 7.5rem;
}

:root [dir=ltr] .ltr\:mr-32{
  margin-right: 8rem;
}

:root [dir=ltr] .ltr\:mr-36{
  margin-right: 9rem;
}

:root [dir=ltr] .ltr\:mr-40{
  margin-right: 10rem;
}

:root [dir=ltr] .ltr\:mr-41{
  margin-right: 11.25rem;
}

:root [dir=ltr] .ltr\:mr-42{
  margin-right: 11.5rem;
}

:root [dir=ltr] .ltr\:mr-44{
  margin-right: 11rem;
}

:root [dir=ltr] .ltr\:mr-48{
  margin-right: 12rem;
}

:root [dir=ltr] .ltr\:mr-52{
  margin-right: 13rem;
}

:root [dir=ltr] .ltr\:mr-54{
  margin-right: 13.5rem;
}

:root [dir=ltr] .ltr\:mr-56{
  margin-right: 14rem;
}

:root [dir=ltr] .ltr\:mr-60{
  margin-right: 15rem;
}

:root [dir=ltr] .ltr\:mr-64{
  margin-right: 16rem;
}

:root [dir=ltr] .ltr\:mr-68{
  margin-right: 17rem;
}

:root [dir=ltr] .ltr\:mr-72{
  margin-right: 18rem;
}

:root [dir=ltr] .ltr\:mr-76{
  margin-right: 19rem;
}

:root [dir=ltr] .ltr\:mr-80{
  margin-right: 20rem;
}

:root [dir=ltr] .ltr\:mr-84{
  margin-right: 21rem;
}

:root [dir=ltr] .ltr\:mr-88{
  margin-right: 22rem;
}

:root [dir=ltr] .ltr\:mr-96{
  margin-right: 24rem;
}

:root [dir=ltr] .ltr\:mr-112{
  margin-right: 28rem;
}

:root [dir=ltr] .ltr\:mr-120{
  margin-right: 30rem;
}

:root [dir=ltr] .ltr\:mr-140{
  margin-right: 35rem;
}

:root [dir=ltr] .ltr\:mr-150{
  margin-right: 37.5rem;
}

:root [dir=ltr] .ltr\:mr-160{
  margin-right: 40rem;
}

:root [dir=ltr] .ltr\:mr-220{
  margin-right: 55rem;
}

:root [dir=ltr] .ltr\:mr-240{
  margin-right: 60rem;
}

:root [dir=ltr] .ltr\:mr-300{
  margin-right: 75rem;
}

:root [dir=ltr] .ltr\:mr-320{
  margin-right: 80rem;
}

:root [dir=ltr] .ltr\:mr-auto{
  margin-right: auto;
}

:root [dir=ltr] .ltr\:mr-px{
  margin-right: 1px;
}

:root [dir=ltr] .ltr\:mr-gutter{
  margin-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mr-1.5{
  margin-right: 0.375rem;
}

:root [dir=ltr] .ltr\:-mr-1{
  margin-right: -0.25rem;
}

:root [dir=ltr] .ltr\:-mr-2{
  margin-right: -0.5rem;
}

:root [dir=ltr] .ltr\:-mr-3{
  margin-right: -0.75rem;
}

:root [dir=ltr] .ltr\:-mr-4{
  margin-right: -1rem;
}

:root [dir=ltr] .ltr\:-mr-5{
  margin-right: -1.25rem;
}

:root [dir=ltr] .ltr\:-mr-6{
  margin-right: -1.5rem;
}

:root [dir=ltr] .ltr\:-mr-7{
  margin-right: -1.75rem;
}

:root [dir=ltr] .ltr\:-mr-8{
  margin-right: -2rem;
}

:root [dir=ltr] .ltr\:-mr-9{
  margin-right: -2.25rem;
}

:root [dir=ltr] .ltr\:-mr-10{
  margin-right: -2.5rem;
}

:root [dir=ltr] .ltr\:-mr-11{
  margin-right: -2.75rem;
}

:root [dir=ltr] .ltr\:-mr-12{
  margin-right: -3rem;
}

:root [dir=ltr] .ltr\:-mr-13{
  margin-right: -3.25rem;
}

:root [dir=ltr] .ltr\:-mr-14{
  margin-right: -3.5rem;
}

:root [dir=ltr] .ltr\:-mr-16{
  margin-right: -4rem;
}

:root [dir=ltr] .ltr\:-mr-18{
  margin-right: -4.5rem;
}

:root [dir=ltr] .ltr\:-mr-20{
  margin-right: -5rem;
}

:root [dir=ltr] .ltr\:-mr-21{
  margin-right: -5.25rem;
}

:root [dir=ltr] .ltr\:-mr-22{
  margin-right: -5.5rem;
}

:root [dir=ltr] .ltr\:-mr-24{
  margin-right: -6rem;
}

:root [dir=ltr] .ltr\:-mr-26{
  margin-right: -6.5rem;
}

:root [dir=ltr] .ltr\:-mr-27{
  margin-right: -6.75rem;
}

:root [dir=ltr] .ltr\:-mr-28{
  margin-right: -7rem;
}

:root [dir=ltr] .ltr\:-mr-30{
  margin-right: -7.5rem;
}

:root [dir=ltr] .ltr\:-mr-32{
  margin-right: -8rem;
}

:root [dir=ltr] .ltr\:-mr-36{
  margin-right: -9rem;
}

:root [dir=ltr] .ltr\:-mr-40{
  margin-right: -10rem;
}

:root [dir=ltr] .ltr\:-mr-41{
  margin-right: -11.25rem;
}

:root [dir=ltr] .ltr\:-mr-42{
  margin-right: -11.5rem;
}

:root [dir=ltr] .ltr\:-mr-44{
  margin-right: -11rem;
}

:root [dir=ltr] .ltr\:-mr-48{
  margin-right: -12rem;
}

:root [dir=ltr] .ltr\:-mr-52{
  margin-right: -13rem;
}

:root [dir=ltr] .ltr\:-mr-54{
  margin-right: -13.5rem;
}

:root [dir=ltr] .ltr\:-mr-56{
  margin-right: -14rem;
}

:root [dir=ltr] .ltr\:-mr-60{
  margin-right: -15rem;
}

:root [dir=ltr] .ltr\:-mr-64{
  margin-right: -16rem;
}

:root [dir=ltr] .ltr\:-mr-68{
  margin-right: -17rem;
}

:root [dir=ltr] .ltr\:-mr-72{
  margin-right: -18rem;
}

:root [dir=ltr] .ltr\:-mr-76{
  margin-right: -19rem;
}

:root [dir=ltr] .ltr\:-mr-80{
  margin-right: -20rem;
}

:root [dir=ltr] .ltr\:-mr-84{
  margin-right: -21rem;
}

:root [dir=ltr] .ltr\:-mr-88{
  margin-right: -22rem;
}

:root [dir=ltr] .ltr\:-mr-96{
  margin-right: -24rem;
}

:root [dir=ltr] .ltr\:-mr-112{
  margin-right: -28rem;
}

:root [dir=ltr] .ltr\:-mr-120{
  margin-right: -30rem;
}

:root [dir=ltr] .ltr\:-mr-140{
  margin-right: -35rem;
}

:root [dir=ltr] .ltr\:-mr-150{
  margin-right: -37.5rem;
}

:root [dir=ltr] .ltr\:-mr-160{
  margin-right: -40rem;
}

:root [dir=ltr] .ltr\:-mr-220{
  margin-right: -55rem;
}

:root [dir=ltr] .ltr\:-mr-240{
  margin-right: -60rem;
}

:root [dir=ltr] .ltr\:-mr-300{
  margin-right: -75rem;
}

:root [dir=ltr] .ltr\:-mr-320{
  margin-right: -80rem;
}

:root [dir=ltr] .ltr\:-mr-px{
  margin-right: -1px;
}

:root [dir=ltr] .ltr\:-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mr-1.5{
  margin-right: -0.375rem;
}

:root [dir=ltr] .ltr\:mb-0{
  margin-bottom: 0;
}

:root [dir=ltr] .ltr\:mb-1{
  margin-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:mb-2{
  margin-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:mb-3{
  margin-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:mb-4{
  margin-bottom: 1rem;
}

:root [dir=ltr] .ltr\:mb-5{
  margin-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:mb-6{
  margin-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:mb-7{
  margin-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:mb-8{
  margin-bottom: 2rem;
}

:root [dir=ltr] .ltr\:mb-9{
  margin-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:mb-10{
  margin-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:mb-11{
  margin-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:mb-12{
  margin-bottom: 3rem;
}

:root [dir=ltr] .ltr\:mb-13{
  margin-bottom: 3.25rem;
}

:root [dir=ltr] .ltr\:mb-14{
  margin-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:mb-16{
  margin-bottom: 4rem;
}

:root [dir=ltr] .ltr\:mb-18{
  margin-bottom: 4.5rem;
}

:root [dir=ltr] .ltr\:mb-20{
  margin-bottom: 5rem;
}

:root [dir=ltr] .ltr\:mb-21{
  margin-bottom: 5.25rem;
}

:root [dir=ltr] .ltr\:mb-22{
  margin-bottom: 5.5rem;
}

:root [dir=ltr] .ltr\:mb-24{
  margin-bottom: 6rem;
}

:root [dir=ltr] .ltr\:mb-26{
  margin-bottom: 6.5rem;
}

:root [dir=ltr] .ltr\:mb-27{
  margin-bottom: 6.75rem;
}

:root [dir=ltr] .ltr\:mb-28{
  margin-bottom: 7rem;
}

:root [dir=ltr] .ltr\:mb-30{
  margin-bottom: 7.5rem;
}

:root [dir=ltr] .ltr\:mb-32{
  margin-bottom: 8rem;
}

:root [dir=ltr] .ltr\:mb-36{
  margin-bottom: 9rem;
}

:root [dir=ltr] .ltr\:mb-40{
  margin-bottom: 10rem;
}

:root [dir=ltr] .ltr\:mb-41{
  margin-bottom: 11.25rem;
}

:root [dir=ltr] .ltr\:mb-42{
  margin-bottom: 11.5rem;
}

:root [dir=ltr] .ltr\:mb-44{
  margin-bottom: 11rem;
}

:root [dir=ltr] .ltr\:mb-48{
  margin-bottom: 12rem;
}

:root [dir=ltr] .ltr\:mb-52{
  margin-bottom: 13rem;
}

:root [dir=ltr] .ltr\:mb-54{
  margin-bottom: 13.5rem;
}

:root [dir=ltr] .ltr\:mb-56{
  margin-bottom: 14rem;
}

:root [dir=ltr] .ltr\:mb-60{
  margin-bottom: 15rem;
}

:root [dir=ltr] .ltr\:mb-64{
  margin-bottom: 16rem;
}

:root [dir=ltr] .ltr\:mb-68{
  margin-bottom: 17rem;
}

:root [dir=ltr] .ltr\:mb-72{
  margin-bottom: 18rem;
}

:root [dir=ltr] .ltr\:mb-76{
  margin-bottom: 19rem;
}

:root [dir=ltr] .ltr\:mb-80{
  margin-bottom: 20rem;
}

:root [dir=ltr] .ltr\:mb-84{
  margin-bottom: 21rem;
}

:root [dir=ltr] .ltr\:mb-88{
  margin-bottom: 22rem;
}

:root [dir=ltr] .ltr\:mb-96{
  margin-bottom: 24rem;
}

:root [dir=ltr] .ltr\:mb-112{
  margin-bottom: 28rem;
}

:root [dir=ltr] .ltr\:mb-120{
  margin-bottom: 30rem;
}

:root [dir=ltr] .ltr\:mb-140{
  margin-bottom: 35rem;
}

:root [dir=ltr] .ltr\:mb-150{
  margin-bottom: 37.5rem;
}

:root [dir=ltr] .ltr\:mb-160{
  margin-bottom: 40rem;
}

:root [dir=ltr] .ltr\:mb-220{
  margin-bottom: 55rem;
}

:root [dir=ltr] .ltr\:mb-240{
  margin-bottom: 60rem;
}

:root [dir=ltr] .ltr\:mb-300{
  margin-bottom: 75rem;
}

:root [dir=ltr] .ltr\:mb-320{
  margin-bottom: 80rem;
}

:root [dir=ltr] .ltr\:mb-auto{
  margin-bottom: auto;
}

:root [dir=ltr] .ltr\:mb-px{
  margin-bottom: 1px;
}

:root [dir=ltr] .ltr\:mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:mb-1.5{
  margin-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:-mb-1{
  margin-bottom: -0.25rem;
}

:root [dir=ltr] .ltr\:-mb-2{
  margin-bottom: -0.5rem;
}

:root [dir=ltr] .ltr\:-mb-3{
  margin-bottom: -0.75rem;
}

:root [dir=ltr] .ltr\:-mb-4{
  margin-bottom: -1rem;
}

:root [dir=ltr] .ltr\:-mb-5{
  margin-bottom: -1.25rem;
}

:root [dir=ltr] .ltr\:-mb-6{
  margin-bottom: -1.5rem;
}

:root [dir=ltr] .ltr\:-mb-7{
  margin-bottom: -1.75rem;
}

:root [dir=ltr] .ltr\:-mb-8{
  margin-bottom: -2rem;
}

:root [dir=ltr] .ltr\:-mb-9{
  margin-bottom: -2.25rem;
}

:root [dir=ltr] .ltr\:-mb-10{
  margin-bottom: -2.5rem;
}

:root [dir=ltr] .ltr\:-mb-11{
  margin-bottom: -2.75rem;
}

:root [dir=ltr] .ltr\:-mb-12{
  margin-bottom: -3rem;
}

:root [dir=ltr] .ltr\:-mb-13{
  margin-bottom: -3.25rem;
}

:root [dir=ltr] .ltr\:-mb-14{
  margin-bottom: -3.5rem;
}

:root [dir=ltr] .ltr\:-mb-16{
  margin-bottom: -4rem;
}

:root [dir=ltr] .ltr\:-mb-18{
  margin-bottom: -4.5rem;
}

:root [dir=ltr] .ltr\:-mb-20{
  margin-bottom: -5rem;
}

:root [dir=ltr] .ltr\:-mb-21{
  margin-bottom: -5.25rem;
}

:root [dir=ltr] .ltr\:-mb-22{
  margin-bottom: -5.5rem;
}

:root [dir=ltr] .ltr\:-mb-24{
  margin-bottom: -6rem;
}

:root [dir=ltr] .ltr\:-mb-26{
  margin-bottom: -6.5rem;
}

:root [dir=ltr] .ltr\:-mb-27{
  margin-bottom: -6.75rem;
}

:root [dir=ltr] .ltr\:-mb-28{
  margin-bottom: -7rem;
}

:root [dir=ltr] .ltr\:-mb-30{
  margin-bottom: -7.5rem;
}

:root [dir=ltr] .ltr\:-mb-32{
  margin-bottom: -8rem;
}

:root [dir=ltr] .ltr\:-mb-36{
  margin-bottom: -9rem;
}

:root [dir=ltr] .ltr\:-mb-40{
  margin-bottom: -10rem;
}

:root [dir=ltr] .ltr\:-mb-41{
  margin-bottom: -11.25rem;
}

:root [dir=ltr] .ltr\:-mb-42{
  margin-bottom: -11.5rem;
}

:root [dir=ltr] .ltr\:-mb-44{
  margin-bottom: -11rem;
}

:root [dir=ltr] .ltr\:-mb-48{
  margin-bottom: -12rem;
}

:root [dir=ltr] .ltr\:-mb-52{
  margin-bottom: -13rem;
}

:root [dir=ltr] .ltr\:-mb-54{
  margin-bottom: -13.5rem;
}

:root [dir=ltr] .ltr\:-mb-56{
  margin-bottom: -14rem;
}

:root [dir=ltr] .ltr\:-mb-60{
  margin-bottom: -15rem;
}

:root [dir=ltr] .ltr\:-mb-64{
  margin-bottom: -16rem;
}

:root [dir=ltr] .ltr\:-mb-68{
  margin-bottom: -17rem;
}

:root [dir=ltr] .ltr\:-mb-72{
  margin-bottom: -18rem;
}

:root [dir=ltr] .ltr\:-mb-76{
  margin-bottom: -19rem;
}

:root [dir=ltr] .ltr\:-mb-80{
  margin-bottom: -20rem;
}

:root [dir=ltr] .ltr\:-mb-84{
  margin-bottom: -21rem;
}

:root [dir=ltr] .ltr\:-mb-88{
  margin-bottom: -22rem;
}

:root [dir=ltr] .ltr\:-mb-96{
  margin-bottom: -24rem;
}

:root [dir=ltr] .ltr\:-mb-112{
  margin-bottom: -28rem;
}

:root [dir=ltr] .ltr\:-mb-120{
  margin-bottom: -30rem;
}

:root [dir=ltr] .ltr\:-mb-140{
  margin-bottom: -35rem;
}

:root [dir=ltr] .ltr\:-mb-150{
  margin-bottom: -37.5rem;
}

:root [dir=ltr] .ltr\:-mb-160{
  margin-bottom: -40rem;
}

:root [dir=ltr] .ltr\:-mb-220{
  margin-bottom: -55rem;
}

:root [dir=ltr] .ltr\:-mb-240{
  margin-bottom: -60rem;
}

:root [dir=ltr] .ltr\:-mb-300{
  margin-bottom: -75rem;
}

:root [dir=ltr] .ltr\:-mb-320{
  margin-bottom: -80rem;
}

:root [dir=ltr] .ltr\:-mb-px{
  margin-bottom: -1px;
}

:root [dir=ltr] .ltr\:-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-mb-1.5{
  margin-bottom: -0.375rem;
}

:root [dir=ltr] .ltr\:ml-0{
  margin-left: 0;
}

:root [dir=ltr] .ltr\:ml-1{
  margin-left: 0.25rem;
}

:root [dir=ltr] .ltr\:ml-2{
  margin-left: 0.5rem;
}

:root [dir=ltr] .ltr\:ml-3{
  margin-left: 0.75rem;
}

:root [dir=ltr] .ltr\:ml-4{
  margin-left: 1rem;
}

:root [dir=ltr] .ltr\:ml-5{
  margin-left: 1.25rem;
}

:root [dir=ltr] .ltr\:ml-6{
  margin-left: 1.5rem;
}

:root [dir=ltr] .ltr\:ml-7{
  margin-left: 1.75rem;
}

:root [dir=ltr] .ltr\:ml-8{
  margin-left: 2rem;
}

:root [dir=ltr] .ltr\:ml-9{
  margin-left: 2.25rem;
}

:root [dir=ltr] .ltr\:ml-10{
  margin-left: 2.5rem;
}

:root [dir=ltr] .ltr\:ml-11{
  margin-left: 2.75rem;
}

:root [dir=ltr] .ltr\:ml-12{
  margin-left: 3rem;
}

:root [dir=ltr] .ltr\:ml-13{
  margin-left: 3.25rem;
}

:root [dir=ltr] .ltr\:ml-14{
  margin-left: 3.5rem;
}

:root [dir=ltr] .ltr\:ml-16{
  margin-left: 4rem;
}

:root [dir=ltr] .ltr\:ml-18{
  margin-left: 4.5rem;
}

:root [dir=ltr] .ltr\:ml-20{
  margin-left: 5rem;
}

:root [dir=ltr] .ltr\:ml-21{
  margin-left: 5.25rem;
}

:root [dir=ltr] .ltr\:ml-22{
  margin-left: 5.5rem;
}

:root [dir=ltr] .ltr\:ml-24{
  margin-left: 6rem;
}

:root [dir=ltr] .ltr\:ml-26{
  margin-left: 6.5rem;
}

:root [dir=ltr] .ltr\:ml-27{
  margin-left: 6.75rem;
}

:root [dir=ltr] .ltr\:ml-28{
  margin-left: 7rem;
}

:root [dir=ltr] .ltr\:ml-30{
  margin-left: 7.5rem;
}

:root [dir=ltr] .ltr\:ml-32{
  margin-left: 8rem;
}

:root [dir=ltr] .ltr\:ml-36{
  margin-left: 9rem;
}

:root [dir=ltr] .ltr\:ml-40{
  margin-left: 10rem;
}

:root [dir=ltr] .ltr\:ml-41{
  margin-left: 11.25rem;
}

:root [dir=ltr] .ltr\:ml-42{
  margin-left: 11.5rem;
}

:root [dir=ltr] .ltr\:ml-44{
  margin-left: 11rem;
}

:root [dir=ltr] .ltr\:ml-48{
  margin-left: 12rem;
}

:root [dir=ltr] .ltr\:ml-52{
  margin-left: 13rem;
}

:root [dir=ltr] .ltr\:ml-54{
  margin-left: 13.5rem;
}

:root [dir=ltr] .ltr\:ml-56{
  margin-left: 14rem;
}

:root [dir=ltr] .ltr\:ml-60{
  margin-left: 15rem;
}

:root [dir=ltr] .ltr\:ml-64{
  margin-left: 16rem;
}

:root [dir=ltr] .ltr\:ml-68{
  margin-left: 17rem;
}

:root [dir=ltr] .ltr\:ml-72{
  margin-left: 18rem;
}

:root [dir=ltr] .ltr\:ml-76{
  margin-left: 19rem;
}

:root [dir=ltr] .ltr\:ml-80{
  margin-left: 20rem;
}

:root [dir=ltr] .ltr\:ml-84{
  margin-left: 21rem;
}

:root [dir=ltr] .ltr\:ml-88{
  margin-left: 22rem;
}

:root [dir=ltr] .ltr\:ml-96{
  margin-left: 24rem;
}

:root [dir=ltr] .ltr\:ml-112{
  margin-left: 28rem;
}

:root [dir=ltr] .ltr\:ml-120{
  margin-left: 30rem;
}

:root [dir=ltr] .ltr\:ml-140{
  margin-left: 35rem;
}

:root [dir=ltr] .ltr\:ml-150{
  margin-left: 37.5rem;
}

:root [dir=ltr] .ltr\:ml-160{
  margin-left: 40rem;
}

:root [dir=ltr] .ltr\:ml-220{
  margin-left: 55rem;
}

:root [dir=ltr] .ltr\:ml-240{
  margin-left: 60rem;
}

:root [dir=ltr] .ltr\:ml-300{
  margin-left: 75rem;
}

:root [dir=ltr] .ltr\:ml-320{
  margin-left: 80rem;
}

:root [dir=ltr] .ltr\:ml-auto{
  margin-left: auto;
}

:root [dir=ltr] .ltr\:ml-px{
  margin-left: 1px;
}

:root [dir=ltr] .ltr\:ml-gutter{
  margin-left: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:ml-1.5{
  margin-left: 0.375rem;
}

:root [dir=ltr] .ltr\:-ml-1{
  margin-left: -0.25rem;
}

:root [dir=ltr] .ltr\:-ml-2{
  margin-left: -0.5rem;
}

:root [dir=ltr] .ltr\:-ml-3{
  margin-left: -0.75rem;
}

:root [dir=ltr] .ltr\:-ml-4{
  margin-left: -1rem;
}

:root [dir=ltr] .ltr\:-ml-5{
  margin-left: -1.25rem;
}

:root [dir=ltr] .ltr\:-ml-6{
  margin-left: -1.5rem;
}

:root [dir=ltr] .ltr\:-ml-7{
  margin-left: -1.75rem;
}

:root [dir=ltr] .ltr\:-ml-8{
  margin-left: -2rem;
}

:root [dir=ltr] .ltr\:-ml-9{
  margin-left: -2.25rem;
}

:root [dir=ltr] .ltr\:-ml-10{
  margin-left: -2.5rem;
}

:root [dir=ltr] .ltr\:-ml-11{
  margin-left: -2.75rem;
}

:root [dir=ltr] .ltr\:-ml-12{
  margin-left: -3rem;
}

:root [dir=ltr] .ltr\:-ml-13{
  margin-left: -3.25rem;
}

:root [dir=ltr] .ltr\:-ml-14{
  margin-left: -3.5rem;
}

:root [dir=ltr] .ltr\:-ml-16{
  margin-left: -4rem;
}

:root [dir=ltr] .ltr\:-ml-18{
  margin-left: -4.5rem;
}

:root [dir=ltr] .ltr\:-ml-20{
  margin-left: -5rem;
}

:root [dir=ltr] .ltr\:-ml-21{
  margin-left: -5.25rem;
}

:root [dir=ltr] .ltr\:-ml-22{
  margin-left: -5.5rem;
}

:root [dir=ltr] .ltr\:-ml-24{
  margin-left: -6rem;
}

:root [dir=ltr] .ltr\:-ml-26{
  margin-left: -6.5rem;
}

:root [dir=ltr] .ltr\:-ml-27{
  margin-left: -6.75rem;
}

:root [dir=ltr] .ltr\:-ml-28{
  margin-left: -7rem;
}

:root [dir=ltr] .ltr\:-ml-30{
  margin-left: -7.5rem;
}

:root [dir=ltr] .ltr\:-ml-32{
  margin-left: -8rem;
}

:root [dir=ltr] .ltr\:-ml-36{
  margin-left: -9rem;
}

:root [dir=ltr] .ltr\:-ml-40{
  margin-left: -10rem;
}

:root [dir=ltr] .ltr\:-ml-41{
  margin-left: -11.25rem;
}

:root [dir=ltr] .ltr\:-ml-42{
  margin-left: -11.5rem;
}

:root [dir=ltr] .ltr\:-ml-44{
  margin-left: -11rem;
}

:root [dir=ltr] .ltr\:-ml-48{
  margin-left: -12rem;
}

:root [dir=ltr] .ltr\:-ml-52{
  margin-left: -13rem;
}

:root [dir=ltr] .ltr\:-ml-54{
  margin-left: -13.5rem;
}

:root [dir=ltr] .ltr\:-ml-56{
  margin-left: -14rem;
}

:root [dir=ltr] .ltr\:-ml-60{
  margin-left: -15rem;
}

:root [dir=ltr] .ltr\:-ml-64{
  margin-left: -16rem;
}

:root [dir=ltr] .ltr\:-ml-68{
  margin-left: -17rem;
}

:root [dir=ltr] .ltr\:-ml-72{
  margin-left: -18rem;
}

:root [dir=ltr] .ltr\:-ml-76{
  margin-left: -19rem;
}

:root [dir=ltr] .ltr\:-ml-80{
  margin-left: -20rem;
}

:root [dir=ltr] .ltr\:-ml-84{
  margin-left: -21rem;
}

:root [dir=ltr] .ltr\:-ml-88{
  margin-left: -22rem;
}

:root [dir=ltr] .ltr\:-ml-96{
  margin-left: -24rem;
}

:root [dir=ltr] .ltr\:-ml-112{
  margin-left: -28rem;
}

:root [dir=ltr] .ltr\:-ml-120{
  margin-left: -30rem;
}

:root [dir=ltr] .ltr\:-ml-140{
  margin-left: -35rem;
}

:root [dir=ltr] .ltr\:-ml-150{
  margin-left: -37.5rem;
}

:root [dir=ltr] .ltr\:-ml-160{
  margin-left: -40rem;
}

:root [dir=ltr] .ltr\:-ml-220{
  margin-left: -55rem;
}

:root [dir=ltr] .ltr\:-ml-240{
  margin-left: -60rem;
}

:root [dir=ltr] .ltr\:-ml-300{
  margin-left: -75rem;
}

:root [dir=ltr] .ltr\:-ml-320{
  margin-left: -80rem;
}

:root [dir=ltr] .ltr\:-ml-px{
  margin-left: -1px;
}

:root [dir=ltr] .ltr\:-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root [dir=ltr] .ltr\:-ml-1.5{
  margin-left: -0.375rem;
}

:root [dir=rtl] .rtl\:mt-0{
  margin-top: 0;
}

:root [dir=rtl] .rtl\:mt-1{
  margin-top: 0.25rem;
}

:root [dir=rtl] .rtl\:mt-2{
  margin-top: 0.5rem;
}

:root [dir=rtl] .rtl\:mt-3{
  margin-top: 0.75rem;
}

:root [dir=rtl] .rtl\:mt-4{
  margin-top: 1rem;
}

:root [dir=rtl] .rtl\:mt-5{
  margin-top: 1.25rem;
}

:root [dir=rtl] .rtl\:mt-6{
  margin-top: 1.5rem;
}

:root [dir=rtl] .rtl\:mt-7{
  margin-top: 1.75rem;
}

:root [dir=rtl] .rtl\:mt-8{
  margin-top: 2rem;
}

:root [dir=rtl] .rtl\:mt-9{
  margin-top: 2.25rem;
}

:root [dir=rtl] .rtl\:mt-10{
  margin-top: 2.5rem;
}

:root [dir=rtl] .rtl\:mt-11{
  margin-top: 2.75rem;
}

:root [dir=rtl] .rtl\:mt-12{
  margin-top: 3rem;
}

:root [dir=rtl] .rtl\:mt-13{
  margin-top: 3.25rem;
}

:root [dir=rtl] .rtl\:mt-14{
  margin-top: 3.5rem;
}

:root [dir=rtl] .rtl\:mt-16{
  margin-top: 4rem;
}

:root [dir=rtl] .rtl\:mt-18{
  margin-top: 4.5rem;
}

:root [dir=rtl] .rtl\:mt-20{
  margin-top: 5rem;
}

:root [dir=rtl] .rtl\:mt-21{
  margin-top: 5.25rem;
}

:root [dir=rtl] .rtl\:mt-22{
  margin-top: 5.5rem;
}

:root [dir=rtl] .rtl\:mt-24{
  margin-top: 6rem;
}

:root [dir=rtl] .rtl\:mt-26{
  margin-top: 6.5rem;
}

:root [dir=rtl] .rtl\:mt-27{
  margin-top: 6.75rem;
}

:root [dir=rtl] .rtl\:mt-28{
  margin-top: 7rem;
}

:root [dir=rtl] .rtl\:mt-30{
  margin-top: 7.5rem;
}

:root [dir=rtl] .rtl\:mt-32{
  margin-top: 8rem;
}

:root [dir=rtl] .rtl\:mt-36{
  margin-top: 9rem;
}

:root [dir=rtl] .rtl\:mt-40{
  margin-top: 10rem;
}

:root [dir=rtl] .rtl\:mt-41{
  margin-top: 11.25rem;
}

:root [dir=rtl] .rtl\:mt-42{
  margin-top: 11.5rem;
}

:root [dir=rtl] .rtl\:mt-44{
  margin-top: 11rem;
}

:root [dir=rtl] .rtl\:mt-48{
  margin-top: 12rem;
}

:root [dir=rtl] .rtl\:mt-52{
  margin-top: 13rem;
}

:root [dir=rtl] .rtl\:mt-54{
  margin-top: 13.5rem;
}

:root [dir=rtl] .rtl\:mt-56{
  margin-top: 14rem;
}

:root [dir=rtl] .rtl\:mt-60{
  margin-top: 15rem;
}

:root [dir=rtl] .rtl\:mt-64{
  margin-top: 16rem;
}

:root [dir=rtl] .rtl\:mt-68{
  margin-top: 17rem;
}

:root [dir=rtl] .rtl\:mt-72{
  margin-top: 18rem;
}

:root [dir=rtl] .rtl\:mt-76{
  margin-top: 19rem;
}

:root [dir=rtl] .rtl\:mt-80{
  margin-top: 20rem;
}

:root [dir=rtl] .rtl\:mt-84{
  margin-top: 21rem;
}

:root [dir=rtl] .rtl\:mt-88{
  margin-top: 22rem;
}

:root [dir=rtl] .rtl\:mt-96{
  margin-top: 24rem;
}

:root [dir=rtl] .rtl\:mt-112{
  margin-top: 28rem;
}

:root [dir=rtl] .rtl\:mt-120{
  margin-top: 30rem;
}

:root [dir=rtl] .rtl\:mt-140{
  margin-top: 35rem;
}

:root [dir=rtl] .rtl\:mt-150{
  margin-top: 37.5rem;
}

:root [dir=rtl] .rtl\:mt-160{
  margin-top: 40rem;
}

:root [dir=rtl] .rtl\:mt-220{
  margin-top: 55rem;
}

:root [dir=rtl] .rtl\:mt-240{
  margin-top: 60rem;
}

:root [dir=rtl] .rtl\:mt-300{
  margin-top: 75rem;
}

:root [dir=rtl] .rtl\:mt-320{
  margin-top: 80rem;
}

:root [dir=rtl] .rtl\:mt-auto{
  margin-top: auto;
}

:root [dir=rtl] .rtl\:mt-px{
  margin-top: 1px;
}

:root [dir=rtl] .rtl\:mt-gutter{
  margin-top: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mt-1.5{
  margin-top: 0.375rem;
}

:root [dir=rtl] .rtl\:-mt-1{
  margin-top: -0.25rem;
}

:root [dir=rtl] .rtl\:-mt-2{
  margin-top: -0.5rem;
}

:root [dir=rtl] .rtl\:-mt-3{
  margin-top: -0.75rem;
}

:root [dir=rtl] .rtl\:-mt-4{
  margin-top: -1rem;
}

:root [dir=rtl] .rtl\:-mt-5{
  margin-top: -1.25rem;
}

:root [dir=rtl] .rtl\:-mt-6{
  margin-top: -1.5rem;
}

:root [dir=rtl] .rtl\:-mt-7{
  margin-top: -1.75rem;
}

:root [dir=rtl] .rtl\:-mt-8{
  margin-top: -2rem;
}

:root [dir=rtl] .rtl\:-mt-9{
  margin-top: -2.25rem;
}

:root [dir=rtl] .rtl\:-mt-10{
  margin-top: -2.5rem;
}

:root [dir=rtl] .rtl\:-mt-11{
  margin-top: -2.75rem;
}

:root [dir=rtl] .rtl\:-mt-12{
  margin-top: -3rem;
}

:root [dir=rtl] .rtl\:-mt-13{
  margin-top: -3.25rem;
}

:root [dir=rtl] .rtl\:-mt-14{
  margin-top: -3.5rem;
}

:root [dir=rtl] .rtl\:-mt-16{
  margin-top: -4rem;
}

:root [dir=rtl] .rtl\:-mt-18{
  margin-top: -4.5rem;
}

:root [dir=rtl] .rtl\:-mt-20{
  margin-top: -5rem;
}

:root [dir=rtl] .rtl\:-mt-21{
  margin-top: -5.25rem;
}

:root [dir=rtl] .rtl\:-mt-22{
  margin-top: -5.5rem;
}

:root [dir=rtl] .rtl\:-mt-24{
  margin-top: -6rem;
}

:root [dir=rtl] .rtl\:-mt-26{
  margin-top: -6.5rem;
}

:root [dir=rtl] .rtl\:-mt-27{
  margin-top: -6.75rem;
}

:root [dir=rtl] .rtl\:-mt-28{
  margin-top: -7rem;
}

:root [dir=rtl] .rtl\:-mt-30{
  margin-top: -7.5rem;
}

:root [dir=rtl] .rtl\:-mt-32{
  margin-top: -8rem;
}

:root [dir=rtl] .rtl\:-mt-36{
  margin-top: -9rem;
}

:root [dir=rtl] .rtl\:-mt-40{
  margin-top: -10rem;
}

:root [dir=rtl] .rtl\:-mt-41{
  margin-top: -11.25rem;
}

:root [dir=rtl] .rtl\:-mt-42{
  margin-top: -11.5rem;
}

:root [dir=rtl] .rtl\:-mt-44{
  margin-top: -11rem;
}

:root [dir=rtl] .rtl\:-mt-48{
  margin-top: -12rem;
}

:root [dir=rtl] .rtl\:-mt-52{
  margin-top: -13rem;
}

:root [dir=rtl] .rtl\:-mt-54{
  margin-top: -13.5rem;
}

:root [dir=rtl] .rtl\:-mt-56{
  margin-top: -14rem;
}

:root [dir=rtl] .rtl\:-mt-60{
  margin-top: -15rem;
}

:root [dir=rtl] .rtl\:-mt-64{
  margin-top: -16rem;
}

:root [dir=rtl] .rtl\:-mt-68{
  margin-top: -17rem;
}

:root [dir=rtl] .rtl\:-mt-72{
  margin-top: -18rem;
}

:root [dir=rtl] .rtl\:-mt-76{
  margin-top: -19rem;
}

:root [dir=rtl] .rtl\:-mt-80{
  margin-top: -20rem;
}

:root [dir=rtl] .rtl\:-mt-84{
  margin-top: -21rem;
}

:root [dir=rtl] .rtl\:-mt-88{
  margin-top: -22rem;
}

:root [dir=rtl] .rtl\:-mt-96{
  margin-top: -24rem;
}

:root [dir=rtl] .rtl\:-mt-112{
  margin-top: -28rem;
}

:root [dir=rtl] .rtl\:-mt-120{
  margin-top: -30rem;
}

:root [dir=rtl] .rtl\:-mt-140{
  margin-top: -35rem;
}

:root [dir=rtl] .rtl\:-mt-150{
  margin-top: -37.5rem;
}

:root [dir=rtl] .rtl\:-mt-160{
  margin-top: -40rem;
}

:root [dir=rtl] .rtl\:-mt-220{
  margin-top: -55rem;
}

:root [dir=rtl] .rtl\:-mt-240{
  margin-top: -60rem;
}

:root [dir=rtl] .rtl\:-mt-300{
  margin-top: -75rem;
}

:root [dir=rtl] .rtl\:-mt-320{
  margin-top: -80rem;
}

:root [dir=rtl] .rtl\:-mt-px{
  margin-top: -1px;
}

:root [dir=rtl] .rtl\:-mt-gutter{
  margin-top: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mt-1.5{
  margin-top: -0.375rem;
}

:root [dir=rtl] .rtl\:mr-0{
  margin-right: 0;
}

:root [dir=rtl] .rtl\:mr-1{
  margin-right: 0.25rem;
}

:root [dir=rtl] .rtl\:mr-2{
  margin-right: 0.5rem;
}

:root [dir=rtl] .rtl\:mr-3{
  margin-right: 0.75rem;
}

:root [dir=rtl] .rtl\:mr-4{
  margin-right: 1rem;
}

:root [dir=rtl] .rtl\:mr-5{
  margin-right: 1.25rem;
}

:root [dir=rtl] .rtl\:mr-6{
  margin-right: 1.5rem;
}

:root [dir=rtl] .rtl\:mr-7{
  margin-right: 1.75rem;
}

:root [dir=rtl] .rtl\:mr-8{
  margin-right: 2rem;
}

:root [dir=rtl] .rtl\:mr-9{
  margin-right: 2.25rem;
}

:root [dir=rtl] .rtl\:mr-10{
  margin-right: 2.5rem;
}

:root [dir=rtl] .rtl\:mr-11{
  margin-right: 2.75rem;
}

:root [dir=rtl] .rtl\:mr-12{
  margin-right: 3rem;
}

:root [dir=rtl] .rtl\:mr-13{
  margin-right: 3.25rem;
}

:root [dir=rtl] .rtl\:mr-14{
  margin-right: 3.5rem;
}

:root [dir=rtl] .rtl\:mr-16{
  margin-right: 4rem;
}

:root [dir=rtl] .rtl\:mr-18{
  margin-right: 4.5rem;
}

:root [dir=rtl] .rtl\:mr-20{
  margin-right: 5rem;
}

:root [dir=rtl] .rtl\:mr-21{
  margin-right: 5.25rem;
}

:root [dir=rtl] .rtl\:mr-22{
  margin-right: 5.5rem;
}

:root [dir=rtl] .rtl\:mr-24{
  margin-right: 6rem;
}

:root [dir=rtl] .rtl\:mr-26{
  margin-right: 6.5rem;
}

:root [dir=rtl] .rtl\:mr-27{
  margin-right: 6.75rem;
}

:root [dir=rtl] .rtl\:mr-28{
  margin-right: 7rem;
}

:root [dir=rtl] .rtl\:mr-30{
  margin-right: 7.5rem;
}

:root [dir=rtl] .rtl\:mr-32{
  margin-right: 8rem;
}

:root [dir=rtl] .rtl\:mr-36{
  margin-right: 9rem;
}

:root [dir=rtl] .rtl\:mr-40{
  margin-right: 10rem;
}

:root [dir=rtl] .rtl\:mr-41{
  margin-right: 11.25rem;
}

:root [dir=rtl] .rtl\:mr-42{
  margin-right: 11.5rem;
}

:root [dir=rtl] .rtl\:mr-44{
  margin-right: 11rem;
}

:root [dir=rtl] .rtl\:mr-48{
  margin-right: 12rem;
}

:root [dir=rtl] .rtl\:mr-52{
  margin-right: 13rem;
}

:root [dir=rtl] .rtl\:mr-54{
  margin-right: 13.5rem;
}

:root [dir=rtl] .rtl\:mr-56{
  margin-right: 14rem;
}

:root [dir=rtl] .rtl\:mr-60{
  margin-right: 15rem;
}

:root [dir=rtl] .rtl\:mr-64{
  margin-right: 16rem;
}

:root [dir=rtl] .rtl\:mr-68{
  margin-right: 17rem;
}

:root [dir=rtl] .rtl\:mr-72{
  margin-right: 18rem;
}

:root [dir=rtl] .rtl\:mr-76{
  margin-right: 19rem;
}

:root [dir=rtl] .rtl\:mr-80{
  margin-right: 20rem;
}

:root [dir=rtl] .rtl\:mr-84{
  margin-right: 21rem;
}

:root [dir=rtl] .rtl\:mr-88{
  margin-right: 22rem;
}

:root [dir=rtl] .rtl\:mr-96{
  margin-right: 24rem;
}

:root [dir=rtl] .rtl\:mr-112{
  margin-right: 28rem;
}

:root [dir=rtl] .rtl\:mr-120{
  margin-right: 30rem;
}

:root [dir=rtl] .rtl\:mr-140{
  margin-right: 35rem;
}

:root [dir=rtl] .rtl\:mr-150{
  margin-right: 37.5rem;
}

:root [dir=rtl] .rtl\:mr-160{
  margin-right: 40rem;
}

:root [dir=rtl] .rtl\:mr-220{
  margin-right: 55rem;
}

:root [dir=rtl] .rtl\:mr-240{
  margin-right: 60rem;
}

:root [dir=rtl] .rtl\:mr-300{
  margin-right: 75rem;
}

:root [dir=rtl] .rtl\:mr-320{
  margin-right: 80rem;
}

:root [dir=rtl] .rtl\:mr-auto{
  margin-right: auto;
}

:root [dir=rtl] .rtl\:mr-px{
  margin-right: 1px;
}

:root [dir=rtl] .rtl\:mr-gutter{
  margin-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mr-1.5{
  margin-right: 0.375rem;
}

:root [dir=rtl] .rtl\:-mr-1{
  margin-right: -0.25rem;
}

:root [dir=rtl] .rtl\:-mr-2{
  margin-right: -0.5rem;
}

:root [dir=rtl] .rtl\:-mr-3{
  margin-right: -0.75rem;
}

:root [dir=rtl] .rtl\:-mr-4{
  margin-right: -1rem;
}

:root [dir=rtl] .rtl\:-mr-5{
  margin-right: -1.25rem;
}

:root [dir=rtl] .rtl\:-mr-6{
  margin-right: -1.5rem;
}

:root [dir=rtl] .rtl\:-mr-7{
  margin-right: -1.75rem;
}

:root [dir=rtl] .rtl\:-mr-8{
  margin-right: -2rem;
}

:root [dir=rtl] .rtl\:-mr-9{
  margin-right: -2.25rem;
}

:root [dir=rtl] .rtl\:-mr-10{
  margin-right: -2.5rem;
}

:root [dir=rtl] .rtl\:-mr-11{
  margin-right: -2.75rem;
}

:root [dir=rtl] .rtl\:-mr-12{
  margin-right: -3rem;
}

:root [dir=rtl] .rtl\:-mr-13{
  margin-right: -3.25rem;
}

:root [dir=rtl] .rtl\:-mr-14{
  margin-right: -3.5rem;
}

:root [dir=rtl] .rtl\:-mr-16{
  margin-right: -4rem;
}

:root [dir=rtl] .rtl\:-mr-18{
  margin-right: -4.5rem;
}

:root [dir=rtl] .rtl\:-mr-20{
  margin-right: -5rem;
}

:root [dir=rtl] .rtl\:-mr-21{
  margin-right: -5.25rem;
}

:root [dir=rtl] .rtl\:-mr-22{
  margin-right: -5.5rem;
}

:root [dir=rtl] .rtl\:-mr-24{
  margin-right: -6rem;
}

:root [dir=rtl] .rtl\:-mr-26{
  margin-right: -6.5rem;
}

:root [dir=rtl] .rtl\:-mr-27{
  margin-right: -6.75rem;
}

:root [dir=rtl] .rtl\:-mr-28{
  margin-right: -7rem;
}

:root [dir=rtl] .rtl\:-mr-30{
  margin-right: -7.5rem;
}

:root [dir=rtl] .rtl\:-mr-32{
  margin-right: -8rem;
}

:root [dir=rtl] .rtl\:-mr-36{
  margin-right: -9rem;
}

:root [dir=rtl] .rtl\:-mr-40{
  margin-right: -10rem;
}

:root [dir=rtl] .rtl\:-mr-41{
  margin-right: -11.25rem;
}

:root [dir=rtl] .rtl\:-mr-42{
  margin-right: -11.5rem;
}

:root [dir=rtl] .rtl\:-mr-44{
  margin-right: -11rem;
}

:root [dir=rtl] .rtl\:-mr-48{
  margin-right: -12rem;
}

:root [dir=rtl] .rtl\:-mr-52{
  margin-right: -13rem;
}

:root [dir=rtl] .rtl\:-mr-54{
  margin-right: -13.5rem;
}

:root [dir=rtl] .rtl\:-mr-56{
  margin-right: -14rem;
}

:root [dir=rtl] .rtl\:-mr-60{
  margin-right: -15rem;
}

:root [dir=rtl] .rtl\:-mr-64{
  margin-right: -16rem;
}

:root [dir=rtl] .rtl\:-mr-68{
  margin-right: -17rem;
}

:root [dir=rtl] .rtl\:-mr-72{
  margin-right: -18rem;
}

:root [dir=rtl] .rtl\:-mr-76{
  margin-right: -19rem;
}

:root [dir=rtl] .rtl\:-mr-80{
  margin-right: -20rem;
}

:root [dir=rtl] .rtl\:-mr-84{
  margin-right: -21rem;
}

:root [dir=rtl] .rtl\:-mr-88{
  margin-right: -22rem;
}

:root [dir=rtl] .rtl\:-mr-96{
  margin-right: -24rem;
}

:root [dir=rtl] .rtl\:-mr-112{
  margin-right: -28rem;
}

:root [dir=rtl] .rtl\:-mr-120{
  margin-right: -30rem;
}

:root [dir=rtl] .rtl\:-mr-140{
  margin-right: -35rem;
}

:root [dir=rtl] .rtl\:-mr-150{
  margin-right: -37.5rem;
}

:root [dir=rtl] .rtl\:-mr-160{
  margin-right: -40rem;
}

:root [dir=rtl] .rtl\:-mr-220{
  margin-right: -55rem;
}

:root [dir=rtl] .rtl\:-mr-240{
  margin-right: -60rem;
}

:root [dir=rtl] .rtl\:-mr-300{
  margin-right: -75rem;
}

:root [dir=rtl] .rtl\:-mr-320{
  margin-right: -80rem;
}

:root [dir=rtl] .rtl\:-mr-px{
  margin-right: -1px;
}

:root [dir=rtl] .rtl\:-mr-gutter{
  margin-right: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mr-1.5{
  margin-right: -0.375rem;
}

:root [dir=rtl] .rtl\:mb-0{
  margin-bottom: 0;
}

:root [dir=rtl] .rtl\:mb-1{
  margin-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:mb-2{
  margin-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:mb-3{
  margin-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:mb-4{
  margin-bottom: 1rem;
}

:root [dir=rtl] .rtl\:mb-5{
  margin-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:mb-6{
  margin-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:mb-7{
  margin-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:mb-8{
  margin-bottom: 2rem;
}

:root [dir=rtl] .rtl\:mb-9{
  margin-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:mb-10{
  margin-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:mb-11{
  margin-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:mb-12{
  margin-bottom: 3rem;
}

:root [dir=rtl] .rtl\:mb-13{
  margin-bottom: 3.25rem;
}

:root [dir=rtl] .rtl\:mb-14{
  margin-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:mb-16{
  margin-bottom: 4rem;
}

:root [dir=rtl] .rtl\:mb-18{
  margin-bottom: 4.5rem;
}

:root [dir=rtl] .rtl\:mb-20{
  margin-bottom: 5rem;
}

:root [dir=rtl] .rtl\:mb-21{
  margin-bottom: 5.25rem;
}

:root [dir=rtl] .rtl\:mb-22{
  margin-bottom: 5.5rem;
}

:root [dir=rtl] .rtl\:mb-24{
  margin-bottom: 6rem;
}

:root [dir=rtl] .rtl\:mb-26{
  margin-bottom: 6.5rem;
}

:root [dir=rtl] .rtl\:mb-27{
  margin-bottom: 6.75rem;
}

:root [dir=rtl] .rtl\:mb-28{
  margin-bottom: 7rem;
}

:root [dir=rtl] .rtl\:mb-30{
  margin-bottom: 7.5rem;
}

:root [dir=rtl] .rtl\:mb-32{
  margin-bottom: 8rem;
}

:root [dir=rtl] .rtl\:mb-36{
  margin-bottom: 9rem;
}

:root [dir=rtl] .rtl\:mb-40{
  margin-bottom: 10rem;
}

:root [dir=rtl] .rtl\:mb-41{
  margin-bottom: 11.25rem;
}

:root [dir=rtl] .rtl\:mb-42{
  margin-bottom: 11.5rem;
}

:root [dir=rtl] .rtl\:mb-44{
  margin-bottom: 11rem;
}

:root [dir=rtl] .rtl\:mb-48{
  margin-bottom: 12rem;
}

:root [dir=rtl] .rtl\:mb-52{
  margin-bottom: 13rem;
}

:root [dir=rtl] .rtl\:mb-54{
  margin-bottom: 13.5rem;
}

:root [dir=rtl] .rtl\:mb-56{
  margin-bottom: 14rem;
}

:root [dir=rtl] .rtl\:mb-60{
  margin-bottom: 15rem;
}

:root [dir=rtl] .rtl\:mb-64{
  margin-bottom: 16rem;
}

:root [dir=rtl] .rtl\:mb-68{
  margin-bottom: 17rem;
}

:root [dir=rtl] .rtl\:mb-72{
  margin-bottom: 18rem;
}

:root [dir=rtl] .rtl\:mb-76{
  margin-bottom: 19rem;
}

:root [dir=rtl] .rtl\:mb-80{
  margin-bottom: 20rem;
}

:root [dir=rtl] .rtl\:mb-84{
  margin-bottom: 21rem;
}

:root [dir=rtl] .rtl\:mb-88{
  margin-bottom: 22rem;
}

:root [dir=rtl] .rtl\:mb-96{
  margin-bottom: 24rem;
}

:root [dir=rtl] .rtl\:mb-112{
  margin-bottom: 28rem;
}

:root [dir=rtl] .rtl\:mb-120{
  margin-bottom: 30rem;
}

:root [dir=rtl] .rtl\:mb-140{
  margin-bottom: 35rem;
}

:root [dir=rtl] .rtl\:mb-150{
  margin-bottom: 37.5rem;
}

:root [dir=rtl] .rtl\:mb-160{
  margin-bottom: 40rem;
}

:root [dir=rtl] .rtl\:mb-220{
  margin-bottom: 55rem;
}

:root [dir=rtl] .rtl\:mb-240{
  margin-bottom: 60rem;
}

:root [dir=rtl] .rtl\:mb-300{
  margin-bottom: 75rem;
}

:root [dir=rtl] .rtl\:mb-320{
  margin-bottom: 80rem;
}

:root [dir=rtl] .rtl\:mb-auto{
  margin-bottom: auto;
}

:root [dir=rtl] .rtl\:mb-px{
  margin-bottom: 1px;
}

:root [dir=rtl] .rtl\:mb-gutter{
  margin-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:mb-1.5{
  margin-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:-mb-1{
  margin-bottom: -0.25rem;
}

:root [dir=rtl] .rtl\:-mb-2{
  margin-bottom: -0.5rem;
}

:root [dir=rtl] .rtl\:-mb-3{
  margin-bottom: -0.75rem;
}

:root [dir=rtl] .rtl\:-mb-4{
  margin-bottom: -1rem;
}

:root [dir=rtl] .rtl\:-mb-5{
  margin-bottom: -1.25rem;
}

:root [dir=rtl] .rtl\:-mb-6{
  margin-bottom: -1.5rem;
}

:root [dir=rtl] .rtl\:-mb-7{
  margin-bottom: -1.75rem;
}

:root [dir=rtl] .rtl\:-mb-8{
  margin-bottom: -2rem;
}

:root [dir=rtl] .rtl\:-mb-9{
  margin-bottom: -2.25rem;
}

:root [dir=rtl] .rtl\:-mb-10{
  margin-bottom: -2.5rem;
}

:root [dir=rtl] .rtl\:-mb-11{
  margin-bottom: -2.75rem;
}

:root [dir=rtl] .rtl\:-mb-12{
  margin-bottom: -3rem;
}

:root [dir=rtl] .rtl\:-mb-13{
  margin-bottom: -3.25rem;
}

:root [dir=rtl] .rtl\:-mb-14{
  margin-bottom: -3.5rem;
}

:root [dir=rtl] .rtl\:-mb-16{
  margin-bottom: -4rem;
}

:root [dir=rtl] .rtl\:-mb-18{
  margin-bottom: -4.5rem;
}

:root [dir=rtl] .rtl\:-mb-20{
  margin-bottom: -5rem;
}

:root [dir=rtl] .rtl\:-mb-21{
  margin-bottom: -5.25rem;
}

:root [dir=rtl] .rtl\:-mb-22{
  margin-bottom: -5.5rem;
}

:root [dir=rtl] .rtl\:-mb-24{
  margin-bottom: -6rem;
}

:root [dir=rtl] .rtl\:-mb-26{
  margin-bottom: -6.5rem;
}

:root [dir=rtl] .rtl\:-mb-27{
  margin-bottom: -6.75rem;
}

:root [dir=rtl] .rtl\:-mb-28{
  margin-bottom: -7rem;
}

:root [dir=rtl] .rtl\:-mb-30{
  margin-bottom: -7.5rem;
}

:root [dir=rtl] .rtl\:-mb-32{
  margin-bottom: -8rem;
}

:root [dir=rtl] .rtl\:-mb-36{
  margin-bottom: -9rem;
}

:root [dir=rtl] .rtl\:-mb-40{
  margin-bottom: -10rem;
}

:root [dir=rtl] .rtl\:-mb-41{
  margin-bottom: -11.25rem;
}

:root [dir=rtl] .rtl\:-mb-42{
  margin-bottom: -11.5rem;
}

:root [dir=rtl] .rtl\:-mb-44{
  margin-bottom: -11rem;
}

:root [dir=rtl] .rtl\:-mb-48{
  margin-bottom: -12rem;
}

:root [dir=rtl] .rtl\:-mb-52{
  margin-bottom: -13rem;
}

:root [dir=rtl] .rtl\:-mb-54{
  margin-bottom: -13.5rem;
}

:root [dir=rtl] .rtl\:-mb-56{
  margin-bottom: -14rem;
}

:root [dir=rtl] .rtl\:-mb-60{
  margin-bottom: -15rem;
}

:root [dir=rtl] .rtl\:-mb-64{
  margin-bottom: -16rem;
}

:root [dir=rtl] .rtl\:-mb-68{
  margin-bottom: -17rem;
}

:root [dir=rtl] .rtl\:-mb-72{
  margin-bottom: -18rem;
}

:root [dir=rtl] .rtl\:-mb-76{
  margin-bottom: -19rem;
}

:root [dir=rtl] .rtl\:-mb-80{
  margin-bottom: -20rem;
}

:root [dir=rtl] .rtl\:-mb-84{
  margin-bottom: -21rem;
}

:root [dir=rtl] .rtl\:-mb-88{
  margin-bottom: -22rem;
}

:root [dir=rtl] .rtl\:-mb-96{
  margin-bottom: -24rem;
}

:root [dir=rtl] .rtl\:-mb-112{
  margin-bottom: -28rem;
}

:root [dir=rtl] .rtl\:-mb-120{
  margin-bottom: -30rem;
}

:root [dir=rtl] .rtl\:-mb-140{
  margin-bottom: -35rem;
}

:root [dir=rtl] .rtl\:-mb-150{
  margin-bottom: -37.5rem;
}

:root [dir=rtl] .rtl\:-mb-160{
  margin-bottom: -40rem;
}

:root [dir=rtl] .rtl\:-mb-220{
  margin-bottom: -55rem;
}

:root [dir=rtl] .rtl\:-mb-240{
  margin-bottom: -60rem;
}

:root [dir=rtl] .rtl\:-mb-300{
  margin-bottom: -75rem;
}

:root [dir=rtl] .rtl\:-mb-320{
  margin-bottom: -80rem;
}

:root [dir=rtl] .rtl\:-mb-px{
  margin-bottom: -1px;
}

:root [dir=rtl] .rtl\:-mb-gutter{
  margin-bottom: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-mb-1.5{
  margin-bottom: -0.375rem;
}

:root [dir=rtl] .rtl\:ml-0{
  margin-left: 0;
}

:root [dir=rtl] .rtl\:ml-1{
  margin-left: 0.25rem;
}

:root [dir=rtl] .rtl\:ml-2{
  margin-left: 0.5rem;
}

:root [dir=rtl] .rtl\:ml-3{
  margin-left: 0.75rem;
}

:root [dir=rtl] .rtl\:ml-4{
  margin-left: 1rem;
}

:root [dir=rtl] .rtl\:ml-5{
  margin-left: 1.25rem;
}

:root [dir=rtl] .rtl\:ml-6{
  margin-left: 1.5rem;
}

:root [dir=rtl] .rtl\:ml-7{
  margin-left: 1.75rem;
}

:root [dir=rtl] .rtl\:ml-8{
  margin-left: 2rem;
}

:root [dir=rtl] .rtl\:ml-9{
  margin-left: 2.25rem;
}

:root [dir=rtl] .rtl\:ml-10{
  margin-left: 2.5rem;
}

:root [dir=rtl] .rtl\:ml-11{
  margin-left: 2.75rem;
}

:root [dir=rtl] .rtl\:ml-12{
  margin-left: 3rem;
}

:root [dir=rtl] .rtl\:ml-13{
  margin-left: 3.25rem;
}

:root [dir=rtl] .rtl\:ml-14{
  margin-left: 3.5rem;
}

:root [dir=rtl] .rtl\:ml-16{
  margin-left: 4rem;
}

:root [dir=rtl] .rtl\:ml-18{
  margin-left: 4.5rem;
}

:root [dir=rtl] .rtl\:ml-20{
  margin-left: 5rem;
}

:root [dir=rtl] .rtl\:ml-21{
  margin-left: 5.25rem;
}

:root [dir=rtl] .rtl\:ml-22{
  margin-left: 5.5rem;
}

:root [dir=rtl] .rtl\:ml-24{
  margin-left: 6rem;
}

:root [dir=rtl] .rtl\:ml-26{
  margin-left: 6.5rem;
}

:root [dir=rtl] .rtl\:ml-27{
  margin-left: 6.75rem;
}

:root [dir=rtl] .rtl\:ml-28{
  margin-left: 7rem;
}

:root [dir=rtl] .rtl\:ml-30{
  margin-left: 7.5rem;
}

:root [dir=rtl] .rtl\:ml-32{
  margin-left: 8rem;
}

:root [dir=rtl] .rtl\:ml-36{
  margin-left: 9rem;
}

:root [dir=rtl] .rtl\:ml-40{
  margin-left: 10rem;
}

:root [dir=rtl] .rtl\:ml-41{
  margin-left: 11.25rem;
}

:root [dir=rtl] .rtl\:ml-42{
  margin-left: 11.5rem;
}

:root [dir=rtl] .rtl\:ml-44{
  margin-left: 11rem;
}

:root [dir=rtl] .rtl\:ml-48{
  margin-left: 12rem;
}

:root [dir=rtl] .rtl\:ml-52{
  margin-left: 13rem;
}

:root [dir=rtl] .rtl\:ml-54{
  margin-left: 13.5rem;
}

:root [dir=rtl] .rtl\:ml-56{
  margin-left: 14rem;
}

:root [dir=rtl] .rtl\:ml-60{
  margin-left: 15rem;
}

:root [dir=rtl] .rtl\:ml-64{
  margin-left: 16rem;
}

:root [dir=rtl] .rtl\:ml-68{
  margin-left: 17rem;
}

:root [dir=rtl] .rtl\:ml-72{
  margin-left: 18rem;
}

:root [dir=rtl] .rtl\:ml-76{
  margin-left: 19rem;
}

:root [dir=rtl] .rtl\:ml-80{
  margin-left: 20rem;
}

:root [dir=rtl] .rtl\:ml-84{
  margin-left: 21rem;
}

:root [dir=rtl] .rtl\:ml-88{
  margin-left: 22rem;
}

:root [dir=rtl] .rtl\:ml-96{
  margin-left: 24rem;
}

:root [dir=rtl] .rtl\:ml-112{
  margin-left: 28rem;
}

:root [dir=rtl] .rtl\:ml-120{
  margin-left: 30rem;
}

:root [dir=rtl] .rtl\:ml-140{
  margin-left: 35rem;
}

:root [dir=rtl] .rtl\:ml-150{
  margin-left: 37.5rem;
}

:root [dir=rtl] .rtl\:ml-160{
  margin-left: 40rem;
}

:root [dir=rtl] .rtl\:ml-220{
  margin-left: 55rem;
}

:root [dir=rtl] .rtl\:ml-240{
  margin-left: 60rem;
}

:root [dir=rtl] .rtl\:ml-300{
  margin-left: 75rem;
}

:root [dir=rtl] .rtl\:ml-320{
  margin-left: 80rem;
}

:root [dir=rtl] .rtl\:ml-auto{
  margin-left: auto;
}

:root [dir=rtl] .rtl\:ml-px{
  margin-left: 1px;
}

:root [dir=rtl] .rtl\:ml-gutter{
  margin-left: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:ml-1.5{
  margin-left: 0.375rem;
}

:root [dir=rtl] .rtl\:-ml-1{
  margin-left: -0.25rem;
}

:root [dir=rtl] .rtl\:-ml-2{
  margin-left: -0.5rem;
}

:root [dir=rtl] .rtl\:-ml-3{
  margin-left: -0.75rem;
}

:root [dir=rtl] .rtl\:-ml-4{
  margin-left: -1rem;
}

:root [dir=rtl] .rtl\:-ml-5{
  margin-left: -1.25rem;
}

:root [dir=rtl] .rtl\:-ml-6{
  margin-left: -1.5rem;
}

:root [dir=rtl] .rtl\:-ml-7{
  margin-left: -1.75rem;
}

:root [dir=rtl] .rtl\:-ml-8{
  margin-left: -2rem;
}

:root [dir=rtl] .rtl\:-ml-9{
  margin-left: -2.25rem;
}

:root [dir=rtl] .rtl\:-ml-10{
  margin-left: -2.5rem;
}

:root [dir=rtl] .rtl\:-ml-11{
  margin-left: -2.75rem;
}

:root [dir=rtl] .rtl\:-ml-12{
  margin-left: -3rem;
}

:root [dir=rtl] .rtl\:-ml-13{
  margin-left: -3.25rem;
}

:root [dir=rtl] .rtl\:-ml-14{
  margin-left: -3.5rem;
}

:root [dir=rtl] .rtl\:-ml-16{
  margin-left: -4rem;
}

:root [dir=rtl] .rtl\:-ml-18{
  margin-left: -4.5rem;
}

:root [dir=rtl] .rtl\:-ml-20{
  margin-left: -5rem;
}

:root [dir=rtl] .rtl\:-ml-21{
  margin-left: -5.25rem;
}

:root [dir=rtl] .rtl\:-ml-22{
  margin-left: -5.5rem;
}

:root [dir=rtl] .rtl\:-ml-24{
  margin-left: -6rem;
}

:root [dir=rtl] .rtl\:-ml-26{
  margin-left: -6.5rem;
}

:root [dir=rtl] .rtl\:-ml-27{
  margin-left: -6.75rem;
}

:root [dir=rtl] .rtl\:-ml-28{
  margin-left: -7rem;
}

:root [dir=rtl] .rtl\:-ml-30{
  margin-left: -7.5rem;
}

:root [dir=rtl] .rtl\:-ml-32{
  margin-left: -8rem;
}

:root [dir=rtl] .rtl\:-ml-36{
  margin-left: -9rem;
}

:root [dir=rtl] .rtl\:-ml-40{
  margin-left: -10rem;
}

:root [dir=rtl] .rtl\:-ml-41{
  margin-left: -11.25rem;
}

:root [dir=rtl] .rtl\:-ml-42{
  margin-left: -11.5rem;
}

:root [dir=rtl] .rtl\:-ml-44{
  margin-left: -11rem;
}

:root [dir=rtl] .rtl\:-ml-48{
  margin-left: -12rem;
}

:root [dir=rtl] .rtl\:-ml-52{
  margin-left: -13rem;
}

:root [dir=rtl] .rtl\:-ml-54{
  margin-left: -13.5rem;
}

:root [dir=rtl] .rtl\:-ml-56{
  margin-left: -14rem;
}

:root [dir=rtl] .rtl\:-ml-60{
  margin-left: -15rem;
}

:root [dir=rtl] .rtl\:-ml-64{
  margin-left: -16rem;
}

:root [dir=rtl] .rtl\:-ml-68{
  margin-left: -17rem;
}

:root [dir=rtl] .rtl\:-ml-72{
  margin-left: -18rem;
}

:root [dir=rtl] .rtl\:-ml-76{
  margin-left: -19rem;
}

:root [dir=rtl] .rtl\:-ml-80{
  margin-left: -20rem;
}

:root [dir=rtl] .rtl\:-ml-84{
  margin-left: -21rem;
}

:root [dir=rtl] .rtl\:-ml-88{
  margin-left: -22rem;
}

:root [dir=rtl] .rtl\:-ml-96{
  margin-left: -24rem;
}

:root [dir=rtl] .rtl\:-ml-112{
  margin-left: -28rem;
}

:root [dir=rtl] .rtl\:-ml-120{
  margin-left: -30rem;
}

:root [dir=rtl] .rtl\:-ml-140{
  margin-left: -35rem;
}

:root [dir=rtl] .rtl\:-ml-150{
  margin-left: -37.5rem;
}

:root [dir=rtl] .rtl\:-ml-160{
  margin-left: -40rem;
}

:root [dir=rtl] .rtl\:-ml-220{
  margin-left: -55rem;
}

:root [dir=rtl] .rtl\:-ml-240{
  margin-left: -60rem;
}

:root [dir=rtl] .rtl\:-ml-300{
  margin-left: -75rem;
}

:root [dir=rtl] .rtl\:-ml-320{
  margin-left: -80rem;
}

:root [dir=rtl] .rtl\:-ml-px{
  margin-left: -1px;
}

:root [dir=rtl] .rtl\:-ml-gutter{
  margin-left: calc(var(--padding-gutter) * -1);
}

:root [dir=rtl] .rtl\:-ml-1.5{
  margin-left: -0.375rem;
}

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

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

:root .block{
  display: block;
}

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

:root .inline{
  display: inline;
}

:root .flex{
  display: flex;
}

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

:root .table{
  display: table;
}

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

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

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

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

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

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

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

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

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

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

:root .grid{
  display: grid;
}

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

:root .contents{
  display: contents;
}

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

:root .hidden{
  display: none;
}

:root .h-0{
  height: 0;
}

:root .h-1{
  height: 0.25rem;
}

:root .h-2{
  height: 0.5rem;
}

:root .h-3{
  height: 0.75rem;
}

:root .h-4{
  height: 1rem;
}

:root .h-5{
  height: 1.25rem;
}

:root .h-6{
  height: 1.5rem;
}

:root .h-7{
  height: 1.75rem;
}

:root .h-8{
  height: 2rem;
}

:root .h-9{
  height: 2.25rem;
}

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

:root .h-11{
  height: 2.75rem;
}

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

:root .h-13{
  height: 3.25rem;
}

:root .h-14{
  height: 3.5rem;
}

:root .h-16{
  height: 4rem;
}

:root .h-18{
  height: 4.5rem;
}

:root .h-20{
  height: 5rem;
}

:root .h-21{
  height: 5.25rem;
}

:root .h-22{
  height: 5.5rem;
}

:root .h-24{
  height: 6rem;
}

:root .h-26{
  height: 6.5rem;
}

:root .h-27{
  height: 6.75rem;
}

:root .h-28{
  height: 7rem;
}

:root .h-30{
  height: 7.5rem;
}

:root .h-32{
  height: 8rem;
}

:root .h-36{
  height: 9rem;
}

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

:root .h-41{
  height: 11.25rem;
}

:root .h-42{
  height: 11.5rem;
}

:root .h-44{
  height: 11rem;
}

:root .h-48{
  height: 12rem;
}

:root .h-52{
  height: 13rem;
}

:root .h-54{
  height: 13.5rem;
}

:root .h-56{
  height: 14rem;
}

:root .h-60{
  height: 15rem;
}

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

:root .h-68{
  height: 17rem;
}

:root .h-72{
  height: 18rem;
}

:root .h-76{
  height: 19rem;
}

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

:root .h-84{
  height: 21rem;
}

:root .h-88{
  height: 22rem;
}

:root .h-96{
  height: 24rem;
}

:root .h-112{
  height: 28rem;
}

:root .h-120{
  height: 30rem;
}

:root .h-140{
  height: 35rem;
}

:root .h-150{
  height: 37.5rem;
}

:root .h-160{
  height: 40rem;
}

:root .h-220{
  height: 55rem;
}

:root .h-240{
  height: 60rem;
}

:root .h-300{
  height: 75rem;
}

:root .h-320{
  height: 80rem;
}

:root .h-auto{
  height: auto;
}

:root .h-px{
  height: 1px;
}

:root .h-gutter{
  height: var(--padding-gutter);
}

:root .h-1\.5{
  height: 0.375rem;
}

:root .h-full{
  height: 100%;
}

:root .h-screen{
  height: 100vh;
}

:root .h-fit{
  height: fit-content;
}

:root .max-h-0{
  max-height: 0;
}

:root .max-h-1{
  max-height: 0.25rem;
}

:root .max-h-2{
  max-height: 0.5rem;
}

:root .max-h-3{
  max-height: 0.75rem;
}

:root .max-h-4{
  max-height: 1rem;
}

:root .max-h-5{
  max-height: 1.25rem;
}

:root .max-h-6{
  max-height: 1.5rem;
}

:root .max-h-7{
  max-height: 1.75rem;
}

:root .max-h-8{
  max-height: 2rem;
}

:root .max-h-9{
  max-height: 2.25rem;
}

:root .max-h-10{
  max-height: 2.5rem;
}

:root .max-h-11{
  max-height: 2.75rem;
}

:root .max-h-12{
  max-height: 3rem;
}

:root .max-h-13{
  max-height: 3.25rem;
}

:root .max-h-14{
  max-height: 3.5rem;
}

:root .max-h-16{
  max-height: 4rem;
}

:root .max-h-18{
  max-height: 4.5rem;
}

:root .max-h-20{
  max-height: 5rem;
}

:root .max-h-21{
  max-height: 5.25rem;
}

:root .max-h-22{
  max-height: 5.5rem;
}

:root .max-h-24{
  max-height: 6rem;
}

:root .max-h-26{
  max-height: 6.5rem;
}

:root .max-h-27{
  max-height: 6.75rem;
}

:root .max-h-28{
  max-height: 7rem;
}

:root .max-h-30{
  max-height: 7.5rem;
}

:root .max-h-32{
  max-height: 8rem;
}

:root .max-h-36{
  max-height: 9rem;
}

:root .max-h-40{
  max-height: 10rem;
}

:root .max-h-41{
  max-height: 11.25rem;
}

:root .max-h-42{
  max-height: 11.5rem;
}

:root .max-h-44{
  max-height: 11rem;
}

:root .max-h-48{
  max-height: 12rem;
}

:root .max-h-52{
  max-height: 13rem;
}

:root .max-h-54{
  max-height: 13.5rem;
}

:root .max-h-56{
  max-height: 14rem;
}

:root .max-h-60{
  max-height: 15rem;
}

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

:root .max-h-68{
  max-height: 17rem;
}

:root .max-h-72{
  max-height: 18rem;
}

:root .max-h-76{
  max-height: 19rem;
}

:root .max-h-80{
  max-height: 20rem;
}

:root .max-h-84{
  max-height: 21rem;
}

:root .max-h-88{
  max-height: 22rem;
}

:root .max-h-96{
  max-height: 24rem;
}

:root .max-h-112{
  max-height: 28rem;
}

:root .max-h-120{
  max-height: 30rem;
}

:root .max-h-140{
  max-height: 35rem;
}

:root .max-h-150{
  max-height: 37.5rem;
}

:root .max-h-160{
  max-height: 40rem;
}

:root .max-h-220{
  max-height: 55rem;
}

:root .max-h-240{
  max-height: 60rem;
}

:root .max-h-300{
  max-height: 75rem;
}

:root .max-h-320{
  max-height: 80rem;
}

:root .max-h-full{
  max-height: 100%;
}

:root .max-h-screen{
  max-height: 100vh;
}

:root .max-h-px{
  max-height: 1px;
}

:root .max-h-gutter{
  max-height: var(--padding-gutter);
}

:root .max-h-1\.5{
  max-height: 0.375rem;
}

:root .min-h-0{
  min-height: 0;
}

:root .min-h-1{
  min-height: 0.25rem;
}

:root .min-h-2{
  min-height: 0.5rem;
}

:root .min-h-3{
  min-height: 0.75rem;
}

:root .min-h-4{
  min-height: 1rem;
}

:root .min-h-5{
  min-height: 1.25rem;
}

:root .min-h-6{
  min-height: 1.5rem;
}

:root .min-h-7{
  min-height: 1.75rem;
}

:root .min-h-8{
  min-height: 2rem;
}

:root .min-h-9{
  min-height: 2.25rem;
}

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

:root .min-h-11{
  min-height: 2.75rem;
}

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

:root .min-h-13{
  min-height: 3.25rem;
}

:root .min-h-14{
  min-height: 3.5rem;
}

:root .min-h-16{
  min-height: 4rem;
}

:root .min-h-18{
  min-height: 4.5rem;
}

:root .min-h-20{
  min-height: 5rem;
}

:root .min-h-21{
  min-height: 5.25rem;
}

:root .min-h-22{
  min-height: 5.5rem;
}

:root .min-h-24{
  min-height: 6rem;
}

:root .min-h-26{
  min-height: 6.5rem;
}

:root .min-h-27{
  min-height: 6.75rem;
}

:root .min-h-28{
  min-height: 7rem;
}

:root .min-h-30{
  min-height: 7.5rem;
}

:root .min-h-32{
  min-height: 8rem;
}

:root .min-h-36{
  min-height: 9rem;
}

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

:root .min-h-41{
  min-height: 11.25rem;
}

:root .min-h-42{
  min-height: 11.5rem;
}

:root .min-h-44{
  min-height: 11rem;
}

:root .min-h-48{
  min-height: 12rem;
}

:root .min-h-52{
  min-height: 13rem;
}

:root .min-h-54{
  min-height: 13.5rem;
}

:root .min-h-56{
  min-height: 14rem;
}

:root .min-h-60{
  min-height: 15rem;
}

:root .min-h-64{
  min-height: 16rem;
}

:root .min-h-68{
  min-height: 17rem;
}

:root .min-h-72{
  min-height: 18rem;
}

:root .min-h-76{
  min-height: 19rem;
}

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

:root .min-h-84{
  min-height: 21rem;
}

:root .min-h-88{
  min-height: 22rem;
}

:root .min-h-96{
  min-height: 24rem;
}

:root .min-h-112{
  min-height: 28rem;
}

:root .min-h-120{
  min-height: 30rem;
}

:root .min-h-140{
  min-height: 35rem;
}

:root .min-h-150{
  min-height: 37.5rem;
}

:root .min-h-160{
  min-height: 40rem;
}

:root .min-h-220{
  min-height: 55rem;
}

:root .min-h-240{
  min-height: 60rem;
}

:root .min-h-300{
  min-height: 75rem;
}

:root .min-h-320{
  min-height: 80rem;
}

:root .min-h-full{
  min-height: 100%;
}

:root .min-h-screen{
  min-height: 100vh;
}

:root .min-h-px{
  min-height: 1px;
}

:root .min-h-gutter{
  min-height: var(--padding-gutter);
}

:root .min-h-1\.5{
  min-height: 0.375rem;
}

:root .w-0{
  width: 0;
}

:root .w-1{
  width: 0.25rem;
}

:root .w-2{
  width: 0.5rem;
}

:root .w-3{
  width: 0.75rem;
}

:root .w-4{
  width: 1rem;
}

:root .w-5{
  width: 1.25rem;
}

:root .w-6{
  width: 1.5rem;
}

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

:root .w-8{
  width: 2rem;
}

:root .w-9{
  width: 2.25rem;
}

:root .w-10{
  width: 2.5rem;
}

:root .w-11{
  width: 2.75rem;
}

:root .w-12{
  width: 3rem;
}

:root .w-13{
  width: 3.25rem;
}

:root .w-14{
  width: 3.5rem;
}

:root .w-16{
  width: 4rem;
}

:root .w-18{
  width: 4.5rem;
}

:root .w-20{
  width: 5rem;
}

:root .w-21{
  width: 5.25rem;
}

:root .w-22{
  width: 5.5rem;
}

:root .w-24{
  width: 6rem;
}

:root .w-26{
  width: 6.5rem;
}

:root .w-27{
  width: 6.75rem;
}

:root .w-28{
  width: 7rem;
}

:root .w-30{
  width: 7.5rem;
}

:root .w-32{
  width: 8rem;
}

:root .w-36{
  width: 9rem;
}

:root .w-40{
  width: 10rem;
}

:root .w-41{
  width: 11.25rem;
}

:root .w-42{
  width: 11.5rem;
}

:root .w-44{
  width: 11rem;
}

:root .w-48{
  width: 12rem;
}

:root .w-52{
  width: 13rem;
}

:root .w-54{
  width: 13.5rem;
}

:root .w-56{
  width: 14rem;
}

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

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

:root .w-68{
  width: 17rem;
}

:root .w-72{
  width: 18rem;
}

:root .w-76{
  width: 19rem;
}

:root .w-80{
  width: 20rem;
}

:root .w-84{
  width: 21rem;
}

:root .w-88{
  width: 22rem;
}

:root .w-96{
  width: 24rem;
}

:root .w-112{
  width: 28rem;
}

:root .w-120{
  width: 30rem;
}

:root .w-140{
  width: 35rem;
}

:root .w-150{
  width: 37.5rem;
}

:root .w-160{
  width: 40rem;
}

:root .w-220{
  width: 55rem;
}

:root .w-240{
  width: 60rem;
}

:root .w-300{
  width: 75rem;
}

:root .w-320{
  width: 80rem;
}

:root .w-auto{
  width: auto;
}

:root .w-px{
  width: 1px;
}

:root .w-gutter{
  width: var(--padding-gutter);
}

:root .w-1\.5{
  width: 0.375rem;
}

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

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

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

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

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

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

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

:root .w-2\/5{
  width: 40%;
}

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

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

:root .w-1\/6{
  width: 16.666667%;
}

:root .w-2\/6{
  width: 33.333333%;
}

:root .w-3\/6{
  width: 50%;
}

:root .w-4\/6{
  width: 66.666667%;
}

:root .w-5\/6{
  width: 83.333333%;
}

:root .w-1\/12{
  width: 8.333333%;
}

:root .w-2\/12{
  width: 16.666667%;
}

:root .w-3\/12{
  width: 25%;
}

:root .w-4\/12{
  width: 33.333333%;
}

:root .w-5\/12{
  width: 41.666667%;
}

:root .w-6\/12{
  width: 50%;
}

:root .w-7\/12{
  width: 58.333333%;
}

:root .w-8\/12{
  width: 66.666667%;
}

:root .w-9\/12{
  width: 75%;
}

:root .w-10\/12{
  width: 83.333333%;
}

:root .w-11\/12{
  width: 91.666667%;
}

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

:root .w-screen{
  width: 100vw;
}

:root .w-fit{
  width: fit-content;
}

:root .min-w-0{
  min-width: 0;
}

:root .min-w-1{
  min-width: 0.25rem;
}

:root .min-w-2{
  min-width: 0.5rem;
}

:root .min-w-3{
  min-width: 0.75rem;
}

:root .min-w-4{
  min-width: 1rem;
}

:root .min-w-5{
  min-width: 1.25rem;
}

:root .min-w-6{
  min-width: 1.5rem;
}

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

:root .min-w-8{
  min-width: 2rem;
}

:root .min-w-9{
  min-width: 2.25rem;
}

:root .min-w-10{
  min-width: 2.5rem;
}

:root .min-w-11{
  min-width: 2.75rem;
}

:root .min-w-12{
  min-width: 3rem;
}

:root .min-w-13{
  min-width: 3.25rem;
}

:root .min-w-14{
  min-width: 3.5rem;
}

:root .min-w-16{
  min-width: 4rem;
}

:root .min-w-18{
  min-width: 4.5rem;
}

:root .min-w-20{
  min-width: 5rem;
}

:root .min-w-21{
  min-width: 5.25rem;
}

:root .min-w-22{
  min-width: 5.5rem;
}

:root .min-w-24{
  min-width: 6rem;
}

:root .min-w-26{
  min-width: 6.5rem;
}

:root .min-w-27{
  min-width: 6.75rem;
}

:root .min-w-28{
  min-width: 7rem;
}

:root .min-w-30{
  min-width: 7.5rem;
}

:root .min-w-32{
  min-width: 8rem;
}

:root .min-w-36{
  min-width: 9rem;
}

:root .min-w-40{
  min-width: 10rem;
}

:root .min-w-41{
  min-width: 11.25rem;
}

:root .min-w-42{
  min-width: 11.5rem;
}

:root .min-w-44{
  min-width: 11rem;
}

:root .min-w-48{
  min-width: 12rem;
}

:root .min-w-52{
  min-width: 13rem;
}

:root .min-w-54{
  min-width: 13.5rem;
}

:root .min-w-56{
  min-width: 14rem;
}

:root .min-w-60{
  min-width: 15rem;
}

:root .min-w-64{
  min-width: 16rem;
}

:root .min-w-68{
  min-width: 17rem;
}

:root .min-w-72{
  min-width: 18rem;
}

:root .min-w-76{
  min-width: 19rem;
}

:root .min-w-80{
  min-width: 20rem;
}

:root .min-w-84{
  min-width: 21rem;
}

:root .min-w-88{
  min-width: 22rem;
}

:root .min-w-96{
  min-width: 24rem;
}

:root .min-w-112{
  min-width: 28rem;
}

:root .min-w-120{
  min-width: 30rem;
}

:root .min-w-140{
  min-width: 35rem;
}

:root .min-w-150{
  min-width: 37.5rem;
}

:root .min-w-160{
  min-width: 40rem;
}

:root .min-w-220{
  min-width: 55rem;
}

:root .min-w-240{
  min-width: 60rem;
}

:root .min-w-300{
  min-width: 75rem;
}

:root .min-w-320{
  min-width: 80rem;
}

:root .min-w-full{
  min-width: 100%;
}

:root .min-w-px{
  min-width: 1px;
}

:root .min-w-gutter{
  min-width: var(--padding-gutter);
}

:root .min-w-1\.5{
  min-width: 0.375rem;
}

:root .max-w-0{
  max-width: 0;
}

:root .max-w-1{
  max-width: 0.25rem;
}

:root .max-w-2{
  max-width: 0.5rem;
}

:root .max-w-3{
  max-width: 0.75rem;
}

:root .max-w-4{
  max-width: 1rem;
}

:root .max-w-5{
  max-width: 1.25rem;
}

:root .max-w-6{
  max-width: 1.5rem;
}

:root .max-w-7{
  max-width: 1.75rem;
}

:root .max-w-8{
  max-width: 2rem;
}

:root .max-w-9{
  max-width: 2.25rem;
}

:root .max-w-10{
  max-width: 2.5rem;
}

:root .max-w-11{
  max-width: 2.75rem;
}

:root .max-w-12{
  max-width: 3rem;
}

:root .max-w-13{
  max-width: 3.25rem;
}

:root .max-w-14{
  max-width: 3.5rem;
}

:root .max-w-16{
  max-width: 4rem;
}

:root .max-w-18{
  max-width: 4.5rem;
}

:root .max-w-20{
  max-width: 5rem;
}

:root .max-w-21{
  max-width: 5.25rem;
}

:root .max-w-22{
  max-width: 5.5rem;
}

:root .max-w-24{
  max-width: 6rem;
}

:root .max-w-26{
  max-width: 6.5rem;
}

:root .max-w-27{
  max-width: 6.75rem;
}

:root .max-w-28{
  max-width: 7rem;
}

:root .max-w-30{
  max-width: 7.5rem;
}

:root .max-w-32{
  max-width: 8rem;
}

:root .max-w-36{
  max-width: 9rem;
}

:root .max-w-40{
  max-width: 10rem;
}

:root .max-w-41{
  max-width: 11.25rem;
}

:root .max-w-42{
  max-width: 11.5rem;
}

:root .max-w-44{
  max-width: 11rem;
}

:root .max-w-48{
  max-width: 12rem;
}

:root .max-w-52{
  max-width: 13rem;
}

:root .max-w-54{
  max-width: 13.5rem;
}

:root .max-w-56{
  max-width: 14rem;
}

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

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

:root .max-w-68{
  max-width: 17rem;
}

:root .max-w-72{
  max-width: 18rem;
}

:root .max-w-76{
  max-width: 19rem;
}

:root .max-w-80{
  max-width: 20rem;
}

:root .max-w-84{
  max-width: 21rem;
}

:root .max-w-88{
  max-width: 22rem;
}

:root .max-w-96{
  max-width: 24rem;
}

:root .max-w-112{
  max-width: 28rem;
}

:root .max-w-120{
  max-width: 30rem;
}

:root .max-w-140{
  max-width: 35rem;
}

:root .max-w-150{
  max-width: 37.5rem;
}

:root .max-w-160{
  max-width: 40rem;
}

:root .max-w-220{
  max-width: 55rem;
}

:root .max-w-240{
  max-width: 60rem;
}

:root .max-w-300{
  max-width: 75rem;
}

:root .max-w-320{
  max-width: 80rem;
}

:root .max-w-screen-80{
  max-width: 80rem;
}

:root .max-w-screen-96{
  max-width: 96rem;
}

:root .max-w-screen-160{
  max-width: 160rem;
}

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

:root .max-w-px{
  max-width: 1px;
}

:root .max-w-gutter{
  max-width: var(--padding-gutter);
}

:root .max-w-1\.5{
  max-width: 0.375rem;
}

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

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

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

:root .flex-none{
  flex: none;
}

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

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

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

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

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

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

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

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

:root .origin-center{
  transform-origin: center;
}

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

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

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

:root .origin-bottom-right{
  transform-origin: bottom right;
}

:root .origin-bottom{
  transform-origin: bottom;
}

:root .origin-bottom-left{
  transform-origin: bottom left;
}

:root .origin-left{
  transform-origin: left;
}

:root .origin-top-left{
  transform-origin: top left;
}

:root .transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

:root .transform-none{
  transform: none;
}

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

:root .translate-x-1{
  --tw-translate-x: 0.25rem;
}

:root .translate-x-2{
  --tw-translate-x: 0.5rem;
}

:root .translate-x-3{
  --tw-translate-x: 0.75rem;
}

:root .translate-x-4{
  --tw-translate-x: 1rem;
}

:root .translate-x-5{
  --tw-translate-x: 1.25rem;
}

:root .translate-x-6{
  --tw-translate-x: 1.5rem;
}

:root .translate-x-7{
  --tw-translate-x: 1.75rem;
}

:root .translate-x-8{
  --tw-translate-x: 2rem;
}

:root .translate-x-9{
  --tw-translate-x: 2.25rem;
}

:root .translate-x-10{
  --tw-translate-x: 2.5rem;
}

:root .translate-x-11{
  --tw-translate-x: 2.75rem;
}

:root .translate-x-12{
  --tw-translate-x: 3rem;
}

:root .translate-x-13{
  --tw-translate-x: 3.25rem;
}

:root .translate-x-14{
  --tw-translate-x: 3.5rem;
}

:root .translate-x-16{
  --tw-translate-x: 4rem;
}

:root .translate-x-18{
  --tw-translate-x: 4.5rem;
}

:root .translate-x-20{
  --tw-translate-x: 5rem;
}

:root .translate-x-21{
  --tw-translate-x: 5.25rem;
}

:root .translate-x-22{
  --tw-translate-x: 5.5rem;
}

:root .translate-x-24{
  --tw-translate-x: 6rem;
}

:root .translate-x-26{
  --tw-translate-x: 6.5rem;
}

:root .translate-x-27{
  --tw-translate-x: 6.75rem;
}

:root .translate-x-28{
  --tw-translate-x: 7rem;
}

:root .translate-x-30{
  --tw-translate-x: 7.5rem;
}

:root .translate-x-32{
  --tw-translate-x: 8rem;
}

:root .translate-x-36{
  --tw-translate-x: 9rem;
}

:root .translate-x-40{
  --tw-translate-x: 10rem;
}

:root .translate-x-41{
  --tw-translate-x: 11.25rem;
}

:root .translate-x-42{
  --tw-translate-x: 11.5rem;
}

:root .translate-x-44{
  --tw-translate-x: 11rem;
}

:root .translate-x-48{
  --tw-translate-x: 12rem;
}

:root .translate-x-52{
  --tw-translate-x: 13rem;
}

:root .translate-x-54{
  --tw-translate-x: 13.5rem;
}

:root .translate-x-56{
  --tw-translate-x: 14rem;
}

:root .translate-x-60{
  --tw-translate-x: 15rem;
}

:root .translate-x-64{
  --tw-translate-x: 16rem;
}

:root .translate-x-68{
  --tw-translate-x: 17rem;
}

:root .translate-x-72{
  --tw-translate-x: 18rem;
}

:root .translate-x-76{
  --tw-translate-x: 19rem;
}

:root .translate-x-80{
  --tw-translate-x: 20rem;
}

:root .translate-x-84{
  --tw-translate-x: 21rem;
}

:root .translate-x-88{
  --tw-translate-x: 22rem;
}

:root .translate-x-96{
  --tw-translate-x: 24rem;
}

:root .translate-x-112{
  --tw-translate-x: 28rem;
}

:root .translate-x-120{
  --tw-translate-x: 30rem;
}

:root .translate-x-140{
  --tw-translate-x: 35rem;
}

:root .translate-x-150{
  --tw-translate-x: 37.5rem;
}

:root .translate-x-160{
  --tw-translate-x: 40rem;
}

:root .translate-x-220{
  --tw-translate-x: 55rem;
}

:root .translate-x-240{
  --tw-translate-x: 60rem;
}

:root .translate-x-300{
  --tw-translate-x: 75rem;
}

:root .translate-x-320{
  --tw-translate-x: 80rem;
}

:root .translate-x-px{
  --tw-translate-x: 1px;
}

:root .translate-x-gutter{
  --tw-translate-x: var(--padding-gutter);
}

:root .translate-x-1\.5{
  --tw-translate-x: 0.375rem;
}

:root .-translate-x-1{
  --tw-translate-x: -0.25rem;
}

:root .-translate-x-2{
  --tw-translate-x: -0.5rem;
}

:root .-translate-x-3{
  --tw-translate-x: -0.75rem;
}

:root .-translate-x-4{
  --tw-translate-x: -1rem;
}

:root .-translate-x-5{
  --tw-translate-x: -1.25rem;
}

:root .-translate-x-6{
  --tw-translate-x: -1.5rem;
}

:root .-translate-x-7{
  --tw-translate-x: -1.75rem;
}

:root .-translate-x-8{
  --tw-translate-x: -2rem;
}

:root .-translate-x-9{
  --tw-translate-x: -2.25rem;
}

:root .-translate-x-10{
  --tw-translate-x: -2.5rem;
}

:root .-translate-x-11{
  --tw-translate-x: -2.75rem;
}

:root .-translate-x-12{
  --tw-translate-x: -3rem;
}

:root .-translate-x-13{
  --tw-translate-x: -3.25rem;
}

:root .-translate-x-14{
  --tw-translate-x: -3.5rem;
}

:root .-translate-x-16{
  --tw-translate-x: -4rem;
}

:root .-translate-x-18{
  --tw-translate-x: -4.5rem;
}

:root .-translate-x-20{
  --tw-translate-x: -5rem;
}

:root .-translate-x-21{
  --tw-translate-x: -5.25rem;
}

:root .-translate-x-22{
  --tw-translate-x: -5.5rem;
}

:root .-translate-x-24{
  --tw-translate-x: -6rem;
}

:root .-translate-x-26{
  --tw-translate-x: -6.5rem;
}

:root .-translate-x-27{
  --tw-translate-x: -6.75rem;
}

:root .-translate-x-28{
  --tw-translate-x: -7rem;
}

:root .-translate-x-30{
  --tw-translate-x: -7.5rem;
}

:root .-translate-x-32{
  --tw-translate-x: -8rem;
}

:root .-translate-x-36{
  --tw-translate-x: -9rem;
}

:root .-translate-x-40{
  --tw-translate-x: -10rem;
}

:root .-translate-x-41{
  --tw-translate-x: -11.25rem;
}

:root .-translate-x-42{
  --tw-translate-x: -11.5rem;
}

:root .-translate-x-44{
  --tw-translate-x: -11rem;
}

:root .-translate-x-48{
  --tw-translate-x: -12rem;
}

:root .-translate-x-52{
  --tw-translate-x: -13rem;
}

:root .-translate-x-54{
  --tw-translate-x: -13.5rem;
}

:root .-translate-x-56{
  --tw-translate-x: -14rem;
}

:root .-translate-x-60{
  --tw-translate-x: -15rem;
}

:root .-translate-x-64{
  --tw-translate-x: -16rem;
}

:root .-translate-x-68{
  --tw-translate-x: -17rem;
}

:root .-translate-x-72{
  --tw-translate-x: -18rem;
}

:root .-translate-x-76{
  --tw-translate-x: -19rem;
}

:root .-translate-x-80{
  --tw-translate-x: -20rem;
}

:root .-translate-x-84{
  --tw-translate-x: -21rem;
}

:root .-translate-x-88{
  --tw-translate-x: -22rem;
}

:root .-translate-x-96{
  --tw-translate-x: -24rem;
}

:root .-translate-x-112{
  --tw-translate-x: -28rem;
}

:root .-translate-x-120{
  --tw-translate-x: -30rem;
}

:root .-translate-x-140{
  --tw-translate-x: -35rem;
}

:root .-translate-x-150{
  --tw-translate-x: -37.5rem;
}

:root .-translate-x-160{
  --tw-translate-x: -40rem;
}

:root .-translate-x-220{
  --tw-translate-x: -55rem;
}

:root .-translate-x-240{
  --tw-translate-x: -60rem;
}

:root .-translate-x-300{
  --tw-translate-x: -75rem;
}

:root .-translate-x-320{
  --tw-translate-x: -80rem;
}

:root .-translate-x-px{
  --tw-translate-x: -1px;
}

:root .-translate-x-gutter{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .-translate-x-1\.5{
  --tw-translate-x: -0.375rem;
}

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

:root .translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

:root .translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

:root .translate-x-1\/4{
  --tw-translate-x: 25%;
}

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

:root .translate-x-3\/4{
  --tw-translate-x: 75%;
}

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

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

:root .-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

:root .-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

:root .-translate-x-1\/4{
  --tw-translate-x: -25%;
}

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

:root .-translate-x-3\/4{
  --tw-translate-x: -75%;
}

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

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

:root .translate-y-1{
  --tw-translate-y: 0.25rem;
}

:root .translate-y-2{
  --tw-translate-y: 0.5rem;
}

:root .translate-y-3{
  --tw-translate-y: 0.75rem;
}

:root .translate-y-4{
  --tw-translate-y: 1rem;
}

:root .translate-y-5{
  --tw-translate-y: 1.25rem;
}

:root .translate-y-6{
  --tw-translate-y: 1.5rem;
}

:root .translate-y-7{
  --tw-translate-y: 1.75rem;
}

:root .translate-y-8{
  --tw-translate-y: 2rem;
}

:root .translate-y-9{
  --tw-translate-y: 2.25rem;
}

:root .translate-y-10{
  --tw-translate-y: 2.5rem;
}

:root .translate-y-11{
  --tw-translate-y: 2.75rem;
}

:root .translate-y-12{
  --tw-translate-y: 3rem;
}

:root .translate-y-13{
  --tw-translate-y: 3.25rem;
}

:root .translate-y-14{
  --tw-translate-y: 3.5rem;
}

:root .translate-y-16{
  --tw-translate-y: 4rem;
}

:root .translate-y-18{
  --tw-translate-y: 4.5rem;
}

:root .translate-y-20{
  --tw-translate-y: 5rem;
}

:root .translate-y-21{
  --tw-translate-y: 5.25rem;
}

:root .translate-y-22{
  --tw-translate-y: 5.5rem;
}

:root .translate-y-24{
  --tw-translate-y: 6rem;
}

:root .translate-y-26{
  --tw-translate-y: 6.5rem;
}

:root .translate-y-27{
  --tw-translate-y: 6.75rem;
}

:root .translate-y-28{
  --tw-translate-y: 7rem;
}

:root .translate-y-30{
  --tw-translate-y: 7.5rem;
}

:root .translate-y-32{
  --tw-translate-y: 8rem;
}

:root .translate-y-36{
  --tw-translate-y: 9rem;
}

:root .translate-y-40{
  --tw-translate-y: 10rem;
}

:root .translate-y-41{
  --tw-translate-y: 11.25rem;
}

:root .translate-y-42{
  --tw-translate-y: 11.5rem;
}

:root .translate-y-44{
  --tw-translate-y: 11rem;
}

:root .translate-y-48{
  --tw-translate-y: 12rem;
}

:root .translate-y-52{
  --tw-translate-y: 13rem;
}

:root .translate-y-54{
  --tw-translate-y: 13.5rem;
}

:root .translate-y-56{
  --tw-translate-y: 14rem;
}

:root .translate-y-60{
  --tw-translate-y: 15rem;
}

:root .translate-y-64{
  --tw-translate-y: 16rem;
}

:root .translate-y-68{
  --tw-translate-y: 17rem;
}

:root .translate-y-72{
  --tw-translate-y: 18rem;
}

:root .translate-y-76{
  --tw-translate-y: 19rem;
}

:root .translate-y-80{
  --tw-translate-y: 20rem;
}

:root .translate-y-84{
  --tw-translate-y: 21rem;
}

:root .translate-y-88{
  --tw-translate-y: 22rem;
}

:root .translate-y-96{
  --tw-translate-y: 24rem;
}

:root .translate-y-112{
  --tw-translate-y: 28rem;
}

:root .translate-y-120{
  --tw-translate-y: 30rem;
}

:root .translate-y-140{
  --tw-translate-y: 35rem;
}

:root .translate-y-150{
  --tw-translate-y: 37.5rem;
}

:root .translate-y-160{
  --tw-translate-y: 40rem;
}

:root .translate-y-220{
  --tw-translate-y: 55rem;
}

:root .translate-y-240{
  --tw-translate-y: 60rem;
}

:root .translate-y-300{
  --tw-translate-y: 75rem;
}

:root .translate-y-320{
  --tw-translate-y: 80rem;
}

:root .translate-y-px{
  --tw-translate-y: 1px;
}

:root .translate-y-gutter{
  --tw-translate-y: var(--padding-gutter);
}

:root .translate-y-1\.5{
  --tw-translate-y: 0.375rem;
}

:root .-translate-y-1{
  --tw-translate-y: -0.25rem;
}

:root .-translate-y-2{
  --tw-translate-y: -0.5rem;
}

:root .-translate-y-3{
  --tw-translate-y: -0.75rem;
}

:root .-translate-y-4{
  --tw-translate-y: -1rem;
}

:root .-translate-y-5{
  --tw-translate-y: -1.25rem;
}

:root .-translate-y-6{
  --tw-translate-y: -1.5rem;
}

:root .-translate-y-7{
  --tw-translate-y: -1.75rem;
}

:root .-translate-y-8{
  --tw-translate-y: -2rem;
}

:root .-translate-y-9{
  --tw-translate-y: -2.25rem;
}

:root .-translate-y-10{
  --tw-translate-y: -2.5rem;
}

:root .-translate-y-11{
  --tw-translate-y: -2.75rem;
}

:root .-translate-y-12{
  --tw-translate-y: -3rem;
}

:root .-translate-y-13{
  --tw-translate-y: -3.25rem;
}

:root .-translate-y-14{
  --tw-translate-y: -3.5rem;
}

:root .-translate-y-16{
  --tw-translate-y: -4rem;
}

:root .-translate-y-18{
  --tw-translate-y: -4.5rem;
}

:root .-translate-y-20{
  --tw-translate-y: -5rem;
}

:root .-translate-y-21{
  --tw-translate-y: -5.25rem;
}

:root .-translate-y-22{
  --tw-translate-y: -5.5rem;
}

:root .-translate-y-24{
  --tw-translate-y: -6rem;
}

:root .-translate-y-26{
  --tw-translate-y: -6.5rem;
}

:root .-translate-y-27{
  --tw-translate-y: -6.75rem;
}

:root .-translate-y-28{
  --tw-translate-y: -7rem;
}

:root .-translate-y-30{
  --tw-translate-y: -7.5rem;
}

:root .-translate-y-32{
  --tw-translate-y: -8rem;
}

:root .-translate-y-36{
  --tw-translate-y: -9rem;
}

:root .-translate-y-40{
  --tw-translate-y: -10rem;
}

:root .-translate-y-41{
  --tw-translate-y: -11.25rem;
}

:root .-translate-y-42{
  --tw-translate-y: -11.5rem;
}

:root .-translate-y-44{
  --tw-translate-y: -11rem;
}

:root .-translate-y-48{
  --tw-translate-y: -12rem;
}

:root .-translate-y-52{
  --tw-translate-y: -13rem;
}

:root .-translate-y-54{
  --tw-translate-y: -13.5rem;
}

:root .-translate-y-56{
  --tw-translate-y: -14rem;
}

:root .-translate-y-60{
  --tw-translate-y: -15rem;
}

:root .-translate-y-64{
  --tw-translate-y: -16rem;
}

:root .-translate-y-68{
  --tw-translate-y: -17rem;
}

:root .-translate-y-72{
  --tw-translate-y: -18rem;
}

:root .-translate-y-76{
  --tw-translate-y: -19rem;
}

:root .-translate-y-80{
  --tw-translate-y: -20rem;
}

:root .-translate-y-84{
  --tw-translate-y: -21rem;
}

:root .-translate-y-88{
  --tw-translate-y: -22rem;
}

:root .-translate-y-96{
  --tw-translate-y: -24rem;
}

:root .-translate-y-112{
  --tw-translate-y: -28rem;
}

:root .-translate-y-120{
  --tw-translate-y: -30rem;
}

:root .-translate-y-140{
  --tw-translate-y: -35rem;
}

:root .-translate-y-150{
  --tw-translate-y: -37.5rem;
}

:root .-translate-y-160{
  --tw-translate-y: -40rem;
}

:root .-translate-y-220{
  --tw-translate-y: -55rem;
}

:root .-translate-y-240{
  --tw-translate-y: -60rem;
}

:root .-translate-y-300{
  --tw-translate-y: -75rem;
}

:root .-translate-y-320{
  --tw-translate-y: -80rem;
}

:root .-translate-y-px{
  --tw-translate-y: -1px;
}

:root .-translate-y-gutter{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
}

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

:root .translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

:root .translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

:root .translate-y-1\/4{
  --tw-translate-y: 25%;
}

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

:root .translate-y-3\/4{
  --tw-translate-y: 75%;
}

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

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

:root .-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

:root .-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

:root .-translate-y-1\/4{
  --tw-translate-y: -25%;
}

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

:root .-translate-y-3\/4{
  --tw-translate-y: -75%;
}

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

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

:root .hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
}

:root .hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem;
}

:root .hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem;
}

:root .hover\:translate-x-4:hover{
  --tw-translate-x: 1rem;
}

:root .hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

:root .hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem;
}

:root .hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem;
}

:root .hover\:translate-x-8:hover{
  --tw-translate-x: 2rem;
}

:root .hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem;
}

:root .hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem;
}

:root .hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem;
}

:root .hover\:translate-x-12:hover{
  --tw-translate-x: 3rem;
}

:root .hover\:translate-x-13:hover{
  --tw-translate-x: 3.25rem;
}

:root .hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem;
}

:root .hover\:translate-x-16:hover{
  --tw-translate-x: 4rem;
}

:root .hover\:translate-x-18:hover{
  --tw-translate-x: 4.5rem;
}

:root .hover\:translate-x-20:hover{
  --tw-translate-x: 5rem;
}

:root .hover\:translate-x-21:hover{
  --tw-translate-x: 5.25rem;
}

:root .hover\:translate-x-22:hover{
  --tw-translate-x: 5.5rem;
}

:root .hover\:translate-x-24:hover{
  --tw-translate-x: 6rem;
}

:root .hover\:translate-x-26:hover{
  --tw-translate-x: 6.5rem;
}

:root .hover\:translate-x-27:hover{
  --tw-translate-x: 6.75rem;
}

:root .hover\:translate-x-28:hover{
  --tw-translate-x: 7rem;
}

:root .hover\:translate-x-30:hover{
  --tw-translate-x: 7.5rem;
}

:root .hover\:translate-x-32:hover{
  --tw-translate-x: 8rem;
}

:root .hover\:translate-x-36:hover{
  --tw-translate-x: 9rem;
}

:root .hover\:translate-x-40:hover{
  --tw-translate-x: 10rem;
}

:root .hover\:translate-x-41:hover{
  --tw-translate-x: 11.25rem;
}

:root .hover\:translate-x-42:hover{
  --tw-translate-x: 11.5rem;
}

:root .hover\:translate-x-44:hover{
  --tw-translate-x: 11rem;
}

:root .hover\:translate-x-48:hover{
  --tw-translate-x: 12rem;
}

:root .hover\:translate-x-52:hover{
  --tw-translate-x: 13rem;
}

:root .hover\:translate-x-54:hover{
  --tw-translate-x: 13.5rem;
}

:root .hover\:translate-x-56:hover{
  --tw-translate-x: 14rem;
}

:root .hover\:translate-x-60:hover{
  --tw-translate-x: 15rem;
}

:root .hover\:translate-x-64:hover{
  --tw-translate-x: 16rem;
}

:root .hover\:translate-x-68:hover{
  --tw-translate-x: 17rem;
}

:root .hover\:translate-x-72:hover{
  --tw-translate-x: 18rem;
}

:root .hover\:translate-x-76:hover{
  --tw-translate-x: 19rem;
}

:root .hover\:translate-x-80:hover{
  --tw-translate-x: 20rem;
}

:root .hover\:translate-x-84:hover{
  --tw-translate-x: 21rem;
}

:root .hover\:translate-x-88:hover{
  --tw-translate-x: 22rem;
}

:root .hover\:translate-x-96:hover{
  --tw-translate-x: 24rem;
}

:root .hover\:translate-x-112:hover{
  --tw-translate-x: 28rem;
}

:root .hover\:translate-x-120:hover{
  --tw-translate-x: 30rem;
}

:root .hover\:translate-x-140:hover{
  --tw-translate-x: 35rem;
}

:root .hover\:translate-x-150:hover{
  --tw-translate-x: 37.5rem;
}

:root .hover\:translate-x-160:hover{
  --tw-translate-x: 40rem;
}

:root .hover\:translate-x-220:hover{
  --tw-translate-x: 55rem;
}

:root .hover\:translate-x-240:hover{
  --tw-translate-x: 60rem;
}

:root .hover\:translate-x-300:hover{
  --tw-translate-x: 75rem;
}

:root .hover\:translate-x-320:hover{
  --tw-translate-x: 80rem;
}

:root .hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

:root .hover\:translate-x-gutter:hover{
  --tw-translate-x: var(--padding-gutter);
}

:root .hover\:translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem;
}

:root .hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
}

:root .hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem;
}

:root .hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem;
}

:root .hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem;
}

:root .hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

:root .hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem;
}

:root .hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem;
}

:root .hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem;
}

:root .hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem;
}

:root .hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem;
}

:root .hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem;
}

:root .hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem;
}

:root .hover\:-translate-x-13:hover{
  --tw-translate-x: -3.25rem;
}

:root .hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem;
}

:root .hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem;
}

:root .hover\:-translate-x-18:hover{
  --tw-translate-x: -4.5rem;
}

:root .hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem;
}

:root .hover\:-translate-x-21:hover{
  --tw-translate-x: -5.25rem;
}

:root .hover\:-translate-x-22:hover{
  --tw-translate-x: -5.5rem;
}

:root .hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem;
}

:root .hover\:-translate-x-26:hover{
  --tw-translate-x: -6.5rem;
}

:root .hover\:-translate-x-27:hover{
  --tw-translate-x: -6.75rem;
}

:root .hover\:-translate-x-28:hover{
  --tw-translate-x: -7rem;
}

:root .hover\:-translate-x-30:hover{
  --tw-translate-x: -7.5rem;
}

:root .hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem;
}

:root .hover\:-translate-x-36:hover{
  --tw-translate-x: -9rem;
}

:root .hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem;
}

:root .hover\:-translate-x-41:hover{
  --tw-translate-x: -11.25rem;
}

:root .hover\:-translate-x-42:hover{
  --tw-translate-x: -11.5rem;
}

:root .hover\:-translate-x-44:hover{
  --tw-translate-x: -11rem;
}

:root .hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem;
}

:root .hover\:-translate-x-52:hover{
  --tw-translate-x: -13rem;
}

:root .hover\:-translate-x-54:hover{
  --tw-translate-x: -13.5rem;
}

:root .hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem;
}

:root .hover\:-translate-x-60:hover{
  --tw-translate-x: -15rem;
}

:root .hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem;
}

:root .hover\:-translate-x-68:hover{
  --tw-translate-x: -17rem;
}

:root .hover\:-translate-x-72:hover{
  --tw-translate-x: -18rem;
}

:root .hover\:-translate-x-76:hover{
  --tw-translate-x: -19rem;
}

:root .hover\:-translate-x-80:hover{
  --tw-translate-x: -20rem;
}

:root .hover\:-translate-x-84:hover{
  --tw-translate-x: -21rem;
}

:root .hover\:-translate-x-88:hover{
  --tw-translate-x: -22rem;
}

:root .hover\:-translate-x-96:hover{
  --tw-translate-x: -24rem;
}

:root .hover\:-translate-x-112:hover{
  --tw-translate-x: -28rem;
}

:root .hover\:-translate-x-120:hover{
  --tw-translate-x: -30rem;
}

:root .hover\:-translate-x-140:hover{
  --tw-translate-x: -35rem;
}

:root .hover\:-translate-x-150:hover{
  --tw-translate-x: -37.5rem;
}

:root .hover\:-translate-x-160:hover{
  --tw-translate-x: -40rem;
}

:root .hover\:-translate-x-220:hover{
  --tw-translate-x: -55rem;
}

:root .hover\:-translate-x-240:hover{
  --tw-translate-x: -60rem;
}

:root .hover\:-translate-x-300:hover{
  --tw-translate-x: -75rem;
}

:root .hover\:-translate-x-320:hover{
  --tw-translate-x: -80rem;
}

:root .hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

:root .hover\:-translate-x-gutter:hover{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem;
}

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

:root .hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

:root .hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

:root .hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

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

:root .hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

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

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

:root .hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

:root .hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

:root .hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

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

:root .hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

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

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

:root .hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem;
}

:root .hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem;
}

:root .hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem;
}

:root .hover\:translate-y-4:hover{
  --tw-translate-y: 1rem;
}

:root .hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

:root .hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem;
}

:root .hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem;
}

:root .hover\:translate-y-8:hover{
  --tw-translate-y: 2rem;
}

:root .hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem;
}

:root .hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem;
}

:root .hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem;
}

:root .hover\:translate-y-12:hover{
  --tw-translate-y: 3rem;
}

:root .hover\:translate-y-13:hover{
  --tw-translate-y: 3.25rem;
}

:root .hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem;
}

:root .hover\:translate-y-16:hover{
  --tw-translate-y: 4rem;
}

:root .hover\:translate-y-18:hover{
  --tw-translate-y: 4.5rem;
}

:root .hover\:translate-y-20:hover{
  --tw-translate-y: 5rem;
}

:root .hover\:translate-y-21:hover{
  --tw-translate-y: 5.25rem;
}

:root .hover\:translate-y-22:hover{
  --tw-translate-y: 5.5rem;
}

:root .hover\:translate-y-24:hover{
  --tw-translate-y: 6rem;
}

:root .hover\:translate-y-26:hover{
  --tw-translate-y: 6.5rem;
}

:root .hover\:translate-y-27:hover{
  --tw-translate-y: 6.75rem;
}

:root .hover\:translate-y-28:hover{
  --tw-translate-y: 7rem;
}

:root .hover\:translate-y-30:hover{
  --tw-translate-y: 7.5rem;
}

:root .hover\:translate-y-32:hover{
  --tw-translate-y: 8rem;
}

:root .hover\:translate-y-36:hover{
  --tw-translate-y: 9rem;
}

:root .hover\:translate-y-40:hover{
  --tw-translate-y: 10rem;
}

:root .hover\:translate-y-41:hover{
  --tw-translate-y: 11.25rem;
}

:root .hover\:translate-y-42:hover{
  --tw-translate-y: 11.5rem;
}

:root .hover\:translate-y-44:hover{
  --tw-translate-y: 11rem;
}

:root .hover\:translate-y-48:hover{
  --tw-translate-y: 12rem;
}

:root .hover\:translate-y-52:hover{
  --tw-translate-y: 13rem;
}

:root .hover\:translate-y-54:hover{
  --tw-translate-y: 13.5rem;
}

:root .hover\:translate-y-56:hover{
  --tw-translate-y: 14rem;
}

:root .hover\:translate-y-60:hover{
  --tw-translate-y: 15rem;
}

:root .hover\:translate-y-64:hover{
  --tw-translate-y: 16rem;
}

:root .hover\:translate-y-68:hover{
  --tw-translate-y: 17rem;
}

:root .hover\:translate-y-72:hover{
  --tw-translate-y: 18rem;
}

:root .hover\:translate-y-76:hover{
  --tw-translate-y: 19rem;
}

:root .hover\:translate-y-80:hover{
  --tw-translate-y: 20rem;
}

:root .hover\:translate-y-84:hover{
  --tw-translate-y: 21rem;
}

:root .hover\:translate-y-88:hover{
  --tw-translate-y: 22rem;
}

:root .hover\:translate-y-96:hover{
  --tw-translate-y: 24rem;
}

:root .hover\:translate-y-112:hover{
  --tw-translate-y: 28rem;
}

:root .hover\:translate-y-120:hover{
  --tw-translate-y: 30rem;
}

:root .hover\:translate-y-140:hover{
  --tw-translate-y: 35rem;
}

:root .hover\:translate-y-150:hover{
  --tw-translate-y: 37.5rem;
}

:root .hover\:translate-y-160:hover{
  --tw-translate-y: 40rem;
}

:root .hover\:translate-y-220:hover{
  --tw-translate-y: 55rem;
}

:root .hover\:translate-y-240:hover{
  --tw-translate-y: 60rem;
}

:root .hover\:translate-y-300:hover{
  --tw-translate-y: 75rem;
}

:root .hover\:translate-y-320:hover{
  --tw-translate-y: 80rem;
}

:root .hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

:root .hover\:translate-y-gutter:hover{
  --tw-translate-y: var(--padding-gutter);
}

:root .hover\:translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem;
}

:root .hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

:root .hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

:root .hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem;
}

:root .hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem;
}

:root .hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

:root .hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem;
}

:root .hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem;
}

:root .hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem;
}

:root .hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem;
}

:root .hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem;
}

:root .hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem;
}

:root .hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem;
}

:root .hover\:-translate-y-13:hover{
  --tw-translate-y: -3.25rem;
}

:root .hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem;
}

:root .hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem;
}

:root .hover\:-translate-y-18:hover{
  --tw-translate-y: -4.5rem;
}

:root .hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem;
}

:root .hover\:-translate-y-21:hover{
  --tw-translate-y: -5.25rem;
}

:root .hover\:-translate-y-22:hover{
  --tw-translate-y: -5.5rem;
}

:root .hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem;
}

:root .hover\:-translate-y-26:hover{
  --tw-translate-y: -6.5rem;
}

:root .hover\:-translate-y-27:hover{
  --tw-translate-y: -6.75rem;
}

:root .hover\:-translate-y-28:hover{
  --tw-translate-y: -7rem;
}

:root .hover\:-translate-y-30:hover{
  --tw-translate-y: -7.5rem;
}

:root .hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem;
}

:root .hover\:-translate-y-36:hover{
  --tw-translate-y: -9rem;
}

:root .hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem;
}

:root .hover\:-translate-y-41:hover{
  --tw-translate-y: -11.25rem;
}

:root .hover\:-translate-y-42:hover{
  --tw-translate-y: -11.5rem;
}

:root .hover\:-translate-y-44:hover{
  --tw-translate-y: -11rem;
}

:root .hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem;
}

:root .hover\:-translate-y-52:hover{
  --tw-translate-y: -13rem;
}

:root .hover\:-translate-y-54:hover{
  --tw-translate-y: -13.5rem;
}

:root .hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem;
}

:root .hover\:-translate-y-60:hover{
  --tw-translate-y: -15rem;
}

:root .hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem;
}

:root .hover\:-translate-y-68:hover{
  --tw-translate-y: -17rem;
}

:root .hover\:-translate-y-72:hover{
  --tw-translate-y: -18rem;
}

:root .hover\:-translate-y-76:hover{
  --tw-translate-y: -19rem;
}

:root .hover\:-translate-y-80:hover{
  --tw-translate-y: -20rem;
}

:root .hover\:-translate-y-84:hover{
  --tw-translate-y: -21rem;
}

:root .hover\:-translate-y-88:hover{
  --tw-translate-y: -22rem;
}

:root .hover\:-translate-y-96:hover{
  --tw-translate-y: -24rem;
}

:root .hover\:-translate-y-112:hover{
  --tw-translate-y: -28rem;
}

:root .hover\:-translate-y-120:hover{
  --tw-translate-y: -30rem;
}

:root .hover\:-translate-y-140:hover{
  --tw-translate-y: -35rem;
}

:root .hover\:-translate-y-150:hover{
  --tw-translate-y: -37.5rem;
}

:root .hover\:-translate-y-160:hover{
  --tw-translate-y: -40rem;
}

:root .hover\:-translate-y-220:hover{
  --tw-translate-y: -55rem;
}

:root .hover\:-translate-y-240:hover{
  --tw-translate-y: -60rem;
}

:root .hover\:-translate-y-300:hover{
  --tw-translate-y: -75rem;
}

:root .hover\:-translate-y-320:hover{
  --tw-translate-y: -80rem;
}

:root .hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

:root .hover\:-translate-y-gutter:hover{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
}

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

:root .hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

:root .hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

:root .hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

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

:root .hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

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

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

:root .hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

:root .hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

:root .hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

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

:root .hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

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

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

:root .focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem;
}

:root .focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem;
}

:root .focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem;
}

:root .focus\:translate-x-4:focus{
  --tw-translate-x: 1rem;
}

:root .focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

:root .focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem;
}

:root .focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem;
}

:root .focus\:translate-x-8:focus{
  --tw-translate-x: 2rem;
}

:root .focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem;
}

:root .focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem;
}

:root .focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem;
}

:root .focus\:translate-x-12:focus{
  --tw-translate-x: 3rem;
}

:root .focus\:translate-x-13:focus{
  --tw-translate-x: 3.25rem;
}

:root .focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem;
}

:root .focus\:translate-x-16:focus{
  --tw-translate-x: 4rem;
}

:root .focus\:translate-x-18:focus{
  --tw-translate-x: 4.5rem;
}

:root .focus\:translate-x-20:focus{
  --tw-translate-x: 5rem;
}

:root .focus\:translate-x-21:focus{
  --tw-translate-x: 5.25rem;
}

:root .focus\:translate-x-22:focus{
  --tw-translate-x: 5.5rem;
}

:root .focus\:translate-x-24:focus{
  --tw-translate-x: 6rem;
}

:root .focus\:translate-x-26:focus{
  --tw-translate-x: 6.5rem;
}

:root .focus\:translate-x-27:focus{
  --tw-translate-x: 6.75rem;
}

:root .focus\:translate-x-28:focus{
  --tw-translate-x: 7rem;
}

:root .focus\:translate-x-30:focus{
  --tw-translate-x: 7.5rem;
}

:root .focus\:translate-x-32:focus{
  --tw-translate-x: 8rem;
}

:root .focus\:translate-x-36:focus{
  --tw-translate-x: 9rem;
}

:root .focus\:translate-x-40:focus{
  --tw-translate-x: 10rem;
}

:root .focus\:translate-x-41:focus{
  --tw-translate-x: 11.25rem;
}

:root .focus\:translate-x-42:focus{
  --tw-translate-x: 11.5rem;
}

:root .focus\:translate-x-44:focus{
  --tw-translate-x: 11rem;
}

:root .focus\:translate-x-48:focus{
  --tw-translate-x: 12rem;
}

:root .focus\:translate-x-52:focus{
  --tw-translate-x: 13rem;
}

:root .focus\:translate-x-54:focus{
  --tw-translate-x: 13.5rem;
}

:root .focus\:translate-x-56:focus{
  --tw-translate-x: 14rem;
}

:root .focus\:translate-x-60:focus{
  --tw-translate-x: 15rem;
}

:root .focus\:translate-x-64:focus{
  --tw-translate-x: 16rem;
}

:root .focus\:translate-x-68:focus{
  --tw-translate-x: 17rem;
}

:root .focus\:translate-x-72:focus{
  --tw-translate-x: 18rem;
}

:root .focus\:translate-x-76:focus{
  --tw-translate-x: 19rem;
}

:root .focus\:translate-x-80:focus{
  --tw-translate-x: 20rem;
}

:root .focus\:translate-x-84:focus{
  --tw-translate-x: 21rem;
}

:root .focus\:translate-x-88:focus{
  --tw-translate-x: 22rem;
}

:root .focus\:translate-x-96:focus{
  --tw-translate-x: 24rem;
}

:root .focus\:translate-x-112:focus{
  --tw-translate-x: 28rem;
}

:root .focus\:translate-x-120:focus{
  --tw-translate-x: 30rem;
}

:root .focus\:translate-x-140:focus{
  --tw-translate-x: 35rem;
}

:root .focus\:translate-x-150:focus{
  --tw-translate-x: 37.5rem;
}

:root .focus\:translate-x-160:focus{
  --tw-translate-x: 40rem;
}

:root .focus\:translate-x-220:focus{
  --tw-translate-x: 55rem;
}

:root .focus\:translate-x-240:focus{
  --tw-translate-x: 60rem;
}

:root .focus\:translate-x-300:focus{
  --tw-translate-x: 75rem;
}

:root .focus\:translate-x-320:focus{
  --tw-translate-x: 80rem;
}

:root .focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

:root .focus\:translate-x-gutter:focus{
  --tw-translate-x: var(--padding-gutter);
}

:root .focus\:translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem;
}

:root .focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem;
}

:root .focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem;
}

:root .focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem;
}

:root .focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem;
}

:root .focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

:root .focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem;
}

:root .focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem;
}

:root .focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem;
}

:root .focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem;
}

:root .focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem;
}

:root .focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem;
}

:root .focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem;
}

:root .focus\:-translate-x-13:focus{
  --tw-translate-x: -3.25rem;
}

:root .focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem;
}

:root .focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem;
}

:root .focus\:-translate-x-18:focus{
  --tw-translate-x: -4.5rem;
}

:root .focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem;
}

:root .focus\:-translate-x-21:focus{
  --tw-translate-x: -5.25rem;
}

:root .focus\:-translate-x-22:focus{
  --tw-translate-x: -5.5rem;
}

:root .focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem;
}

:root .focus\:-translate-x-26:focus{
  --tw-translate-x: -6.5rem;
}

:root .focus\:-translate-x-27:focus{
  --tw-translate-x: -6.75rem;
}

:root .focus\:-translate-x-28:focus{
  --tw-translate-x: -7rem;
}

:root .focus\:-translate-x-30:focus{
  --tw-translate-x: -7.5rem;
}

:root .focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem;
}

:root .focus\:-translate-x-36:focus{
  --tw-translate-x: -9rem;
}

:root .focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem;
}

:root .focus\:-translate-x-41:focus{
  --tw-translate-x: -11.25rem;
}

:root .focus\:-translate-x-42:focus{
  --tw-translate-x: -11.5rem;
}

:root .focus\:-translate-x-44:focus{
  --tw-translate-x: -11rem;
}

:root .focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem;
}

:root .focus\:-translate-x-52:focus{
  --tw-translate-x: -13rem;
}

:root .focus\:-translate-x-54:focus{
  --tw-translate-x: -13.5rem;
}

:root .focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem;
}

:root .focus\:-translate-x-60:focus{
  --tw-translate-x: -15rem;
}

:root .focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem;
}

:root .focus\:-translate-x-68:focus{
  --tw-translate-x: -17rem;
}

:root .focus\:-translate-x-72:focus{
  --tw-translate-x: -18rem;
}

:root .focus\:-translate-x-76:focus{
  --tw-translate-x: -19rem;
}

:root .focus\:-translate-x-80:focus{
  --tw-translate-x: -20rem;
}

:root .focus\:-translate-x-84:focus{
  --tw-translate-x: -21rem;
}

:root .focus\:-translate-x-88:focus{
  --tw-translate-x: -22rem;
}

:root .focus\:-translate-x-96:focus{
  --tw-translate-x: -24rem;
}

:root .focus\:-translate-x-112:focus{
  --tw-translate-x: -28rem;
}

:root .focus\:-translate-x-120:focus{
  --tw-translate-x: -30rem;
}

:root .focus\:-translate-x-140:focus{
  --tw-translate-x: -35rem;
}

:root .focus\:-translate-x-150:focus{
  --tw-translate-x: -37.5rem;
}

:root .focus\:-translate-x-160:focus{
  --tw-translate-x: -40rem;
}

:root .focus\:-translate-x-220:focus{
  --tw-translate-x: -55rem;
}

:root .focus\:-translate-x-240:focus{
  --tw-translate-x: -60rem;
}

:root .focus\:-translate-x-300:focus{
  --tw-translate-x: -75rem;
}

:root .focus\:-translate-x-320:focus{
  --tw-translate-x: -80rem;
}

:root .focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

:root .focus\:-translate-x-gutter:focus{
  --tw-translate-x: calc(var(--padding-gutter) * -1);
}

:root .focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem;
}

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

:root .focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

:root .focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

:root .focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

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

:root .focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

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

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

:root .focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

:root .focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

:root .focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

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

:root .focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

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

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

:root .focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem;
}

:root .focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem;
}

:root .focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem;
}

:root .focus\:translate-y-4:focus{
  --tw-translate-y: 1rem;
}

:root .focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

:root .focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem;
}

:root .focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem;
}

:root .focus\:translate-y-8:focus{
  --tw-translate-y: 2rem;
}

:root .focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem;
}

:root .focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem;
}

:root .focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem;
}

:root .focus\:translate-y-12:focus{
  --tw-translate-y: 3rem;
}

:root .focus\:translate-y-13:focus{
  --tw-translate-y: 3.25rem;
}

:root .focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem;
}

:root .focus\:translate-y-16:focus{
  --tw-translate-y: 4rem;
}

:root .focus\:translate-y-18:focus{
  --tw-translate-y: 4.5rem;
}

:root .focus\:translate-y-20:focus{
  --tw-translate-y: 5rem;
}

:root .focus\:translate-y-21:focus{
  --tw-translate-y: 5.25rem;
}

:root .focus\:translate-y-22:focus{
  --tw-translate-y: 5.5rem;
}

:root .focus\:translate-y-24:focus{
  --tw-translate-y: 6rem;
}

:root .focus\:translate-y-26:focus{
  --tw-translate-y: 6.5rem;
}

:root .focus\:translate-y-27:focus{
  --tw-translate-y: 6.75rem;
}

:root .focus\:translate-y-28:focus{
  --tw-translate-y: 7rem;
}

:root .focus\:translate-y-30:focus{
  --tw-translate-y: 7.5rem;
}

:root .focus\:translate-y-32:focus{
  --tw-translate-y: 8rem;
}

:root .focus\:translate-y-36:focus{
  --tw-translate-y: 9rem;
}

:root .focus\:translate-y-40:focus{
  --tw-translate-y: 10rem;
}

:root .focus\:translate-y-41:focus{
  --tw-translate-y: 11.25rem;
}

:root .focus\:translate-y-42:focus{
  --tw-translate-y: 11.5rem;
}

:root .focus\:translate-y-44:focus{
  --tw-translate-y: 11rem;
}

:root .focus\:translate-y-48:focus{
  --tw-translate-y: 12rem;
}

:root .focus\:translate-y-52:focus{
  --tw-translate-y: 13rem;
}

:root .focus\:translate-y-54:focus{
  --tw-translate-y: 13.5rem;
}

:root .focus\:translate-y-56:focus{
  --tw-translate-y: 14rem;
}

:root .focus\:translate-y-60:focus{
  --tw-translate-y: 15rem;
}

:root .focus\:translate-y-64:focus{
  --tw-translate-y: 16rem;
}

:root .focus\:translate-y-68:focus{
  --tw-translate-y: 17rem;
}

:root .focus\:translate-y-72:focus{
  --tw-translate-y: 18rem;
}

:root .focus\:translate-y-76:focus{
  --tw-translate-y: 19rem;
}

:root .focus\:translate-y-80:focus{
  --tw-translate-y: 20rem;
}

:root .focus\:translate-y-84:focus{
  --tw-translate-y: 21rem;
}

:root .focus\:translate-y-88:focus{
  --tw-translate-y: 22rem;
}

:root .focus\:translate-y-96:focus{
  --tw-translate-y: 24rem;
}

:root .focus\:translate-y-112:focus{
  --tw-translate-y: 28rem;
}

:root .focus\:translate-y-120:focus{
  --tw-translate-y: 30rem;
}

:root .focus\:translate-y-140:focus{
  --tw-translate-y: 35rem;
}

:root .focus\:translate-y-150:focus{
  --tw-translate-y: 37.5rem;
}

:root .focus\:translate-y-160:focus{
  --tw-translate-y: 40rem;
}

:root .focus\:translate-y-220:focus{
  --tw-translate-y: 55rem;
}

:root .focus\:translate-y-240:focus{
  --tw-translate-y: 60rem;
}

:root .focus\:translate-y-300:focus{
  --tw-translate-y: 75rem;
}

:root .focus\:translate-y-320:focus{
  --tw-translate-y: 80rem;
}

:root .focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

:root .focus\:translate-y-gutter:focus{
  --tw-translate-y: var(--padding-gutter);
}

:root .focus\:translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem;
}

:root .focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem;
}

:root .focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem;
}

:root .focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem;
}

:root .focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem;
}

:root .focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

:root .focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem;
}

:root .focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem;
}

:root .focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem;
}

:root .focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem;
}

:root .focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem;
}

:root .focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem;
}

:root .focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem;
}

:root .focus\:-translate-y-13:focus{
  --tw-translate-y: -3.25rem;
}

:root .focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem;
}

:root .focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem;
}

:root .focus\:-translate-y-18:focus{
  --tw-translate-y: -4.5rem;
}

:root .focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem;
}

:root .focus\:-translate-y-21:focus{
  --tw-translate-y: -5.25rem;
}

:root .focus\:-translate-y-22:focus{
  --tw-translate-y: -5.5rem;
}

:root .focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem;
}

:root .focus\:-translate-y-26:focus{
  --tw-translate-y: -6.5rem;
}

:root .focus\:-translate-y-27:focus{
  --tw-translate-y: -6.75rem;
}

:root .focus\:-translate-y-28:focus{
  --tw-translate-y: -7rem;
}

:root .focus\:-translate-y-30:focus{
  --tw-translate-y: -7.5rem;
}

:root .focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem;
}

:root .focus\:-translate-y-36:focus{
  --tw-translate-y: -9rem;
}

:root .focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem;
}

:root .focus\:-translate-y-41:focus{
  --tw-translate-y: -11.25rem;
}

:root .focus\:-translate-y-42:focus{
  --tw-translate-y: -11.5rem;
}

:root .focus\:-translate-y-44:focus{
  --tw-translate-y: -11rem;
}

:root .focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem;
}

:root .focus\:-translate-y-52:focus{
  --tw-translate-y: -13rem;
}

:root .focus\:-translate-y-54:focus{
  --tw-translate-y: -13.5rem;
}

:root .focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem;
}

:root .focus\:-translate-y-60:focus{
  --tw-translate-y: -15rem;
}

:root .focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem;
}

:root .focus\:-translate-y-68:focus{
  --tw-translate-y: -17rem;
}

:root .focus\:-translate-y-72:focus{
  --tw-translate-y: -18rem;
}

:root .focus\:-translate-y-76:focus{
  --tw-translate-y: -19rem;
}

:root .focus\:-translate-y-80:focus{
  --tw-translate-y: -20rem;
}

:root .focus\:-translate-y-84:focus{
  --tw-translate-y: -21rem;
}

:root .focus\:-translate-y-88:focus{
  --tw-translate-y: -22rem;
}

:root .focus\:-translate-y-96:focus{
  --tw-translate-y: -24rem;
}

:root .focus\:-translate-y-112:focus{
  --tw-translate-y: -28rem;
}

:root .focus\:-translate-y-120:focus{
  --tw-translate-y: -30rem;
}

:root .focus\:-translate-y-140:focus{
  --tw-translate-y: -35rem;
}

:root .focus\:-translate-y-150:focus{
  --tw-translate-y: -37.5rem;
}

:root .focus\:-translate-y-160:focus{
  --tw-translate-y: -40rem;
}

:root .focus\:-translate-y-220:focus{
  --tw-translate-y: -55rem;
}

:root .focus\:-translate-y-240:focus{
  --tw-translate-y: -60rem;
}

:root .focus\:-translate-y-300:focus{
  --tw-translate-y: -75rem;
}

:root .focus\:-translate-y-320:focus{
  --tw-translate-y: -80rem;
}

:root .focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

:root .focus\:-translate-y-gutter:focus{
  --tw-translate-y: calc(var(--padding-gutter) * -1);
}

:root .focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem;
}

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

:root .focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

:root .focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

:root .focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

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

:root .focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

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

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

:root .focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

:root .focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

:root .focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

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

:root .focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

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

:root .rotate-0{
  --tw-rotate: 0deg;
}

:root .rotate-1{
  --tw-rotate: 1deg;
}

:root .rotate-2{
  --tw-rotate: 2deg;
}

:root .rotate-3{
  --tw-rotate: 3deg;
}

:root .rotate-6{
  --tw-rotate: 6deg;
}

:root .rotate-12{
  --tw-rotate: 12deg;
}

:root .rotate-45{
  --tw-rotate: 45deg;
}

:root .rotate-90{
  --tw-rotate: 90deg;
}

:root .rotate-180{
  --tw-rotate: 180deg;
}

:root .-rotate-180{
  --tw-rotate: -180deg;
}

:root .-rotate-90{
  --tw-rotate: -90deg;
}

:root .-rotate-45{
  --tw-rotate: -45deg;
}

:root .-rotate-12{
  --tw-rotate: -12deg;
}

:root .-rotate-6{
  --tw-rotate: -6deg;
}

:root .-rotate-3{
  --tw-rotate: -3deg;
}

:root .-rotate-2{
  --tw-rotate: -2deg;
}

:root .-rotate-1{
  --tw-rotate: -1deg;
}

:root .hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

:root .hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

:root .hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

:root .hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

:root .hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

:root .hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

:root .hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

:root .hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

:root .hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

:root .hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

:root .hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

:root .hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

:root .hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

:root .hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

:root .hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

:root .hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

:root .hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

:root .focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

:root .focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

:root .focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

:root .focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

:root .focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

:root .focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

:root .focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

:root .focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

:root .focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

:root .focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

:root .focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

:root .focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

:root .focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

:root .focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

:root .focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

:root .focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

:root .focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

:root .skew-x-0{
  --tw-skew-x: 0deg;
}

:root .skew-x-1{
  --tw-skew-x: 1deg;
}

:root .skew-x-2{
  --tw-skew-x: 2deg;
}

:root .skew-x-3{
  --tw-skew-x: 3deg;
}

:root .skew-x-6{
  --tw-skew-x: 6deg;
}

:root .skew-x-12{
  --tw-skew-x: 12deg;
}

:root .-skew-x-12{
  --tw-skew-x: -12deg;
}

:root .-skew-x-6{
  --tw-skew-x: -6deg;
}

:root .-skew-x-3{
  --tw-skew-x: -3deg;
}

:root .-skew-x-2{
  --tw-skew-x: -2deg;
}

:root .-skew-x-1{
  --tw-skew-x: -1deg;
}

:root .skew-y-0{
  --tw-skew-y: 0deg;
}

:root .skew-y-1{
  --tw-skew-y: 1deg;
}

:root .skew-y-2{
  --tw-skew-y: 2deg;
}

:root .skew-y-3{
  --tw-skew-y: 3deg;
}

:root .skew-y-6{
  --tw-skew-y: 6deg;
}

:root .skew-y-12{
  --tw-skew-y: 12deg;
}

:root .-skew-y-12{
  --tw-skew-y: -12deg;
}

:root .-skew-y-6{
  --tw-skew-y: -6deg;
}

:root .-skew-y-3{
  --tw-skew-y: -3deg;
}

:root .-skew-y-2{
  --tw-skew-y: -2deg;
}

:root .-skew-y-1{
  --tw-skew-y: -1deg;
}

:root .hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

:root .hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

:root .hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

:root .hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

:root .hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

:root .hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

:root .hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

:root .hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

:root .hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

:root .hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

:root .hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

:root .hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

:root .hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

:root .hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

:root .hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

:root .hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

:root .hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

:root .hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

:root .hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

:root .hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

:root .hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

:root .hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

:root .focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

:root .focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

:root .focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

:root .focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

:root .focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

:root .focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

:root .focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

:root .focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

:root .focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

:root .focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

:root .focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

:root .focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

:root .focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

:root .focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

:root .focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

:root .focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

:root .focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

:root .focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

:root .focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

:root .focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

:root .focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

:root .focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

:root .scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

:root .scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

:root .scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

:root .scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

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

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

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

:root .scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

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

:root .hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

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

:root .hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

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

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

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

:root .hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

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

:root .focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

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

:root .focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

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

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

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

:root .focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

:root .focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

:root .focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

:root .scale-x-0{
  --tw-scale-x: 0;
}

:root .scale-x-50{
  --tw-scale-x: .5;
}

:root .scale-x-75{
  --tw-scale-x: .75;
}

:root .scale-x-90{
  --tw-scale-x: .9;
}

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

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

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

:root .scale-x-110{
  --tw-scale-x: 1.1;
}

:root .scale-x-125{
  --tw-scale-x: 1.25;
}

:root .scale-x-150{
  --tw-scale-x: 1.5;
}

:root .scale-y-0{
  --tw-scale-y: 0;
}

:root .scale-y-50{
  --tw-scale-y: .5;
}

:root .scale-y-75{
  --tw-scale-y: .75;
}

:root .scale-y-90{
  --tw-scale-y: .9;
}

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

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

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

:root .scale-y-110{
  --tw-scale-y: 1.1;
}

:root .scale-y-125{
  --tw-scale-y: 1.25;
}

:root .scale-y-150{
  --tw-scale-y: 1.5;
}

:root .hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

:root .hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

:root .hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

:root .hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

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

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

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

:root .hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

:root .hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

:root .hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

:root .hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

:root .hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

:root .hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

:root .hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

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

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

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

:root .hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

:root .hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

:root .hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

:root .focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

:root .focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

:root .focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

:root .focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

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

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

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

:root .focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

:root .focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

:root .focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

:root .focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

:root .focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

:root .focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

:root .focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

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

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

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

:root .focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

:root .focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

:root .focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

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

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

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

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

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

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

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

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

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

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

:root .cursor-auto{
  cursor: auto;
}

:root .cursor{
  cursor: default;
}

:root .cursor-pointer{
  cursor: pointer;
}

:root .cursor-wait{
  cursor: wait;
}

:root .cursor-text{
  cursor: text;
}

:root .cursor-move{
  cursor: move;
}

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

:root .disabled\:cursor-auto:disabled{
  cursor: auto;
}

:root .disabled\:cursor:disabled{
  cursor: default;
}

:root .disabled\:cursor-pointer:disabled{
  cursor: pointer;
}

:root .disabled\:cursor-wait:disabled{
  cursor: wait;
}

:root .disabled\:cursor-text:disabled{
  cursor: text;
}

:root .disabled\:cursor-move:disabled{
  cursor: move;
}

:root .disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

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

:root .select-text{
  -webkit-user-select: text;
          user-select: text;
}

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

:root .select-auto{
  -webkit-user-select: auto;
          user-select: auto;
}

:root .resize-none{
  resize: none;
}

:root .resize-y{
  resize: vertical;
}

:root .resize-x{
  resize: horizontal;
}

:root .resize{
  resize: both;
}

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

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

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

:root .list-disc{
  list-style-type: disc;
}

:root .list-decimal{
  list-style-type: decimal;
}

:root .appearance-none{
  appearance: none;
}

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

:root .auto-cols-min{
  grid-auto-columns: min-content;
}

:root .auto-cols-max{
  grid-auto-columns: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root .grid-rows-none{
  grid-template-rows: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root .justify-around{
  justify-content: space-around;
}

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

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

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

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

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

:root .gap-0{
  gap: 0;
}

:root .gap-1{
  gap: 0.25rem;
}

:root .gap-2{
  gap: 0.5rem;
}

:root .gap-3{
  gap: 0.75rem;
}

:root .gap-4{
  gap: 1rem;
}

:root .gap-5{
  gap: 1.25rem;
}

:root .gap-6{
  gap: 1.5rem;
}

:root .gap-7{
  gap: 1.75rem;
}

:root .gap-8{
  gap: 2rem;
}

:root .gap-9{
  gap: 2.25rem;
}

:root .gap-10{
  gap: 2.5rem;
}

:root .gap-11{
  gap: 2.75rem;
}

:root .gap-12{
  gap: 3rem;
}

:root .gap-13{
  gap: 3.25rem;
}

:root .gap-14{
  gap: 3.5rem;
}

:root .gap-16{
  gap: 4rem;
}

:root .gap-18{
  gap: 4.5rem;
}

:root .gap-20{
  gap: 5rem;
}

:root .gap-21{
  gap: 5.25rem;
}

:root .gap-22{
  gap: 5.5rem;
}

:root .gap-24{
  gap: 6rem;
}

:root .gap-26{
  gap: 6.5rem;
}

:root .gap-27{
  gap: 6.75rem;
}

:root .gap-28{
  gap: 7rem;
}

:root .gap-30{
  gap: 7.5rem;
}

:root .gap-32{
  gap: 8rem;
}

:root .gap-36{
  gap: 9rem;
}

:root .gap-40{
  gap: 10rem;
}

:root .gap-41{
  gap: 11.25rem;
}

:root .gap-42{
  gap: 11.5rem;
}

:root .gap-44{
  gap: 11rem;
}

:root .gap-48{
  gap: 12rem;
}

:root .gap-52{
  gap: 13rem;
}

:root .gap-54{
  gap: 13.5rem;
}

:root .gap-56{
  gap: 14rem;
}

:root .gap-60{
  gap: 15rem;
}

:root .gap-64{
  gap: 16rem;
}

:root .gap-68{
  gap: 17rem;
}

:root .gap-72{
  gap: 18rem;
}

:root .gap-76{
  gap: 19rem;
}

:root .gap-80{
  gap: 20rem;
}

:root .gap-84{
  gap: 21rem;
}

:root .gap-88{
  gap: 22rem;
}

:root .gap-96{
  gap: 24rem;
}

:root .gap-112{
  gap: 28rem;
}

:root .gap-120{
  gap: 30rem;
}

:root .gap-140{
  gap: 35rem;
}

:root .gap-150{
  gap: 37.5rem;
}

:root .gap-160{
  gap: 40rem;
}

:root .gap-220{
  gap: 55rem;
}

:root .gap-240{
  gap: 60rem;
}

:root .gap-300{
  gap: 75rem;
}

:root .gap-320{
  gap: 80rem;
}

:root .gap-px{
  gap: 1px;
}

:root .gap-gutter{
  gap: var(--padding-gutter);
}

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

:root .gap-x-0{
  column-gap: 0;
}

:root .gap-x-1{
  column-gap: 0.25rem;
}

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

:root .gap-x-3{
  column-gap: 0.75rem;
}

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

:root .gap-x-5{
  column-gap: 1.25rem;
}

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

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

:root .gap-x-8{
  column-gap: 2rem;
}

:root .gap-x-9{
  column-gap: 2.25rem;
}

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

:root .gap-x-11{
  column-gap: 2.75rem;
}

:root .gap-x-12{
  column-gap: 3rem;
}

:root .gap-x-13{
  column-gap: 3.25rem;
}

:root .gap-x-14{
  column-gap: 3.5rem;
}

:root .gap-x-16{
  column-gap: 4rem;
}

:root .gap-x-18{
  column-gap: 4.5rem;
}

:root .gap-x-20{
  column-gap: 5rem;
}

:root .gap-x-21{
  column-gap: 5.25rem;
}

:root .gap-x-22{
  column-gap: 5.5rem;
}

:root .gap-x-24{
  column-gap: 6rem;
}

:root .gap-x-26{
  column-gap: 6.5rem;
}

:root .gap-x-27{
  column-gap: 6.75rem;
}

:root .gap-x-28{
  column-gap: 7rem;
}

:root .gap-x-30{
  column-gap: 7.5rem;
}

:root .gap-x-32{
  column-gap: 8rem;
}

:root .gap-x-36{
  column-gap: 9rem;
}

:root .gap-x-40{
  column-gap: 10rem;
}

:root .gap-x-41{
  column-gap: 11.25rem;
}

:root .gap-x-42{
  column-gap: 11.5rem;
}

:root .gap-x-44{
  column-gap: 11rem;
}

:root .gap-x-48{
  column-gap: 12rem;
}

:root .gap-x-52{
  column-gap: 13rem;
}

:root .gap-x-54{
  column-gap: 13.5rem;
}

:root .gap-x-56{
  column-gap: 14rem;
}

:root .gap-x-60{
  column-gap: 15rem;
}

:root .gap-x-64{
  column-gap: 16rem;
}

:root .gap-x-68{
  column-gap: 17rem;
}

:root .gap-x-72{
  column-gap: 18rem;
}

:root .gap-x-76{
  column-gap: 19rem;
}

:root .gap-x-80{
  column-gap: 20rem;
}

:root .gap-x-84{
  column-gap: 21rem;
}

:root .gap-x-88{
  column-gap: 22rem;
}

:root .gap-x-96{
  column-gap: 24rem;
}

:root .gap-x-112{
  column-gap: 28rem;
}

:root .gap-x-120{
  column-gap: 30rem;
}

:root .gap-x-140{
  column-gap: 35rem;
}

:root .gap-x-150{
  column-gap: 37.5rem;
}

:root .gap-x-160{
  column-gap: 40rem;
}

:root .gap-x-220{
  column-gap: 55rem;
}

:root .gap-x-240{
  column-gap: 60rem;
}

:root .gap-x-300{
  column-gap: 75rem;
}

:root .gap-x-320{
  column-gap: 80rem;
}

:root .gap-x-px{
  column-gap: 1px;
}

:root .gap-x-gutter{
  column-gap: var(--padding-gutter);
}

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

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

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

:root .gap-y-2{
  row-gap: 0.5rem;
}

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

:root .gap-y-4{
  row-gap: 1rem;
}

:root .gap-y-5{
  row-gap: 1.25rem;
}

:root .gap-y-6{
  row-gap: 1.5rem;
}

:root .gap-y-7{
  row-gap: 1.75rem;
}

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

:root .gap-y-9{
  row-gap: 2.25rem;
}

:root .gap-y-10{
  row-gap: 2.5rem;
}

:root .gap-y-11{
  row-gap: 2.75rem;
}

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

:root .gap-y-13{
  row-gap: 3.25rem;
}

:root .gap-y-14{
  row-gap: 3.5rem;
}

:root .gap-y-16{
  row-gap: 4rem;
}

:root .gap-y-18{
  row-gap: 4.5rem;
}

:root .gap-y-20{
  row-gap: 5rem;
}

:root .gap-y-21{
  row-gap: 5.25rem;
}

:root .gap-y-22{
  row-gap: 5.5rem;
}

:root .gap-y-24{
  row-gap: 6rem;
}

:root .gap-y-26{
  row-gap: 6.5rem;
}

:root .gap-y-27{
  row-gap: 6.75rem;
}

:root .gap-y-28{
  row-gap: 7rem;
}

:root .gap-y-30{
  row-gap: 7.5rem;
}

:root .gap-y-32{
  row-gap: 8rem;
}

:root .gap-y-36{
  row-gap: 9rem;
}

:root .gap-y-40{
  row-gap: 10rem;
}

:root .gap-y-41{
  row-gap: 11.25rem;
}

:root .gap-y-42{
  row-gap: 11.5rem;
}

:root .gap-y-44{
  row-gap: 11rem;
}

:root .gap-y-48{
  row-gap: 12rem;
}

:root .gap-y-52{
  row-gap: 13rem;
}

:root .gap-y-54{
  row-gap: 13.5rem;
}

:root .gap-y-56{
  row-gap: 14rem;
}

:root .gap-y-60{
  row-gap: 15rem;
}

:root .gap-y-64{
  row-gap: 16rem;
}

:root .gap-y-68{
  row-gap: 17rem;
}

:root .gap-y-72{
  row-gap: 18rem;
}

:root .gap-y-76{
  row-gap: 19rem;
}

:root .gap-y-80{
  row-gap: 20rem;
}

:root .gap-y-84{
  row-gap: 21rem;
}

:root .gap-y-88{
  row-gap: 22rem;
}

:root .gap-y-96{
  row-gap: 24rem;
}

:root .gap-y-112{
  row-gap: 28rem;
}

:root .gap-y-120{
  row-gap: 30rem;
}

:root .gap-y-140{
  row-gap: 35rem;
}

:root .gap-y-150{
  row-gap: 37.5rem;
}

:root .gap-y-160{
  row-gap: 40rem;
}

:root .gap-y-220{
  row-gap: 55rem;
}

:root .gap-y-240{
  row-gap: 60rem;
}

:root .gap-y-300{
  row-gap: 75rem;
}

:root .gap-y-320{
  row-gap: 80rem;
}

:root .gap-y-px{
  row-gap: 1px;
}

:root .gap-y-gutter{
  row-gap: var(--padding-gutter);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root .divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

:root .divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

:root .divide-black > :not([hidden]) ~ :not([hidden]){
  border-color: var(--text-color);
}

:root .divide-white > :not([hidden]) ~ :not([hidden]){
  border-color: var(--text-color-light);
}

:root .divide-contrast-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

:root .divide-contrast-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

:root .divide-grays-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
}

:root .divide-grays > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
}

:root .divide-gray-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(158, 158, 158, 0.1);
}

:root .divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
}

:root .divide-red-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(244, 67, 54, 0.1);
}

:root .divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
}

:root .divide-orange-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 152, 0, 0.1);
}

:root .divide-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
}

:root .divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 87, 34, 0.1);
}

:root .divide-deep-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
}

:root .divide-amber-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255, 193, 7, 0.1);
}

:root .divide-amber > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
}

:root .divide-green-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(76, 175, 80, 0.1);
}

:root .divide-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
}

:root .divide-teal-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 150, 136, 0.1);
}

:root .divide-teal > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
}

:root .divide-cyan-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 188, 212, 0.1);
}

:root .divide-cyan > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
}

:root .divide-purple-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(156, 39, 176, 0.1);
}

:root .divide-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
}

:root .divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(103, 58, 183, 0.1);
}

:root .divide-deep-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
}

:root .divide-pink-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(233, 30, 99, 0.1);
}

:root .divide-pink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
}

:root .divide-primary-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-primary), .1);
}

:root .divide-primary > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-primary));
}

:root .divide-accent-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-accent), .1);
}

:root .divide-accent > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-accent));
}

:root .divide-warn-light > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(var(--color-warn), .1);
}

:root .divide-warn > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(var(--color-warn));
}

:root .divide-am-base-background > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
}

:root .divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
}

:root .divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
}

:root .divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
}

:root .divide-am-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
}

:root .divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
}

:root .divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
}

:root .divide-am-new-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
}

:root .divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
}

:root .divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
}

:root .divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
}

:root .divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
}

:root .divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
}

:root .divide-am-coral > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
}

:root .divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
}

:root .divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
}

:root .divide-am-teal > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
}

:root .divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
}

:root .divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
}

:root .divide-am-new-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
}

:root .divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
}

:root .divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
}

:root .divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
}

:root .divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
}

:root .divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
}

:root .divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
}

:root .divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
}

:root .divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
}

:root .divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
}

:root .divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
}

:root .divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
}

:root .divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: #757de338;
}

:root .divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
}

:root .divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
}

:root .divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
}

:root .divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
}

:root .divide-am-purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
}

:root .divide-am-green-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
}

:root .divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
  border-color: #77DEA280;
}

:root .divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
}

:root .divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
}

:root .divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
}

:root .divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
}

:root .divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
}

:root .divide-am-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
}

:root .divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
}

:root .divide-am-red-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
}

:root .divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
}

:root .divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
}

:root .divide-am-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
}

:root .divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
  border-color: #BFC4FF1F;
}

:root .divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
}

:root .divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
}

:root .divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: #BFC4FF4B;
}

:root .divide-am-grey > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
}

:root .divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
}

:root .divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
}

:root .divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
  border-color: #d977dd3b;
}

:root .divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
}

:root .divide-am-pink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
}

:root .divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
}

:root .divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
}

:root .divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
}

:root .divide-am-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
}

:root .divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
}

:root .divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
}

:root .divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
  border-color: #0061FD60;
}

:root .divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
}

:root .divide-am-cyan > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
}

:root .divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
}

:root .divide-am-blue > :not([hidden]) ~ :not([hidden]){
  border-color: #0061FD60;
}

:root .divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
}

:root .divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
}

:root .divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
}

:root .divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
}

:root .divide-am-yellow > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
}

:root .divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
}

:root .divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
  border-color: #81E6AB33;
}

:root .divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
  border-color: #81E6ABB3;
}

:root .divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
}

:root .divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
  border-color: #EEBA7233;
}

:root .divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
  border-color: #EEBA72B3;
}

:root .divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
}

:root .divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
  border-color: #EE8F7233;
}

:root .divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
  border-color: #EE8F72B3;
}

:root .divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
}

:root .divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
  border-color: #81E6E233;
}

:root .divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
  border-color: #81E6E2B3;
}

:root .divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
}

:root .divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
  border-color: #DE777733;
}

:root .divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
  border-color: #DE7777B3;
}

:root .divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
}

:root .divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
}

:root .divide-am-brown > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
}

:root .divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

:root .divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

:root .divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4;
}

:root .divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

:root .divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

:root .divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

:root .place-self-auto{
  place-self: auto;
}

:root .place-self-start{
  place-self: start;
}

:root .place-self-end{
  place-self: end;
}

:root .place-self-center{
  place-self: center;
}

:root .place-self-stretch{
  place-self: stretch;
}

:root .self-auto{
  align-self: auto;
}

:root .self-start{
  align-self: flex-start;
}

:root .self-end{
  align-self: flex-end;
}

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

:root .self-stretch{
  align-self: stretch;
}

:root .self-baseline{
  align-self: baseline;
}

:root .justify-self-auto{
  justify-self: auto;
}

:root .justify-self-start{
  justify-self: start;
}

:root .justify-self-end{
  justify-self: end;
}

:root .justify-self-center{
  justify-self: center;
}

:root .justify-self-stretch{
  justify-self: stretch;
}

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

:root .overflow-hidden{
  overflow: hidden;
}

:root .overflow-visible{
  overflow: visible;
}

:root .overflow-scroll{
  overflow: scroll;
}

:root .overflow-x-auto{
  overflow-x: auto;
}

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

:root .overflow-x-hidden{
  overflow-x: hidden;
}

:root .overflow-y-hidden{
  overflow-y: hidden;
}

:root .overflow-x-visible{
  overflow-x: visible;
}

:root .overflow-y-visible{
  overflow-y: visible;
}

:root .overflow-x-scroll{
  overflow-x: scroll;
}

:root .overflow-y-scroll{
  overflow-y: scroll;
}

:root .overscroll-auto{
  overscroll-behavior: auto;
}

:root .overscroll-contain{
  overscroll-behavior: contain;
}

:root .overscroll-none{
  overscroll-behavior: none;
}

:root .overscroll-y-auto{
  overscroll-behavior-y: auto;
}

:root .overscroll-y-contain{
  overscroll-behavior-y: contain;
}

:root .overscroll-y-none{
  overscroll-behavior-y: none;
}

:root .overscroll-x-auto{
  overscroll-behavior-x: auto;
}

:root .overscroll-x-contain{
  overscroll-behavior-x: contain;
}

:root .overscroll-x-none{
  overscroll-behavior-x: none;
}

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

:root .overflow-ellipsis{
  text-overflow: ellipsis;
}

:root .overflow-clip{
  text-overflow: clip;
}

:root .whitespace-normal{
  white-space: normal;
}

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

:root .whitespace-pre{
  white-space: pre;
}

:root .whitespace-pre-line{
  white-space: pre-line;
}

:root .whitespace-pre-wrap{
  white-space: pre-wrap;
}

:root .break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

:root .break-words{
  overflow-wrap: break-word;
}

:root .break-all{
  word-break: break-all;
}

:root .rounded-none{
  border-radius: 0;
}

:root .rounded-sm{
  border-radius: 0.125rem;
}

:root .rounded{
  border-radius: 0.25rem;
}

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

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

:root .rounded-2xl{
  border-radius: 1.0rem;
}

:root .rounded-3xl{
  border-radius: 1.25rem;
}

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

:root [dir=ltr] .ltr\:rounded-none{
  border-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-sm{
  border-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded{
  border-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-lg{
  border-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-xl{
  border-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-2xl{
  border-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-3xl{
  border-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-full{
  border-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-none{
  border-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-sm{
  border-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded{
  border-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-lg{
  border-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-xl{
  border-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-2xl{
  border-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-3xl{
  border-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-full{
  border-radius: 9999px;
}

:root .rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root .rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root .rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root .rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root .rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

:root .rounded-t-2xl{
  border-top-left-radius: 1.0rem;
  border-top-right-radius: 1.0rem;
}

:root .rounded-t-3xl{
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

:root .rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root .rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:root .rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root .rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root .rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root .rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

:root .rounded-r-2xl{
  border-top-right-radius: 1.0rem;
  border-bottom-right-radius: 1.0rem;
}

:root .rounded-r-3xl{
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

:root .rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root .rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

:root .rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root .rounded-b-2xl{
  border-bottom-right-radius: 1.0rem;
  border-bottom-left-radius: 1.0rem;
}

:root .rounded-b-3xl{
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

:root .rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root .rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:root .rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root .rounded-l-2xl{
  border-top-left-radius: 1.0rem;
  border-bottom-left-radius: 1.0rem;
}

:root .rounded-l-3xl{
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

:root .rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-t-2xl{
  border-top-left-radius: 1.0rem;
  border-top-right-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-t-3xl{
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-r-2xl{
  border-top-right-radius: 1.0rem;
  border-bottom-right-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-r-3xl{
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-b-2xl{
  border-bottom-right-radius: 1.0rem;
  border-bottom-left-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-b-3xl{
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-l-2xl{
  border-top-left-radius: 1.0rem;
  border-bottom-left-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-l-3xl{
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-t-2xl{
  border-top-left-radius: 1.0rem;
  border-top-right-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-t-3xl{
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-r-2xl{
  border-top-right-radius: 1.0rem;
  border-bottom-right-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-r-3xl{
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-b-2xl{
  border-bottom-right-radius: 1.0rem;
  border-bottom-left-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-b-3xl{
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-l-2xl{
  border-top-left-radius: 1.0rem;
  border-bottom-left-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-l-3xl{
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:root .rounded-tl-none{
  border-top-left-radius: 0;
}

:root .rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root .rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root .rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root .rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

:root .rounded-tl-2xl{
  border-top-left-radius: 1.0rem;
}

:root .rounded-tl-3xl{
  border-top-left-radius: 1.25rem;
}

:root .rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root .rounded-tr-none{
  border-top-right-radius: 0;
}

:root .rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root .rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root .rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root .rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

:root .rounded-tr-2xl{
  border-top-right-radius: 1.0rem;
}

:root .rounded-tr-3xl{
  border-top-right-radius: 1.25rem;
}

:root .rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root .rounded-br-none{
  border-bottom-right-radius: 0;
}

:root .rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root .rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root .rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root .rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

:root .rounded-br-2xl{
  border-bottom-right-radius: 1.0rem;
}

:root .rounded-br-3xl{
  border-bottom-right-radius: 1.25rem;
}

:root .rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root .rounded-bl-none{
  border-bottom-left-radius: 0;
}

:root .rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root .rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root .rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root .rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

:root .rounded-bl-2xl{
  border-bottom-left-radius: 1.0rem;
}

:root .rounded-bl-3xl{
  border-bottom-left-radius: 1.25rem;
}

:root .rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-tl-none{
  border-top-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-tl-2xl{
  border-top-left-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-tl-3xl{
  border-top-left-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-tr-none{
  border-top-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-tr-2xl{
  border-top-right-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-tr-3xl{
  border-top-right-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-br-none{
  border-bottom-right-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-br-2xl{
  border-bottom-right-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-br-3xl{
  border-bottom-right-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root [dir=ltr] .ltr\:rounded-bl-none{
  border-bottom-left-radius: 0;
}

:root [dir=ltr] .ltr\:rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root [dir=ltr] .ltr\:rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root [dir=ltr] .ltr\:rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root [dir=ltr] .ltr\:rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

:root [dir=ltr] .ltr\:rounded-bl-2xl{
  border-bottom-left-radius: 1.0rem;
}

:root [dir=ltr] .ltr\:rounded-bl-3xl{
  border-bottom-left-radius: 1.25rem;
}

:root [dir=ltr] .ltr\:rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-tl-none{
  border-top-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-tl{
  border-top-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-tl-2xl{
  border-top-left-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-tl-3xl{
  border-top-left-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-tl-full{
  border-top-left-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-tr-none{
  border-top-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-tr{
  border-top-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-tr-2xl{
  border-top-right-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-tr-3xl{
  border-top-right-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-tr-full{
  border-top-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-br-none{
  border-bottom-right-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-br{
  border-bottom-right-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-br-2xl{
  border-bottom-right-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-br-3xl{
  border-bottom-right-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-br-full{
  border-bottom-right-radius: 9999px;
}

:root [dir=rtl] .rtl\:rounded-bl-none{
  border-bottom-left-radius: 0;
}

:root [dir=rtl] .rtl\:rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

:root [dir=rtl] .rtl\:rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

:root [dir=rtl] .rtl\:rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

:root [dir=rtl] .rtl\:rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

:root [dir=rtl] .rtl\:rounded-bl-2xl{
  border-bottom-left-radius: 1.0rem;
}

:root [dir=rtl] .rtl\:rounded-bl-3xl{
  border-bottom-left-radius: 1.25rem;
}

:root [dir=rtl] .rtl\:rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

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

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

:root .border-3{
  border-width: 3px;
}

:root .border-4{
  border-width: 4px;
}

:root .border-8{
  border-width: 8px;
}

:root .border{
  border-width: 1px;
}

:root [dir=ltr] .ltr\:border-0{
  border-width: 0;
}

:root [dir=ltr] .ltr\:border-2{
  border-width: 2px;
}

:root [dir=ltr] .ltr\:border-3{
  border-width: 3px;
}

:root [dir=ltr] .ltr\:border-4{
  border-width: 4px;
}

:root [dir=ltr] .ltr\:border-8{
  border-width: 8px;
}

:root [dir=ltr] .ltr\:border{
  border-width: 1px;
}

:root [dir=rtl] .rtl\:border-0{
  border-width: 0;
}

:root [dir=rtl] .rtl\:border-2{
  border-width: 2px;
}

:root [dir=rtl] .rtl\:border-3{
  border-width: 3px;
}

:root [dir=rtl] .rtl\:border-4{
  border-width: 4px;
}

:root [dir=rtl] .rtl\:border-8{
  border-width: 8px;
}

:root [dir=rtl] .rtl\:border{
  border-width: 1px;
}

:root .border-t-0{
  border-top-width: 0;
}

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

:root .border-t-3{
  border-top-width: 3px;
}

:root .border-t-4{
  border-top-width: 4px;
}

:root .border-t-8{
  border-top-width: 8px;
}

:root .border-t{
  border-top-width: 1px;
}

:root .border-r-0{
  border-right-width: 0;
}

:root .border-r-2{
  border-right-width: 2px;
}

:root .border-r-3{
  border-right-width: 3px;
}

:root .border-r-4{
  border-right-width: 4px;
}

:root .border-r-8{
  border-right-width: 8px;
}

:root .border-r{
  border-right-width: 1px;
}

:root .border-b-0{
  border-bottom-width: 0;
}

:root .border-b-2{
  border-bottom-width: 2px;
}

:root .border-b-3{
  border-bottom-width: 3px;
}

:root .border-b-4{
  border-bottom-width: 4px;
}

:root .border-b-8{
  border-bottom-width: 8px;
}

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

:root .border-l-0{
  border-left-width: 0;
}

:root .border-l-2{
  border-left-width: 2px;
}

:root .border-l-3{
  border-left-width: 3px;
}

:root .border-l-4{
  border-left-width: 4px;
}

:root .border-l-8{
  border-left-width: 8px;
}

:root .border-l{
  border-left-width: 1px;
}

:root [dir=ltr] .ltr\:border-t-0{
  border-top-width: 0;
}

:root [dir=ltr] .ltr\:border-t-2{
  border-top-width: 2px;
}

:root [dir=ltr] .ltr\:border-t-3{
  border-top-width: 3px;
}

:root [dir=ltr] .ltr\:border-t-4{
  border-top-width: 4px;
}

:root [dir=ltr] .ltr\:border-t-8{
  border-top-width: 8px;
}

:root [dir=ltr] .ltr\:border-t{
  border-top-width: 1px;
}

:root [dir=ltr] .ltr\:border-r-0{
  border-right-width: 0;
}

:root [dir=ltr] .ltr\:border-r-2{
  border-right-width: 2px;
}

:root [dir=ltr] .ltr\:border-r-3{
  border-right-width: 3px;
}

:root [dir=ltr] .ltr\:border-r-4{
  border-right-width: 4px;
}

:root [dir=ltr] .ltr\:border-r-8{
  border-right-width: 8px;
}

:root [dir=ltr] .ltr\:border-r{
  border-right-width: 1px;
}

:root [dir=ltr] .ltr\:border-b-0{
  border-bottom-width: 0;
}

:root [dir=ltr] .ltr\:border-b-2{
  border-bottom-width: 2px;
}

:root [dir=ltr] .ltr\:border-b-3{
  border-bottom-width: 3px;
}

:root [dir=ltr] .ltr\:border-b-4{
  border-bottom-width: 4px;
}

:root [dir=ltr] .ltr\:border-b-8{
  border-bottom-width: 8px;
}

:root [dir=ltr] .ltr\:border-b{
  border-bottom-width: 1px;
}

:root [dir=ltr] .ltr\:border-l-0{
  border-left-width: 0;
}

:root [dir=ltr] .ltr\:border-l-2{
  border-left-width: 2px;
}

:root [dir=ltr] .ltr\:border-l-3{
  border-left-width: 3px;
}

:root [dir=ltr] .ltr\:border-l-4{
  border-left-width: 4px;
}

:root [dir=ltr] .ltr\:border-l-8{
  border-left-width: 8px;
}

:root [dir=ltr] .ltr\:border-l{
  border-left-width: 1px;
}

:root [dir=rtl] .rtl\:border-t-0{
  border-top-width: 0;
}

:root [dir=rtl] .rtl\:border-t-2{
  border-top-width: 2px;
}

:root [dir=rtl] .rtl\:border-t-3{
  border-top-width: 3px;
}

:root [dir=rtl] .rtl\:border-t-4{
  border-top-width: 4px;
}

:root [dir=rtl] .rtl\:border-t-8{
  border-top-width: 8px;
}

:root [dir=rtl] .rtl\:border-t{
  border-top-width: 1px;
}

:root [dir=rtl] .rtl\:border-r-0{
  border-right-width: 0;
}

:root [dir=rtl] .rtl\:border-r-2{
  border-right-width: 2px;
}

:root [dir=rtl] .rtl\:border-r-3{
  border-right-width: 3px;
}

:root [dir=rtl] .rtl\:border-r-4{
  border-right-width: 4px;
}

:root [dir=rtl] .rtl\:border-r-8{
  border-right-width: 8px;
}

:root [dir=rtl] .rtl\:border-r{
  border-right-width: 1px;
}

:root [dir=rtl] .rtl\:border-b-0{
  border-bottom-width: 0;
}

:root [dir=rtl] .rtl\:border-b-2{
  border-bottom-width: 2px;
}

:root [dir=rtl] .rtl\:border-b-3{
  border-bottom-width: 3px;
}

:root [dir=rtl] .rtl\:border-b-4{
  border-bottom-width: 4px;
}

:root [dir=rtl] .rtl\:border-b-8{
  border-bottom-width: 8px;
}

:root [dir=rtl] .rtl\:border-b{
  border-bottom-width: 1px;
}

:root [dir=rtl] .rtl\:border-l-0{
  border-left-width: 0;
}

:root [dir=rtl] .rtl\:border-l-2{
  border-left-width: 2px;
}

:root [dir=rtl] .rtl\:border-l-3{
  border-left-width: 3px;
}

:root [dir=rtl] .rtl\:border-l-4{
  border-left-width: 4px;
}

:root [dir=rtl] .rtl\:border-l-8{
  border-left-width: 8px;
}

:root [dir=rtl] .rtl\:border-l{
  border-left-width: 1px;
}

:root .border-solid{
  border-style: solid;
}

:root .border-dashed{
  border-style: dashed;
}

:root .border-dotted{
  border-style: dotted;
}

:root .border-double{
  border-style: double;
}

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

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

:root .border-transparent{
  border-color: transparent;
}

:root .border-black{
  border-color: var(--text-color);
}

:root .border-white{
  border-color: var(--text-color-light);
}

:root .border-contrast-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .border-contrast-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .border-grays-light{
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

:root .border-grays{
  --tw-border-opacity: 1;
  border-color: rgba(150, 156, 167, var(--tw-border-opacity));
}

:root .border-gray-light{
  border-color: rgba(158, 158, 158, 0.1);
}

:root .border-gray{
  --tw-border-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-border-opacity));
}

:root .border-red-light{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .border-red{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .border-orange-light{
  border-color: rgba(255, 152, 0, 0.1);
}

:root .border-orange{
  --tw-border-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-border-opacity));
}

:root .border-deep-orange-light{
  border-color: rgba(255, 87, 34, 0.1);
}

:root .border-deep-orange{
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-border-opacity));
}

:root .border-amber-light{
  border-color: rgba(255, 193, 7, 0.1);
}

:root .border-amber{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

:root .border-green-light{
  border-color: rgba(76, 175, 80, 0.1);
}

:root .border-green{
  --tw-border-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-border-opacity));
}

:root .border-teal-light{
  border-color: rgba(0, 150, 136, 0.1);
}

:root .border-teal{
  --tw-border-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-border-opacity));
}

:root .border-cyan-light{
  border-color: rgba(0, 188, 212, 0.1);
}

:root .border-cyan{
  --tw-border-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-border-opacity));
}

:root .border-purple-light{
  border-color: rgba(156, 39, 176, 0.1);
}

:root .border-purple{
  --tw-border-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-border-opacity));
}

:root .border-deep-purple-light{
  border-color: rgba(103, 58, 183, 0.1);
}

:root .border-deep-purple{
  --tw-border-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-border-opacity));
}

:root .border-pink-light{
  border-color: rgba(233, 30, 99, 0.1);
}

:root .border-pink{
  --tw-border-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-border-opacity));
}

:root .border-primary-light{
  border-color: rgba(var(--color-primary), .1);
}

:root .border-primary{
  border-color: rgb(var(--color-primary));
}

:root .border-accent-light{
  border-color: rgba(var(--color-accent), .1);
}

:root .border-accent{
  border-color: rgb(var(--color-accent));
}

:root .border-warn-light{
  border-color: rgba(var(--color-warn), .1);
}

:root .border-warn{
  border-color: rgb(var(--color-warn));
}

:root .border-am-base-background{
  --tw-border-opacity: 1;
  border-color: rgba(244, 246, 255, var(--tw-border-opacity));
}

:root .border-am-main-blue{
  --tw-border-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-border-opacity));
}

:root .border-am-main-blue-light{
  --tw-border-opacity: 1;
  border-color: rgba(208, 216, 255, var(--tw-border-opacity));
}

:root .border-am-main-blue-dark{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 77, var(--tw-border-opacity));
}

:root .border-am-gray{
  --tw-border-opacity: 1;
  border-color: rgba(154, 154, 154, var(--tw-border-opacity));
}

:root .border-am-gray-light{
  --tw-border-opacity: 1;
  border-color: rgba(190, 190, 190, var(--tw-border-opacity));
}

:root .border-am-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

:root .border-am-new-green{
  --tw-border-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-border-opacity));
}

:root .border-am-new-green-light{
  --tw-border-opacity: 1;
  border-color: rgba(186, 238, 208, var(--tw-border-opacity));
}

:root .border-am-new-green-dark{
  --tw-border-opacity: 1;
  border-color: rgba(39, 131, 77, var(--tw-border-opacity));
}

:root .border-am-new-orange{
  --tw-border-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-border-opacity));
}

:root .border-am-new-orange-light{
  --tw-border-opacity: 1;
  border-color: rgba(251, 195, 160, var(--tw-border-opacity));
}

:root .border-am-new-orange-dark{
  --tw-border-opacity: 1;
  border-color: rgba(175, 95, 46, var(--tw-border-opacity));
}

:root .border-am-coral{
  --tw-border-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-border-opacity));
}

:root .border-am-coral-light{
  --tw-border-opacity: 1;
  border-color: rgba(246, 199, 184, var(--tw-border-opacity));
}

:root .border-am-coral-dark{
  --tw-border-opacity: 1;
  border-color: rgba(190, 106, 80, var(--tw-border-opacity));
}

:root .border-am-teal{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-border-opacity));
}

:root .border-am-teal-light{
  --tw-border-opacity: 1;
  border-color: rgba(179, 240, 237, var(--tw-border-opacity));
}

:root .border-am-teal-dark{
  --tw-border-opacity: 1;
  border-color: rgba(68, 157, 153, var(--tw-border-opacity));
}

:root .border-am-new-red{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .border-am-new-red-light{
  --tw-border-opacity: 1;
  border-color: rgba(242, 176, 176, var(--tw-border-opacity));
}

:root .border-am-new-red-dark{
  --tw-border-opacity: 1;
  border-color: rgba(172, 61, 61, var(--tw-border-opacity));
}

:root .border-am-new-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-border-opacity));
}

:root .border-am-new-yellow-light{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 153, var(--tw-border-opacity));
}

:root .border-am-new-yellow-dark{
  --tw-border-opacity: 1;
  border-color: rgba(165, 108, 0, var(--tw-border-opacity));
}

:root .border-am-new-pink{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-border-opacity));
}

:root .border-am-new-pink-light{
  --tw-border-opacity: 1;
  border-color: rgba(236, 186, 238, var(--tw-border-opacity));
}

:root .border-am-new-pink-dark{
  --tw-border-opacity: 1;
  border-color: rgba(151, 86, 154, var(--tw-border-opacity));
}

:root .border-am-new-purple{
  --tw-border-opacity: 1;
  border-color: rgba(143, 126, 227, var(--tw-border-opacity));
}

:root .border-am-new-purple-light{
  --tw-border-opacity: 1;
  border-color: rgba(186, 172, 255, var(--tw-border-opacity));
}

:root .border-am-new-purple-dark{
  --tw-border-opacity: 1;
  border-color: rgba(113, 100, 177, var(--tw-border-opacity));
}

:root .border-am-purple-transparent{
  border-color: #757de338;
}

:root .border-am-purple-relight{
  --tw-border-opacity: 1;
  border-color: rgba(240, 241, 255, var(--tw-border-opacity));
}

:root .border-am-purple-light{
  --tw-border-opacity: 1;
  border-color: rgba(219, 220, 255, var(--tw-border-opacity));
}

:root .border-am-purple-medium{
  --tw-border-opacity: 1;
  border-color: rgba(146, 125, 234, var(--tw-border-opacity));
}

:root .border-am-purple-dark{
  --tw-border-opacity: 1;
  border-color: rgba(70, 84, 153, var(--tw-border-opacity));
}

:root .border-am-purple{
  --tw-border-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-border-opacity));
}

:root .border-am-green-light{
  --tw-border-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-border-opacity));
}

:root .border-am-green-brightest{
  border-color: #77DEA280;
}

:root .border-am-green-cyan{
  --tw-border-opacity: 1;
  border-color: rgba(38, 178, 143, var(--tw-border-opacity));
}

:root .border-am-green-dark{
  --tw-border-opacity: 1;
  border-color: rgba(31, 143, 78, var(--tw-border-opacity));
}

:root .border-am-green-aqua{
  --tw-border-opacity: 1;
  border-color: rgba(125, 234, 180, var(--tw-border-opacity));
}

:root .border-am-green-brightest-transparent{
  --tw-border-opacity: 1;
  border-color: rgba(233, 248, 238, var(--tw-border-opacity));
}

:root .border-am-green-hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 252, 247, var(--tw-border-opacity));
}

:root .border-am-green{
  --tw-border-opacity: 1;
  border-color: rgba(84, 201, 49, var(--tw-border-opacity));
}

:root .border-am-red-alive{
  --tw-border-opacity: 1;
  border-color: rgba(229, 98, 98, var(--tw-border-opacity));
}

:root .border-am-red-light{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 206, var(--tw-border-opacity));
}

:root .border-am-red-dark{
  --tw-border-opacity: 1;
  border-color: rgba(217, 61, 61, var(--tw-border-opacity));
}

:root .border-am-red-intense{
  --tw-border-opacity: 1;
  border-color: rgba(240, 8, 70, var(--tw-border-opacity));
}

:root .border-am-red{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .border-am-grey-light{
  border-color: #BFC4FF1F;
}

:root .border-am-grey-dark{
  --tw-border-opacity: 1;
  border-color: rgba(44, 48, 62, var(--tw-border-opacity));
}

:root .border-am-grey-medium{
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

:root .border-am-grey-transparent{
  border-color: #BFC4FF4B;
}

:root .border-am-grey{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

:root .border-am-pink-light{
  --tw-border-opacity: 1;
  border-color: rgba(237, 207, 240, var(--tw-border-opacity));
}

:root .border-am-pink-dark{
  --tw-border-opacity: 1;
  border-color: rgba(169, 65, 174, var(--tw-border-opacity));
}

:root .border-am-pink-brightest{
  border-color: #d977dd3b;
}

:root .border-am-pink-rose{
  --tw-border-opacity: 1;
  border-color: rgba(248, 187, 208, var(--tw-border-opacity));
}

:root .border-am-pink{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-border-opacity));
}

:root .border-am-orange-light{
  --tw-border-opacity: 1;
  border-color: rgba(248, 145, 3, var(--tw-border-opacity));
}

:root .border-am-orange-relight{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 232, var(--tw-border-opacity));
}

:root .border-am-orange-dark{
  --tw-border-opacity: 1;
  border-color: rgba(181, 124, 0, var(--tw-border-opacity));
}

:root .border-am-orange{
  --tw-border-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-border-opacity));
}

:root .border-am-cyan-light{
  --tw-border-opacity: 1;
  border-color: rgba(179, 237, 244, var(--tw-border-opacity));
}

:root .border-am-cyan-dark{
  --tw-border-opacity: 1;
  border-color: rgba(18, 154, 166, var(--tw-border-opacity));
}

:root .border-am-cyan-blue{
  border-color: #0061FD60;
}

:root .border-am-cyan-green{
  --tw-border-opacity: 1;
  border-color: rgba(185, 234, 223, var(--tw-border-opacity));
}

:root .border-am-cyan{
  --tw-border-opacity: 1;
  border-color: rgba(24, 217, 234, var(--tw-border-opacity));
}

:root .border-am-blue-light{
  --tw-border-opacity: 1;
  border-color: rgba(146, 201, 242, var(--tw-border-opacity));
}

:root .border-am-blue{
  border-color: #0061FD60;
}

:root .border-am-blue-dark{
  --tw-border-opacity: 1;
  border-color: rgba(87, 132, 165, var(--tw-border-opacity));
}

:root .border-am-yellow-resalt{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-border-opacity));
}

:root .border-am-yellow-light{
  --tw-border-opacity: 1;
  border-color: rgba(248, 233, 174, var(--tw-border-opacity));
}

:root .border-am-yellow-dark{
  --tw-border-opacity: 1;
  border-color: rgba(193, 139, 17, var(--tw-border-opacity));
}

:root .border-am-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(250, 208, 115, var(--tw-border-opacity));
}

:root .border-am-cream-entry{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 171, var(--tw-border-opacity));
}

:root .border-am-cream-entry_light{
  border-color: #81E6AB33;
}

:root .border-am-cream-entry_text{
  border-color: #81E6ABB3;
}

:root .border-am-cream-lunchgo{
  --tw-border-opacity: 1;
  border-color: rgba(238, 186, 114, var(--tw-border-opacity));
}

:root .border-am-cream-lunchgo_light{
  border-color: #EEBA7233;
}

:root .border-am-cream-lunchgo_text{
  border-color: #EEBA72B3;
}

:root .border-am-cream-lunchback{
  --tw-border-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-border-opacity));
}

:root .border-am-cream-lunchback_light{
  border-color: #EE8F7233;
}

:root .border-am-cream-lunchback_text{
  border-color: #EE8F72B3;
}

:root .border-am-cream-exit{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-border-opacity));
}

:root .border-am-cream-exit_light{
  border-color: #81E6E233;
}

:root .border-am-cream-exit_text{
  border-color: #81E6E2B3;
}

:root .border-am-cream-yesterday{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .border-am-cream-yesterday_light{
  border-color: #DE777733;
}

:root .border-am-cream-yesterday_text{
  border-color: #DE7777B3;
}

:root .border-am-brown-light{
  --tw-border-opacity: 1;
  border-color: rgba(241, 225, 216, var(--tw-border-opacity));
}

:root .border-am-brown-dark{
  --tw-border-opacity: 1;
  border-color: rgba(80, 29, 14, var(--tw-border-opacity));
}

:root .border-am-brown{
  --tw-border-opacity: 1;
  border-color: rgba(162, 62, 0, var(--tw-border-opacity));
}

:root .hover\:border-current:hover{
  border-color: currentColor;
}

:root .hover\:border-transparent:hover{
  border-color: transparent;
}

:root .hover\:border-black:hover{
  border-color: var(--text-color);
}

:root .hover\:border-white:hover{
  border-color: var(--text-color-light);
}

:root .hover\:border-contrast-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .hover\:border-contrast-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .hover\:border-grays-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

:root .hover\:border-grays:hover{
  --tw-border-opacity: 1;
  border-color: rgba(150, 156, 167, var(--tw-border-opacity));
}

:root .hover\:border-gray-light:hover{
  border-color: rgba(158, 158, 158, 0.1);
}

:root .hover\:border-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-border-opacity));
}

:root .hover\:border-red-light:hover{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .hover\:border-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .hover\:border-orange-light:hover{
  border-color: rgba(255, 152, 0, 0.1);
}

:root .hover\:border-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-border-opacity));
}

:root .hover\:border-deep-orange-light:hover{
  border-color: rgba(255, 87, 34, 0.1);
}

:root .hover\:border-deep-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-border-opacity));
}

:root .hover\:border-amber-light:hover{
  border-color: rgba(255, 193, 7, 0.1);
}

:root .hover\:border-amber:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

:root .hover\:border-green-light:hover{
  border-color: rgba(76, 175, 80, 0.1);
}

:root .hover\:border-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-border-opacity));
}

:root .hover\:border-teal-light:hover{
  border-color: rgba(0, 150, 136, 0.1);
}

:root .hover\:border-teal:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-border-opacity));
}

:root .hover\:border-cyan-light:hover{
  border-color: rgba(0, 188, 212, 0.1);
}

:root .hover\:border-cyan:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-border-opacity));
}

:root .hover\:border-purple-light:hover{
  border-color: rgba(156, 39, 176, 0.1);
}

:root .hover\:border-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-border-opacity));
}

:root .hover\:border-deep-purple-light:hover{
  border-color: rgba(103, 58, 183, 0.1);
}

:root .hover\:border-deep-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-border-opacity));
}

:root .hover\:border-pink-light:hover{
  border-color: rgba(233, 30, 99, 0.1);
}

:root .hover\:border-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-border-opacity));
}

:root .hover\:border-primary-light:hover{
  border-color: rgba(var(--color-primary), .1);
}

:root .hover\:border-primary:hover{
  border-color: rgb(var(--color-primary));
}

:root .hover\:border-accent-light:hover{
  border-color: rgba(var(--color-accent), .1);
}

:root .hover\:border-accent:hover{
  border-color: rgb(var(--color-accent));
}

:root .hover\:border-warn-light:hover{
  border-color: rgba(var(--color-warn), .1);
}

:root .hover\:border-warn:hover{
  border-color: rgb(var(--color-warn));
}

:root .hover\:border-am-base-background:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 246, 255, var(--tw-border-opacity));
}

:root .hover\:border-am-main-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-border-opacity));
}

:root .hover\:border-am-main-blue-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(208, 216, 255, var(--tw-border-opacity));
}

:root .hover\:border-am-main-blue-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 77, var(--tw-border-opacity));
}

:root .hover\:border-am-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgba(154, 154, 154, var(--tw-border-opacity));
}

:root .hover\:border-am-gray-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 190, 190, var(--tw-border-opacity));
}

:root .hover\:border-am-gray-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

:root .hover\:border-am-new-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-border-opacity));
}

:root .hover\:border-am-new-green-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(186, 238, 208, var(--tw-border-opacity));
}

:root .hover\:border-am-new-green-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(39, 131, 77, var(--tw-border-opacity));
}

:root .hover\:border-am-new-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-border-opacity));
}

:root .hover\:border-am-new-orange-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(251, 195, 160, var(--tw-border-opacity));
}

:root .hover\:border-am-new-orange-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(175, 95, 46, var(--tw-border-opacity));
}

:root .hover\:border-am-coral:hover{
  --tw-border-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-border-opacity));
}

:root .hover\:border-am-coral-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(246, 199, 184, var(--tw-border-opacity));
}

:root .hover\:border-am-coral-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 106, 80, var(--tw-border-opacity));
}

:root .hover\:border-am-teal:hover{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-border-opacity));
}

:root .hover\:border-am-teal-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(179, 240, 237, var(--tw-border-opacity));
}

:root .hover\:border-am-teal-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(68, 157, 153, var(--tw-border-opacity));
}

:root .hover\:border-am-new-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .hover\:border-am-new-red-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(242, 176, 176, var(--tw-border-opacity));
}

:root .hover\:border-am-new-red-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(172, 61, 61, var(--tw-border-opacity));
}

:root .hover\:border-am-new-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-border-opacity));
}

:root .hover\:border-am-new-yellow-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 153, var(--tw-border-opacity));
}

:root .hover\:border-am-new-yellow-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(165, 108, 0, var(--tw-border-opacity));
}

:root .hover\:border-am-new-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-border-opacity));
}

:root .hover\:border-am-new-pink-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(236, 186, 238, var(--tw-border-opacity));
}

:root .hover\:border-am-new-pink-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(151, 86, 154, var(--tw-border-opacity));
}

:root .hover\:border-am-new-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(143, 126, 227, var(--tw-border-opacity));
}

:root .hover\:border-am-new-purple-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(186, 172, 255, var(--tw-border-opacity));
}

:root .hover\:border-am-new-purple-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(113, 100, 177, var(--tw-border-opacity));
}

:root .hover\:border-am-purple-transparent:hover{
  border-color: #757de338;
}

:root .hover\:border-am-purple-relight:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 241, 255, var(--tw-border-opacity));
}

:root .hover\:border-am-purple-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(219, 220, 255, var(--tw-border-opacity));
}

:root .hover\:border-am-purple-medium:hover{
  --tw-border-opacity: 1;
  border-color: rgba(146, 125, 234, var(--tw-border-opacity));
}

:root .hover\:border-am-purple-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(70, 84, 153, var(--tw-border-opacity));
}

:root .hover\:border-am-purple:hover{
  --tw-border-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-border-opacity));
}

:root .hover\:border-am-green-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-border-opacity));
}

:root .hover\:border-am-green-brightest:hover{
  border-color: #77DEA280;
}

:root .hover\:border-am-green-cyan:hover{
  --tw-border-opacity: 1;
  border-color: rgba(38, 178, 143, var(--tw-border-opacity));
}

:root .hover\:border-am-green-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(31, 143, 78, var(--tw-border-opacity));
}

:root .hover\:border-am-green-aqua:hover{
  --tw-border-opacity: 1;
  border-color: rgba(125, 234, 180, var(--tw-border-opacity));
}

:root .hover\:border-am-green-brightest-transparent:hover{
  --tw-border-opacity: 1;
  border-color: rgba(233, 248, 238, var(--tw-border-opacity));
}

:root .hover\:border-am-green-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 252, 247, var(--tw-border-opacity));
}

:root .hover\:border-am-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(84, 201, 49, var(--tw-border-opacity));
}

:root .hover\:border-am-red-alive:hover{
  --tw-border-opacity: 1;
  border-color: rgba(229, 98, 98, var(--tw-border-opacity));
}

:root .hover\:border-am-red-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 206, var(--tw-border-opacity));
}

:root .hover\:border-am-red-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(217, 61, 61, var(--tw-border-opacity));
}

:root .hover\:border-am-red-intense:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 8, 70, var(--tw-border-opacity));
}

:root .hover\:border-am-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .hover\:border-am-grey-light:hover{
  border-color: #BFC4FF1F;
}

:root .hover\:border-am-grey-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(44, 48, 62, var(--tw-border-opacity));
}

:root .hover\:border-am-grey-medium:hover{
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

:root .hover\:border-am-grey-transparent:hover{
  border-color: #BFC4FF4B;
}

:root .hover\:border-am-grey:hover{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

:root .hover\:border-am-pink-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(237, 207, 240, var(--tw-border-opacity));
}

:root .hover\:border-am-pink-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(169, 65, 174, var(--tw-border-opacity));
}

:root .hover\:border-am-pink-brightest:hover{
  border-color: #d977dd3b;
}

:root .hover\:border-am-pink-rose:hover{
  --tw-border-opacity: 1;
  border-color: rgba(248, 187, 208, var(--tw-border-opacity));
}

:root .hover\:border-am-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-border-opacity));
}

:root .hover\:border-am-orange-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(248, 145, 3, var(--tw-border-opacity));
}

:root .hover\:border-am-orange-relight:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 232, var(--tw-border-opacity));
}

:root .hover\:border-am-orange-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(181, 124, 0, var(--tw-border-opacity));
}

:root .hover\:border-am-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-border-opacity));
}

:root .hover\:border-am-cyan-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(179, 237, 244, var(--tw-border-opacity));
}

:root .hover\:border-am-cyan-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(18, 154, 166, var(--tw-border-opacity));
}

:root .hover\:border-am-cyan-blue:hover{
  border-color: #0061FD60;
}

:root .hover\:border-am-cyan-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(185, 234, 223, var(--tw-border-opacity));
}

:root .hover\:border-am-cyan:hover{
  --tw-border-opacity: 1;
  border-color: rgba(24, 217, 234, var(--tw-border-opacity));
}

:root .hover\:border-am-blue-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(146, 201, 242, var(--tw-border-opacity));
}

:root .hover\:border-am-blue:hover{
  border-color: #0061FD60;
}

:root .hover\:border-am-blue-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(87, 132, 165, var(--tw-border-opacity));
}

:root .hover\:border-am-yellow-resalt:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-border-opacity));
}

:root .hover\:border-am-yellow-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(248, 233, 174, var(--tw-border-opacity));
}

:root .hover\:border-am-yellow-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(193, 139, 17, var(--tw-border-opacity));
}

:root .hover\:border-am-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(250, 208, 115, var(--tw-border-opacity));
}

:root .hover\:border-am-cream-entry:hover{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 171, var(--tw-border-opacity));
}

:root .hover\:border-am-cream-entry_light:hover{
  border-color: #81E6AB33;
}

:root .hover\:border-am-cream-entry_text:hover{
  border-color: #81E6ABB3;
}

:root .hover\:border-am-cream-lunchgo:hover{
  --tw-border-opacity: 1;
  border-color: rgba(238, 186, 114, var(--tw-border-opacity));
}

:root .hover\:border-am-cream-lunchgo_light:hover{
  border-color: #EEBA7233;
}

:root .hover\:border-am-cream-lunchgo_text:hover{
  border-color: #EEBA72B3;
}

:root .hover\:border-am-cream-lunchback:hover{
  --tw-border-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-border-opacity));
}

:root .hover\:border-am-cream-lunchback_light:hover{
  border-color: #EE8F7233;
}

:root .hover\:border-am-cream-lunchback_text:hover{
  border-color: #EE8F72B3;
}

:root .hover\:border-am-cream-exit:hover{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-border-opacity));
}

:root .hover\:border-am-cream-exit_light:hover{
  border-color: #81E6E233;
}

:root .hover\:border-am-cream-exit_text:hover{
  border-color: #81E6E2B3;
}

:root .hover\:border-am-cream-yesterday:hover{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .hover\:border-am-cream-yesterday_light:hover{
  border-color: #DE777733;
}

:root .hover\:border-am-cream-yesterday_text:hover{
  border-color: #DE7777B3;
}

:root .hover\:border-am-brown-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(241, 225, 216, var(--tw-border-opacity));
}

:root .hover\:border-am-brown-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(80, 29, 14, var(--tw-border-opacity));
}

:root .hover\:border-am-brown:hover{
  --tw-border-opacity: 1;
  border-color: rgba(162, 62, 0, var(--tw-border-opacity));
}

:root .focus\:border-current:focus{
  border-color: currentColor;
}

:root .focus\:border-transparent:focus{
  border-color: transparent;
}

:root .focus\:border-black:focus{
  border-color: var(--text-color);
}

:root .focus\:border-white:focus{
  border-color: var(--text-color-light);
}

:root .focus\:border-contrast-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

:root .focus\:border-contrast-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

:root .focus\:border-grays-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

:root .focus\:border-grays:focus{
  --tw-border-opacity: 1;
  border-color: rgba(150, 156, 167, var(--tw-border-opacity));
}

:root .focus\:border-gray-light:focus{
  border-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:border-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgba(158, 158, 158, var(--tw-border-opacity));
}

:root .focus\:border-red-light:focus{
  border-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:border-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
}

:root .focus\:border-orange-light:focus{
  border-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:border-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 152, 0, var(--tw-border-opacity));
}

:root .focus\:border-deep-orange-light:focus{
  border-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:border-deep-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 87, 34, var(--tw-border-opacity));
}

:root .focus\:border-amber-light:focus{
  border-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:border-amber:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 193, 7, var(--tw-border-opacity));
}

:root .focus\:border-green-light:focus{
  border-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:border-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(76, 175, 80, var(--tw-border-opacity));
}

:root .focus\:border-teal-light:focus{
  border-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:border-teal:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 150, 136, var(--tw-border-opacity));
}

:root .focus\:border-cyan-light:focus{
  border-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:border-cyan:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 188, 212, var(--tw-border-opacity));
}

:root .focus\:border-purple-light:focus{
  border-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:border-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(156, 39, 176, var(--tw-border-opacity));
}

:root .focus\:border-deep-purple-light:focus{
  border-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:border-deep-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(103, 58, 183, var(--tw-border-opacity));
}

:root .focus\:border-pink-light:focus{
  border-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:border-pink:focus{
  --tw-border-opacity: 1;
  border-color: rgba(233, 30, 99, var(--tw-border-opacity));
}

:root .focus\:border-primary-light:focus{
  border-color: rgba(var(--color-primary), .1);
}

:root .focus\:border-primary:focus{
  border-color: rgb(var(--color-primary));
}

:root .focus\:border-accent-light:focus{
  border-color: rgba(var(--color-accent), .1);
}

:root .focus\:border-accent:focus{
  border-color: rgb(var(--color-accent));
}

:root .focus\:border-warn-light:focus{
  border-color: rgba(var(--color-warn), .1);
}

:root .focus\:border-warn:focus{
  border-color: rgb(var(--color-warn));
}

:root .focus\:border-am-base-background:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 246, 255, var(--tw-border-opacity));
}

:root .focus\:border-am-main-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-border-opacity));
}

:root .focus\:border-am-main-blue-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(208, 216, 255, var(--tw-border-opacity));
}

:root .focus\:border-am-main-blue-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 77, var(--tw-border-opacity));
}

:root .focus\:border-am-gray:focus{
  --tw-border-opacity: 1;
  border-color: rgba(154, 154, 154, var(--tw-border-opacity));
}

:root .focus\:border-am-gray-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 190, 190, var(--tw-border-opacity));
}

:root .focus\:border-am-gray-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

:root .focus\:border-am-new-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-border-opacity));
}

:root .focus\:border-am-new-green-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(186, 238, 208, var(--tw-border-opacity));
}

:root .focus\:border-am-new-green-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(39, 131, 77, var(--tw-border-opacity));
}

:root .focus\:border-am-new-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-border-opacity));
}

:root .focus\:border-am-new-orange-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(251, 195, 160, var(--tw-border-opacity));
}

:root .focus\:border-am-new-orange-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(175, 95, 46, var(--tw-border-opacity));
}

:root .focus\:border-am-coral:focus{
  --tw-border-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-border-opacity));
}

:root .focus\:border-am-coral-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(246, 199, 184, var(--tw-border-opacity));
}

:root .focus\:border-am-coral-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 106, 80, var(--tw-border-opacity));
}

:root .focus\:border-am-teal:focus{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-border-opacity));
}

:root .focus\:border-am-teal-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(179, 240, 237, var(--tw-border-opacity));
}

:root .focus\:border-am-teal-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(68, 157, 153, var(--tw-border-opacity));
}

:root .focus\:border-am-new-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .focus\:border-am-new-red-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(242, 176, 176, var(--tw-border-opacity));
}

:root .focus\:border-am-new-red-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(172, 61, 61, var(--tw-border-opacity));
}

:root .focus\:border-am-new-yellow:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-border-opacity));
}

:root .focus\:border-am-new-yellow-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 235, 153, var(--tw-border-opacity));
}

:root .focus\:border-am-new-yellow-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(165, 108, 0, var(--tw-border-opacity));
}

:root .focus\:border-am-new-pink:focus{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-border-opacity));
}

:root .focus\:border-am-new-pink-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(236, 186, 238, var(--tw-border-opacity));
}

:root .focus\:border-am-new-pink-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(151, 86, 154, var(--tw-border-opacity));
}

:root .focus\:border-am-new-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(143, 126, 227, var(--tw-border-opacity));
}

:root .focus\:border-am-new-purple-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(186, 172, 255, var(--tw-border-opacity));
}

:root .focus\:border-am-new-purple-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(113, 100, 177, var(--tw-border-opacity));
}

:root .focus\:border-am-purple-transparent:focus{
  border-color: #757de338;
}

:root .focus\:border-am-purple-relight:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 241, 255, var(--tw-border-opacity));
}

:root .focus\:border-am-purple-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(219, 220, 255, var(--tw-border-opacity));
}

:root .focus\:border-am-purple-medium:focus{
  --tw-border-opacity: 1;
  border-color: rgba(146, 125, 234, var(--tw-border-opacity));
}

:root .focus\:border-am-purple-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(70, 84, 153, var(--tw-border-opacity));
}

:root .focus\:border-am-purple:focus{
  --tw-border-opacity: 1;
  border-color: rgba(112, 132, 227, var(--tw-border-opacity));
}

:root .focus\:border-am-green-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(119, 222, 162, var(--tw-border-opacity));
}

:root .focus\:border-am-green-brightest:focus{
  border-color: #77DEA280;
}

:root .focus\:border-am-green-cyan:focus{
  --tw-border-opacity: 1;
  border-color: rgba(38, 178, 143, var(--tw-border-opacity));
}

:root .focus\:border-am-green-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(31, 143, 78, var(--tw-border-opacity));
}

:root .focus\:border-am-green-aqua:focus{
  --tw-border-opacity: 1;
  border-color: rgba(125, 234, 180, var(--tw-border-opacity));
}

:root .focus\:border-am-green-brightest-transparent:focus{
  --tw-border-opacity: 1;
  border-color: rgba(233, 248, 238, var(--tw-border-opacity));
}

:root .focus\:border-am-green-hover:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 252, 247, var(--tw-border-opacity));
}

:root .focus\:border-am-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(84, 201, 49, var(--tw-border-opacity));
}

:root .focus\:border-am-red-alive:focus{
  --tw-border-opacity: 1;
  border-color: rgba(229, 98, 98, var(--tw-border-opacity));
}

:root .focus\:border-am-red-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 206, var(--tw-border-opacity));
}

:root .focus\:border-am-red-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(217, 61, 61, var(--tw-border-opacity));
}

:root .focus\:border-am-red-intense:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 8, 70, var(--tw-border-opacity));
}

:root .focus\:border-am-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .focus\:border-am-grey-light:focus{
  border-color: #BFC4FF1F;
}

:root .focus\:border-am-grey-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(44, 48, 62, var(--tw-border-opacity));
}

:root .focus\:border-am-grey-medium:focus{
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

:root .focus\:border-am-grey-transparent:focus{
  border-color: #BFC4FF4B;
}

:root .focus\:border-am-grey:focus{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

:root .focus\:border-am-pink-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(237, 207, 240, var(--tw-border-opacity));
}

:root .focus\:border-am-pink-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(169, 65, 174, var(--tw-border-opacity));
}

:root .focus\:border-am-pink-brightest:focus{
  border-color: #d977dd3b;
}

:root .focus\:border-am-pink-rose:focus{
  --tw-border-opacity: 1;
  border-color: rgba(248, 187, 208, var(--tw-border-opacity));
}

:root .focus\:border-am-pink:focus{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 221, var(--tw-border-opacity));
}

:root .focus\:border-am-orange-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(248, 145, 3, var(--tw-border-opacity));
}

:root .focus\:border-am-orange-relight:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 241, 232, var(--tw-border-opacity));
}

:root .focus\:border-am-orange-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(181, 124, 0, var(--tw-border-opacity));
}

:root .focus\:border-am-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(247, 136, 66, var(--tw-border-opacity));
}

:root .focus\:border-am-cyan-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(179, 237, 244, var(--tw-border-opacity));
}

:root .focus\:border-am-cyan-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(18, 154, 166, var(--tw-border-opacity));
}

:root .focus\:border-am-cyan-blue:focus{
  border-color: #0061FD60;
}

:root .focus\:border-am-cyan-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(185, 234, 223, var(--tw-border-opacity));
}

:root .focus\:border-am-cyan:focus{
  --tw-border-opacity: 1;
  border-color: rgba(24, 217, 234, var(--tw-border-opacity));
}

:root .focus\:border-am-blue-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(146, 201, 242, var(--tw-border-opacity));
}

:root .focus\:border-am-blue:focus{
  border-color: #0061FD60;
}

:root .focus\:border-am-blue-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(87, 132, 165, var(--tw-border-opacity));
}

:root .focus\:border-am-yellow-resalt:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 0, var(--tw-border-opacity));
}

:root .focus\:border-am-yellow-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(248, 233, 174, var(--tw-border-opacity));
}

:root .focus\:border-am-yellow-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(193, 139, 17, var(--tw-border-opacity));
}

:root .focus\:border-am-yellow:focus{
  --tw-border-opacity: 1;
  border-color: rgba(250, 208, 115, var(--tw-border-opacity));
}

:root .focus\:border-am-cream-entry:focus{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 171, var(--tw-border-opacity));
}

:root .focus\:border-am-cream-entry_light:focus{
  border-color: #81E6AB33;
}

:root .focus\:border-am-cream-entry_text:focus{
  border-color: #81E6ABB3;
}

:root .focus\:border-am-cream-lunchgo:focus{
  --tw-border-opacity: 1;
  border-color: rgba(238, 186, 114, var(--tw-border-opacity));
}

:root .focus\:border-am-cream-lunchgo_light:focus{
  border-color: #EEBA7233;
}

:root .focus\:border-am-cream-lunchgo_text:focus{
  border-color: #EEBA72B3;
}

:root .focus\:border-am-cream-lunchback:focus{
  --tw-border-opacity: 1;
  border-color: rgba(238, 143, 114, var(--tw-border-opacity));
}

:root .focus\:border-am-cream-lunchback_light:focus{
  border-color: #EE8F7233;
}

:root .focus\:border-am-cream-lunchback_text:focus{
  border-color: #EE8F72B3;
}

:root .focus\:border-am-cream-exit:focus{
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 226, var(--tw-border-opacity));
}

:root .focus\:border-am-cream-exit_light:focus{
  border-color: #81E6E233;
}

:root .focus\:border-am-cream-exit_text:focus{
  border-color: #81E6E2B3;
}

:root .focus\:border-am-cream-yesterday:focus{
  --tw-border-opacity: 1;
  border-color: rgba(222, 119, 119, var(--tw-border-opacity));
}

:root .focus\:border-am-cream-yesterday_light:focus{
  border-color: #DE777733;
}

:root .focus\:border-am-cream-yesterday_text:focus{
  border-color: #DE7777B3;
}

:root .focus\:border-am-brown-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(241, 225, 216, var(--tw-border-opacity));
}

:root .focus\:border-am-brown-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(80, 29, 14, var(--tw-border-opacity));
}

:root .focus\:border-am-brown:focus{
  --tw-border-opacity: 1;
  border-color: rgba(162, 62, 0, var(--tw-border-opacity));
}

:root .border-opacity-0{
  --tw-border-opacity: 0;
}

:root .border-opacity-25{
  --tw-border-opacity: 0.25;
}

:root .border-opacity-40{
  --tw-border-opacity: 0.4;
}

:root .border-opacity-50{
  --tw-border-opacity: 0.5;
}

:root .border-opacity-75{
  --tw-border-opacity: 0.75;
}

:root .border-opacity-100{
  --tw-border-opacity: 1;
}

:root .group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

:root .group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

:root .group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4;
}

:root .group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

:root .group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

:root .group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

:root .focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

:root .focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

:root .focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4;
}

:root .focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

:root .focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

:root .focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

:root .hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

:root .hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

:root .hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}

:root .hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

:root .hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

:root .hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

:root .focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

:root .focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

:root .focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}

:root .focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

:root .focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

:root .focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

:root .bg-base{
  background-color: var(--background-base);
}

:root .bg-card{
  background-color: var(--background-card);
}

:root .bg-app-bar{
  background-color: var(--background-app-bar);
}

:root .bg-hover{
  background-color: var(--background-hover);
}

:root .bg-current{
  background-color: currentColor;
}

:root .bg-transparent{
  background-color: transparent;
}

:root .bg-black{
  background-color: var(--text-color);
}

:root .bg-white{
  background-color: var(--text-color-light);
}

:root .bg-contrast-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .bg-contrast-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .bg-grays-light{
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

:root .bg-grays{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
}

:root .bg-gray-light{
  background-color: rgba(158, 158, 158, 0.1);
}

:root .bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
}

:root .bg-red-light{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .bg-red{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .bg-orange-light{
  background-color: rgba(255, 152, 0, 0.1);
}

:root .bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
}

:root .bg-deep-orange-light{
  background-color: rgba(255, 87, 34, 0.1);
}

:root .bg-deep-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
}

:root .bg-amber-light{
  background-color: rgba(255, 193, 7, 0.1);
}

:root .bg-amber{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

:root .bg-green-light{
  background-color: rgba(76, 175, 80, 0.1);
}

:root .bg-green{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
}

:root .bg-teal-light{
  background-color: rgba(0, 150, 136, 0.1);
}

:root .bg-teal{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
}

:root .bg-cyan-light{
  background-color: rgba(0, 188, 212, 0.1);
}

:root .bg-cyan{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
}

:root .bg-purple-light{
  background-color: rgba(156, 39, 176, 0.1);
}

:root .bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
}

:root .bg-deep-purple-light{
  background-color: rgba(103, 58, 183, 0.1);
}

:root .bg-deep-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
}

:root .bg-pink-light{
  background-color: rgba(233, 30, 99, 0.1);
}

:root .bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
}

:root .bg-primary-light{
  background-color: rgba(var(--color-primary), .1);
}

:root .bg-primary{
  background-color: rgb(var(--color-primary));
}

:root .bg-accent-light{
  background-color: rgba(var(--color-accent), .1);
}

:root .bg-accent{
  background-color: rgb(var(--color-accent));
}

:root .bg-warn-light{
  background-color: rgba(var(--color-warn), .1);
}

:root .bg-warn{
  background-color: rgb(var(--color-warn));
}

:root .bg-am-base-background{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
}

:root .bg-am-main-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .bg-am-main-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
}

:root .bg-am-main-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
}

:root .bg-am-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
}

:root .bg-am-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
}

:root .bg-am-gray-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .bg-am-new-green{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .bg-am-new-green-light{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
}

:root .bg-am-new-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
}

:root .bg-am-new-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .bg-am-new-orange-light{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
}

:root .bg-am-new-orange-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
}

:root .bg-am-coral{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .bg-am-coral-light{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
}

:root .bg-am-coral-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
}

:root .bg-am-teal{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .bg-am-teal-light{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
}

:root .bg-am-teal-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
}

:root .bg-am-new-red{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .bg-am-new-red-light{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
}

:root .bg-am-new-red-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
}

:root .bg-am-new-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .bg-am-new-yellow-light{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
}

:root .bg-am-new-yellow-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
}

:root .bg-am-new-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .bg-am-new-pink-light{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
}

:root .bg-am-new-pink-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
}

:root .bg-am-new-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
}

:root .bg-am-new-purple-light{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
}

:root .bg-am-new-purple-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
}

:root .bg-am-purple-transparent{
  background-color: #757de338;
}

:root .bg-am-purple-relight{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
}

:root .bg-am-purple-light{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
}

:root .bg-am-purple-medium{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
}

:root .bg-am-purple-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
}

:root .bg-am-purple{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .bg-am-green-light{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .bg-am-green-brightest{
  background-color: #77DEA280;
}

:root .bg-am-green-cyan{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
}

:root .bg-am-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
}

:root .bg-am-green-aqua{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
}

:root .bg-am-green-brightest-transparent{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
}

:root .bg-am-green-hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
}

:root .bg-am-green{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
}

:root .bg-am-red-alive{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
}

:root .bg-am-red-light{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
}

:root .bg-am-red-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
}

:root .bg-am-red-intense{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
}

:root .bg-am-red{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .bg-am-grey-light{
  background-color: #BFC4FF1F;
}

:root .bg-am-grey-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
}

:root .bg-am-grey-medium{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

:root .bg-am-grey-transparent{
  background-color: #BFC4FF4B;
}

:root .bg-am-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .bg-am-pink-light{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
}

:root .bg-am-pink-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
}

:root .bg-am-pink-brightest{
  background-color: #d977dd3b;
}

:root .bg-am-pink-rose{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
}

:root .bg-am-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .bg-am-orange-light{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
}

:root .bg-am-orange-relight{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
}

:root .bg-am-orange-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
}

:root .bg-am-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .bg-am-cyan-light{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
}

:root .bg-am-cyan-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
}

:root .bg-am-cyan-blue{
  background-color: #0061FD60;
}

:root .bg-am-cyan-green{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
}

:root .bg-am-cyan{
  --tw-bg-opacity: 1;
  background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
}

:root .bg-am-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
}

:root .bg-am-blue{
  background-color: #0061FD60;
}

:root .bg-am-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
}

:root .bg-am-yellow-resalt{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .bg-am-yellow-light{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
}

:root .bg-am-yellow-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
}

:root .bg-am-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
}

:root .bg-am-cream-entry{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
}

:root .bg-am-cream-entry_light{
  background-color: #81E6AB33;
}

:root .bg-am-cream-entry_text{
  background-color: #81E6ABB3;
}

:root .bg-am-cream-lunchgo{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
}

:root .bg-am-cream-lunchgo_light{
  background-color: #EEBA7233;
}

:root .bg-am-cream-lunchgo_text{
  background-color: #EEBA72B3;
}

:root .bg-am-cream-lunchback{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .bg-am-cream-lunchback_light{
  background-color: #EE8F7233;
}

:root .bg-am-cream-lunchback_text{
  background-color: #EE8F72B3;
}

:root .bg-am-cream-exit{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .bg-am-cream-exit_light{
  background-color: #81E6E233;
}

:root .bg-am-cream-exit_text{
  background-color: #81E6E2B3;
}

:root .bg-am-cream-yesterday{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .bg-am-cream-yesterday_light{
  background-color: #DE777733;
}

:root .bg-am-cream-yesterday_text{
  background-color: #DE7777B3;
}

:root .bg-am-brown-light{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
}

:root .bg-am-brown-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
}

:root .bg-am-brown{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-base:hover{
  background-color: var(--background-base);
}

:root .hover\:bg-card:hover{
  background-color: var(--background-card);
}

:root .hover\:bg-app-bar:hover{
  background-color: var(--background-app-bar);
}

:root .hover\:bg-hover:hover{
  background-color: var(--background-hover);
}

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

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

:root .hover\:bg-black:hover{
  background-color: var(--text-color);
}

:root .hover\:bg-white:hover{
  background-color: var(--text-color-light);
}

:root .hover\:bg-contrast-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-contrast-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-grays-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

:root .hover\:bg-grays:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
}

:root .hover\:bg-gray-light:hover{
  background-color: rgba(158, 158, 158, 0.1);
}

:root .hover\:bg-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
}

:root .hover\:bg-red-light:hover{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .hover\:bg-orange-light:hover{
  background-color: rgba(255, 152, 0, 0.1);
}

:root .hover\:bg-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-deep-orange-light:hover{
  background-color: rgba(255, 87, 34, 0.1);
}

:root .hover\:bg-deep-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
}

:root .hover\:bg-amber-light:hover{
  background-color: rgba(255, 193, 7, 0.1);
}

:root .hover\:bg-amber:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

:root .hover\:bg-green-light:hover{
  background-color: rgba(76, 175, 80, 0.1);
}

:root .hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
}

:root .hover\:bg-teal-light:hover{
  background-color: rgba(0, 150, 136, 0.1);
}

:root .hover\:bg-teal:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
}

:root .hover\:bg-cyan-light:hover{
  background-color: rgba(0, 188, 212, 0.1);
}

:root .hover\:bg-cyan:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
}

:root .hover\:bg-purple-light:hover{
  background-color: rgba(156, 39, 176, 0.1);
}

:root .hover\:bg-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
}

:root .hover\:bg-deep-purple-light:hover{
  background-color: rgba(103, 58, 183, 0.1);
}

:root .hover\:bg-deep-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
}

:root .hover\:bg-pink-light:hover{
  background-color: rgba(233, 30, 99, 0.1);
}

:root .hover\:bg-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
}

:root .hover\:bg-primary-light:hover{
  background-color: rgba(var(--color-primary), .1);
}

:root .hover\:bg-primary:hover{
  background-color: rgb(var(--color-primary));
}

:root .hover\:bg-accent-light:hover{
  background-color: rgba(var(--color-accent), .1);
}

:root .hover\:bg-accent:hover{
  background-color: rgb(var(--color-accent));
}

:root .hover\:bg-warn-light:hover{
  background-color: rgba(var(--color-warn), .1);
}

:root .hover\:bg-warn:hover{
  background-color: rgb(var(--color-warn));
}

:root .hover\:bg-am-base-background:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-am-main-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .hover\:bg-am-main-blue-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-am-main-blue-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
}

:root .hover\:bg-am-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
}

:root .hover\:bg-am-gray-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
}

:root .hover\:bg-am-gray-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-green-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-green-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-orange-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-orange-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
}

:root .hover\:bg-am-coral:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .hover\:bg-am-coral-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
}

:root .hover\:bg-am-coral-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
}

:root .hover\:bg-am-teal:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .hover\:bg-am-teal-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
}

:root .hover\:bg-am-teal-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-red-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-red-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-yellow-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-yellow-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-pink-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-pink-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-purple-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-am-new-purple-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
}

:root .hover\:bg-am-purple-transparent:hover{
  background-color: #757de338;
}

:root .hover\:bg-am-purple-relight:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-am-purple-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
}

:root .hover\:bg-am-purple-medium:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
}

:root .hover\:bg-am-purple-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
}

:root .hover\:bg-am-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .hover\:bg-am-green-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .hover\:bg-am-green-brightest:hover{
  background-color: #77DEA280;
}

:root .hover\:bg-am-green-cyan:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
}

:root .hover\:bg-am-green-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
}

:root .hover\:bg-am-green-aqua:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
}

:root .hover\:bg-am-green-brightest-transparent:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
}

:root .hover\:bg-am-green-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
}

:root .hover\:bg-am-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
}

:root .hover\:bg-am-red-alive:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
}

:root .hover\:bg-am-red-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
}

:root .hover\:bg-am-red-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
}

:root .hover\:bg-am-red-intense:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
}

:root .hover\:bg-am-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .hover\:bg-am-grey-light:hover{
  background-color: #BFC4FF1F;
}

:root .hover\:bg-am-grey-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
}

:root .hover\:bg-am-grey-medium:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

:root .hover\:bg-am-grey-transparent:hover{
  background-color: #BFC4FF4B;
}

:root .hover\:bg-am-grey:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .hover\:bg-am-pink-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
}

:root .hover\:bg-am-pink-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
}

:root .hover\:bg-am-pink-brightest:hover{
  background-color: #d977dd3b;
}

:root .hover\:bg-am-pink-rose:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
}

:root .hover\:bg-am-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .hover\:bg-am-orange-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
}

:root .hover\:bg-am-orange-relight:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
}

:root .hover\:bg-am-orange-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-am-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cyan-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cyan-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cyan-blue:hover{
  background-color: #0061FD60;
}

:root .hover\:bg-am-cyan-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cyan:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
}

:root .hover\:bg-am-blue-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
}

:root .hover\:bg-am-blue:hover{
  background-color: #0061FD60;
}

:root .hover\:bg-am-blue-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
}

:root .hover\:bg-am-yellow-resalt:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .hover\:bg-am-yellow-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
}

:root .hover\:bg-am-yellow-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
}

:root .hover\:bg-am-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cream-entry:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cream-entry_light:hover{
  background-color: #81E6AB33;
}

:root .hover\:bg-am-cream-entry_text:hover{
  background-color: #81E6ABB3;
}

:root .hover\:bg-am-cream-lunchgo:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cream-lunchgo_light:hover{
  background-color: #EEBA7233;
}

:root .hover\:bg-am-cream-lunchgo_text:hover{
  background-color: #EEBA72B3;
}

:root .hover\:bg-am-cream-lunchback:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cream-lunchback_light:hover{
  background-color: #EE8F7233;
}

:root .hover\:bg-am-cream-lunchback_text:hover{
  background-color: #EE8F72B3;
}

:root .hover\:bg-am-cream-exit:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cream-exit_light:hover{
  background-color: #81E6E233;
}

:root .hover\:bg-am-cream-exit_text:hover{
  background-color: #81E6E2B3;
}

:root .hover\:bg-am-cream-yesterday:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .hover\:bg-am-cream-yesterday_light:hover{
  background-color: #DE777733;
}

:root .hover\:bg-am-cream-yesterday_text:hover{
  background-color: #DE7777B3;
}

:root .hover\:bg-am-brown-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
}

:root .hover\:bg-am-brown-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
}

:root .hover\:bg-am-brown:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-base:focus{
  background-color: var(--background-base);
}

:root .focus\:bg-card:focus{
  background-color: var(--background-card);
}

:root .focus\:bg-app-bar:focus{
  background-color: var(--background-app-bar);
}

:root .focus\:bg-hover:focus{
  background-color: var(--background-hover);
}

:root .focus\:bg-current:focus{
  background-color: currentColor;
}

:root .focus\:bg-transparent:focus{
  background-color: transparent;
}

:root .focus\:bg-black:focus{
  background-color: var(--text-color);
}

:root .focus\:bg-white:focus{
  background-color: var(--text-color-light);
}

:root .focus\:bg-contrast-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-contrast-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-grays-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

:root .focus\:bg-grays:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
}

:root .focus\:bg-gray-light:focus{
  background-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:bg-gray:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
}

:root .focus\:bg-red-light:focus{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:bg-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .focus\:bg-orange-light:focus{
  background-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:bg-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-deep-orange-light:focus{
  background-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:bg-deep-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
}

:root .focus\:bg-amber-light:focus{
  background-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:bg-amber:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

:root .focus\:bg-green-light:focus{
  background-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:bg-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
}

:root .focus\:bg-teal-light:focus{
  background-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:bg-teal:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
}

:root .focus\:bg-cyan-light:focus{
  background-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:bg-cyan:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
}

:root .focus\:bg-purple-light:focus{
  background-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:bg-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
}

:root .focus\:bg-deep-purple-light:focus{
  background-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:bg-deep-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
}

:root .focus\:bg-pink-light:focus{
  background-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:bg-pink:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
}

:root .focus\:bg-primary-light:focus{
  background-color: rgba(var(--color-primary), .1);
}

:root .focus\:bg-primary:focus{
  background-color: rgb(var(--color-primary));
}

:root .focus\:bg-accent-light:focus{
  background-color: rgba(var(--color-accent), .1);
}

:root .focus\:bg-accent:focus{
  background-color: rgb(var(--color-accent));
}

:root .focus\:bg-warn-light:focus{
  background-color: rgba(var(--color-warn), .1);
}

:root .focus\:bg-warn:focus{
  background-color: rgb(var(--color-warn));
}

:root .focus\:bg-am-base-background:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-am-main-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .focus\:bg-am-main-blue-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-am-main-blue-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
}

:root .focus\:bg-am-gray:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
}

:root .focus\:bg-am-gray-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
}

:root .focus\:bg-am-gray-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-green-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-green-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-orange-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-orange-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
}

:root .focus\:bg-am-coral:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .focus\:bg-am-coral-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
}

:root .focus\:bg-am-coral-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
}

:root .focus\:bg-am-teal:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .focus\:bg-am-teal-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
}

:root .focus\:bg-am-teal-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-red-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-red-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-yellow:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-yellow-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-yellow-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-pink:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-pink-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-pink-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-purple-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-am-new-purple-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
}

:root .focus\:bg-am-purple-transparent:focus{
  background-color: #757de338;
}

:root .focus\:bg-am-purple-relight:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-am-purple-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
}

:root .focus\:bg-am-purple-medium:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
}

:root .focus\:bg-am-purple-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
}

:root .focus\:bg-am-purple:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .focus\:bg-am-green-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .focus\:bg-am-green-brightest:focus{
  background-color: #77DEA280;
}

:root .focus\:bg-am-green-cyan:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
}

:root .focus\:bg-am-green-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
}

:root .focus\:bg-am-green-aqua:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
}

:root .focus\:bg-am-green-brightest-transparent:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
}

:root .focus\:bg-am-green-hover:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
}

:root .focus\:bg-am-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
}

:root .focus\:bg-am-red-alive:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
}

:root .focus\:bg-am-red-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
}

:root .focus\:bg-am-red-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
}

:root .focus\:bg-am-red-intense:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
}

:root .focus\:bg-am-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .focus\:bg-am-grey-light:focus{
  background-color: #BFC4FF1F;
}

:root .focus\:bg-am-grey-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
}

:root .focus\:bg-am-grey-medium:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

:root .focus\:bg-am-grey-transparent:focus{
  background-color: #BFC4FF4B;
}

:root .focus\:bg-am-grey:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .focus\:bg-am-pink-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
}

:root .focus\:bg-am-pink-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
}

:root .focus\:bg-am-pink-brightest:focus{
  background-color: #d977dd3b;
}

:root .focus\:bg-am-pink-rose:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
}

:root .focus\:bg-am-pink:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .focus\:bg-am-orange-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
}

:root .focus\:bg-am-orange-relight:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
}

:root .focus\:bg-am-orange-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-am-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cyan-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cyan-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cyan-blue:focus{
  background-color: #0061FD60;
}

:root .focus\:bg-am-cyan-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cyan:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
}

:root .focus\:bg-am-blue-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
}

:root .focus\:bg-am-blue:focus{
  background-color: #0061FD60;
}

:root .focus\:bg-am-blue-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
}

:root .focus\:bg-am-yellow-resalt:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .focus\:bg-am-yellow-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
}

:root .focus\:bg-am-yellow-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
}

:root .focus\:bg-am-yellow:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cream-entry:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cream-entry_light:focus{
  background-color: #81E6AB33;
}

:root .focus\:bg-am-cream-entry_text:focus{
  background-color: #81E6ABB3;
}

:root .focus\:bg-am-cream-lunchgo:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cream-lunchgo_light:focus{
  background-color: #EEBA7233;
}

:root .focus\:bg-am-cream-lunchgo_text:focus{
  background-color: #EEBA72B3;
}

:root .focus\:bg-am-cream-lunchback:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cream-lunchback_light:focus{
  background-color: #EE8F7233;
}

:root .focus\:bg-am-cream-lunchback_text:focus{
  background-color: #EE8F72B3;
}

:root .focus\:bg-am-cream-exit:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cream-exit_light:focus{
  background-color: #81E6E233;
}

:root .focus\:bg-am-cream-exit_text:focus{
  background-color: #81E6E2B3;
}

:root .focus\:bg-am-cream-yesterday:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .focus\:bg-am-cream-yesterday_light:focus{
  background-color: #DE777733;
}

:root .focus\:bg-am-cream-yesterday_text:focus{
  background-color: #DE7777B3;
}

:root .focus\:bg-am-brown-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
}

:root .focus\:bg-am-brown-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
}

:root .focus\:bg-am-brown:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
}

:root .disabled\:bg-base:disabled{
  background-color: var(--background-base);
}

:root .disabled\:bg-card:disabled{
  background-color: var(--background-card);
}

:root .disabled\:bg-app-bar:disabled{
  background-color: var(--background-app-bar);
}

:root .disabled\:bg-hover:disabled{
  background-color: var(--background-hover);
}

:root .disabled\:bg-current:disabled{
  background-color: currentColor;
}

:root .disabled\:bg-transparent:disabled{
  background-color: transparent;
}

:root .disabled\:bg-black:disabled{
  background-color: var(--text-color);
}

:root .disabled\:bg-white:disabled{
  background-color: var(--text-color-light);
}

:root .disabled\:bg-contrast-black:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

:root .disabled\:bg-contrast-white:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

:root .disabled\:bg-grays-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

:root .disabled\:bg-grays:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
}

:root .disabled\:bg-gray-light:disabled{
  background-color: rgba(158, 158, 158, 0.1);
}

:root .disabled\:bg-gray:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
}

:root .disabled\:bg-red-light:disabled{
  background-color: rgba(244, 67, 54, 0.1);
}

:root .disabled\:bg-red:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
}

:root .disabled\:bg-orange-light:disabled{
  background-color: rgba(255, 152, 0, 0.1);
}

:root .disabled\:bg-orange:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
}

:root .disabled\:bg-deep-orange-light:disabled{
  background-color: rgba(255, 87, 34, 0.1);
}

:root .disabled\:bg-deep-orange:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
}

:root .disabled\:bg-amber-light:disabled{
  background-color: rgba(255, 193, 7, 0.1);
}

:root .disabled\:bg-amber:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
}

:root .disabled\:bg-green-light:disabled{
  background-color: rgba(76, 175, 80, 0.1);
}

:root .disabled\:bg-green:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
}

:root .disabled\:bg-teal-light:disabled{
  background-color: rgba(0, 150, 136, 0.1);
}

:root .disabled\:bg-teal:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
}

:root .disabled\:bg-cyan-light:disabled{
  background-color: rgba(0, 188, 212, 0.1);
}

:root .disabled\:bg-cyan:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
}

:root .disabled\:bg-purple-light:disabled{
  background-color: rgba(156, 39, 176, 0.1);
}

:root .disabled\:bg-purple:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
}

:root .disabled\:bg-deep-purple-light:disabled{
  background-color: rgba(103, 58, 183, 0.1);
}

:root .disabled\:bg-deep-purple:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
}

:root .disabled\:bg-pink-light:disabled{
  background-color: rgba(233, 30, 99, 0.1);
}

:root .disabled\:bg-pink:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
}

:root .disabled\:bg-primary-light:disabled{
  background-color: rgba(var(--color-primary), .1);
}

:root .disabled\:bg-primary:disabled{
  background-color: rgb(var(--color-primary));
}

:root .disabled\:bg-accent-light:disabled{
  background-color: rgba(var(--color-accent), .1);
}

:root .disabled\:bg-accent:disabled{
  background-color: rgb(var(--color-accent));
}

:root .disabled\:bg-warn-light:disabled{
  background-color: rgba(var(--color-warn), .1);
}

:root .disabled\:bg-warn:disabled{
  background-color: rgb(var(--color-warn));
}

:root .disabled\:bg-am-base-background:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-main-blue:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-main-blue-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-main-blue-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-gray:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-gray-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-gray-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-green:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-green-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-green-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-orange:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-orange-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-orange-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-coral:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-coral-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-coral-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-teal:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-teal-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-teal-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-red:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-red-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-red-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-yellow:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-yellow-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-yellow-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-pink:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-pink-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-pink-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-purple:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-purple-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-new-purple-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-purple-transparent:disabled{
  background-color: #757de338;
}

:root .disabled\:bg-am-purple-relight:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-purple-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-purple-medium:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-purple-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-purple:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-green-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-green-brightest:disabled{
  background-color: #77DEA280;
}

:root .disabled\:bg-am-green-cyan:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-green-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-green-aqua:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-green-brightest-transparent:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-green-hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-green:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-red-alive:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-red-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-red-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-red-intense:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-red:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-grey-light:disabled{
  background-color: #BFC4FF1F;
}

:root .disabled\:bg-am-grey-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-grey-medium:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-grey-transparent:disabled{
  background-color: #BFC4FF4B;
}

:root .disabled\:bg-am-grey:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-pink-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-pink-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-pink-brightest:disabled{
  background-color: #d977dd3b;
}

:root .disabled\:bg-am-pink-rose:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-pink:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-orange-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-orange-relight:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-orange-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-orange:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cyan-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cyan-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cyan-blue:disabled{
  background-color: #0061FD60;
}

:root .disabled\:bg-am-cyan-green:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cyan:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-blue-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-blue:disabled{
  background-color: #0061FD60;
}

:root .disabled\:bg-am-blue-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-yellow-resalt:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-yellow-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-yellow-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-yellow:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cream-entry:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cream-entry_light:disabled{
  background-color: #81E6AB33;
}

:root .disabled\:bg-am-cream-entry_text:disabled{
  background-color: #81E6ABB3;
}

:root .disabled\:bg-am-cream-lunchgo:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cream-lunchgo_light:disabled{
  background-color: #EEBA7233;
}

:root .disabled\:bg-am-cream-lunchgo_text:disabled{
  background-color: #EEBA72B3;
}

:root .disabled\:bg-am-cream-lunchback:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cream-lunchback_light:disabled{
  background-color: #EE8F7233;
}

:root .disabled\:bg-am-cream-lunchback_text:disabled{
  background-color: #EE8F72B3;
}

:root .disabled\:bg-am-cream-exit:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cream-exit_light:disabled{
  background-color: #81E6E233;
}

:root .disabled\:bg-am-cream-exit_text:disabled{
  background-color: #81E6E2B3;
}

:root .disabled\:bg-am-cream-yesterday:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-cream-yesterday_light:disabled{
  background-color: #DE777733;
}

:root .disabled\:bg-am-cream-yesterday_text:disabled{
  background-color: #DE7777B3;
}

:root .disabled\:bg-am-brown-light:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-brown-dark:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
}

:root .disabled\:bg-am-brown:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
}

:root .bg-opacity-0{
  --tw-bg-opacity: 0;
}

:root .bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

:root .bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

:root .bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

:root .bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

:root .bg-opacity-100{
  --tw-bg-opacity: 1;
}

:root .group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

:root .group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

:root .group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

:root .group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

:root .group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

:root .group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

:root .focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

:root .focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

:root .focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4;
}

:root .focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

:root .focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

:root .focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

:root .hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

:root .hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

:root .hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

:root .hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

:root .hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

:root .hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

:root .focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

:root .focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

:root .focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

:root .focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

:root .focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

:root .focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

:root .bg-none{
  background-image: none;
}

:root .bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

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

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

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

:root .bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

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

:root .bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

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

:root .from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .from-black{
  --tw-gradient-from: var(--text-color);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-white{
  --tw-gradient-from: var(--text-color-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-contrast-black{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .from-contrast-white{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-grays-light{
  --tw-gradient-from: #D6D6D6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

:root .from-grays{
  --tw-gradient-from: #969CA7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
}

:root .from-gray-light{
  --tw-gradient-from: rgba(158, 158, 158, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .from-gray{
  --tw-gradient-from: rgb(158, 158, 158);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .from-red-light{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .from-red{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .from-orange-light{
  --tw-gradient-from: rgba(255, 152, 0, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .from-orange{
  --tw-gradient-from: rgb(255, 152, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .from-deep-orange-light{
  --tw-gradient-from: rgba(255, 87, 34, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .from-deep-orange{
  --tw-gradient-from: rgb(255, 87, 34);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .from-amber-light{
  --tw-gradient-from: rgba(255, 193, 7, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .from-amber{
  --tw-gradient-from: rgb(255, 193, 7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .from-green-light{
  --tw-gradient-from: rgba(76, 175, 80, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .from-green{
  --tw-gradient-from: rgb(76, 175, 80);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .from-teal-light{
  --tw-gradient-from: rgba(0, 150, 136, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .from-teal{
  --tw-gradient-from: rgb(0, 150, 136);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .from-cyan-light{
  --tw-gradient-from: rgba(0, 188, 212, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .from-cyan{
  --tw-gradient-from: rgb(0, 188, 212);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .from-purple-light{
  --tw-gradient-from: rgba(156, 39, 176, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .from-purple{
  --tw-gradient-from: rgb(156, 39, 176);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .from-deep-purple-light{
  --tw-gradient-from: rgba(103, 58, 183, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .from-deep-purple{
  --tw-gradient-from: rgb(103, 58, 183);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .from-pink-light{
  --tw-gradient-from: rgba(233, 30, 99, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .from-pink{
  --tw-gradient-from: rgb(233, 30, 99);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .from-primary-light{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-primary{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-accent-light{
  --tw-gradient-from: rgba(var(--color-accent), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-accent{
  --tw-gradient-from: rgb(var(--color-accent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-warn-light{
  --tw-gradient-from: rgba(var(--color-warn), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-warn{
  --tw-gradient-from: rgb(var(--color-warn));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .from-am-base-background{
  --tw-gradient-from: #F4F6FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
}

:root .from-am-main-blue{
  --tw-gradient-from: #7084E3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .from-am-main-blue-light{
  --tw-gradient-from: #d0d8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
}

:root .from-am-main-blue-dark{
  --tw-gradient-from: #00004d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
}

:root .from-am-gray{
  --tw-gradient-from: #9a9a9a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
}

:root .from-am-gray-light{
  --tw-gradient-from: #bebebe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
}

:root .from-am-gray-dark{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .from-am-new-green{
  --tw-gradient-from: #77dea2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .from-am-new-green-light{
  --tw-gradient-from: #baeed0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
}

:root .from-am-new-green-dark{
  --tw-gradient-from: #27834d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
}

:root .from-am-new-orange{
  --tw-gradient-from: #f78842;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .from-am-new-orange-light{
  --tw-gradient-from: #fbc3a0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
}

:root .from-am-new-orange-dark{
  --tw-gradient-from: #af5f2e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
}

:root .from-am-coral{
  --tw-gradient-from: #ee8f72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .from-am-coral-light{
  --tw-gradient-from: #f6c7b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
}

:root .from-am-coral-dark{
  --tw-gradient-from: #be6a50;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
}

:root .from-am-teal{
  --tw-gradient-from: #81e6e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .from-am-teal-light{
  --tw-gradient-from: #b3f0ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
}

:root .from-am-teal-dark{
  --tw-gradient-from: #449D99;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
}

:root .from-am-new-red{
  --tw-gradient-from: #de7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .from-am-new-red-light{
  --tw-gradient-from: #f2b0b0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
}

:root .from-am-new-red-dark{
  --tw-gradient-from: #ac3d3d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
}

:root .from-am-new-yellow{
  --tw-gradient-from: #ffce00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .from-am-new-yellow-light{
  --tw-gradient-from: #ffeb99;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
}

:root .from-am-new-yellow-dark{
  --tw-gradient-from: #a56c00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
}

:root .from-am-new-pink{
  --tw-gradient-from: #d977dd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .from-am-new-pink-light{
  --tw-gradient-from: #ecbaee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
}

:root .from-am-new-pink-dark{
  --tw-gradient-from: #97569a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
}

:root .from-am-new-purple{
  --tw-gradient-from: #8f7ee3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
}

:root .from-am-new-purple-light{
  --tw-gradient-from: #baacff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
}

:root .from-am-new-purple-dark{
  --tw-gradient-from: #7164b1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
}

:root .from-am-purple-transparent{
  --tw-gradient-from: #757de338;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
}

:root .from-am-purple-relight{
  --tw-gradient-from: #f0f1ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
}

:root .from-am-purple-light{
  --tw-gradient-from: #dbdcff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
}

:root .from-am-purple-medium{
  --tw-gradient-from: #927DEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
}

:root .from-am-purple-dark{
  --tw-gradient-from: #465499;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
}

:root .from-am-purple{
  --tw-gradient-from: #7084E3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .from-am-green-light{
  --tw-gradient-from: #77DEA2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .from-am-green-brightest{
  --tw-gradient-from: #77DEA280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .from-am-green-cyan{
  --tw-gradient-from: #26b28f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
}

:root .from-am-green-dark{
  --tw-gradient-from: #1f8f4e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
}

:root .from-am-green-aqua{
  --tw-gradient-from: #7DEAB4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
}

:root .from-am-green-brightest-transparent{
  --tw-gradient-from: #e9f8ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
}

:root .from-am-green-hover{
  --tw-gradient-from: #F5FCF7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
}

:root .from-am-green{
  --tw-gradient-from: #54C931;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
}

:root .from-am-red-alive{
  --tw-gradient-from: #E56262;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
}

:root .from-am-red-light{
  --tw-gradient-from: #ffcece;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
}

:root .from-am-red-dark{
  --tw-gradient-from: #d93d3d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
}

:root .from-am-red-intense{
  --tw-gradient-from: #f00846;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
}

:root .from-am-red{
  --tw-gradient-from: #DE7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .from-am-grey-light{
  --tw-gradient-from: #BFC4FF1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .from-am-grey-dark{
  --tw-gradient-from: #2C303E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
}

:root .from-am-grey-medium{
  --tw-gradient-from: #bbbbbb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

:root .from-am-grey-transparent{
  --tw-gradient-from: #BFC4FF4B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .from-am-grey{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .from-am-pink-light{
  --tw-gradient-from: #edcff0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
}

:root .from-am-pink-dark{
  --tw-gradient-from: #a941ae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
}

:root .from-am-pink-brightest{
  --tw-gradient-from: #d977dd3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .from-am-pink-rose{
  --tw-gradient-from: #F8BBD0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
}

:root .from-am-pink{
  --tw-gradient-from: #D977DD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .from-am-orange-light{
  --tw-gradient-from: #f89103;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
}

:root .from-am-orange-relight{
  --tw-gradient-from: #fff1e8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
}

:root .from-am-orange-dark{
  --tw-gradient-from: #b57c00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
}

:root .from-am-orange{
  --tw-gradient-from: #f78842;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .from-am-cyan-light{
  --tw-gradient-from: #b3edf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
}

:root .from-am-cyan-dark{
  --tw-gradient-from: #129aa6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
}

:root .from-am-cyan-blue{
  --tw-gradient-from: #0061FD60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .from-am-cyan-green{
  --tw-gradient-from: #b9eadf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
}

:root .from-am-cyan{
  --tw-gradient-from: #18D9EA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
}

:root .from-am-blue-light{
  --tw-gradient-from: #92C9F2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
}

:root .from-am-blue{
  --tw-gradient-from: #0061FD60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .from-am-blue-dark{
  --tw-gradient-from: #5784a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
}

:root .from-am-yellow-resalt{
  --tw-gradient-from: #FFCE00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .from-am-yellow-light{
  --tw-gradient-from: #f8e9ae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
}

:root .from-am-yellow-dark{
  --tw-gradient-from: #c18b11;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
}

:root .from-am-yellow{
  --tw-gradient-from: #FAD073;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
}

:root .from-am-cream-entry{
  --tw-gradient-from: #81E6AB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .from-am-cream-entry_light{
  --tw-gradient-from: #81E6AB33;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .from-am-cream-entry_text{
  --tw-gradient-from: #81E6ABB3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .from-am-cream-lunchgo{
  --tw-gradient-from: #EEBA72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .from-am-cream-lunchgo_light{
  --tw-gradient-from: #EEBA7233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .from-am-cream-lunchgo_text{
  --tw-gradient-from: #EEBA72B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .from-am-cream-lunchback{
  --tw-gradient-from: #EE8F72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .from-am-cream-lunchback_light{
  --tw-gradient-from: #EE8F7233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .from-am-cream-lunchback_text{
  --tw-gradient-from: #EE8F72B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .from-am-cream-exit{
  --tw-gradient-from: #81E6E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .from-am-cream-exit_light{
  --tw-gradient-from: #81E6E233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .from-am-cream-exit_text{
  --tw-gradient-from: #81E6E2B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .from-am-cream-yesterday{
  --tw-gradient-from: #DE7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .from-am-cream-yesterday_light{
  --tw-gradient-from: #DE777733;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .from-am-cream-yesterday_text{
  --tw-gradient-from: #DE7777B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .from-am-brown-light{
  --tw-gradient-from: #f1e1d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
}

:root .from-am-brown-dark{
  --tw-gradient-from: #501D0E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
}

:root .from-am-brown{
  --tw-gradient-from: #A23E00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
}

:root .hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:from-black:hover{
  --tw-gradient-from: var(--text-color);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-white:hover{
  --tw-gradient-from: var(--text-color-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-contrast-black:hover{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:from-contrast-white:hover{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-grays-light:hover{
  --tw-gradient-from: #D6D6D6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

:root .hover\:from-grays:hover{
  --tw-gradient-from: #969CA7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
}

:root .hover\:from-gray-light:hover{
  --tw-gradient-from: rgba(158, 158, 158, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:from-gray:hover{
  --tw-gradient-from: rgb(158, 158, 158);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:from-red-light:hover{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:from-red:hover{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:from-orange-light:hover{
  --tw-gradient-from: rgba(255, 152, 0, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:from-orange:hover{
  --tw-gradient-from: rgb(255, 152, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:from-deep-orange-light:hover{
  --tw-gradient-from: rgba(255, 87, 34, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:from-deep-orange:hover{
  --tw-gradient-from: rgb(255, 87, 34);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:from-amber-light:hover{
  --tw-gradient-from: rgba(255, 193, 7, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:from-amber:hover{
  --tw-gradient-from: rgb(255, 193, 7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:from-green-light:hover{
  --tw-gradient-from: rgba(76, 175, 80, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:from-green:hover{
  --tw-gradient-from: rgb(76, 175, 80);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:from-teal-light:hover{
  --tw-gradient-from: rgba(0, 150, 136, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:from-teal:hover{
  --tw-gradient-from: rgb(0, 150, 136);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:from-cyan-light:hover{
  --tw-gradient-from: rgba(0, 188, 212, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:from-cyan:hover{
  --tw-gradient-from: rgb(0, 188, 212);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:from-purple-light:hover{
  --tw-gradient-from: rgba(156, 39, 176, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:from-purple:hover{
  --tw-gradient-from: rgb(156, 39, 176);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:from-deep-purple-light:hover{
  --tw-gradient-from: rgba(103, 58, 183, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:from-deep-purple:hover{
  --tw-gradient-from: rgb(103, 58, 183);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:from-pink-light:hover{
  --tw-gradient-from: rgba(233, 30, 99, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:from-pink:hover{
  --tw-gradient-from: rgb(233, 30, 99);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:from-primary-light:hover{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-primary:hover{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-accent-light:hover{
  --tw-gradient-from: rgba(var(--color-accent), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-accent:hover{
  --tw-gradient-from: rgb(var(--color-accent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-warn-light:hover{
  --tw-gradient-from: rgba(var(--color-warn), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-warn:hover{
  --tw-gradient-from: rgb(var(--color-warn));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:from-am-base-background:hover{
  --tw-gradient-from: #F4F6FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
}

:root .hover\:from-am-main-blue:hover{
  --tw-gradient-from: #7084E3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .hover\:from-am-main-blue-light:hover{
  --tw-gradient-from: #d0d8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
}

:root .hover\:from-am-main-blue-dark:hover{
  --tw-gradient-from: #00004d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
}

:root .hover\:from-am-gray:hover{
  --tw-gradient-from: #9a9a9a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
}

:root .hover\:from-am-gray-light:hover{
  --tw-gradient-from: #bebebe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
}

:root .hover\:from-am-gray-dark:hover{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .hover\:from-am-new-green:hover{
  --tw-gradient-from: #77dea2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .hover\:from-am-new-green-light:hover{
  --tw-gradient-from: #baeed0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
}

:root .hover\:from-am-new-green-dark:hover{
  --tw-gradient-from: #27834d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
}

:root .hover\:from-am-new-orange:hover{
  --tw-gradient-from: #f78842;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .hover\:from-am-new-orange-light:hover{
  --tw-gradient-from: #fbc3a0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
}

:root .hover\:from-am-new-orange-dark:hover{
  --tw-gradient-from: #af5f2e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
}

:root .hover\:from-am-coral:hover{
  --tw-gradient-from: #ee8f72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:from-am-coral-light:hover{
  --tw-gradient-from: #f6c7b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
}

:root .hover\:from-am-coral-dark:hover{
  --tw-gradient-from: #be6a50;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
}

:root .hover\:from-am-teal:hover{
  --tw-gradient-from: #81e6e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:from-am-teal-light:hover{
  --tw-gradient-from: #b3f0ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
}

:root .hover\:from-am-teal-dark:hover{
  --tw-gradient-from: #449D99;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
}

:root .hover\:from-am-new-red:hover{
  --tw-gradient-from: #de7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:from-am-new-red-light:hover{
  --tw-gradient-from: #f2b0b0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
}

:root .hover\:from-am-new-red-dark:hover{
  --tw-gradient-from: #ac3d3d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
}

:root .hover\:from-am-new-yellow:hover{
  --tw-gradient-from: #ffce00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .hover\:from-am-new-yellow-light:hover{
  --tw-gradient-from: #ffeb99;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
}

:root .hover\:from-am-new-yellow-dark:hover{
  --tw-gradient-from: #a56c00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
}

:root .hover\:from-am-new-pink:hover{
  --tw-gradient-from: #d977dd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .hover\:from-am-new-pink-light:hover{
  --tw-gradient-from: #ecbaee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
}

:root .hover\:from-am-new-pink-dark:hover{
  --tw-gradient-from: #97569a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
}

:root .hover\:from-am-new-purple:hover{
  --tw-gradient-from: #8f7ee3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
}

:root .hover\:from-am-new-purple-light:hover{
  --tw-gradient-from: #baacff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
}

:root .hover\:from-am-new-purple-dark:hover{
  --tw-gradient-from: #7164b1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
}

:root .hover\:from-am-purple-transparent:hover{
  --tw-gradient-from: #757de338;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
}

:root .hover\:from-am-purple-relight:hover{
  --tw-gradient-from: #f0f1ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
}

:root .hover\:from-am-purple-light:hover{
  --tw-gradient-from: #dbdcff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
}

:root .hover\:from-am-purple-medium:hover{
  --tw-gradient-from: #927DEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
}

:root .hover\:from-am-purple-dark:hover{
  --tw-gradient-from: #465499;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
}

:root .hover\:from-am-purple:hover{
  --tw-gradient-from: #7084E3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .hover\:from-am-green-light:hover{
  --tw-gradient-from: #77DEA2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .hover\:from-am-green-brightest:hover{
  --tw-gradient-from: #77DEA280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .hover\:from-am-green-cyan:hover{
  --tw-gradient-from: #26b28f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
}

:root .hover\:from-am-green-dark:hover{
  --tw-gradient-from: #1f8f4e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
}

:root .hover\:from-am-green-aqua:hover{
  --tw-gradient-from: #7DEAB4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
}

:root .hover\:from-am-green-brightest-transparent:hover{
  --tw-gradient-from: #e9f8ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
}

:root .hover\:from-am-green-hover:hover{
  --tw-gradient-from: #F5FCF7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
}

:root .hover\:from-am-green:hover{
  --tw-gradient-from: #54C931;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
}

:root .hover\:from-am-red-alive:hover{
  --tw-gradient-from: #E56262;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
}

:root .hover\:from-am-red-light:hover{
  --tw-gradient-from: #ffcece;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
}

:root .hover\:from-am-red-dark:hover{
  --tw-gradient-from: #d93d3d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
}

:root .hover\:from-am-red-intense:hover{
  --tw-gradient-from: #f00846;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
}

:root .hover\:from-am-red:hover{
  --tw-gradient-from: #DE7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:from-am-grey-light:hover{
  --tw-gradient-from: #BFC4FF1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .hover\:from-am-grey-dark:hover{
  --tw-gradient-from: #2C303E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
}

:root .hover\:from-am-grey-medium:hover{
  --tw-gradient-from: #bbbbbb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

:root .hover\:from-am-grey-transparent:hover{
  --tw-gradient-from: #BFC4FF4B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .hover\:from-am-grey:hover{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .hover\:from-am-pink-light:hover{
  --tw-gradient-from: #edcff0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
}

:root .hover\:from-am-pink-dark:hover{
  --tw-gradient-from: #a941ae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
}

:root .hover\:from-am-pink-brightest:hover{
  --tw-gradient-from: #d977dd3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .hover\:from-am-pink-rose:hover{
  --tw-gradient-from: #F8BBD0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
}

:root .hover\:from-am-pink:hover{
  --tw-gradient-from: #D977DD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .hover\:from-am-orange-light:hover{
  --tw-gradient-from: #f89103;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
}

:root .hover\:from-am-orange-relight:hover{
  --tw-gradient-from: #fff1e8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
}

:root .hover\:from-am-orange-dark:hover{
  --tw-gradient-from: #b57c00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
}

:root .hover\:from-am-orange:hover{
  --tw-gradient-from: #f78842;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .hover\:from-am-cyan-light:hover{
  --tw-gradient-from: #b3edf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
}

:root .hover\:from-am-cyan-dark:hover{
  --tw-gradient-from: #129aa6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
}

:root .hover\:from-am-cyan-blue:hover{
  --tw-gradient-from: #0061FD60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .hover\:from-am-cyan-green:hover{
  --tw-gradient-from: #b9eadf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
}

:root .hover\:from-am-cyan:hover{
  --tw-gradient-from: #18D9EA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
}

:root .hover\:from-am-blue-light:hover{
  --tw-gradient-from: #92C9F2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
}

:root .hover\:from-am-blue:hover{
  --tw-gradient-from: #0061FD60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .hover\:from-am-blue-dark:hover{
  --tw-gradient-from: #5784a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
}

:root .hover\:from-am-yellow-resalt:hover{
  --tw-gradient-from: #FFCE00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .hover\:from-am-yellow-light:hover{
  --tw-gradient-from: #f8e9ae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
}

:root .hover\:from-am-yellow-dark:hover{
  --tw-gradient-from: #c18b11;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
}

:root .hover\:from-am-yellow:hover{
  --tw-gradient-from: #FAD073;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
}

:root .hover\:from-am-cream-entry:hover{
  --tw-gradient-from: #81E6AB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .hover\:from-am-cream-entry_light:hover{
  --tw-gradient-from: #81E6AB33;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .hover\:from-am-cream-entry_text:hover{
  --tw-gradient-from: #81E6ABB3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .hover\:from-am-cream-lunchgo:hover{
  --tw-gradient-from: #EEBA72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .hover\:from-am-cream-lunchgo_light:hover{
  --tw-gradient-from: #EEBA7233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .hover\:from-am-cream-lunchgo_text:hover{
  --tw-gradient-from: #EEBA72B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .hover\:from-am-cream-lunchback:hover{
  --tw-gradient-from: #EE8F72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:from-am-cream-lunchback_light:hover{
  --tw-gradient-from: #EE8F7233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:from-am-cream-lunchback_text:hover{
  --tw-gradient-from: #EE8F72B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:from-am-cream-exit:hover{
  --tw-gradient-from: #81E6E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:from-am-cream-exit_light:hover{
  --tw-gradient-from: #81E6E233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:from-am-cream-exit_text:hover{
  --tw-gradient-from: #81E6E2B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:from-am-cream-yesterday:hover{
  --tw-gradient-from: #DE7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:from-am-cream-yesterday_light:hover{
  --tw-gradient-from: #DE777733;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:from-am-cream-yesterday_text:hover{
  --tw-gradient-from: #DE7777B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:from-am-brown-light:hover{
  --tw-gradient-from: #f1e1d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
}

:root .hover\:from-am-brown-dark:hover{
  --tw-gradient-from: #501D0E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
}

:root .hover\:from-am-brown:hover{
  --tw-gradient-from: #A23E00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
}

:root .focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:from-black:focus{
  --tw-gradient-from: var(--text-color);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-white:focus{
  --tw-gradient-from: var(--text-color-light);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-contrast-black:focus{
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:from-contrast-white:focus{
  --tw-gradient-from: white;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-grays-light:focus{
  --tw-gradient-from: #D6D6D6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

:root .focus\:from-grays:focus{
  --tw-gradient-from: #969CA7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
}

:root .focus\:from-gray-light:focus{
  --tw-gradient-from: rgba(158, 158, 158, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:from-gray:focus{
  --tw-gradient-from: rgb(158, 158, 158);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:from-red-light:focus{
  --tw-gradient-from: rgba(244, 67, 54, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:from-red:focus{
  --tw-gradient-from: rgb(244, 67, 54);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:from-orange-light:focus{
  --tw-gradient-from: rgba(255, 152, 0, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:from-orange:focus{
  --tw-gradient-from: rgb(255, 152, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:from-deep-orange-light:focus{
  --tw-gradient-from: rgba(255, 87, 34, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:from-deep-orange:focus{
  --tw-gradient-from: rgb(255, 87, 34);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:from-amber-light:focus{
  --tw-gradient-from: rgba(255, 193, 7, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:from-amber:focus{
  --tw-gradient-from: rgb(255, 193, 7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:from-green-light:focus{
  --tw-gradient-from: rgba(76, 175, 80, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:from-green:focus{
  --tw-gradient-from: rgb(76, 175, 80);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:from-teal-light:focus{
  --tw-gradient-from: rgba(0, 150, 136, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:from-teal:focus{
  --tw-gradient-from: rgb(0, 150, 136);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:from-cyan-light:focus{
  --tw-gradient-from: rgba(0, 188, 212, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:from-cyan:focus{
  --tw-gradient-from: rgb(0, 188, 212);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:from-purple-light:focus{
  --tw-gradient-from: rgba(156, 39, 176, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:from-purple:focus{
  --tw-gradient-from: rgb(156, 39, 176);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:from-deep-purple-light:focus{
  --tw-gradient-from: rgba(103, 58, 183, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:from-deep-purple:focus{
  --tw-gradient-from: rgb(103, 58, 183);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:from-pink-light:focus{
  --tw-gradient-from: rgba(233, 30, 99, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:from-pink:focus{
  --tw-gradient-from: rgb(233, 30, 99);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:from-primary-light:focus{
  --tw-gradient-from: rgba(var(--color-primary), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-primary:focus{
  --tw-gradient-from: rgb(var(--color-primary));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-accent-light:focus{
  --tw-gradient-from: rgba(var(--color-accent), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-accent:focus{
  --tw-gradient-from: rgb(var(--color-accent));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-warn-light:focus{
  --tw-gradient-from: rgba(var(--color-warn), .1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-warn:focus{
  --tw-gradient-from: rgb(var(--color-warn));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:from-am-base-background:focus{
  --tw-gradient-from: #F4F6FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
}

:root .focus\:from-am-main-blue:focus{
  --tw-gradient-from: #7084E3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .focus\:from-am-main-blue-light:focus{
  --tw-gradient-from: #d0d8ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
}

:root .focus\:from-am-main-blue-dark:focus{
  --tw-gradient-from: #00004d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
}

:root .focus\:from-am-gray:focus{
  --tw-gradient-from: #9a9a9a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
}

:root .focus\:from-am-gray-light:focus{
  --tw-gradient-from: #bebebe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
}

:root .focus\:from-am-gray-dark:focus{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .focus\:from-am-new-green:focus{
  --tw-gradient-from: #77dea2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .focus\:from-am-new-green-light:focus{
  --tw-gradient-from: #baeed0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
}

:root .focus\:from-am-new-green-dark:focus{
  --tw-gradient-from: #27834d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
}

:root .focus\:from-am-new-orange:focus{
  --tw-gradient-from: #f78842;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .focus\:from-am-new-orange-light:focus{
  --tw-gradient-from: #fbc3a0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
}

:root .focus\:from-am-new-orange-dark:focus{
  --tw-gradient-from: #af5f2e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
}

:root .focus\:from-am-coral:focus{
  --tw-gradient-from: #ee8f72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:from-am-coral-light:focus{
  --tw-gradient-from: #f6c7b8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
}

:root .focus\:from-am-coral-dark:focus{
  --tw-gradient-from: #be6a50;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
}

:root .focus\:from-am-teal:focus{
  --tw-gradient-from: #81e6e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:from-am-teal-light:focus{
  --tw-gradient-from: #b3f0ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
}

:root .focus\:from-am-teal-dark:focus{
  --tw-gradient-from: #449D99;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
}

:root .focus\:from-am-new-red:focus{
  --tw-gradient-from: #de7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:from-am-new-red-light:focus{
  --tw-gradient-from: #f2b0b0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
}

:root .focus\:from-am-new-red-dark:focus{
  --tw-gradient-from: #ac3d3d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
}

:root .focus\:from-am-new-yellow:focus{
  --tw-gradient-from: #ffce00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .focus\:from-am-new-yellow-light:focus{
  --tw-gradient-from: #ffeb99;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
}

:root .focus\:from-am-new-yellow-dark:focus{
  --tw-gradient-from: #a56c00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
}

:root .focus\:from-am-new-pink:focus{
  --tw-gradient-from: #d977dd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .focus\:from-am-new-pink-light:focus{
  --tw-gradient-from: #ecbaee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
}

:root .focus\:from-am-new-pink-dark:focus{
  --tw-gradient-from: #97569a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
}

:root .focus\:from-am-new-purple:focus{
  --tw-gradient-from: #8f7ee3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
}

:root .focus\:from-am-new-purple-light:focus{
  --tw-gradient-from: #baacff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
}

:root .focus\:from-am-new-purple-dark:focus{
  --tw-gradient-from: #7164b1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
}

:root .focus\:from-am-purple-transparent:focus{
  --tw-gradient-from: #757de338;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
}

:root .focus\:from-am-purple-relight:focus{
  --tw-gradient-from: #f0f1ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
}

:root .focus\:from-am-purple-light:focus{
  --tw-gradient-from: #dbdcff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
}

:root .focus\:from-am-purple-medium:focus{
  --tw-gradient-from: #927DEA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
}

:root .focus\:from-am-purple-dark:focus{
  --tw-gradient-from: #465499;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
}

:root .focus\:from-am-purple:focus{
  --tw-gradient-from: #7084E3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .focus\:from-am-green-light:focus{
  --tw-gradient-from: #77DEA2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .focus\:from-am-green-brightest:focus{
  --tw-gradient-from: #77DEA280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .focus\:from-am-green-cyan:focus{
  --tw-gradient-from: #26b28f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
}

:root .focus\:from-am-green-dark:focus{
  --tw-gradient-from: #1f8f4e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
}

:root .focus\:from-am-green-aqua:focus{
  --tw-gradient-from: #7DEAB4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
}

:root .focus\:from-am-green-brightest-transparent:focus{
  --tw-gradient-from: #e9f8ee;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
}

:root .focus\:from-am-green-hover:focus{
  --tw-gradient-from: #F5FCF7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
}

:root .focus\:from-am-green:focus{
  --tw-gradient-from: #54C931;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
}

:root .focus\:from-am-red-alive:focus{
  --tw-gradient-from: #E56262;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
}

:root .focus\:from-am-red-light:focus{
  --tw-gradient-from: #ffcece;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
}

:root .focus\:from-am-red-dark:focus{
  --tw-gradient-from: #d93d3d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
}

:root .focus\:from-am-red-intense:focus{
  --tw-gradient-from: #f00846;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
}

:root .focus\:from-am-red:focus{
  --tw-gradient-from: #DE7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:from-am-grey-light:focus{
  --tw-gradient-from: #BFC4FF1F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .focus\:from-am-grey-dark:focus{
  --tw-gradient-from: #2C303E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
}

:root .focus\:from-am-grey-medium:focus{
  --tw-gradient-from: #bbbbbb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

:root .focus\:from-am-grey-transparent:focus{
  --tw-gradient-from: #BFC4FF4B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .focus\:from-am-grey:focus{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .focus\:from-am-pink-light:focus{
  --tw-gradient-from: #edcff0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
}

:root .focus\:from-am-pink-dark:focus{
  --tw-gradient-from: #a941ae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
}

:root .focus\:from-am-pink-brightest:focus{
  --tw-gradient-from: #d977dd3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .focus\:from-am-pink-rose:focus{
  --tw-gradient-from: #F8BBD0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
}

:root .focus\:from-am-pink:focus{
  --tw-gradient-from: #D977DD;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .focus\:from-am-orange-light:focus{
  --tw-gradient-from: #f89103;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
}

:root .focus\:from-am-orange-relight:focus{
  --tw-gradient-from: #fff1e8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
}

:root .focus\:from-am-orange-dark:focus{
  --tw-gradient-from: #b57c00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
}

:root .focus\:from-am-orange:focus{
  --tw-gradient-from: #f78842;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .focus\:from-am-cyan-light:focus{
  --tw-gradient-from: #b3edf4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
}

:root .focus\:from-am-cyan-dark:focus{
  --tw-gradient-from: #129aa6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
}

:root .focus\:from-am-cyan-blue:focus{
  --tw-gradient-from: #0061FD60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .focus\:from-am-cyan-green:focus{
  --tw-gradient-from: #b9eadf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
}

:root .focus\:from-am-cyan:focus{
  --tw-gradient-from: #18D9EA;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
}

:root .focus\:from-am-blue-light:focus{
  --tw-gradient-from: #92C9F2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
}

:root .focus\:from-am-blue:focus{
  --tw-gradient-from: #0061FD60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .focus\:from-am-blue-dark:focus{
  --tw-gradient-from: #5784a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
}

:root .focus\:from-am-yellow-resalt:focus{
  --tw-gradient-from: #FFCE00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .focus\:from-am-yellow-light:focus{
  --tw-gradient-from: #f8e9ae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
}

:root .focus\:from-am-yellow-dark:focus{
  --tw-gradient-from: #c18b11;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
}

:root .focus\:from-am-yellow:focus{
  --tw-gradient-from: #FAD073;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
}

:root .focus\:from-am-cream-entry:focus{
  --tw-gradient-from: #81E6AB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .focus\:from-am-cream-entry_light:focus{
  --tw-gradient-from: #81E6AB33;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .focus\:from-am-cream-entry_text:focus{
  --tw-gradient-from: #81E6ABB3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .focus\:from-am-cream-lunchgo:focus{
  --tw-gradient-from: #EEBA72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .focus\:from-am-cream-lunchgo_light:focus{
  --tw-gradient-from: #EEBA7233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .focus\:from-am-cream-lunchgo_text:focus{
  --tw-gradient-from: #EEBA72B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .focus\:from-am-cream-lunchback:focus{
  --tw-gradient-from: #EE8F72;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:from-am-cream-lunchback_light:focus{
  --tw-gradient-from: #EE8F7233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:from-am-cream-lunchback_text:focus{
  --tw-gradient-from: #EE8F72B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:from-am-cream-exit:focus{
  --tw-gradient-from: #81E6E2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:from-am-cream-exit_light:focus{
  --tw-gradient-from: #81E6E233;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:from-am-cream-exit_text:focus{
  --tw-gradient-from: #81E6E2B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:from-am-cream-yesterday:focus{
  --tw-gradient-from: #DE7777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:from-am-cream-yesterday_light:focus{
  --tw-gradient-from: #DE777733;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:from-am-cream-yesterday_text:focus{
  --tw-gradient-from: #DE7777B3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:from-am-brown-light:focus{
  --tw-gradient-from: #f1e1d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
}

:root .focus\:from-am-brown-dark:focus{
  --tw-gradient-from: #501D0E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
}

:root .focus\:from-am-brown:focus{
  --tw-gradient-from: #A23E00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
}

:root .via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .via-black{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-white{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-contrast-black{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .via-contrast-white{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-grays-light{
  --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

:root .via-grays{
  --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
}

:root .via-gray-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .via-gray{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .via-red-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .via-red{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .via-orange-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .via-orange{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .via-deep-orange-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .via-deep-orange{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .via-amber-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .via-amber{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .via-green-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .via-green{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .via-teal-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .via-teal{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .via-cyan-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .via-cyan{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .via-purple-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .via-purple{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .via-deep-purple-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .via-deep-purple{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .via-pink-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .via-pink{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .via-primary-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-primary{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-accent-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-accent{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-warn-light{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-warn{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .via-am-base-background{
  --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
}

:root .via-am-main-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .via-am-main-blue-light{
  --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
}

:root .via-am-main-blue-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
}

:root .via-am-gray{
  --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
}

:root .via-am-gray-light{
  --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
}

:root .via-am-gray-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .via-am-new-green{
  --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .via-am-new-green-light{
  --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
}

:root .via-am-new-green-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
}

:root .via-am-new-orange{
  --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .via-am-new-orange-light{
  --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
}

:root .via-am-new-orange-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
}

:root .via-am-coral{
  --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .via-am-coral-light{
  --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
}

:root .via-am-coral-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
}

:root .via-am-teal{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .via-am-teal-light{
  --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
}

:root .via-am-teal-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
}

:root .via-am-new-red{
  --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .via-am-new-red-light{
  --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
}

:root .via-am-new-red-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
}

:root .via-am-new-yellow{
  --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .via-am-new-yellow-light{
  --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
}

:root .via-am-new-yellow-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
}

:root .via-am-new-pink{
  --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .via-am-new-pink-light{
  --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
}

:root .via-am-new-pink-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
}

:root .via-am-new-purple{
  --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
}

:root .via-am-new-purple-light{
  --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
}

:root .via-am-new-purple-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
}

:root .via-am-purple-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
}

:root .via-am-purple-relight{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
}

:root .via-am-purple-light{
  --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
}

:root .via-am-purple-medium{
  --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
}

:root .via-am-purple-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
}

:root .via-am-purple{
  --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .via-am-green-light{
  --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .via-am-green-brightest{
  --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .via-am-green-cyan{
  --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
}

:root .via-am-green-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
}

:root .via-am-green-aqua{
  --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
}

:root .via-am-green-brightest-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
}

:root .via-am-green-hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
}

:root .via-am-green{
  --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
}

:root .via-am-red-alive{
  --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
}

:root .via-am-red-light{
  --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
}

:root .via-am-red-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
}

:root .via-am-red-intense{
  --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
}

:root .via-am-red{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .via-am-grey-light{
  --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .via-am-grey-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
}

:root .via-am-grey-medium{
  --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

:root .via-am-grey-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .via-am-grey{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .via-am-pink-light{
  --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
}

:root .via-am-pink-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
}

:root .via-am-pink-brightest{
  --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .via-am-pink-rose{
  --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
}

:root .via-am-pink{
  --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .via-am-orange-light{
  --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
}

:root .via-am-orange-relight{
  --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
}

:root .via-am-orange-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
}

:root .via-am-orange{
  --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .via-am-cyan-light{
  --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
}

:root .via-am-cyan-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
}

:root .via-am-cyan-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .via-am-cyan-green{
  --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
}

:root .via-am-cyan{
  --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
}

:root .via-am-blue-light{
  --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
}

:root .via-am-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .via-am-blue-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
}

:root .via-am-yellow-resalt{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .via-am-yellow-light{
  --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
}

:root .via-am-yellow-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
}

:root .via-am-yellow{
  --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
}

:root .via-am-cream-entry{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .via-am-cream-entry_light{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .via-am-cream-entry_text{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .via-am-cream-lunchgo{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .via-am-cream-lunchgo_light{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .via-am-cream-lunchgo_text{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .via-am-cream-lunchback{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .via-am-cream-lunchback_light{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .via-am-cream-lunchback_text{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .via-am-cream-exit{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .via-am-cream-exit_light{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .via-am-cream-exit_text{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .via-am-cream-yesterday{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .via-am-cream-yesterday_light{
  --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .via-am-cream-yesterday_text{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .via-am-brown-light{
  --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
}

:root .via-am-brown-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
}

:root .via-am-brown{
  --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
}

:root .hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-contrast-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .hover\:via-contrast-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-grays-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

:root .hover\:via-grays:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
}

:root .hover\:via-gray-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:via-gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .hover\:via-red-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:via-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .hover\:via-orange-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:via-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .hover\:via-deep-orange-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:via-deep-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .hover\:via-amber-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:via-amber:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .hover\:via-green-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:via-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .hover\:via-teal-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:via-teal:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .hover\:via-cyan-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:via-cyan:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .hover\:via-purple-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:via-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .hover\:via-deep-purple-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:via-deep-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .hover\:via-pink-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:via-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .hover\:via-primary-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-primary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-accent-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-accent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-warn-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-warn:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .hover\:via-am-base-background:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
}

:root .hover\:via-am-main-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .hover\:via-am-main-blue-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
}

:root .hover\:via-am-main-blue-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
}

:root .hover\:via-am-gray:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
}

:root .hover\:via-am-gray-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
}

:root .hover\:via-am-gray-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .hover\:via-am-new-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .hover\:via-am-new-green-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
}

:root .hover\:via-am-new-green-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
}

:root .hover\:via-am-new-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .hover\:via-am-new-orange-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
}

:root .hover\:via-am-new-orange-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
}

:root .hover\:via-am-coral:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:via-am-coral-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
}

:root .hover\:via-am-coral-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
}

:root .hover\:via-am-teal:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:via-am-teal-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
}

:root .hover\:via-am-teal-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
}

:root .hover\:via-am-new-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:via-am-new-red-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
}

:root .hover\:via-am-new-red-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
}

:root .hover\:via-am-new-yellow:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .hover\:via-am-new-yellow-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
}

:root .hover\:via-am-new-yellow-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
}

:root .hover\:via-am-new-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .hover\:via-am-new-pink-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
}

:root .hover\:via-am-new-pink-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
}

:root .hover\:via-am-new-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
}

:root .hover\:via-am-new-purple-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
}

:root .hover\:via-am-new-purple-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
}

:root .hover\:via-am-purple-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
}

:root .hover\:via-am-purple-relight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
}

:root .hover\:via-am-purple-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
}

:root .hover\:via-am-purple-medium:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
}

:root .hover\:via-am-purple-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
}

:root .hover\:via-am-purple:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .hover\:via-am-green-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .hover\:via-am-green-brightest:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .hover\:via-am-green-cyan:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
}

:root .hover\:via-am-green-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
}

:root .hover\:via-am-green-aqua:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
}

:root .hover\:via-am-green-brightest-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
}

:root .hover\:via-am-green-hover:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
}

:root .hover\:via-am-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
}

:root .hover\:via-am-red-alive:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
}

:root .hover\:via-am-red-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
}

:root .hover\:via-am-red-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
}

:root .hover\:via-am-red-intense:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
}

:root .hover\:via-am-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:via-am-grey-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .hover\:via-am-grey-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
}

:root .hover\:via-am-grey-medium:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

:root .hover\:via-am-grey-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .hover\:via-am-grey:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .hover\:via-am-pink-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
}

:root .hover\:via-am-pink-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
}

:root .hover\:via-am-pink-brightest:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .hover\:via-am-pink-rose:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
}

:root .hover\:via-am-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .hover\:via-am-orange-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
}

:root .hover\:via-am-orange-relight:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
}

:root .hover\:via-am-orange-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
}

:root .hover\:via-am-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .hover\:via-am-cyan-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
}

:root .hover\:via-am-cyan-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
}

:root .hover\:via-am-cyan-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .hover\:via-am-cyan-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
}

:root .hover\:via-am-cyan:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
}

:root .hover\:via-am-blue-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
}

:root .hover\:via-am-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .hover\:via-am-blue-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
}

:root .hover\:via-am-yellow-resalt:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .hover\:via-am-yellow-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
}

:root .hover\:via-am-yellow-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
}

:root .hover\:via-am-yellow:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
}

:root .hover\:via-am-cream-entry:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .hover\:via-am-cream-entry_light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .hover\:via-am-cream-entry_text:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .hover\:via-am-cream-lunchgo:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .hover\:via-am-cream-lunchgo_light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .hover\:via-am-cream-lunchgo_text:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .hover\:via-am-cream-lunchback:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:via-am-cream-lunchback_light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:via-am-cream-lunchback_text:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .hover\:via-am-cream-exit:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:via-am-cream-exit_light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:via-am-cream-exit_text:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .hover\:via-am-cream-yesterday:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:via-am-cream-yesterday_light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:via-am-cream-yesterday_text:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .hover\:via-am-brown-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
}

:root .hover\:via-am-brown-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
}

:root .hover\:via-am-brown:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
}

:root .focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-contrast-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

:root .focus\:via-contrast-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-grays-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

:root .focus\:via-grays:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
}

:root .focus\:via-gray-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:via-gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
}

:root .focus\:via-red-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:via-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
}

:root .focus\:via-orange-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:via-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
}

:root .focus\:via-deep-orange-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:via-deep-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
}

:root .focus\:via-amber-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:via-amber:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
}

:root .focus\:via-green-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:via-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
}

:root .focus\:via-teal-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:via-teal:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
}

:root .focus\:via-cyan-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:via-cyan:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
}

:root .focus\:via-purple-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:via-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
}

:root .focus\:via-deep-purple-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:via-deep-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
}

:root .focus\:via-pink-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:via-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
}

:root .focus\:via-primary-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-primary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-accent-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-accent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-warn-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-warn:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

:root .focus\:via-am-base-background:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
}

:root .focus\:via-am-main-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .focus\:via-am-main-blue-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
}

:root .focus\:via-am-main-blue-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
}

:root .focus\:via-am-gray:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
}

:root .focus\:via-am-gray-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
}

:root .focus\:via-am-gray-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .focus\:via-am-new-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .focus\:via-am-new-green-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
}

:root .focus\:via-am-new-green-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
}

:root .focus\:via-am-new-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .focus\:via-am-new-orange-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
}

:root .focus\:via-am-new-orange-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
}

:root .focus\:via-am-coral:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:via-am-coral-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
}

:root .focus\:via-am-coral-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
}

:root .focus\:via-am-teal:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:via-am-teal-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
}

:root .focus\:via-am-teal-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
}

:root .focus\:via-am-new-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:via-am-new-red-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
}

:root .focus\:via-am-new-red-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
}

:root .focus\:via-am-new-yellow:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .focus\:via-am-new-yellow-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
}

:root .focus\:via-am-new-yellow-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
}

:root .focus\:via-am-new-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .focus\:via-am-new-pink-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
}

:root .focus\:via-am-new-pink-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
}

:root .focus\:via-am-new-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
}

:root .focus\:via-am-new-purple-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
}

:root .focus\:via-am-new-purple-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
}

:root .focus\:via-am-purple-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
}

:root .focus\:via-am-purple-relight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
}

:root .focus\:via-am-purple-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
}

:root .focus\:via-am-purple-medium:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
}

:root .focus\:via-am-purple-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
}

:root .focus\:via-am-purple:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
}

:root .focus\:via-am-green-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .focus\:via-am-green-brightest:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
}

:root .focus\:via-am-green-cyan:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
}

:root .focus\:via-am-green-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
}

:root .focus\:via-am-green-aqua:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
}

:root .focus\:via-am-green-brightest-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
}

:root .focus\:via-am-green-hover:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
}

:root .focus\:via-am-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
}

:root .focus\:via-am-red-alive:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
}

:root .focus\:via-am-red-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
}

:root .focus\:via-am-red-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
}

:root .focus\:via-am-red-intense:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
}

:root .focus\:via-am-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:via-am-grey-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .focus\:via-am-grey-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
}

:root .focus\:via-am-grey-medium:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

:root .focus\:via-am-grey-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
}

:root .focus\:via-am-grey:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

:root .focus\:via-am-pink-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
}

:root .focus\:via-am-pink-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
}

:root .focus\:via-am-pink-brightest:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .focus\:via-am-pink-rose:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
}

:root .focus\:via-am-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
}

:root .focus\:via-am-orange-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
}

:root .focus\:via-am-orange-relight:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
}

:root .focus\:via-am-orange-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
}

:root .focus\:via-am-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
}

:root .focus\:via-am-cyan-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
}

:root .focus\:via-am-cyan-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
}

:root .focus\:via-am-cyan-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .focus\:via-am-cyan-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
}

:root .focus\:via-am-cyan:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
}

:root .focus\:via-am-blue-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
}

:root .focus\:via-am-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
}

:root .focus\:via-am-blue-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
}

:root .focus\:via-am-yellow-resalt:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
}

:root .focus\:via-am-yellow-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
}

:root .focus\:via-am-yellow-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
}

:root .focus\:via-am-yellow:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
}

:root .focus\:via-am-cream-entry:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .focus\:via-am-cream-entry_light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .focus\:via-am-cream-entry_text:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
}

:root .focus\:via-am-cream-lunchgo:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .focus\:via-am-cream-lunchgo_light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .focus\:via-am-cream-lunchgo_text:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
}

:root .focus\:via-am-cream-lunchback:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:via-am-cream-lunchback_light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:via-am-cream-lunchback_text:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
}

:root .focus\:via-am-cream-exit:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:via-am-cream-exit_light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:via-am-cream-exit_text:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
}

:root .focus\:via-am-cream-yesterday:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:via-am-cream-yesterday_light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:via-am-cream-yesterday_text:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
}

:root .focus\:via-am-brown-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
}

:root .focus\:via-am-brown-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
}

:root .focus\:via-am-brown:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
}

:root .to-current{
  --tw-gradient-to: currentColor;
}

:root .to-transparent{
  --tw-gradient-to: transparent;
}

:root .to-black{
  --tw-gradient-to: var(--text-color);
}

:root .to-white{
  --tw-gradient-to: var(--text-color-light);
}

:root .to-contrast-black{
  --tw-gradient-to: black;
}

:root .to-contrast-white{
  --tw-gradient-to: white;
}

:root .to-grays-light{
  --tw-gradient-to: #D6D6D6;
}

:root .to-grays{
  --tw-gradient-to: #969CA7;
}

:root .to-gray-light{
  --tw-gradient-to: rgba(158, 158, 158, 0.1);
}

:root .to-gray{
  --tw-gradient-to: rgb(158, 158, 158);
}

:root .to-red-light{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .to-red{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .to-orange-light{
  --tw-gradient-to: rgba(255, 152, 0, 0.1);
}

:root .to-orange{
  --tw-gradient-to: rgb(255, 152, 0);
}

:root .to-deep-orange-light{
  --tw-gradient-to: rgba(255, 87, 34, 0.1);
}

:root .to-deep-orange{
  --tw-gradient-to: rgb(255, 87, 34);
}

:root .to-amber-light{
  --tw-gradient-to: rgba(255, 193, 7, 0.1);
}

:root .to-amber{
  --tw-gradient-to: rgb(255, 193, 7);
}

:root .to-green-light{
  --tw-gradient-to: rgba(76, 175, 80, 0.1);
}

:root .to-green{
  --tw-gradient-to: rgb(76, 175, 80);
}

:root .to-teal-light{
  --tw-gradient-to: rgba(0, 150, 136, 0.1);
}

:root .to-teal{
  --tw-gradient-to: rgb(0, 150, 136);
}

:root .to-cyan-light{
  --tw-gradient-to: rgba(0, 188, 212, 0.1);
}

:root .to-cyan{
  --tw-gradient-to: rgb(0, 188, 212);
}

:root .to-purple-light{
  --tw-gradient-to: rgba(156, 39, 176, 0.1);
}

:root .to-purple{
  --tw-gradient-to: rgb(156, 39, 176);
}

:root .to-deep-purple-light{
  --tw-gradient-to: rgba(103, 58, 183, 0.1);
}

:root .to-deep-purple{
  --tw-gradient-to: rgb(103, 58, 183);
}

:root .to-pink-light{
  --tw-gradient-to: rgba(233, 30, 99, 0.1);
}

:root .to-pink{
  --tw-gradient-to: rgb(233, 30, 99);
}

:root .to-primary-light{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .to-primary{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .to-accent-light{
  --tw-gradient-to: rgba(var(--color-accent), .1);
}

:root .to-accent{
  --tw-gradient-to: rgb(var(--color-accent));
}

:root .to-warn-light{
  --tw-gradient-to: rgba(var(--color-warn), .1);
}

:root .to-warn{
  --tw-gradient-to: rgb(var(--color-warn));
}

:root .to-am-base-background{
  --tw-gradient-to: #F4F6FF;
}

:root .to-am-main-blue{
  --tw-gradient-to: #7084E3;
}

:root .to-am-main-blue-light{
  --tw-gradient-to: #d0d8ff;
}

:root .to-am-main-blue-dark{
  --tw-gradient-to: #00004d;
}

:root .to-am-gray{
  --tw-gradient-to: #9a9a9a;
}

:root .to-am-gray-light{
  --tw-gradient-to: #bebebe;
}

:root .to-am-gray-dark{
  --tw-gradient-to: #666666;
}

:root .to-am-new-green{
  --tw-gradient-to: #77dea2;
}

:root .to-am-new-green-light{
  --tw-gradient-to: #baeed0;
}

:root .to-am-new-green-dark{
  --tw-gradient-to: #27834d;
}

:root .to-am-new-orange{
  --tw-gradient-to: #f78842;
}

:root .to-am-new-orange-light{
  --tw-gradient-to: #fbc3a0;
}

:root .to-am-new-orange-dark{
  --tw-gradient-to: #af5f2e;
}

:root .to-am-coral{
  --tw-gradient-to: #ee8f72;
}

:root .to-am-coral-light{
  --tw-gradient-to: #f6c7b8;
}

:root .to-am-coral-dark{
  --tw-gradient-to: #be6a50;
}

:root .to-am-teal{
  --tw-gradient-to: #81e6e2;
}

:root .to-am-teal-light{
  --tw-gradient-to: #b3f0ed;
}

:root .to-am-teal-dark{
  --tw-gradient-to: #449D99;
}

:root .to-am-new-red{
  --tw-gradient-to: #de7777;
}

:root .to-am-new-red-light{
  --tw-gradient-to: #f2b0b0;
}

:root .to-am-new-red-dark{
  --tw-gradient-to: #ac3d3d;
}

:root .to-am-new-yellow{
  --tw-gradient-to: #ffce00;
}

:root .to-am-new-yellow-light{
  --tw-gradient-to: #ffeb99;
}

:root .to-am-new-yellow-dark{
  --tw-gradient-to: #a56c00;
}

:root .to-am-new-pink{
  --tw-gradient-to: #d977dd;
}

:root .to-am-new-pink-light{
  --tw-gradient-to: #ecbaee;
}

:root .to-am-new-pink-dark{
  --tw-gradient-to: #97569a;
}

:root .to-am-new-purple{
  --tw-gradient-to: #8f7ee3;
}

:root .to-am-new-purple-light{
  --tw-gradient-to: #baacff;
}

:root .to-am-new-purple-dark{
  --tw-gradient-to: #7164b1;
}

:root .to-am-purple-transparent{
  --tw-gradient-to: #757de338;
}

:root .to-am-purple-relight{
  --tw-gradient-to: #f0f1ff;
}

:root .to-am-purple-light{
  --tw-gradient-to: #dbdcff;
}

:root .to-am-purple-medium{
  --tw-gradient-to: #927DEA;
}

:root .to-am-purple-dark{
  --tw-gradient-to: #465499;
}

:root .to-am-purple{
  --tw-gradient-to: #7084E3;
}

:root .to-am-green-light{
  --tw-gradient-to: #77DEA2;
}

:root .to-am-green-brightest{
  --tw-gradient-to: #77DEA280;
}

:root .to-am-green-cyan{
  --tw-gradient-to: #26b28f;
}

:root .to-am-green-dark{
  --tw-gradient-to: #1f8f4e;
}

:root .to-am-green-aqua{
  --tw-gradient-to: #7DEAB4;
}

:root .to-am-green-brightest-transparent{
  --tw-gradient-to: #e9f8ee;
}

:root .to-am-green-hover{
  --tw-gradient-to: #F5FCF7;
}

:root .to-am-green{
  --tw-gradient-to: #54C931;
}

:root .to-am-red-alive{
  --tw-gradient-to: #E56262;
}

:root .to-am-red-light{
  --tw-gradient-to: #ffcece;
}

:root .to-am-red-dark{
  --tw-gradient-to: #d93d3d;
}

:root .to-am-red-intense{
  --tw-gradient-to: #f00846;
}

:root .to-am-red{
  --tw-gradient-to: #DE7777;
}

:root .to-am-grey-light{
  --tw-gradient-to: #BFC4FF1F;
}

:root .to-am-grey-dark{
  --tw-gradient-to: #2C303E;
}

:root .to-am-grey-medium{
  --tw-gradient-to: #bbbbbb;
}

:root .to-am-grey-transparent{
  --tw-gradient-to: #BFC4FF4B;
}

:root .to-am-grey{
  --tw-gradient-to: #666666;
}

:root .to-am-pink-light{
  --tw-gradient-to: #edcff0;
}

:root .to-am-pink-dark{
  --tw-gradient-to: #a941ae;
}

:root .to-am-pink-brightest{
  --tw-gradient-to: #d977dd3b;
}

:root .to-am-pink-rose{
  --tw-gradient-to: #F8BBD0;
}

:root .to-am-pink{
  --tw-gradient-to: #D977DD;
}

:root .to-am-orange-light{
  --tw-gradient-to: #f89103;
}

:root .to-am-orange-relight{
  --tw-gradient-to: #fff1e8;
}

:root .to-am-orange-dark{
  --tw-gradient-to: #b57c00;
}

:root .to-am-orange{
  --tw-gradient-to: #f78842;
}

:root .to-am-cyan-light{
  --tw-gradient-to: #b3edf4;
}

:root .to-am-cyan-dark{
  --tw-gradient-to: #129aa6;
}

:root .to-am-cyan-blue{
  --tw-gradient-to: #0061FD60;
}

:root .to-am-cyan-green{
  --tw-gradient-to: #b9eadf;
}

:root .to-am-cyan{
  --tw-gradient-to: #18D9EA;
}

:root .to-am-blue-light{
  --tw-gradient-to: #92C9F2;
}

:root .to-am-blue{
  --tw-gradient-to: #0061FD60;
}

:root .to-am-blue-dark{
  --tw-gradient-to: #5784a5;
}

:root .to-am-yellow-resalt{
  --tw-gradient-to: #FFCE00;
}

:root .to-am-yellow-light{
  --tw-gradient-to: #f8e9ae;
}

:root .to-am-yellow-dark{
  --tw-gradient-to: #c18b11;
}

:root .to-am-yellow{
  --tw-gradient-to: #FAD073;
}

:root .to-am-cream-entry{
  --tw-gradient-to: #81E6AB;
}

:root .to-am-cream-entry_light{
  --tw-gradient-to: #81E6AB33;
}

:root .to-am-cream-entry_text{
  --tw-gradient-to: #81E6ABB3;
}

:root .to-am-cream-lunchgo{
  --tw-gradient-to: #EEBA72;
}

:root .to-am-cream-lunchgo_light{
  --tw-gradient-to: #EEBA7233;
}

:root .to-am-cream-lunchgo_text{
  --tw-gradient-to: #EEBA72B3;
}

:root .to-am-cream-lunchback{
  --tw-gradient-to: #EE8F72;
}

:root .to-am-cream-lunchback_light{
  --tw-gradient-to: #EE8F7233;
}

:root .to-am-cream-lunchback_text{
  --tw-gradient-to: #EE8F72B3;
}

:root .to-am-cream-exit{
  --tw-gradient-to: #81E6E2;
}

:root .to-am-cream-exit_light{
  --tw-gradient-to: #81E6E233;
}

:root .to-am-cream-exit_text{
  --tw-gradient-to: #81E6E2B3;
}

:root .to-am-cream-yesterday{
  --tw-gradient-to: #DE7777;
}

:root .to-am-cream-yesterday_light{
  --tw-gradient-to: #DE777733;
}

:root .to-am-cream-yesterday_text{
  --tw-gradient-to: #DE7777B3;
}

:root .to-am-brown-light{
  --tw-gradient-to: #f1e1d8;
}

:root .to-am-brown-dark{
  --tw-gradient-to: #501D0E;
}

:root .to-am-brown{
  --tw-gradient-to: #A23E00;
}

:root .hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

:root .hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

:root .hover\:to-black:hover{
  --tw-gradient-to: var(--text-color);
}

:root .hover\:to-white:hover{
  --tw-gradient-to: var(--text-color-light);
}

:root .hover\:to-contrast-black:hover{
  --tw-gradient-to: black;
}

:root .hover\:to-contrast-white:hover{
  --tw-gradient-to: white;
}

:root .hover\:to-grays-light:hover{
  --tw-gradient-to: #D6D6D6;
}

:root .hover\:to-grays:hover{
  --tw-gradient-to: #969CA7;
}

:root .hover\:to-gray-light:hover{
  --tw-gradient-to: rgba(158, 158, 158, 0.1);
}

:root .hover\:to-gray:hover{
  --tw-gradient-to: rgb(158, 158, 158);
}

:root .hover\:to-red-light:hover{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .hover\:to-red:hover{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .hover\:to-orange-light:hover{
  --tw-gradient-to: rgba(255, 152, 0, 0.1);
}

:root .hover\:to-orange:hover{
  --tw-gradient-to: rgb(255, 152, 0);
}

:root .hover\:to-deep-orange-light:hover{
  --tw-gradient-to: rgba(255, 87, 34, 0.1);
}

:root .hover\:to-deep-orange:hover{
  --tw-gradient-to: rgb(255, 87, 34);
}

:root .hover\:to-amber-light:hover{
  --tw-gradient-to: rgba(255, 193, 7, 0.1);
}

:root .hover\:to-amber:hover{
  --tw-gradient-to: rgb(255, 193, 7);
}

:root .hover\:to-green-light:hover{
  --tw-gradient-to: rgba(76, 175, 80, 0.1);
}

:root .hover\:to-green:hover{
  --tw-gradient-to: rgb(76, 175, 80);
}

:root .hover\:to-teal-light:hover{
  --tw-gradient-to: rgba(0, 150, 136, 0.1);
}

:root .hover\:to-teal:hover{
  --tw-gradient-to: rgb(0, 150, 136);
}

:root .hover\:to-cyan-light:hover{
  --tw-gradient-to: rgba(0, 188, 212, 0.1);
}

:root .hover\:to-cyan:hover{
  --tw-gradient-to: rgb(0, 188, 212);
}

:root .hover\:to-purple-light:hover{
  --tw-gradient-to: rgba(156, 39, 176, 0.1);
}

:root .hover\:to-purple:hover{
  --tw-gradient-to: rgb(156, 39, 176);
}

:root .hover\:to-deep-purple-light:hover{
  --tw-gradient-to: rgba(103, 58, 183, 0.1);
}

:root .hover\:to-deep-purple:hover{
  --tw-gradient-to: rgb(103, 58, 183);
}

:root .hover\:to-pink-light:hover{
  --tw-gradient-to: rgba(233, 30, 99, 0.1);
}

:root .hover\:to-pink:hover{
  --tw-gradient-to: rgb(233, 30, 99);
}

:root .hover\:to-primary-light:hover{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .hover\:to-primary:hover{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .hover\:to-accent-light:hover{
  --tw-gradient-to: rgba(var(--color-accent), .1);
}

:root .hover\:to-accent:hover{
  --tw-gradient-to: rgb(var(--color-accent));
}

:root .hover\:to-warn-light:hover{
  --tw-gradient-to: rgba(var(--color-warn), .1);
}

:root .hover\:to-warn:hover{
  --tw-gradient-to: rgb(var(--color-warn));
}

:root .hover\:to-am-base-background:hover{
  --tw-gradient-to: #F4F6FF;
}

:root .hover\:to-am-main-blue:hover{
  --tw-gradient-to: #7084E3;
}

:root .hover\:to-am-main-blue-light:hover{
  --tw-gradient-to: #d0d8ff;
}

:root .hover\:to-am-main-blue-dark:hover{
  --tw-gradient-to: #00004d;
}

:root .hover\:to-am-gray:hover{
  --tw-gradient-to: #9a9a9a;
}

:root .hover\:to-am-gray-light:hover{
  --tw-gradient-to: #bebebe;
}

:root .hover\:to-am-gray-dark:hover{
  --tw-gradient-to: #666666;
}

:root .hover\:to-am-new-green:hover{
  --tw-gradient-to: #77dea2;
}

:root .hover\:to-am-new-green-light:hover{
  --tw-gradient-to: #baeed0;
}

:root .hover\:to-am-new-green-dark:hover{
  --tw-gradient-to: #27834d;
}

:root .hover\:to-am-new-orange:hover{
  --tw-gradient-to: #f78842;
}

:root .hover\:to-am-new-orange-light:hover{
  --tw-gradient-to: #fbc3a0;
}

:root .hover\:to-am-new-orange-dark:hover{
  --tw-gradient-to: #af5f2e;
}

:root .hover\:to-am-coral:hover{
  --tw-gradient-to: #ee8f72;
}

:root .hover\:to-am-coral-light:hover{
  --tw-gradient-to: #f6c7b8;
}

:root .hover\:to-am-coral-dark:hover{
  --tw-gradient-to: #be6a50;
}

:root .hover\:to-am-teal:hover{
  --tw-gradient-to: #81e6e2;
}

:root .hover\:to-am-teal-light:hover{
  --tw-gradient-to: #b3f0ed;
}

:root .hover\:to-am-teal-dark:hover{
  --tw-gradient-to: #449D99;
}

:root .hover\:to-am-new-red:hover{
  --tw-gradient-to: #de7777;
}

:root .hover\:to-am-new-red-light:hover{
  --tw-gradient-to: #f2b0b0;
}

:root .hover\:to-am-new-red-dark:hover{
  --tw-gradient-to: #ac3d3d;
}

:root .hover\:to-am-new-yellow:hover{
  --tw-gradient-to: #ffce00;
}

:root .hover\:to-am-new-yellow-light:hover{
  --tw-gradient-to: #ffeb99;
}

:root .hover\:to-am-new-yellow-dark:hover{
  --tw-gradient-to: #a56c00;
}

:root .hover\:to-am-new-pink:hover{
  --tw-gradient-to: #d977dd;
}

:root .hover\:to-am-new-pink-light:hover{
  --tw-gradient-to: #ecbaee;
}

:root .hover\:to-am-new-pink-dark:hover{
  --tw-gradient-to: #97569a;
}

:root .hover\:to-am-new-purple:hover{
  --tw-gradient-to: #8f7ee3;
}

:root .hover\:to-am-new-purple-light:hover{
  --tw-gradient-to: #baacff;
}

:root .hover\:to-am-new-purple-dark:hover{
  --tw-gradient-to: #7164b1;
}

:root .hover\:to-am-purple-transparent:hover{
  --tw-gradient-to: #757de338;
}

:root .hover\:to-am-purple-relight:hover{
  --tw-gradient-to: #f0f1ff;
}

:root .hover\:to-am-purple-light:hover{
  --tw-gradient-to: #dbdcff;
}

:root .hover\:to-am-purple-medium:hover{
  --tw-gradient-to: #927DEA;
}

:root .hover\:to-am-purple-dark:hover{
  --tw-gradient-to: #465499;
}

:root .hover\:to-am-purple:hover{
  --tw-gradient-to: #7084E3;
}

:root .hover\:to-am-green-light:hover{
  --tw-gradient-to: #77DEA2;
}

:root .hover\:to-am-green-brightest:hover{
  --tw-gradient-to: #77DEA280;
}

:root .hover\:to-am-green-cyan:hover{
  --tw-gradient-to: #26b28f;
}

:root .hover\:to-am-green-dark:hover{
  --tw-gradient-to: #1f8f4e;
}

:root .hover\:to-am-green-aqua:hover{
  --tw-gradient-to: #7DEAB4;
}

:root .hover\:to-am-green-brightest-transparent:hover{
  --tw-gradient-to: #e9f8ee;
}

:root .hover\:to-am-green-hover:hover{
  --tw-gradient-to: #F5FCF7;
}

:root .hover\:to-am-green:hover{
  --tw-gradient-to: #54C931;
}

:root .hover\:to-am-red-alive:hover{
  --tw-gradient-to: #E56262;
}

:root .hover\:to-am-red-light:hover{
  --tw-gradient-to: #ffcece;
}

:root .hover\:to-am-red-dark:hover{
  --tw-gradient-to: #d93d3d;
}

:root .hover\:to-am-red-intense:hover{
  --tw-gradient-to: #f00846;
}

:root .hover\:to-am-red:hover{
  --tw-gradient-to: #DE7777;
}

:root .hover\:to-am-grey-light:hover{
  --tw-gradient-to: #BFC4FF1F;
}

:root .hover\:to-am-grey-dark:hover{
  --tw-gradient-to: #2C303E;
}

:root .hover\:to-am-grey-medium:hover{
  --tw-gradient-to: #bbbbbb;
}

:root .hover\:to-am-grey-transparent:hover{
  --tw-gradient-to: #BFC4FF4B;
}

:root .hover\:to-am-grey:hover{
  --tw-gradient-to: #666666;
}

:root .hover\:to-am-pink-light:hover{
  --tw-gradient-to: #edcff0;
}

:root .hover\:to-am-pink-dark:hover{
  --tw-gradient-to: #a941ae;
}

:root .hover\:to-am-pink-brightest:hover{
  --tw-gradient-to: #d977dd3b;
}

:root .hover\:to-am-pink-rose:hover{
  --tw-gradient-to: #F8BBD0;
}

:root .hover\:to-am-pink:hover{
  --tw-gradient-to: #D977DD;
}

:root .hover\:to-am-orange-light:hover{
  --tw-gradient-to: #f89103;
}

:root .hover\:to-am-orange-relight:hover{
  --tw-gradient-to: #fff1e8;
}

:root .hover\:to-am-orange-dark:hover{
  --tw-gradient-to: #b57c00;
}

:root .hover\:to-am-orange:hover{
  --tw-gradient-to: #f78842;
}

:root .hover\:to-am-cyan-light:hover{
  --tw-gradient-to: #b3edf4;
}

:root .hover\:to-am-cyan-dark:hover{
  --tw-gradient-to: #129aa6;
}

:root .hover\:to-am-cyan-blue:hover{
  --tw-gradient-to: #0061FD60;
}

:root .hover\:to-am-cyan-green:hover{
  --tw-gradient-to: #b9eadf;
}

:root .hover\:to-am-cyan:hover{
  --tw-gradient-to: #18D9EA;
}

:root .hover\:to-am-blue-light:hover{
  --tw-gradient-to: #92C9F2;
}

:root .hover\:to-am-blue:hover{
  --tw-gradient-to: #0061FD60;
}

:root .hover\:to-am-blue-dark:hover{
  --tw-gradient-to: #5784a5;
}

:root .hover\:to-am-yellow-resalt:hover{
  --tw-gradient-to: #FFCE00;
}

:root .hover\:to-am-yellow-light:hover{
  --tw-gradient-to: #f8e9ae;
}

:root .hover\:to-am-yellow-dark:hover{
  --tw-gradient-to: #c18b11;
}

:root .hover\:to-am-yellow:hover{
  --tw-gradient-to: #FAD073;
}

:root .hover\:to-am-cream-entry:hover{
  --tw-gradient-to: #81E6AB;
}

:root .hover\:to-am-cream-entry_light:hover{
  --tw-gradient-to: #81E6AB33;
}

:root .hover\:to-am-cream-entry_text:hover{
  --tw-gradient-to: #81E6ABB3;
}

:root .hover\:to-am-cream-lunchgo:hover{
  --tw-gradient-to: #EEBA72;
}

:root .hover\:to-am-cream-lunchgo_light:hover{
  --tw-gradient-to: #EEBA7233;
}

:root .hover\:to-am-cream-lunchgo_text:hover{
  --tw-gradient-to: #EEBA72B3;
}

:root .hover\:to-am-cream-lunchback:hover{
  --tw-gradient-to: #EE8F72;
}

:root .hover\:to-am-cream-lunchback_light:hover{
  --tw-gradient-to: #EE8F7233;
}

:root .hover\:to-am-cream-lunchback_text:hover{
  --tw-gradient-to: #EE8F72B3;
}

:root .hover\:to-am-cream-exit:hover{
  --tw-gradient-to: #81E6E2;
}

:root .hover\:to-am-cream-exit_light:hover{
  --tw-gradient-to: #81E6E233;
}

:root .hover\:to-am-cream-exit_text:hover{
  --tw-gradient-to: #81E6E2B3;
}

:root .hover\:to-am-cream-yesterday:hover{
  --tw-gradient-to: #DE7777;
}

:root .hover\:to-am-cream-yesterday_light:hover{
  --tw-gradient-to: #DE777733;
}

:root .hover\:to-am-cream-yesterday_text:hover{
  --tw-gradient-to: #DE7777B3;
}

:root .hover\:to-am-brown-light:hover{
  --tw-gradient-to: #f1e1d8;
}

:root .hover\:to-am-brown-dark:hover{
  --tw-gradient-to: #501D0E;
}

:root .hover\:to-am-brown:hover{
  --tw-gradient-to: #A23E00;
}

:root .focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

:root .focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

:root .focus\:to-black:focus{
  --tw-gradient-to: var(--text-color);
}

:root .focus\:to-white:focus{
  --tw-gradient-to: var(--text-color-light);
}

:root .focus\:to-contrast-black:focus{
  --tw-gradient-to: black;
}

:root .focus\:to-contrast-white:focus{
  --tw-gradient-to: white;
}

:root .focus\:to-grays-light:focus{
  --tw-gradient-to: #D6D6D6;
}

:root .focus\:to-grays:focus{
  --tw-gradient-to: #969CA7;
}

:root .focus\:to-gray-light:focus{
  --tw-gradient-to: rgba(158, 158, 158, 0.1);
}

:root .focus\:to-gray:focus{
  --tw-gradient-to: rgb(158, 158, 158);
}

:root .focus\:to-red-light:focus{
  --tw-gradient-to: rgba(244, 67, 54, 0.1);
}

:root .focus\:to-red:focus{
  --tw-gradient-to: rgb(244, 67, 54);
}

:root .focus\:to-orange-light:focus{
  --tw-gradient-to: rgba(255, 152, 0, 0.1);
}

:root .focus\:to-orange:focus{
  --tw-gradient-to: rgb(255, 152, 0);
}

:root .focus\:to-deep-orange-light:focus{
  --tw-gradient-to: rgba(255, 87, 34, 0.1);
}

:root .focus\:to-deep-orange:focus{
  --tw-gradient-to: rgb(255, 87, 34);
}

:root .focus\:to-amber-light:focus{
  --tw-gradient-to: rgba(255, 193, 7, 0.1);
}

:root .focus\:to-amber:focus{
  --tw-gradient-to: rgb(255, 193, 7);
}

:root .focus\:to-green-light:focus{
  --tw-gradient-to: rgba(76, 175, 80, 0.1);
}

:root .focus\:to-green:focus{
  --tw-gradient-to: rgb(76, 175, 80);
}

:root .focus\:to-teal-light:focus{
  --tw-gradient-to: rgba(0, 150, 136, 0.1);
}

:root .focus\:to-teal:focus{
  --tw-gradient-to: rgb(0, 150, 136);
}

:root .focus\:to-cyan-light:focus{
  --tw-gradient-to: rgba(0, 188, 212, 0.1);
}

:root .focus\:to-cyan:focus{
  --tw-gradient-to: rgb(0, 188, 212);
}

:root .focus\:to-purple-light:focus{
  --tw-gradient-to: rgba(156, 39, 176, 0.1);
}

:root .focus\:to-purple:focus{
  --tw-gradient-to: rgb(156, 39, 176);
}

:root .focus\:to-deep-purple-light:focus{
  --tw-gradient-to: rgba(103, 58, 183, 0.1);
}

:root .focus\:to-deep-purple:focus{
  --tw-gradient-to: rgb(103, 58, 183);
}

:root .focus\:to-pink-light:focus{
  --tw-gradient-to: rgba(233, 30, 99, 0.1);
}

:root .focus\:to-pink:focus{
  --tw-gradient-to: rgb(233, 30, 99);
}

:root .focus\:to-primary-light:focus{
  --tw-gradient-to: rgba(var(--color-primary), .1);
}

:root .focus\:to-primary:focus{
  --tw-gradient-to: rgb(var(--color-primary));
}

:root .focus\:to-accent-light:focus{
  --tw-gradient-to: rgba(var(--color-accent), .1);
}

:root .focus\:to-accent:focus{
  --tw-gradient-to: rgb(var(--color-accent));
}

:root .focus\:to-warn-light:focus{
  --tw-gradient-to: rgba(var(--color-warn), .1);
}

:root .focus\:to-warn:focus{
  --tw-gradient-to: rgb(var(--color-warn));
}

:root .focus\:to-am-base-background:focus{
  --tw-gradient-to: #F4F6FF;
}

:root .focus\:to-am-main-blue:focus{
  --tw-gradient-to: #7084E3;
}

:root .focus\:to-am-main-blue-light:focus{
  --tw-gradient-to: #d0d8ff;
}

:root .focus\:to-am-main-blue-dark:focus{
  --tw-gradient-to: #00004d;
}

:root .focus\:to-am-gray:focus{
  --tw-gradient-to: #9a9a9a;
}

:root .focus\:to-am-gray-light:focus{
  --tw-gradient-to: #bebebe;
}

:root .focus\:to-am-gray-dark:focus{
  --tw-gradient-to: #666666;
}

:root .focus\:to-am-new-green:focus{
  --tw-gradient-to: #77dea2;
}

:root .focus\:to-am-new-green-light:focus{
  --tw-gradient-to: #baeed0;
}

:root .focus\:to-am-new-green-dark:focus{
  --tw-gradient-to: #27834d;
}

:root .focus\:to-am-new-orange:focus{
  --tw-gradient-to: #f78842;
}

:root .focus\:to-am-new-orange-light:focus{
  --tw-gradient-to: #fbc3a0;
}

:root .focus\:to-am-new-orange-dark:focus{
  --tw-gradient-to: #af5f2e;
}

:root .focus\:to-am-coral:focus{
  --tw-gradient-to: #ee8f72;
}

:root .focus\:to-am-coral-light:focus{
  --tw-gradient-to: #f6c7b8;
}

:root .focus\:to-am-coral-dark:focus{
  --tw-gradient-to: #be6a50;
}

:root .focus\:to-am-teal:focus{
  --tw-gradient-to: #81e6e2;
}

:root .focus\:to-am-teal-light:focus{
  --tw-gradient-to: #b3f0ed;
}

:root .focus\:to-am-teal-dark:focus{
  --tw-gradient-to: #449D99;
}

:root .focus\:to-am-new-red:focus{
  --tw-gradient-to: #de7777;
}

:root .focus\:to-am-new-red-light:focus{
  --tw-gradient-to: #f2b0b0;
}

:root .focus\:to-am-new-red-dark:focus{
  --tw-gradient-to: #ac3d3d;
}

:root .focus\:to-am-new-yellow:focus{
  --tw-gradient-to: #ffce00;
}

:root .focus\:to-am-new-yellow-light:focus{
  --tw-gradient-to: #ffeb99;
}

:root .focus\:to-am-new-yellow-dark:focus{
  --tw-gradient-to: #a56c00;
}

:root .focus\:to-am-new-pink:focus{
  --tw-gradient-to: #d977dd;
}

:root .focus\:to-am-new-pink-light:focus{
  --tw-gradient-to: #ecbaee;
}

:root .focus\:to-am-new-pink-dark:focus{
  --tw-gradient-to: #97569a;
}

:root .focus\:to-am-new-purple:focus{
  --tw-gradient-to: #8f7ee3;
}

:root .focus\:to-am-new-purple-light:focus{
  --tw-gradient-to: #baacff;
}

:root .focus\:to-am-new-purple-dark:focus{
  --tw-gradient-to: #7164b1;
}

:root .focus\:to-am-purple-transparent:focus{
  --tw-gradient-to: #757de338;
}

:root .focus\:to-am-purple-relight:focus{
  --tw-gradient-to: #f0f1ff;
}

:root .focus\:to-am-purple-light:focus{
  --tw-gradient-to: #dbdcff;
}

:root .focus\:to-am-purple-medium:focus{
  --tw-gradient-to: #927DEA;
}

:root .focus\:to-am-purple-dark:focus{
  --tw-gradient-to: #465499;
}

:root .focus\:to-am-purple:focus{
  --tw-gradient-to: #7084E3;
}

:root .focus\:to-am-green-light:focus{
  --tw-gradient-to: #77DEA2;
}

:root .focus\:to-am-green-brightest:focus{
  --tw-gradient-to: #77DEA280;
}

:root .focus\:to-am-green-cyan:focus{
  --tw-gradient-to: #26b28f;
}

:root .focus\:to-am-green-dark:focus{
  --tw-gradient-to: #1f8f4e;
}

:root .focus\:to-am-green-aqua:focus{
  --tw-gradient-to: #7DEAB4;
}

:root .focus\:to-am-green-brightest-transparent:focus{
  --tw-gradient-to: #e9f8ee;
}

:root .focus\:to-am-green-hover:focus{
  --tw-gradient-to: #F5FCF7;
}

:root .focus\:to-am-green:focus{
  --tw-gradient-to: #54C931;
}

:root .focus\:to-am-red-alive:focus{
  --tw-gradient-to: #E56262;
}

:root .focus\:to-am-red-light:focus{
  --tw-gradient-to: #ffcece;
}

:root .focus\:to-am-red-dark:focus{
  --tw-gradient-to: #d93d3d;
}

:root .focus\:to-am-red-intense:focus{
  --tw-gradient-to: #f00846;
}

:root .focus\:to-am-red:focus{
  --tw-gradient-to: #DE7777;
}

:root .focus\:to-am-grey-light:focus{
  --tw-gradient-to: #BFC4FF1F;
}

:root .focus\:to-am-grey-dark:focus{
  --tw-gradient-to: #2C303E;
}

:root .focus\:to-am-grey-medium:focus{
  --tw-gradient-to: #bbbbbb;
}

:root .focus\:to-am-grey-transparent:focus{
  --tw-gradient-to: #BFC4FF4B;
}

:root .focus\:to-am-grey:focus{
  --tw-gradient-to: #666666;
}

:root .focus\:to-am-pink-light:focus{
  --tw-gradient-to: #edcff0;
}

:root .focus\:to-am-pink-dark:focus{
  --tw-gradient-to: #a941ae;
}

:root .focus\:to-am-pink-brightest:focus{
  --tw-gradient-to: #d977dd3b;
}

:root .focus\:to-am-pink-rose:focus{
  --tw-gradient-to: #F8BBD0;
}

:root .focus\:to-am-pink:focus{
  --tw-gradient-to: #D977DD;
}

:root .focus\:to-am-orange-light:focus{
  --tw-gradient-to: #f89103;
}

:root .focus\:to-am-orange-relight:focus{
  --tw-gradient-to: #fff1e8;
}

:root .focus\:to-am-orange-dark:focus{
  --tw-gradient-to: #b57c00;
}

:root .focus\:to-am-orange:focus{
  --tw-gradient-to: #f78842;
}

:root .focus\:to-am-cyan-light:focus{
  --tw-gradient-to: #b3edf4;
}

:root .focus\:to-am-cyan-dark:focus{
  --tw-gradient-to: #129aa6;
}

:root .focus\:to-am-cyan-blue:focus{
  --tw-gradient-to: #0061FD60;
}

:root .focus\:to-am-cyan-green:focus{
  --tw-gradient-to: #b9eadf;
}

:root .focus\:to-am-cyan:focus{
  --tw-gradient-to: #18D9EA;
}

:root .focus\:to-am-blue-light:focus{
  --tw-gradient-to: #92C9F2;
}

:root .focus\:to-am-blue:focus{
  --tw-gradient-to: #0061FD60;
}

:root .focus\:to-am-blue-dark:focus{
  --tw-gradient-to: #5784a5;
}

:root .focus\:to-am-yellow-resalt:focus{
  --tw-gradient-to: #FFCE00;
}

:root .focus\:to-am-yellow-light:focus{
  --tw-gradient-to: #f8e9ae;
}

:root .focus\:to-am-yellow-dark:focus{
  --tw-gradient-to: #c18b11;
}

:root .focus\:to-am-yellow:focus{
  --tw-gradient-to: #FAD073;
}

:root .focus\:to-am-cream-entry:focus{
  --tw-gradient-to: #81E6AB;
}

:root .focus\:to-am-cream-entry_light:focus{
  --tw-gradient-to: #81E6AB33;
}

:root .focus\:to-am-cream-entry_text:focus{
  --tw-gradient-to: #81E6ABB3;
}

:root .focus\:to-am-cream-lunchgo:focus{
  --tw-gradient-to: #EEBA72;
}

:root .focus\:to-am-cream-lunchgo_light:focus{
  --tw-gradient-to: #EEBA7233;
}

:root .focus\:to-am-cream-lunchgo_text:focus{
  --tw-gradient-to: #EEBA72B3;
}

:root .focus\:to-am-cream-lunchback:focus{
  --tw-gradient-to: #EE8F72;
}

:root .focus\:to-am-cream-lunchback_light:focus{
  --tw-gradient-to: #EE8F7233;
}

:root .focus\:to-am-cream-lunchback_text:focus{
  --tw-gradient-to: #EE8F72B3;
}

:root .focus\:to-am-cream-exit:focus{
  --tw-gradient-to: #81E6E2;
}

:root .focus\:to-am-cream-exit_light:focus{
  --tw-gradient-to: #81E6E233;
}

:root .focus\:to-am-cream-exit_text:focus{
  --tw-gradient-to: #81E6E2B3;
}

:root .focus\:to-am-cream-yesterday:focus{
  --tw-gradient-to: #DE7777;
}

:root .focus\:to-am-cream-yesterday_light:focus{
  --tw-gradient-to: #DE777733;
}

:root .focus\:to-am-cream-yesterday_text:focus{
  --tw-gradient-to: #DE7777B3;
}

:root .focus\:to-am-brown-light:focus{
  --tw-gradient-to: #f1e1d8;
}

:root .focus\:to-am-brown-dark:focus{
  --tw-gradient-to: #501D0E;
}

:root .focus\:to-am-brown:focus{
  --tw-gradient-to: #A23E00;
}

:root .decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

:root .decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

:root .bg-auto{
  background-size: auto;
}

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

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

:root .bg-fixed{
  background-attachment: fixed;
}

:root .bg-local{
  background-attachment: local;
}

:root .bg-scroll{
  background-attachment: scroll;
}

:root .bg-clip-border{
  background-clip: border-box;
}

:root .bg-clip-padding{
  background-clip: padding-box;
}

:root .bg-clip-content{
  background-clip: content-box;
}

:root .bg-clip-text{
  background-clip: text;
}

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

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

:root .bg-left{
  background-position: left;
}

:root .bg-left-bottom{
  background-position: left bottom;
}

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

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

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

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

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

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

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

:root .bg-repeat-x{
  background-repeat: repeat-x;
}

:root .bg-repeat-y{
  background-repeat: repeat-y;
}

:root .bg-repeat-round{
  background-repeat: round;
}

:root .bg-repeat-space{
  background-repeat: space;
}

:root .bg-origin-border{
  background-origin: border-box;
}

:root .bg-origin-padding{
  background-origin: padding-box;
}

:root .bg-origin-content{
  background-origin: content-box;
}

:root .fill-current{
  fill: currentColor;
}

:root .stroke-current{
  stroke: currentColor;
}

:root .stroke-0{
  stroke-width: 0;
}

:root .stroke-1{
  stroke-width: 1;
}

:root .stroke-2{
  stroke-width: 2;
}

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

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

:root .object-fill{
  object-fit: fill;
}

:root .object-none{
  object-fit: none;
}

:root .object-scale-down{
  object-fit: scale-down;
}

:root .object-bottom{
  object-position: bottom;
}

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

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

:root .object-left-bottom{
  object-position: left bottom;
}

:root .object-left-top{
  object-position: left top;
}

:root .object-right{
  object-position: right;
}

:root .object-right-bottom{
  object-position: right bottom;
}

:root .object-right-top{
  object-position: right top;
}

:root .object-top{
  object-position: top;
}

:root .p-0{
  padding: 0;
}

:root .p-1{
  padding: 0.25rem;
}

:root .p-2{
  padding: 0.5rem;
}

:root .p-3{
  padding: 0.75rem;
}

:root .p-4{
  padding: 1rem;
}

:root .p-5{
  padding: 1.25rem;
}

:root .p-6{
  padding: 1.5rem;
}

:root .p-7{
  padding: 1.75rem;
}

:root .p-8{
  padding: 2rem;
}

:root .p-9{
  padding: 2.25rem;
}

:root .p-10{
  padding: 2.5rem;
}

:root .p-11{
  padding: 2.75rem;
}

:root .p-12{
  padding: 3rem;
}

:root .p-13{
  padding: 3.25rem;
}

:root .p-14{
  padding: 3.5rem;
}

:root .p-16{
  padding: 4rem;
}

:root .p-18{
  padding: 4.5rem;
}

:root .p-20{
  padding: 5rem;
}

:root .p-21{
  padding: 5.25rem;
}

:root .p-22{
  padding: 5.5rem;
}

:root .p-24{
  padding: 6rem;
}

:root .p-26{
  padding: 6.5rem;
}

:root .p-27{
  padding: 6.75rem;
}

:root .p-28{
  padding: 7rem;
}

:root .p-30{
  padding: 7.5rem;
}

:root .p-32{
  padding: 8rem;
}

:root .p-36{
  padding: 9rem;
}

:root .p-40{
  padding: 10rem;
}

:root .p-41{
  padding: 11.25rem;
}

:root .p-42{
  padding: 11.5rem;
}

:root .p-44{
  padding: 11rem;
}

:root .p-48{
  padding: 12rem;
}

:root .p-52{
  padding: 13rem;
}

:root .p-54{
  padding: 13.5rem;
}

:root .p-56{
  padding: 14rem;
}

:root .p-60{
  padding: 15rem;
}

:root .p-64{
  padding: 16rem;
}

:root .p-68{
  padding: 17rem;
}

:root .p-72{
  padding: 18rem;
}

:root .p-76{
  padding: 19rem;
}

:root .p-80{
  padding: 20rem;
}

:root .p-84{
  padding: 21rem;
}

:root .p-88{
  padding: 22rem;
}

:root .p-96{
  padding: 24rem;
}

:root .p-112{
  padding: 28rem;
}

:root .p-120{
  padding: 30rem;
}

:root .p-140{
  padding: 35rem;
}

:root .p-150{
  padding: 37.5rem;
}

:root .p-160{
  padding: 40rem;
}

:root .p-220{
  padding: 55rem;
}

:root .p-240{
  padding: 60rem;
}

:root .p-300{
  padding: 75rem;
}

:root .p-320{
  padding: 80rem;
}

:root .p-px{
  padding: 1px;
}

:root .p-gutter{
  padding: var(--padding-gutter);
}

:root .p-1\.5{
  padding: 0.375rem;
}

:root [dir=ltr] .ltr\:p-0{
  padding: 0;
}

:root [dir=ltr] .ltr\:p-1{
  padding: 0.25rem;
}

:root [dir=ltr] .ltr\:p-2{
  padding: 0.5rem;
}

:root [dir=ltr] .ltr\:p-3{
  padding: 0.75rem;
}

:root [dir=ltr] .ltr\:p-4{
  padding: 1rem;
}

:root [dir=ltr] .ltr\:p-5{
  padding: 1.25rem;
}

:root [dir=ltr] .ltr\:p-6{
  padding: 1.5rem;
}

:root [dir=ltr] .ltr\:p-7{
  padding: 1.75rem;
}

:root [dir=ltr] .ltr\:p-8{
  padding: 2rem;
}

:root [dir=ltr] .ltr\:p-9{
  padding: 2.25rem;
}

:root [dir=ltr] .ltr\:p-10{
  padding: 2.5rem;
}

:root [dir=ltr] .ltr\:p-11{
  padding: 2.75rem;
}

:root [dir=ltr] .ltr\:p-12{
  padding: 3rem;
}

:root [dir=ltr] .ltr\:p-13{
  padding: 3.25rem;
}

:root [dir=ltr] .ltr\:p-14{
  padding: 3.5rem;
}

:root [dir=ltr] .ltr\:p-16{
  padding: 4rem;
}

:root [dir=ltr] .ltr\:p-18{
  padding: 4.5rem;
}

:root [dir=ltr] .ltr\:p-20{
  padding: 5rem;
}

:root [dir=ltr] .ltr\:p-21{
  padding: 5.25rem;
}

:root [dir=ltr] .ltr\:p-22{
  padding: 5.5rem;
}

:root [dir=ltr] .ltr\:p-24{
  padding: 6rem;
}

:root [dir=ltr] .ltr\:p-26{
  padding: 6.5rem;
}

:root [dir=ltr] .ltr\:p-27{
  padding: 6.75rem;
}

:root [dir=ltr] .ltr\:p-28{
  padding: 7rem;
}

:root [dir=ltr] .ltr\:p-30{
  padding: 7.5rem;
}

:root [dir=ltr] .ltr\:p-32{
  padding: 8rem;
}

:root [dir=ltr] .ltr\:p-36{
  padding: 9rem;
}

:root [dir=ltr] .ltr\:p-40{
  padding: 10rem;
}

:root [dir=ltr] .ltr\:p-41{
  padding: 11.25rem;
}

:root [dir=ltr] .ltr\:p-42{
  padding: 11.5rem;
}

:root [dir=ltr] .ltr\:p-44{
  padding: 11rem;
}

:root [dir=ltr] .ltr\:p-48{
  padding: 12rem;
}

:root [dir=ltr] .ltr\:p-52{
  padding: 13rem;
}

:root [dir=ltr] .ltr\:p-54{
  padding: 13.5rem;
}

:root [dir=ltr] .ltr\:p-56{
  padding: 14rem;
}

:root [dir=ltr] .ltr\:p-60{
  padding: 15rem;
}

:root [dir=ltr] .ltr\:p-64{
  padding: 16rem;
}

:root [dir=ltr] .ltr\:p-68{
  padding: 17rem;
}

:root [dir=ltr] .ltr\:p-72{
  padding: 18rem;
}

:root [dir=ltr] .ltr\:p-76{
  padding: 19rem;
}

:root [dir=ltr] .ltr\:p-80{
  padding: 20rem;
}

:root [dir=ltr] .ltr\:p-84{
  padding: 21rem;
}

:root [dir=ltr] .ltr\:p-88{
  padding: 22rem;
}

:root [dir=ltr] .ltr\:p-96{
  padding: 24rem;
}

:root [dir=ltr] .ltr\:p-112{
  padding: 28rem;
}

:root [dir=ltr] .ltr\:p-120{
  padding: 30rem;
}

:root [dir=ltr] .ltr\:p-140{
  padding: 35rem;
}

:root [dir=ltr] .ltr\:p-150{
  padding: 37.5rem;
}

:root [dir=ltr] .ltr\:p-160{
  padding: 40rem;
}

:root [dir=ltr] .ltr\:p-220{
  padding: 55rem;
}

:root [dir=ltr] .ltr\:p-240{
  padding: 60rem;
}

:root [dir=ltr] .ltr\:p-300{
  padding: 75rem;
}

:root [dir=ltr] .ltr\:p-320{
  padding: 80rem;
}

:root [dir=ltr] .ltr\:p-px{
  padding: 1px;
}

:root [dir=ltr] .ltr\:p-gutter{
  padding: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:p-1.5{
  padding: 0.375rem;
}

:root [dir=rtl] .rtl\:p-0{
  padding: 0;
}

:root [dir=rtl] .rtl\:p-1{
  padding: 0.25rem;
}

:root [dir=rtl] .rtl\:p-2{
  padding: 0.5rem;
}

:root [dir=rtl] .rtl\:p-3{
  padding: 0.75rem;
}

:root [dir=rtl] .rtl\:p-4{
  padding: 1rem;
}

:root [dir=rtl] .rtl\:p-5{
  padding: 1.25rem;
}

:root [dir=rtl] .rtl\:p-6{
  padding: 1.5rem;
}

:root [dir=rtl] .rtl\:p-7{
  padding: 1.75rem;
}

:root [dir=rtl] .rtl\:p-8{
  padding: 2rem;
}

:root [dir=rtl] .rtl\:p-9{
  padding: 2.25rem;
}

:root [dir=rtl] .rtl\:p-10{
  padding: 2.5rem;
}

:root [dir=rtl] .rtl\:p-11{
  padding: 2.75rem;
}

:root [dir=rtl] .rtl\:p-12{
  padding: 3rem;
}

:root [dir=rtl] .rtl\:p-13{
  padding: 3.25rem;
}

:root [dir=rtl] .rtl\:p-14{
  padding: 3.5rem;
}

:root [dir=rtl] .rtl\:p-16{
  padding: 4rem;
}

:root [dir=rtl] .rtl\:p-18{
  padding: 4.5rem;
}

:root [dir=rtl] .rtl\:p-20{
  padding: 5rem;
}

:root [dir=rtl] .rtl\:p-21{
  padding: 5.25rem;
}

:root [dir=rtl] .rtl\:p-22{
  padding: 5.5rem;
}

:root [dir=rtl] .rtl\:p-24{
  padding: 6rem;
}

:root [dir=rtl] .rtl\:p-26{
  padding: 6.5rem;
}

:root [dir=rtl] .rtl\:p-27{
  padding: 6.75rem;
}

:root [dir=rtl] .rtl\:p-28{
  padding: 7rem;
}

:root [dir=rtl] .rtl\:p-30{
  padding: 7.5rem;
}

:root [dir=rtl] .rtl\:p-32{
  padding: 8rem;
}

:root [dir=rtl] .rtl\:p-36{
  padding: 9rem;
}

:root [dir=rtl] .rtl\:p-40{
  padding: 10rem;
}

:root [dir=rtl] .rtl\:p-41{
  padding: 11.25rem;
}

:root [dir=rtl] .rtl\:p-42{
  padding: 11.5rem;
}

:root [dir=rtl] .rtl\:p-44{
  padding: 11rem;
}

:root [dir=rtl] .rtl\:p-48{
  padding: 12rem;
}

:root [dir=rtl] .rtl\:p-52{
  padding: 13rem;
}

:root [dir=rtl] .rtl\:p-54{
  padding: 13.5rem;
}

:root [dir=rtl] .rtl\:p-56{
  padding: 14rem;
}

:root [dir=rtl] .rtl\:p-60{
  padding: 15rem;
}

:root [dir=rtl] .rtl\:p-64{
  padding: 16rem;
}

:root [dir=rtl] .rtl\:p-68{
  padding: 17rem;
}

:root [dir=rtl] .rtl\:p-72{
  padding: 18rem;
}

:root [dir=rtl] .rtl\:p-76{
  padding: 19rem;
}

:root [dir=rtl] .rtl\:p-80{
  padding: 20rem;
}

:root [dir=rtl] .rtl\:p-84{
  padding: 21rem;
}

:root [dir=rtl] .rtl\:p-88{
  padding: 22rem;
}

:root [dir=rtl] .rtl\:p-96{
  padding: 24rem;
}

:root [dir=rtl] .rtl\:p-112{
  padding: 28rem;
}

:root [dir=rtl] .rtl\:p-120{
  padding: 30rem;
}

:root [dir=rtl] .rtl\:p-140{
  padding: 35rem;
}

:root [dir=rtl] .rtl\:p-150{
  padding: 37.5rem;
}

:root [dir=rtl] .rtl\:p-160{
  padding: 40rem;
}

:root [dir=rtl] .rtl\:p-220{
  padding: 55rem;
}

:root [dir=rtl] .rtl\:p-240{
  padding: 60rem;
}

:root [dir=rtl] .rtl\:p-300{
  padding: 75rem;
}

:root [dir=rtl] .rtl\:p-320{
  padding: 80rem;
}

:root [dir=rtl] .rtl\:p-px{
  padding: 1px;
}

:root [dir=rtl] .rtl\:p-gutter{
  padding: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:p-1.5{
  padding: 0.375rem;
}

:root .px-0{
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

:root .px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

:root .px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

:root .px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

:root .px-13{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

:root .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

:root .px-18{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

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

:root .px-21{
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

:root .px-22{
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

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

:root .px-26{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

:root .px-27{
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

:root .px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

:root .px-30{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

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

:root .px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

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

:root .px-41{
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}

:root .px-42{
  padding-left: 11.5rem;
  padding-right: 11.5rem;
}

:root .px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

:root .px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root .px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

:root .px-54{
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

:root .px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root .px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

:root .px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root .px-68{
  padding-left: 17rem;
  padding-right: 17rem;
}

:root .px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

:root .px-76{
  padding-left: 19rem;
  padding-right: 19rem;
}

:root .px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

:root .px-84{
  padding-left: 21rem;
  padding-right: 21rem;
}

:root .px-88{
  padding-left: 22rem;
  padding-right: 22rem;
}

:root .px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

:root .px-112{
  padding-left: 28rem;
  padding-right: 28rem;
}

:root .px-120{
  padding-left: 30rem;
  padding-right: 30rem;
}

:root .px-140{
  padding-left: 35rem;
  padding-right: 35rem;
}

:root .px-150{
  padding-left: 37.5rem;
  padding-right: 37.5rem;
}

:root .px-160{
  padding-left: 40rem;
  padding-right: 40rem;
}

:root .px-220{
  padding-left: 55rem;
  padding-right: 55rem;
}

:root .px-240{
  padding-left: 60rem;
  padding-right: 60rem;
}

:root .px-300{
  padding-left: 75rem;
  padding-right: 75rem;
}

:root .px-320{
  padding-left: 80rem;
  padding-right: 80rem;
}

:root .px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root .px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root .px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

:root .py-0{
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

:root .py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

:root .py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root .py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

:root .py-13{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

:root .py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

:root .py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

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

:root .py-21{
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

:root .py-22{
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

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

:root .py-26{
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

:root .py-27{
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

:root .py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

:root .py-30{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

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

:root .py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

:root .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root .py-41{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

:root .py-42{
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

:root .py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

:root .py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root .py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

:root .py-54{
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

:root .py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root .py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

:root .py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root .py-68{
  padding-top: 17rem;
  padding-bottom: 17rem;
}

:root .py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

:root .py-76{
  padding-top: 19rem;
  padding-bottom: 19rem;
}

:root .py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

:root .py-84{
  padding-top: 21rem;
  padding-bottom: 21rem;
}

:root .py-88{
  padding-top: 22rem;
  padding-bottom: 22rem;
}

:root .py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

:root .py-112{
  padding-top: 28rem;
  padding-bottom: 28rem;
}

:root .py-120{
  padding-top: 30rem;
  padding-bottom: 30rem;
}

:root .py-140{
  padding-top: 35rem;
  padding-bottom: 35rem;
}

:root .py-150{
  padding-top: 37.5rem;
  padding-bottom: 37.5rem;
}

:root .py-160{
  padding-top: 40rem;
  padding-bottom: 40rem;
}

:root .py-220{
  padding-top: 55rem;
  padding-bottom: 55rem;
}

:root .py-240{
  padding-top: 60rem;
  padding-bottom: 60rem;
}

:root .py-300{
  padding-top: 75rem;
  padding-bottom: 75rem;
}

:root .py-320{
  padding-top: 80rem;
  padding-bottom: 80rem;
}

:root .py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root .py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root .py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:px-0{
  padding-left: 0;
  padding-right: 0;
}

:root [dir=ltr] .ltr\:px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root [dir=ltr] .ltr\:px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root [dir=ltr] .ltr\:px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root [dir=ltr] .ltr\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root [dir=ltr] .ltr\:px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root [dir=ltr] .ltr\:px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root [dir=ltr] .ltr\:px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

:root [dir=ltr] .ltr\:px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root [dir=ltr] .ltr\:px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root [dir=ltr] .ltr\:px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root [dir=ltr] .ltr\:px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

:root [dir=ltr] .ltr\:px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root [dir=ltr] .ltr\:px-13{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

:root [dir=ltr] .ltr\:px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root [dir=ltr] .ltr\:px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root [dir=ltr] .ltr\:px-18{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

:root [dir=ltr] .ltr\:px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root [dir=ltr] .ltr\:px-21{
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

:root [dir=ltr] .ltr\:px-22{
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

:root [dir=ltr] .ltr\:px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root [dir=ltr] .ltr\:px-26{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

:root [dir=ltr] .ltr\:px-27{
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

:root [dir=ltr] .ltr\:px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

:root [dir=ltr] .ltr\:px-30{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

:root [dir=ltr] .ltr\:px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root [dir=ltr] .ltr\:px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

:root [dir=ltr] .ltr\:px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root [dir=ltr] .ltr\:px-41{
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}

:root [dir=ltr] .ltr\:px-42{
  padding-left: 11.5rem;
  padding-right: 11.5rem;
}

:root [dir=ltr] .ltr\:px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

:root [dir=ltr] .ltr\:px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root [dir=ltr] .ltr\:px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

:root [dir=ltr] .ltr\:px-54{
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

:root [dir=ltr] .ltr\:px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root [dir=ltr] .ltr\:px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

:root [dir=ltr] .ltr\:px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root [dir=ltr] .ltr\:px-68{
  padding-left: 17rem;
  padding-right: 17rem;
}

:root [dir=ltr] .ltr\:px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

:root [dir=ltr] .ltr\:px-76{
  padding-left: 19rem;
  padding-right: 19rem;
}

:root [dir=ltr] .ltr\:px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

:root [dir=ltr] .ltr\:px-84{
  padding-left: 21rem;
  padding-right: 21rem;
}

:root [dir=ltr] .ltr\:px-88{
  padding-left: 22rem;
  padding-right: 22rem;
}

:root [dir=ltr] .ltr\:px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

:root [dir=ltr] .ltr\:px-112{
  padding-left: 28rem;
  padding-right: 28rem;
}

:root [dir=ltr] .ltr\:px-120{
  padding-left: 30rem;
  padding-right: 30rem;
}

:root [dir=ltr] .ltr\:px-140{
  padding-left: 35rem;
  padding-right: 35rem;
}

:root [dir=ltr] .ltr\:px-150{
  padding-left: 37.5rem;
  padding-right: 37.5rem;
}

:root [dir=ltr] .ltr\:px-160{
  padding-left: 40rem;
  padding-right: 40rem;
}

:root [dir=ltr] .ltr\:px-220{
  padding-left: 55rem;
  padding-right: 55rem;
}

:root [dir=ltr] .ltr\:px-240{
  padding-left: 60rem;
  padding-right: 60rem;
}

:root [dir=ltr] .ltr\:px-300{
  padding-left: 75rem;
  padding-right: 75rem;
}

:root [dir=ltr] .ltr\:px-320{
  padding-left: 80rem;
  padding-right: 80rem;
}

:root [dir=ltr] .ltr\:px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root [dir=ltr] .ltr\:px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:px-1.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

:root [dir=ltr] .ltr\:py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root [dir=ltr] .ltr\:py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root [dir=ltr] .ltr\:py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root [dir=ltr] .ltr\:py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root [dir=ltr] .ltr\:py-13{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

:root [dir=ltr] .ltr\:py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root [dir=ltr] .ltr\:py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

:root [dir=ltr] .ltr\:py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root [dir=ltr] .ltr\:py-21{
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

:root [dir=ltr] .ltr\:py-22{
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

:root [dir=ltr] .ltr\:py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root [dir=ltr] .ltr\:py-26{
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

:root [dir=ltr] .ltr\:py-27{
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

:root [dir=ltr] .ltr\:py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

:root [dir=ltr] .ltr\:py-30{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

:root [dir=ltr] .ltr\:py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root [dir=ltr] .ltr\:py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

:root [dir=ltr] .ltr\:py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root [dir=ltr] .ltr\:py-41{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

:root [dir=ltr] .ltr\:py-42{
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

:root [dir=ltr] .ltr\:py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

:root [dir=ltr] .ltr\:py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root [dir=ltr] .ltr\:py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

:root [dir=ltr] .ltr\:py-54{
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

:root [dir=ltr] .ltr\:py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root [dir=ltr] .ltr\:py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

:root [dir=ltr] .ltr\:py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root [dir=ltr] .ltr\:py-68{
  padding-top: 17rem;
  padding-bottom: 17rem;
}

:root [dir=ltr] .ltr\:py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

:root [dir=ltr] .ltr\:py-76{
  padding-top: 19rem;
  padding-bottom: 19rem;
}

:root [dir=ltr] .ltr\:py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

:root [dir=ltr] .ltr\:py-84{
  padding-top: 21rem;
  padding-bottom: 21rem;
}

:root [dir=ltr] .ltr\:py-88{
  padding-top: 22rem;
  padding-bottom: 22rem;
}

:root [dir=ltr] .ltr\:py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

:root [dir=ltr] .ltr\:py-112{
  padding-top: 28rem;
  padding-bottom: 28rem;
}

:root [dir=ltr] .ltr\:py-120{
  padding-top: 30rem;
  padding-bottom: 30rem;
}

:root [dir=ltr] .ltr\:py-140{
  padding-top: 35rem;
  padding-bottom: 35rem;
}

:root [dir=ltr] .ltr\:py-150{
  padding-top: 37.5rem;
  padding-bottom: 37.5rem;
}

:root [dir=ltr] .ltr\:py-160{
  padding-top: 40rem;
  padding-bottom: 40rem;
}

:root [dir=ltr] .ltr\:py-220{
  padding-top: 55rem;
  padding-bottom: 55rem;
}

:root [dir=ltr] .ltr\:py-240{
  padding-top: 60rem;
  padding-bottom: 60rem;
}

:root [dir=ltr] .ltr\:py-300{
  padding-top: 75rem;
  padding-bottom: 75rem;
}

:root [dir=ltr] .ltr\:py-320{
  padding-top: 80rem;
  padding-bottom: 80rem;
}

:root [dir=ltr] .ltr\:py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root [dir=ltr] .ltr\:py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:py-1.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:px-0{
  padding-left: 0;
  padding-right: 0;
}

:root [dir=rtl] .rtl\:px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

:root [dir=rtl] .rtl\:px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

:root [dir=rtl] .rtl\:px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

:root [dir=rtl] .rtl\:px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

:root [dir=rtl] .rtl\:px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

:root [dir=rtl] .rtl\:px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:root [dir=rtl] .rtl\:px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

:root [dir=rtl] .rtl\:px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

:root [dir=rtl] .rtl\:px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

:root [dir=rtl] .rtl\:px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

:root [dir=rtl] .rtl\:px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

:root [dir=rtl] .rtl\:px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

:root [dir=rtl] .rtl\:px-13{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

:root [dir=rtl] .rtl\:px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

:root [dir=rtl] .rtl\:px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

:root [dir=rtl] .rtl\:px-18{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

:root [dir=rtl] .rtl\:px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

:root [dir=rtl] .rtl\:px-21{
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

:root [dir=rtl] .rtl\:px-22{
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

:root [dir=rtl] .rtl\:px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

:root [dir=rtl] .rtl\:px-26{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

:root [dir=rtl] .rtl\:px-27{
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

:root [dir=rtl] .rtl\:px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

:root [dir=rtl] .rtl\:px-30{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

:root [dir=rtl] .rtl\:px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

:root [dir=rtl] .rtl\:px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

:root [dir=rtl] .rtl\:px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

:root [dir=rtl] .rtl\:px-41{
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}

:root [dir=rtl] .rtl\:px-42{
  padding-left: 11.5rem;
  padding-right: 11.5rem;
}

:root [dir=rtl] .rtl\:px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

:root [dir=rtl] .rtl\:px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

:root [dir=rtl] .rtl\:px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

:root [dir=rtl] .rtl\:px-54{
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

:root [dir=rtl] .rtl\:px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

:root [dir=rtl] .rtl\:px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

:root [dir=rtl] .rtl\:px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

:root [dir=rtl] .rtl\:px-68{
  padding-left: 17rem;
  padding-right: 17rem;
}

:root [dir=rtl] .rtl\:px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

:root [dir=rtl] .rtl\:px-76{
  padding-left: 19rem;
  padding-right: 19rem;
}

:root [dir=rtl] .rtl\:px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

:root [dir=rtl] .rtl\:px-84{
  padding-left: 21rem;
  padding-right: 21rem;
}

:root [dir=rtl] .rtl\:px-88{
  padding-left: 22rem;
  padding-right: 22rem;
}

:root [dir=rtl] .rtl\:px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

:root [dir=rtl] .rtl\:px-112{
  padding-left: 28rem;
  padding-right: 28rem;
}

:root [dir=rtl] .rtl\:px-120{
  padding-left: 30rem;
  padding-right: 30rem;
}

:root [dir=rtl] .rtl\:px-140{
  padding-left: 35rem;
  padding-right: 35rem;
}

:root [dir=rtl] .rtl\:px-150{
  padding-left: 37.5rem;
  padding-right: 37.5rem;
}

:root [dir=rtl] .rtl\:px-160{
  padding-left: 40rem;
  padding-right: 40rem;
}

:root [dir=rtl] .rtl\:px-220{
  padding-left: 55rem;
  padding-right: 55rem;
}

:root [dir=rtl] .rtl\:px-240{
  padding-left: 60rem;
  padding-right: 60rem;
}

:root [dir=rtl] .rtl\:px-300{
  padding-left: 75rem;
  padding-right: 75rem;
}

:root [dir=rtl] .rtl\:px-320{
  padding-left: 80rem;
  padding-right: 80rem;
}

:root [dir=rtl] .rtl\:px-px{
  padding-left: 1px;
  padding-right: 1px;
}

:root [dir=rtl] .rtl\:px-gutter{
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:px-1.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

:root [dir=rtl] .rtl\:py-0{
  padding-top: 0;
  padding-bottom: 0;
}

:root [dir=rtl] .rtl\:py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root [dir=rtl] .rtl\:py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

:root [dir=rtl] .rtl\:py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

:root [dir=rtl] .rtl\:py-13{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

:root [dir=rtl] .rtl\:py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

:root [dir=rtl] .rtl\:py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

:root [dir=rtl] .rtl\:py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

:root [dir=rtl] .rtl\:py-21{
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

:root [dir=rtl] .rtl\:py-22{
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

:root [dir=rtl] .rtl\:py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

:root [dir=rtl] .rtl\:py-26{
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

:root [dir=rtl] .rtl\:py-27{
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

:root [dir=rtl] .rtl\:py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

:root [dir=rtl] .rtl\:py-30{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

:root [dir=rtl] .rtl\:py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

:root [dir=rtl] .rtl\:py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

:root [dir=rtl] .rtl\:py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

:root [dir=rtl] .rtl\:py-41{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

:root [dir=rtl] .rtl\:py-42{
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

:root [dir=rtl] .rtl\:py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

:root [dir=rtl] .rtl\:py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

:root [dir=rtl] .rtl\:py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

:root [dir=rtl] .rtl\:py-54{
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

:root [dir=rtl] .rtl\:py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

:root [dir=rtl] .rtl\:py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

:root [dir=rtl] .rtl\:py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

:root [dir=rtl] .rtl\:py-68{
  padding-top: 17rem;
  padding-bottom: 17rem;
}

:root [dir=rtl] .rtl\:py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

:root [dir=rtl] .rtl\:py-76{
  padding-top: 19rem;
  padding-bottom: 19rem;
}

:root [dir=rtl] .rtl\:py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

:root [dir=rtl] .rtl\:py-84{
  padding-top: 21rem;
  padding-bottom: 21rem;
}

:root [dir=rtl] .rtl\:py-88{
  padding-top: 22rem;
  padding-bottom: 22rem;
}

:root [dir=rtl] .rtl\:py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

:root [dir=rtl] .rtl\:py-112{
  padding-top: 28rem;
  padding-bottom: 28rem;
}

:root [dir=rtl] .rtl\:py-120{
  padding-top: 30rem;
  padding-bottom: 30rem;
}

:root [dir=rtl] .rtl\:py-140{
  padding-top: 35rem;
  padding-bottom: 35rem;
}

:root [dir=rtl] .rtl\:py-150{
  padding-top: 37.5rem;
  padding-bottom: 37.5rem;
}

:root [dir=rtl] .rtl\:py-160{
  padding-top: 40rem;
  padding-bottom: 40rem;
}

:root [dir=rtl] .rtl\:py-220{
  padding-top: 55rem;
  padding-bottom: 55rem;
}

:root [dir=rtl] .rtl\:py-240{
  padding-top: 60rem;
  padding-bottom: 60rem;
}

:root [dir=rtl] .rtl\:py-300{
  padding-top: 75rem;
  padding-bottom: 75rem;
}

:root [dir=rtl] .rtl\:py-320{
  padding-top: 80rem;
  padding-bottom: 80rem;
}

:root [dir=rtl] .rtl\:py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

:root [dir=rtl] .rtl\:py-gutter{
  padding-top: var(--padding-gutter);
  padding-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:py-1.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

:root .pt-0{
  padding-top: 0;
}

:root .pt-1{
  padding-top: 0.25rem;
}

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

:root .pt-3{
  padding-top: 0.75rem;
}

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

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

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

:root .pt-7{
  padding-top: 1.75rem;
}

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

:root .pt-9{
  padding-top: 2.25rem;
}

:root .pt-10{
  padding-top: 2.5rem;
}

:root .pt-11{
  padding-top: 2.75rem;
}

:root .pt-12{
  padding-top: 3rem;
}

:root .pt-13{
  padding-top: 3.25rem;
}

:root .pt-14{
  padding-top: 3.5rem;
}

:root .pt-16{
  padding-top: 4rem;
}

:root .pt-18{
  padding-top: 4.5rem;
}

:root .pt-20{
  padding-top: 5rem;
}

:root .pt-21{
  padding-top: 5.25rem;
}

:root .pt-22{
  padding-top: 5.5rem;
}

:root .pt-24{
  padding-top: 6rem;
}

:root .pt-26{
  padding-top: 6.5rem;
}

:root .pt-27{
  padding-top: 6.75rem;
}

:root .pt-28{
  padding-top: 7rem;
}

:root .pt-30{
  padding-top: 7.5rem;
}

:root .pt-32{
  padding-top: 8rem;
}

:root .pt-36{
  padding-top: 9rem;
}

:root .pt-40{
  padding-top: 10rem;
}

:root .pt-41{
  padding-top: 11.25rem;
}

:root .pt-42{
  padding-top: 11.5rem;
}

:root .pt-44{
  padding-top: 11rem;
}

:root .pt-48{
  padding-top: 12rem;
}

:root .pt-52{
  padding-top: 13rem;
}

:root .pt-54{
  padding-top: 13.5rem;
}

:root .pt-56{
  padding-top: 14rem;
}

:root .pt-60{
  padding-top: 15rem;
}

:root .pt-64{
  padding-top: 16rem;
}

:root .pt-68{
  padding-top: 17rem;
}

:root .pt-72{
  padding-top: 18rem;
}

:root .pt-76{
  padding-top: 19rem;
}

:root .pt-80{
  padding-top: 20rem;
}

:root .pt-84{
  padding-top: 21rem;
}

:root .pt-88{
  padding-top: 22rem;
}

:root .pt-96{
  padding-top: 24rem;
}

:root .pt-112{
  padding-top: 28rem;
}

:root .pt-120{
  padding-top: 30rem;
}

:root .pt-140{
  padding-top: 35rem;
}

:root .pt-150{
  padding-top: 37.5rem;
}

:root .pt-160{
  padding-top: 40rem;
}

:root .pt-220{
  padding-top: 55rem;
}

:root .pt-240{
  padding-top: 60rem;
}

:root .pt-300{
  padding-top: 75rem;
}

:root .pt-320{
  padding-top: 80rem;
}

:root .pt-px{
  padding-top: 1px;
}

:root .pt-gutter{
  padding-top: var(--padding-gutter);
}

:root .pt-1\.5{
  padding-top: 0.375rem;
}

:root .pr-0{
  padding-right: 0;
}

:root .pr-1{
  padding-right: 0.25rem;
}

:root .pr-2{
  padding-right: 0.5rem;
}

:root .pr-3{
  padding-right: 0.75rem;
}

:root .pr-4{
  padding-right: 1rem;
}

:root .pr-5{
  padding-right: 1.25rem;
}

:root .pr-6{
  padding-right: 1.5rem;
}

:root .pr-7{
  padding-right: 1.75rem;
}

:root .pr-8{
  padding-right: 2rem;
}

:root .pr-9{
  padding-right: 2.25rem;
}

:root .pr-10{
  padding-right: 2.5rem;
}

:root .pr-11{
  padding-right: 2.75rem;
}

:root .pr-12{
  padding-right: 3rem;
}

:root .pr-13{
  padding-right: 3.25rem;
}

:root .pr-14{
  padding-right: 3.5rem;
}

:root .pr-16{
  padding-right: 4rem;
}

:root .pr-18{
  padding-right: 4.5rem;
}

:root .pr-20{
  padding-right: 5rem;
}

:root .pr-21{
  padding-right: 5.25rem;
}

:root .pr-22{
  padding-right: 5.5rem;
}

:root .pr-24{
  padding-right: 6rem;
}

:root .pr-26{
  padding-right: 6.5rem;
}

:root .pr-27{
  padding-right: 6.75rem;
}

:root .pr-28{
  padding-right: 7rem;
}

:root .pr-30{
  padding-right: 7.5rem;
}

:root .pr-32{
  padding-right: 8rem;
}

:root .pr-36{
  padding-right: 9rem;
}

:root .pr-40{
  padding-right: 10rem;
}

:root .pr-41{
  padding-right: 11.25rem;
}

:root .pr-42{
  padding-right: 11.5rem;
}

:root .pr-44{
  padding-right: 11rem;
}

:root .pr-48{
  padding-right: 12rem;
}

:root .pr-52{
  padding-right: 13rem;
}

:root .pr-54{
  padding-right: 13.5rem;
}

:root .pr-56{
  padding-right: 14rem;
}

:root .pr-60{
  padding-right: 15rem;
}

:root .pr-64{
  padding-right: 16rem;
}

:root .pr-68{
  padding-right: 17rem;
}

:root .pr-72{
  padding-right: 18rem;
}

:root .pr-76{
  padding-right: 19rem;
}

:root .pr-80{
  padding-right: 20rem;
}

:root .pr-84{
  padding-right: 21rem;
}

:root .pr-88{
  padding-right: 22rem;
}

:root .pr-96{
  padding-right: 24rem;
}

:root .pr-112{
  padding-right: 28rem;
}

:root .pr-120{
  padding-right: 30rem;
}

:root .pr-140{
  padding-right: 35rem;
}

:root .pr-150{
  padding-right: 37.5rem;
}

:root .pr-160{
  padding-right: 40rem;
}

:root .pr-220{
  padding-right: 55rem;
}

:root .pr-240{
  padding-right: 60rem;
}

:root .pr-300{
  padding-right: 75rem;
}

:root .pr-320{
  padding-right: 80rem;
}

:root .pr-px{
  padding-right: 1px;
}

:root .pr-gutter{
  padding-right: var(--padding-gutter);
}

:root .pr-1\.5{
  padding-right: 0.375rem;
}

:root .pb-0{
  padding-bottom: 0;
}

:root .pb-1{
  padding-bottom: 0.25rem;
}

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

:root .pb-3{
  padding-bottom: 0.75rem;
}

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

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

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

:root .pb-7{
  padding-bottom: 1.75rem;
}

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

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

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

:root .pb-11{
  padding-bottom: 2.75rem;
}

:root .pb-12{
  padding-bottom: 3rem;
}

:root .pb-13{
  padding-bottom: 3.25rem;
}

:root .pb-14{
  padding-bottom: 3.5rem;
}

:root .pb-16{
  padding-bottom: 4rem;
}

:root .pb-18{
  padding-bottom: 4.5rem;
}

:root .pb-20{
  padding-bottom: 5rem;
}

:root .pb-21{
  padding-bottom: 5.25rem;
}

:root .pb-22{
  padding-bottom: 5.5rem;
}

:root .pb-24{
  padding-bottom: 6rem;
}

:root .pb-26{
  padding-bottom: 6.5rem;
}

:root .pb-27{
  padding-bottom: 6.75rem;
}

:root .pb-28{
  padding-bottom: 7rem;
}

:root .pb-30{
  padding-bottom: 7.5rem;
}

:root .pb-32{
  padding-bottom: 8rem;
}

:root .pb-36{
  padding-bottom: 9rem;
}

:root .pb-40{
  padding-bottom: 10rem;
}

:root .pb-41{
  padding-bottom: 11.25rem;
}

:root .pb-42{
  padding-bottom: 11.5rem;
}

:root .pb-44{
  padding-bottom: 11rem;
}

:root .pb-48{
  padding-bottom: 12rem;
}

:root .pb-52{
  padding-bottom: 13rem;
}

:root .pb-54{
  padding-bottom: 13.5rem;
}

:root .pb-56{
  padding-bottom: 14rem;
}

:root .pb-60{
  padding-bottom: 15rem;
}

:root .pb-64{
  padding-bottom: 16rem;
}

:root .pb-68{
  padding-bottom: 17rem;
}

:root .pb-72{
  padding-bottom: 18rem;
}

:root .pb-76{
  padding-bottom: 19rem;
}

:root .pb-80{
  padding-bottom: 20rem;
}

:root .pb-84{
  padding-bottom: 21rem;
}

:root .pb-88{
  padding-bottom: 22rem;
}

:root .pb-96{
  padding-bottom: 24rem;
}

:root .pb-112{
  padding-bottom: 28rem;
}

:root .pb-120{
  padding-bottom: 30rem;
}

:root .pb-140{
  padding-bottom: 35rem;
}

:root .pb-150{
  padding-bottom: 37.5rem;
}

:root .pb-160{
  padding-bottom: 40rem;
}

:root .pb-220{
  padding-bottom: 55rem;
}

:root .pb-240{
  padding-bottom: 60rem;
}

:root .pb-300{
  padding-bottom: 75rem;
}

:root .pb-320{
  padding-bottom: 80rem;
}

:root .pb-px{
  padding-bottom: 1px;
}

:root .pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root .pb-1\.5{
  padding-bottom: 0.375rem;
}

:root .pl-0{
  padding-left: 0;
}

:root .pl-1{
  padding-left: 0.25rem;
}

:root .pl-2{
  padding-left: 0.5rem;
}

:root .pl-3{
  padding-left: 0.75rem;
}

:root .pl-4{
  padding-left: 1rem;
}

:root .pl-5{
  padding-left: 1.25rem;
}

:root .pl-6{
  padding-left: 1.5rem;
}

:root .pl-7{
  padding-left: 1.75rem;
}

:root .pl-8{
  padding-left: 2rem;
}

:root .pl-9{
  padding-left: 2.25rem;
}

:root .pl-10{
  padding-left: 2.5rem;
}

:root .pl-11{
  padding-left: 2.75rem;
}

:root .pl-12{
  padding-left: 3rem;
}

:root .pl-13{
  padding-left: 3.25rem;
}

:root .pl-14{
  padding-left: 3.5rem;
}

:root .pl-16{
  padding-left: 4rem;
}

:root .pl-18{
  padding-left: 4.5rem;
}

:root .pl-20{
  padding-left: 5rem;
}

:root .pl-21{
  padding-left: 5.25rem;
}

:root .pl-22{
  padding-left: 5.5rem;
}

:root .pl-24{
  padding-left: 6rem;
}

:root .pl-26{
  padding-left: 6.5rem;
}

:root .pl-27{
  padding-left: 6.75rem;
}

:root .pl-28{
  padding-left: 7rem;
}

:root .pl-30{
  padding-left: 7.5rem;
}

:root .pl-32{
  padding-left: 8rem;
}

:root .pl-36{
  padding-left: 9rem;
}

:root .pl-40{
  padding-left: 10rem;
}

:root .pl-41{
  padding-left: 11.25rem;
}

:root .pl-42{
  padding-left: 11.5rem;
}

:root .pl-44{
  padding-left: 11rem;
}

:root .pl-48{
  padding-left: 12rem;
}

:root .pl-52{
  padding-left: 13rem;
}

:root .pl-54{
  padding-left: 13.5rem;
}

:root .pl-56{
  padding-left: 14rem;
}

:root .pl-60{
  padding-left: 15rem;
}

:root .pl-64{
  padding-left: 16rem;
}

:root .pl-68{
  padding-left: 17rem;
}

:root .pl-72{
  padding-left: 18rem;
}

:root .pl-76{
  padding-left: 19rem;
}

:root .pl-80{
  padding-left: 20rem;
}

:root .pl-84{
  padding-left: 21rem;
}

:root .pl-88{
  padding-left: 22rem;
}

:root .pl-96{
  padding-left: 24rem;
}

:root .pl-112{
  padding-left: 28rem;
}

:root .pl-120{
  padding-left: 30rem;
}

:root .pl-140{
  padding-left: 35rem;
}

:root .pl-150{
  padding-left: 37.5rem;
}

:root .pl-160{
  padding-left: 40rem;
}

:root .pl-220{
  padding-left: 55rem;
}

:root .pl-240{
  padding-left: 60rem;
}

:root .pl-300{
  padding-left: 75rem;
}

:root .pl-320{
  padding-left: 80rem;
}

:root .pl-px{
  padding-left: 1px;
}

:root .pl-gutter{
  padding-left: var(--padding-gutter);
}

:root .pl-1\.5{
  padding-left: 0.375rem;
}

:root [dir=ltr] .ltr\:pt-0{
  padding-top: 0;
}

:root [dir=ltr] .ltr\:pt-1{
  padding-top: 0.25rem;
}

:root [dir=ltr] .ltr\:pt-2{
  padding-top: 0.5rem;
}

:root [dir=ltr] .ltr\:pt-3{
  padding-top: 0.75rem;
}

:root [dir=ltr] .ltr\:pt-4{
  padding-top: 1rem;
}

:root [dir=ltr] .ltr\:pt-5{
  padding-top: 1.25rem;
}

:root [dir=ltr] .ltr\:pt-6{
  padding-top: 1.5rem;
}

:root [dir=ltr] .ltr\:pt-7{
  padding-top: 1.75rem;
}

:root [dir=ltr] .ltr\:pt-8{
  padding-top: 2rem;
}

:root [dir=ltr] .ltr\:pt-9{
  padding-top: 2.25rem;
}

:root [dir=ltr] .ltr\:pt-10{
  padding-top: 2.5rem;
}

:root [dir=ltr] .ltr\:pt-11{
  padding-top: 2.75rem;
}

:root [dir=ltr] .ltr\:pt-12{
  padding-top: 3rem;
}

:root [dir=ltr] .ltr\:pt-13{
  padding-top: 3.25rem;
}

:root [dir=ltr] .ltr\:pt-14{
  padding-top: 3.5rem;
}

:root [dir=ltr] .ltr\:pt-16{
  padding-top: 4rem;
}

:root [dir=ltr] .ltr\:pt-18{
  padding-top: 4.5rem;
}

:root [dir=ltr] .ltr\:pt-20{
  padding-top: 5rem;
}

:root [dir=ltr] .ltr\:pt-21{
  padding-top: 5.25rem;
}

:root [dir=ltr] .ltr\:pt-22{
  padding-top: 5.5rem;
}

:root [dir=ltr] .ltr\:pt-24{
  padding-top: 6rem;
}

:root [dir=ltr] .ltr\:pt-26{
  padding-top: 6.5rem;
}

:root [dir=ltr] .ltr\:pt-27{
  padding-top: 6.75rem;
}

:root [dir=ltr] .ltr\:pt-28{
  padding-top: 7rem;
}

:root [dir=ltr] .ltr\:pt-30{
  padding-top: 7.5rem;
}

:root [dir=ltr] .ltr\:pt-32{
  padding-top: 8rem;
}

:root [dir=ltr] .ltr\:pt-36{
  padding-top: 9rem;
}

:root [dir=ltr] .ltr\:pt-40{
  padding-top: 10rem;
}

:root [dir=ltr] .ltr\:pt-41{
  padding-top: 11.25rem;
}

:root [dir=ltr] .ltr\:pt-42{
  padding-top: 11.5rem;
}

:root [dir=ltr] .ltr\:pt-44{
  padding-top: 11rem;
}

:root [dir=ltr] .ltr\:pt-48{
  padding-top: 12rem;
}

:root [dir=ltr] .ltr\:pt-52{
  padding-top: 13rem;
}

:root [dir=ltr] .ltr\:pt-54{
  padding-top: 13.5rem;
}

:root [dir=ltr] .ltr\:pt-56{
  padding-top: 14rem;
}

:root [dir=ltr] .ltr\:pt-60{
  padding-top: 15rem;
}

:root [dir=ltr] .ltr\:pt-64{
  padding-top: 16rem;
}

:root [dir=ltr] .ltr\:pt-68{
  padding-top: 17rem;
}

:root [dir=ltr] .ltr\:pt-72{
  padding-top: 18rem;
}

:root [dir=ltr] .ltr\:pt-76{
  padding-top: 19rem;
}

:root [dir=ltr] .ltr\:pt-80{
  padding-top: 20rem;
}

:root [dir=ltr] .ltr\:pt-84{
  padding-top: 21rem;
}

:root [dir=ltr] .ltr\:pt-88{
  padding-top: 22rem;
}

:root [dir=ltr] .ltr\:pt-96{
  padding-top: 24rem;
}

:root [dir=ltr] .ltr\:pt-112{
  padding-top: 28rem;
}

:root [dir=ltr] .ltr\:pt-120{
  padding-top: 30rem;
}

:root [dir=ltr] .ltr\:pt-140{
  padding-top: 35rem;
}

:root [dir=ltr] .ltr\:pt-150{
  padding-top: 37.5rem;
}

:root [dir=ltr] .ltr\:pt-160{
  padding-top: 40rem;
}

:root [dir=ltr] .ltr\:pt-220{
  padding-top: 55rem;
}

:root [dir=ltr] .ltr\:pt-240{
  padding-top: 60rem;
}

:root [dir=ltr] .ltr\:pt-300{
  padding-top: 75rem;
}

:root [dir=ltr] .ltr\:pt-320{
  padding-top: 80rem;
}

:root [dir=ltr] .ltr\:pt-px{
  padding-top: 1px;
}

:root [dir=ltr] .ltr\:pt-gutter{
  padding-top: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pt-1.5{
  padding-top: 0.375rem;
}

:root [dir=ltr] .ltr\:pr-0{
  padding-right: 0;
}

:root [dir=ltr] .ltr\:pr-1{
  padding-right: 0.25rem;
}

:root [dir=ltr] .ltr\:pr-2{
  padding-right: 0.5rem;
}

:root [dir=ltr] .ltr\:pr-3{
  padding-right: 0.75rem;
}

:root [dir=ltr] .ltr\:pr-4{
  padding-right: 1rem;
}

:root [dir=ltr] .ltr\:pr-5{
  padding-right: 1.25rem;
}

:root [dir=ltr] .ltr\:pr-6{
  padding-right: 1.5rem;
}

:root [dir=ltr] .ltr\:pr-7{
  padding-right: 1.75rem;
}

:root [dir=ltr] .ltr\:pr-8{
  padding-right: 2rem;
}

:root [dir=ltr] .ltr\:pr-9{
  padding-right: 2.25rem;
}

:root [dir=ltr] .ltr\:pr-10{
  padding-right: 2.5rem;
}

:root [dir=ltr] .ltr\:pr-11{
  padding-right: 2.75rem;
}

:root [dir=ltr] .ltr\:pr-12{
  padding-right: 3rem;
}

:root [dir=ltr] .ltr\:pr-13{
  padding-right: 3.25rem;
}

:root [dir=ltr] .ltr\:pr-14{
  padding-right: 3.5rem;
}

:root [dir=ltr] .ltr\:pr-16{
  padding-right: 4rem;
}

:root [dir=ltr] .ltr\:pr-18{
  padding-right: 4.5rem;
}

:root [dir=ltr] .ltr\:pr-20{
  padding-right: 5rem;
}

:root [dir=ltr] .ltr\:pr-21{
  padding-right: 5.25rem;
}

:root [dir=ltr] .ltr\:pr-22{
  padding-right: 5.5rem;
}

:root [dir=ltr] .ltr\:pr-24{
  padding-right: 6rem;
}

:root [dir=ltr] .ltr\:pr-26{
  padding-right: 6.5rem;
}

:root [dir=ltr] .ltr\:pr-27{
  padding-right: 6.75rem;
}

:root [dir=ltr] .ltr\:pr-28{
  padding-right: 7rem;
}

:root [dir=ltr] .ltr\:pr-30{
  padding-right: 7.5rem;
}

:root [dir=ltr] .ltr\:pr-32{
  padding-right: 8rem;
}

:root [dir=ltr] .ltr\:pr-36{
  padding-right: 9rem;
}

:root [dir=ltr] .ltr\:pr-40{
  padding-right: 10rem;
}

:root [dir=ltr] .ltr\:pr-41{
  padding-right: 11.25rem;
}

:root [dir=ltr] .ltr\:pr-42{
  padding-right: 11.5rem;
}

:root [dir=ltr] .ltr\:pr-44{
  padding-right: 11rem;
}

:root [dir=ltr] .ltr\:pr-48{
  padding-right: 12rem;
}

:root [dir=ltr] .ltr\:pr-52{
  padding-right: 13rem;
}

:root [dir=ltr] .ltr\:pr-54{
  padding-right: 13.5rem;
}

:root [dir=ltr] .ltr\:pr-56{
  padding-right: 14rem;
}

:root [dir=ltr] .ltr\:pr-60{
  padding-right: 15rem;
}

:root [dir=ltr] .ltr\:pr-64{
  padding-right: 16rem;
}

:root [dir=ltr] .ltr\:pr-68{
  padding-right: 17rem;
}

:root [dir=ltr] .ltr\:pr-72{
  padding-right: 18rem;
}

:root [dir=ltr] .ltr\:pr-76{
  padding-right: 19rem;
}

:root [dir=ltr] .ltr\:pr-80{
  padding-right: 20rem;
}

:root [dir=ltr] .ltr\:pr-84{
  padding-right: 21rem;
}

:root [dir=ltr] .ltr\:pr-88{
  padding-right: 22rem;
}

:root [dir=ltr] .ltr\:pr-96{
  padding-right: 24rem;
}

:root [dir=ltr] .ltr\:pr-112{
  padding-right: 28rem;
}

:root [dir=ltr] .ltr\:pr-120{
  padding-right: 30rem;
}

:root [dir=ltr] .ltr\:pr-140{
  padding-right: 35rem;
}

:root [dir=ltr] .ltr\:pr-150{
  padding-right: 37.5rem;
}

:root [dir=ltr] .ltr\:pr-160{
  padding-right: 40rem;
}

:root [dir=ltr] .ltr\:pr-220{
  padding-right: 55rem;
}

:root [dir=ltr] .ltr\:pr-240{
  padding-right: 60rem;
}

:root [dir=ltr] .ltr\:pr-300{
  padding-right: 75rem;
}

:root [dir=ltr] .ltr\:pr-320{
  padding-right: 80rem;
}

:root [dir=ltr] .ltr\:pr-px{
  padding-right: 1px;
}

:root [dir=ltr] .ltr\:pr-gutter{
  padding-right: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pr-1.5{
  padding-right: 0.375rem;
}

:root [dir=ltr] .ltr\:pb-0{
  padding-bottom: 0;
}

:root [dir=ltr] .ltr\:pb-1{
  padding-bottom: 0.25rem;
}

:root [dir=ltr] .ltr\:pb-2{
  padding-bottom: 0.5rem;
}

:root [dir=ltr] .ltr\:pb-3{
  padding-bottom: 0.75rem;
}

:root [dir=ltr] .ltr\:pb-4{
  padding-bottom: 1rem;
}

:root [dir=ltr] .ltr\:pb-5{
  padding-bottom: 1.25rem;
}

:root [dir=ltr] .ltr\:pb-6{
  padding-bottom: 1.5rem;
}

:root [dir=ltr] .ltr\:pb-7{
  padding-bottom: 1.75rem;
}

:root [dir=ltr] .ltr\:pb-8{
  padding-bottom: 2rem;
}

:root [dir=ltr] .ltr\:pb-9{
  padding-bottom: 2.25rem;
}

:root [dir=ltr] .ltr\:pb-10{
  padding-bottom: 2.5rem;
}

:root [dir=ltr] .ltr\:pb-11{
  padding-bottom: 2.75rem;
}

:root [dir=ltr] .ltr\:pb-12{
  padding-bottom: 3rem;
}

:root [dir=ltr] .ltr\:pb-13{
  padding-bottom: 3.25rem;
}

:root [dir=ltr] .ltr\:pb-14{
  padding-bottom: 3.5rem;
}

:root [dir=ltr] .ltr\:pb-16{
  padding-bottom: 4rem;
}

:root [dir=ltr] .ltr\:pb-18{
  padding-bottom: 4.5rem;
}

:root [dir=ltr] .ltr\:pb-20{
  padding-bottom: 5rem;
}

:root [dir=ltr] .ltr\:pb-21{
  padding-bottom: 5.25rem;
}

:root [dir=ltr] .ltr\:pb-22{
  padding-bottom: 5.5rem;
}

:root [dir=ltr] .ltr\:pb-24{
  padding-bottom: 6rem;
}

:root [dir=ltr] .ltr\:pb-26{
  padding-bottom: 6.5rem;
}

:root [dir=ltr] .ltr\:pb-27{
  padding-bottom: 6.75rem;
}

:root [dir=ltr] .ltr\:pb-28{
  padding-bottom: 7rem;
}

:root [dir=ltr] .ltr\:pb-30{
  padding-bottom: 7.5rem;
}

:root [dir=ltr] .ltr\:pb-32{
  padding-bottom: 8rem;
}

:root [dir=ltr] .ltr\:pb-36{
  padding-bottom: 9rem;
}

:root [dir=ltr] .ltr\:pb-40{
  padding-bottom: 10rem;
}

:root [dir=ltr] .ltr\:pb-41{
  padding-bottom: 11.25rem;
}

:root [dir=ltr] .ltr\:pb-42{
  padding-bottom: 11.5rem;
}

:root [dir=ltr] .ltr\:pb-44{
  padding-bottom: 11rem;
}

:root [dir=ltr] .ltr\:pb-48{
  padding-bottom: 12rem;
}

:root [dir=ltr] .ltr\:pb-52{
  padding-bottom: 13rem;
}

:root [dir=ltr] .ltr\:pb-54{
  padding-bottom: 13.5rem;
}

:root [dir=ltr] .ltr\:pb-56{
  padding-bottom: 14rem;
}

:root [dir=ltr] .ltr\:pb-60{
  padding-bottom: 15rem;
}

:root [dir=ltr] .ltr\:pb-64{
  padding-bottom: 16rem;
}

:root [dir=ltr] .ltr\:pb-68{
  padding-bottom: 17rem;
}

:root [dir=ltr] .ltr\:pb-72{
  padding-bottom: 18rem;
}

:root [dir=ltr] .ltr\:pb-76{
  padding-bottom: 19rem;
}

:root [dir=ltr] .ltr\:pb-80{
  padding-bottom: 20rem;
}

:root [dir=ltr] .ltr\:pb-84{
  padding-bottom: 21rem;
}

:root [dir=ltr] .ltr\:pb-88{
  padding-bottom: 22rem;
}

:root [dir=ltr] .ltr\:pb-96{
  padding-bottom: 24rem;
}

:root [dir=ltr] .ltr\:pb-112{
  padding-bottom: 28rem;
}

:root [dir=ltr] .ltr\:pb-120{
  padding-bottom: 30rem;
}

:root [dir=ltr] .ltr\:pb-140{
  padding-bottom: 35rem;
}

:root [dir=ltr] .ltr\:pb-150{
  padding-bottom: 37.5rem;
}

:root [dir=ltr] .ltr\:pb-160{
  padding-bottom: 40rem;
}

:root [dir=ltr] .ltr\:pb-220{
  padding-bottom: 55rem;
}

:root [dir=ltr] .ltr\:pb-240{
  padding-bottom: 60rem;
}

:root [dir=ltr] .ltr\:pb-300{
  padding-bottom: 75rem;
}

:root [dir=ltr] .ltr\:pb-320{
  padding-bottom: 80rem;
}

:root [dir=ltr] .ltr\:pb-px{
  padding-bottom: 1px;
}

:root [dir=ltr] .ltr\:pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pb-1.5{
  padding-bottom: 0.375rem;
}

:root [dir=ltr] .ltr\:pl-0{
  padding-left: 0;
}

:root [dir=ltr] .ltr\:pl-1{
  padding-left: 0.25rem;
}

:root [dir=ltr] .ltr\:pl-2{
  padding-left: 0.5rem;
}

:root [dir=ltr] .ltr\:pl-3{
  padding-left: 0.75rem;
}

:root [dir=ltr] .ltr\:pl-4{
  padding-left: 1rem;
}

:root [dir=ltr] .ltr\:pl-5{
  padding-left: 1.25rem;
}

:root [dir=ltr] .ltr\:pl-6{
  padding-left: 1.5rem;
}

:root [dir=ltr] .ltr\:pl-7{
  padding-left: 1.75rem;
}

:root [dir=ltr] .ltr\:pl-8{
  padding-left: 2rem;
}

:root [dir=ltr] .ltr\:pl-9{
  padding-left: 2.25rem;
}

:root [dir=ltr] .ltr\:pl-10{
  padding-left: 2.5rem;
}

:root [dir=ltr] .ltr\:pl-11{
  padding-left: 2.75rem;
}

:root [dir=ltr] .ltr\:pl-12{
  padding-left: 3rem;
}

:root [dir=ltr] .ltr\:pl-13{
  padding-left: 3.25rem;
}

:root [dir=ltr] .ltr\:pl-14{
  padding-left: 3.5rem;
}

:root [dir=ltr] .ltr\:pl-16{
  padding-left: 4rem;
}

:root [dir=ltr] .ltr\:pl-18{
  padding-left: 4.5rem;
}

:root [dir=ltr] .ltr\:pl-20{
  padding-left: 5rem;
}

:root [dir=ltr] .ltr\:pl-21{
  padding-left: 5.25rem;
}

:root [dir=ltr] .ltr\:pl-22{
  padding-left: 5.5rem;
}

:root [dir=ltr] .ltr\:pl-24{
  padding-left: 6rem;
}

:root [dir=ltr] .ltr\:pl-26{
  padding-left: 6.5rem;
}

:root [dir=ltr] .ltr\:pl-27{
  padding-left: 6.75rem;
}

:root [dir=ltr] .ltr\:pl-28{
  padding-left: 7rem;
}

:root [dir=ltr] .ltr\:pl-30{
  padding-left: 7.5rem;
}

:root [dir=ltr] .ltr\:pl-32{
  padding-left: 8rem;
}

:root [dir=ltr] .ltr\:pl-36{
  padding-left: 9rem;
}

:root [dir=ltr] .ltr\:pl-40{
  padding-left: 10rem;
}

:root [dir=ltr] .ltr\:pl-41{
  padding-left: 11.25rem;
}

:root [dir=ltr] .ltr\:pl-42{
  padding-left: 11.5rem;
}

:root [dir=ltr] .ltr\:pl-44{
  padding-left: 11rem;
}

:root [dir=ltr] .ltr\:pl-48{
  padding-left: 12rem;
}

:root [dir=ltr] .ltr\:pl-52{
  padding-left: 13rem;
}

:root [dir=ltr] .ltr\:pl-54{
  padding-left: 13.5rem;
}

:root [dir=ltr] .ltr\:pl-56{
  padding-left: 14rem;
}

:root [dir=ltr] .ltr\:pl-60{
  padding-left: 15rem;
}

:root [dir=ltr] .ltr\:pl-64{
  padding-left: 16rem;
}

:root [dir=ltr] .ltr\:pl-68{
  padding-left: 17rem;
}

:root [dir=ltr] .ltr\:pl-72{
  padding-left: 18rem;
}

:root [dir=ltr] .ltr\:pl-76{
  padding-left: 19rem;
}

:root [dir=ltr] .ltr\:pl-80{
  padding-left: 20rem;
}

:root [dir=ltr] .ltr\:pl-84{
  padding-left: 21rem;
}

:root [dir=ltr] .ltr\:pl-88{
  padding-left: 22rem;
}

:root [dir=ltr] .ltr\:pl-96{
  padding-left: 24rem;
}

:root [dir=ltr] .ltr\:pl-112{
  padding-left: 28rem;
}

:root [dir=ltr] .ltr\:pl-120{
  padding-left: 30rem;
}

:root [dir=ltr] .ltr\:pl-140{
  padding-left: 35rem;
}

:root [dir=ltr] .ltr\:pl-150{
  padding-left: 37.5rem;
}

:root [dir=ltr] .ltr\:pl-160{
  padding-left: 40rem;
}

:root [dir=ltr] .ltr\:pl-220{
  padding-left: 55rem;
}

:root [dir=ltr] .ltr\:pl-240{
  padding-left: 60rem;
}

:root [dir=ltr] .ltr\:pl-300{
  padding-left: 75rem;
}

:root [dir=ltr] .ltr\:pl-320{
  padding-left: 80rem;
}

:root [dir=ltr] .ltr\:pl-px{
  padding-left: 1px;
}

:root [dir=ltr] .ltr\:pl-gutter{
  padding-left: var(--padding-gutter);
}

:root [dir=ltr] .ltr\:pl-1.5{
  padding-left: 0.375rem;
}

:root [dir=rtl] .rtl\:pt-0{
  padding-top: 0;
}

:root [dir=rtl] .rtl\:pt-1{
  padding-top: 0.25rem;
}

:root [dir=rtl] .rtl\:pt-2{
  padding-top: 0.5rem;
}

:root [dir=rtl] .rtl\:pt-3{
  padding-top: 0.75rem;
}

:root [dir=rtl] .rtl\:pt-4{
  padding-top: 1rem;
}

:root [dir=rtl] .rtl\:pt-5{
  padding-top: 1.25rem;
}

:root [dir=rtl] .rtl\:pt-6{
  padding-top: 1.5rem;
}

:root [dir=rtl] .rtl\:pt-7{
  padding-top: 1.75rem;
}

:root [dir=rtl] .rtl\:pt-8{
  padding-top: 2rem;
}

:root [dir=rtl] .rtl\:pt-9{
  padding-top: 2.25rem;
}

:root [dir=rtl] .rtl\:pt-10{
  padding-top: 2.5rem;
}

:root [dir=rtl] .rtl\:pt-11{
  padding-top: 2.75rem;
}

:root [dir=rtl] .rtl\:pt-12{
  padding-top: 3rem;
}

:root [dir=rtl] .rtl\:pt-13{
  padding-top: 3.25rem;
}

:root [dir=rtl] .rtl\:pt-14{
  padding-top: 3.5rem;
}

:root [dir=rtl] .rtl\:pt-16{
  padding-top: 4rem;
}

:root [dir=rtl] .rtl\:pt-18{
  padding-top: 4.5rem;
}

:root [dir=rtl] .rtl\:pt-20{
  padding-top: 5rem;
}

:root [dir=rtl] .rtl\:pt-21{
  padding-top: 5.25rem;
}

:root [dir=rtl] .rtl\:pt-22{
  padding-top: 5.5rem;
}

:root [dir=rtl] .rtl\:pt-24{
  padding-top: 6rem;
}

:root [dir=rtl] .rtl\:pt-26{
  padding-top: 6.5rem;
}

:root [dir=rtl] .rtl\:pt-27{
  padding-top: 6.75rem;
}

:root [dir=rtl] .rtl\:pt-28{
  padding-top: 7rem;
}

:root [dir=rtl] .rtl\:pt-30{
  padding-top: 7.5rem;
}

:root [dir=rtl] .rtl\:pt-32{
  padding-top: 8rem;
}

:root [dir=rtl] .rtl\:pt-36{
  padding-top: 9rem;
}

:root [dir=rtl] .rtl\:pt-40{
  padding-top: 10rem;
}

:root [dir=rtl] .rtl\:pt-41{
  padding-top: 11.25rem;
}

:root [dir=rtl] .rtl\:pt-42{
  padding-top: 11.5rem;
}

:root [dir=rtl] .rtl\:pt-44{
  padding-top: 11rem;
}

:root [dir=rtl] .rtl\:pt-48{
  padding-top: 12rem;
}

:root [dir=rtl] .rtl\:pt-52{
  padding-top: 13rem;
}

:root [dir=rtl] .rtl\:pt-54{
  padding-top: 13.5rem;
}

:root [dir=rtl] .rtl\:pt-56{
  padding-top: 14rem;
}

:root [dir=rtl] .rtl\:pt-60{
  padding-top: 15rem;
}

:root [dir=rtl] .rtl\:pt-64{
  padding-top: 16rem;
}

:root [dir=rtl] .rtl\:pt-68{
  padding-top: 17rem;
}

:root [dir=rtl] .rtl\:pt-72{
  padding-top: 18rem;
}

:root [dir=rtl] .rtl\:pt-76{
  padding-top: 19rem;
}

:root [dir=rtl] .rtl\:pt-80{
  padding-top: 20rem;
}

:root [dir=rtl] .rtl\:pt-84{
  padding-top: 21rem;
}

:root [dir=rtl] .rtl\:pt-88{
  padding-top: 22rem;
}

:root [dir=rtl] .rtl\:pt-96{
  padding-top: 24rem;
}

:root [dir=rtl] .rtl\:pt-112{
  padding-top: 28rem;
}

:root [dir=rtl] .rtl\:pt-120{
  padding-top: 30rem;
}

:root [dir=rtl] .rtl\:pt-140{
  padding-top: 35rem;
}

:root [dir=rtl] .rtl\:pt-150{
  padding-top: 37.5rem;
}

:root [dir=rtl] .rtl\:pt-160{
  padding-top: 40rem;
}

:root [dir=rtl] .rtl\:pt-220{
  padding-top: 55rem;
}

:root [dir=rtl] .rtl\:pt-240{
  padding-top: 60rem;
}

:root [dir=rtl] .rtl\:pt-300{
  padding-top: 75rem;
}

:root [dir=rtl] .rtl\:pt-320{
  padding-top: 80rem;
}

:root [dir=rtl] .rtl\:pt-px{
  padding-top: 1px;
}

:root [dir=rtl] .rtl\:pt-gutter{
  padding-top: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pt-1.5{
  padding-top: 0.375rem;
}

:root [dir=rtl] .rtl\:pr-0{
  padding-right: 0;
}

:root [dir=rtl] .rtl\:pr-1{
  padding-right: 0.25rem;
}

:root [dir=rtl] .rtl\:pr-2{
  padding-right: 0.5rem;
}

:root [dir=rtl] .rtl\:pr-3{
  padding-right: 0.75rem;
}

:root [dir=rtl] .rtl\:pr-4{
  padding-right: 1rem;
}

:root [dir=rtl] .rtl\:pr-5{
  padding-right: 1.25rem;
}

:root [dir=rtl] .rtl\:pr-6{
  padding-right: 1.5rem;
}

:root [dir=rtl] .rtl\:pr-7{
  padding-right: 1.75rem;
}

:root [dir=rtl] .rtl\:pr-8{
  padding-right: 2rem;
}

:root [dir=rtl] .rtl\:pr-9{
  padding-right: 2.25rem;
}

:root [dir=rtl] .rtl\:pr-10{
  padding-right: 2.5rem;
}

:root [dir=rtl] .rtl\:pr-11{
  padding-right: 2.75rem;
}

:root [dir=rtl] .rtl\:pr-12{
  padding-right: 3rem;
}

:root [dir=rtl] .rtl\:pr-13{
  padding-right: 3.25rem;
}

:root [dir=rtl] .rtl\:pr-14{
  padding-right: 3.5rem;
}

:root [dir=rtl] .rtl\:pr-16{
  padding-right: 4rem;
}

:root [dir=rtl] .rtl\:pr-18{
  padding-right: 4.5rem;
}

:root [dir=rtl] .rtl\:pr-20{
  padding-right: 5rem;
}

:root [dir=rtl] .rtl\:pr-21{
  padding-right: 5.25rem;
}

:root [dir=rtl] .rtl\:pr-22{
  padding-right: 5.5rem;
}

:root [dir=rtl] .rtl\:pr-24{
  padding-right: 6rem;
}

:root [dir=rtl] .rtl\:pr-26{
  padding-right: 6.5rem;
}

:root [dir=rtl] .rtl\:pr-27{
  padding-right: 6.75rem;
}

:root [dir=rtl] .rtl\:pr-28{
  padding-right: 7rem;
}

:root [dir=rtl] .rtl\:pr-30{
  padding-right: 7.5rem;
}

:root [dir=rtl] .rtl\:pr-32{
  padding-right: 8rem;
}

:root [dir=rtl] .rtl\:pr-36{
  padding-right: 9rem;
}

:root [dir=rtl] .rtl\:pr-40{
  padding-right: 10rem;
}

:root [dir=rtl] .rtl\:pr-41{
  padding-right: 11.25rem;
}

:root [dir=rtl] .rtl\:pr-42{
  padding-right: 11.5rem;
}

:root [dir=rtl] .rtl\:pr-44{
  padding-right: 11rem;
}

:root [dir=rtl] .rtl\:pr-48{
  padding-right: 12rem;
}

:root [dir=rtl] .rtl\:pr-52{
  padding-right: 13rem;
}

:root [dir=rtl] .rtl\:pr-54{
  padding-right: 13.5rem;
}

:root [dir=rtl] .rtl\:pr-56{
  padding-right: 14rem;
}

:root [dir=rtl] .rtl\:pr-60{
  padding-right: 15rem;
}

:root [dir=rtl] .rtl\:pr-64{
  padding-right: 16rem;
}

:root [dir=rtl] .rtl\:pr-68{
  padding-right: 17rem;
}

:root [dir=rtl] .rtl\:pr-72{
  padding-right: 18rem;
}

:root [dir=rtl] .rtl\:pr-76{
  padding-right: 19rem;
}

:root [dir=rtl] .rtl\:pr-80{
  padding-right: 20rem;
}

:root [dir=rtl] .rtl\:pr-84{
  padding-right: 21rem;
}

:root [dir=rtl] .rtl\:pr-88{
  padding-right: 22rem;
}

:root [dir=rtl] .rtl\:pr-96{
  padding-right: 24rem;
}

:root [dir=rtl] .rtl\:pr-112{
  padding-right: 28rem;
}

:root [dir=rtl] .rtl\:pr-120{
  padding-right: 30rem;
}

:root [dir=rtl] .rtl\:pr-140{
  padding-right: 35rem;
}

:root [dir=rtl] .rtl\:pr-150{
  padding-right: 37.5rem;
}

:root [dir=rtl] .rtl\:pr-160{
  padding-right: 40rem;
}

:root [dir=rtl] .rtl\:pr-220{
  padding-right: 55rem;
}

:root [dir=rtl] .rtl\:pr-240{
  padding-right: 60rem;
}

:root [dir=rtl] .rtl\:pr-300{
  padding-right: 75rem;
}

:root [dir=rtl] .rtl\:pr-320{
  padding-right: 80rem;
}

:root [dir=rtl] .rtl\:pr-px{
  padding-right: 1px;
}

:root [dir=rtl] .rtl\:pr-gutter{
  padding-right: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pr-1.5{
  padding-right: 0.375rem;
}

:root [dir=rtl] .rtl\:pb-0{
  padding-bottom: 0;
}

:root [dir=rtl] .rtl\:pb-1{
  padding-bottom: 0.25rem;
}

:root [dir=rtl] .rtl\:pb-2{
  padding-bottom: 0.5rem;
}

:root [dir=rtl] .rtl\:pb-3{
  padding-bottom: 0.75rem;
}

:root [dir=rtl] .rtl\:pb-4{
  padding-bottom: 1rem;
}

:root [dir=rtl] .rtl\:pb-5{
  padding-bottom: 1.25rem;
}

:root [dir=rtl] .rtl\:pb-6{
  padding-bottom: 1.5rem;
}

:root [dir=rtl] .rtl\:pb-7{
  padding-bottom: 1.75rem;
}

:root [dir=rtl] .rtl\:pb-8{
  padding-bottom: 2rem;
}

:root [dir=rtl] .rtl\:pb-9{
  padding-bottom: 2.25rem;
}

:root [dir=rtl] .rtl\:pb-10{
  padding-bottom: 2.5rem;
}

:root [dir=rtl] .rtl\:pb-11{
  padding-bottom: 2.75rem;
}

:root [dir=rtl] .rtl\:pb-12{
  padding-bottom: 3rem;
}

:root [dir=rtl] .rtl\:pb-13{
  padding-bottom: 3.25rem;
}

:root [dir=rtl] .rtl\:pb-14{
  padding-bottom: 3.5rem;
}

:root [dir=rtl] .rtl\:pb-16{
  padding-bottom: 4rem;
}

:root [dir=rtl] .rtl\:pb-18{
  padding-bottom: 4.5rem;
}

:root [dir=rtl] .rtl\:pb-20{
  padding-bottom: 5rem;
}

:root [dir=rtl] .rtl\:pb-21{
  padding-bottom: 5.25rem;
}

:root [dir=rtl] .rtl\:pb-22{
  padding-bottom: 5.5rem;
}

:root [dir=rtl] .rtl\:pb-24{
  padding-bottom: 6rem;
}

:root [dir=rtl] .rtl\:pb-26{
  padding-bottom: 6.5rem;
}

:root [dir=rtl] .rtl\:pb-27{
  padding-bottom: 6.75rem;
}

:root [dir=rtl] .rtl\:pb-28{
  padding-bottom: 7rem;
}

:root [dir=rtl] .rtl\:pb-30{
  padding-bottom: 7.5rem;
}

:root [dir=rtl] .rtl\:pb-32{
  padding-bottom: 8rem;
}

:root [dir=rtl] .rtl\:pb-36{
  padding-bottom: 9rem;
}

:root [dir=rtl] .rtl\:pb-40{
  padding-bottom: 10rem;
}

:root [dir=rtl] .rtl\:pb-41{
  padding-bottom: 11.25rem;
}

:root [dir=rtl] .rtl\:pb-42{
  padding-bottom: 11.5rem;
}

:root [dir=rtl] .rtl\:pb-44{
  padding-bottom: 11rem;
}

:root [dir=rtl] .rtl\:pb-48{
  padding-bottom: 12rem;
}

:root [dir=rtl] .rtl\:pb-52{
  padding-bottom: 13rem;
}

:root [dir=rtl] .rtl\:pb-54{
  padding-bottom: 13.5rem;
}

:root [dir=rtl] .rtl\:pb-56{
  padding-bottom: 14rem;
}

:root [dir=rtl] .rtl\:pb-60{
  padding-bottom: 15rem;
}

:root [dir=rtl] .rtl\:pb-64{
  padding-bottom: 16rem;
}

:root [dir=rtl] .rtl\:pb-68{
  padding-bottom: 17rem;
}

:root [dir=rtl] .rtl\:pb-72{
  padding-bottom: 18rem;
}

:root [dir=rtl] .rtl\:pb-76{
  padding-bottom: 19rem;
}

:root [dir=rtl] .rtl\:pb-80{
  padding-bottom: 20rem;
}

:root [dir=rtl] .rtl\:pb-84{
  padding-bottom: 21rem;
}

:root [dir=rtl] .rtl\:pb-88{
  padding-bottom: 22rem;
}

:root [dir=rtl] .rtl\:pb-96{
  padding-bottom: 24rem;
}

:root [dir=rtl] .rtl\:pb-112{
  padding-bottom: 28rem;
}

:root [dir=rtl] .rtl\:pb-120{
  padding-bottom: 30rem;
}

:root [dir=rtl] .rtl\:pb-140{
  padding-bottom: 35rem;
}

:root [dir=rtl] .rtl\:pb-150{
  padding-bottom: 37.5rem;
}

:root [dir=rtl] .rtl\:pb-160{
  padding-bottom: 40rem;
}

:root [dir=rtl] .rtl\:pb-220{
  padding-bottom: 55rem;
}

:root [dir=rtl] .rtl\:pb-240{
  padding-bottom: 60rem;
}

:root [dir=rtl] .rtl\:pb-300{
  padding-bottom: 75rem;
}

:root [dir=rtl] .rtl\:pb-320{
  padding-bottom: 80rem;
}

:root [dir=rtl] .rtl\:pb-px{
  padding-bottom: 1px;
}

:root [dir=rtl] .rtl\:pb-gutter{
  padding-bottom: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pb-1.5{
  padding-bottom: 0.375rem;
}

:root [dir=rtl] .rtl\:pl-0{
  padding-left: 0;
}

:root [dir=rtl] .rtl\:pl-1{
  padding-left: 0.25rem;
}

:root [dir=rtl] .rtl\:pl-2{
  padding-left: 0.5rem;
}

:root [dir=rtl] .rtl\:pl-3{
  padding-left: 0.75rem;
}

:root [dir=rtl] .rtl\:pl-4{
  padding-left: 1rem;
}

:root [dir=rtl] .rtl\:pl-5{
  padding-left: 1.25rem;
}

:root [dir=rtl] .rtl\:pl-6{
  padding-left: 1.5rem;
}

:root [dir=rtl] .rtl\:pl-7{
  padding-left: 1.75rem;
}

:root [dir=rtl] .rtl\:pl-8{
  padding-left: 2rem;
}

:root [dir=rtl] .rtl\:pl-9{
  padding-left: 2.25rem;
}

:root [dir=rtl] .rtl\:pl-10{
  padding-left: 2.5rem;
}

:root [dir=rtl] .rtl\:pl-11{
  padding-left: 2.75rem;
}

:root [dir=rtl] .rtl\:pl-12{
  padding-left: 3rem;
}

:root [dir=rtl] .rtl\:pl-13{
  padding-left: 3.25rem;
}

:root [dir=rtl] .rtl\:pl-14{
  padding-left: 3.5rem;
}

:root [dir=rtl] .rtl\:pl-16{
  padding-left: 4rem;
}

:root [dir=rtl] .rtl\:pl-18{
  padding-left: 4.5rem;
}

:root [dir=rtl] .rtl\:pl-20{
  padding-left: 5rem;
}

:root [dir=rtl] .rtl\:pl-21{
  padding-left: 5.25rem;
}

:root [dir=rtl] .rtl\:pl-22{
  padding-left: 5.5rem;
}

:root [dir=rtl] .rtl\:pl-24{
  padding-left: 6rem;
}

:root [dir=rtl] .rtl\:pl-26{
  padding-left: 6.5rem;
}

:root [dir=rtl] .rtl\:pl-27{
  padding-left: 6.75rem;
}

:root [dir=rtl] .rtl\:pl-28{
  padding-left: 7rem;
}

:root [dir=rtl] .rtl\:pl-30{
  padding-left: 7.5rem;
}

:root [dir=rtl] .rtl\:pl-32{
  padding-left: 8rem;
}

:root [dir=rtl] .rtl\:pl-36{
  padding-left: 9rem;
}

:root [dir=rtl] .rtl\:pl-40{
  padding-left: 10rem;
}

:root [dir=rtl] .rtl\:pl-41{
  padding-left: 11.25rem;
}

:root [dir=rtl] .rtl\:pl-42{
  padding-left: 11.5rem;
}

:root [dir=rtl] .rtl\:pl-44{
  padding-left: 11rem;
}

:root [dir=rtl] .rtl\:pl-48{
  padding-left: 12rem;
}

:root [dir=rtl] .rtl\:pl-52{
  padding-left: 13rem;
}

:root [dir=rtl] .rtl\:pl-54{
  padding-left: 13.5rem;
}

:root [dir=rtl] .rtl\:pl-56{
  padding-left: 14rem;
}

:root [dir=rtl] .rtl\:pl-60{
  padding-left: 15rem;
}

:root [dir=rtl] .rtl\:pl-64{
  padding-left: 16rem;
}

:root [dir=rtl] .rtl\:pl-68{
  padding-left: 17rem;
}

:root [dir=rtl] .rtl\:pl-72{
  padding-left: 18rem;
}

:root [dir=rtl] .rtl\:pl-76{
  padding-left: 19rem;
}

:root [dir=rtl] .rtl\:pl-80{
  padding-left: 20rem;
}

:root [dir=rtl] .rtl\:pl-84{
  padding-left: 21rem;
}

:root [dir=rtl] .rtl\:pl-88{
  padding-left: 22rem;
}

:root [dir=rtl] .rtl\:pl-96{
  padding-left: 24rem;
}

:root [dir=rtl] .rtl\:pl-112{
  padding-left: 28rem;
}

:root [dir=rtl] .rtl\:pl-120{
  padding-left: 30rem;
}

:root [dir=rtl] .rtl\:pl-140{
  padding-left: 35rem;
}

:root [dir=rtl] .rtl\:pl-150{
  padding-left: 37.5rem;
}

:root [dir=rtl] .rtl\:pl-160{
  padding-left: 40rem;
}

:root [dir=rtl] .rtl\:pl-220{
  padding-left: 55rem;
}

:root [dir=rtl] .rtl\:pl-240{
  padding-left: 60rem;
}

:root [dir=rtl] .rtl\:pl-300{
  padding-left: 75rem;
}

:root [dir=rtl] .rtl\:pl-320{
  padding-left: 80rem;
}

:root [dir=rtl] .rtl\:pl-px{
  padding-left: 1px;
}

:root [dir=rtl] .rtl\:pl-gutter{
  padding-left: var(--padding-gutter);
}

:root [dir=rtl] .rtl\:pl-1.5{
  padding-left: 0.375rem;
}

:root .text-left{
  text-align: left;
}

:root .text-center{
  text-align: center;
}

:root .text-right{
  text-align: right;
}

:root .text-justify{
  text-align: justify;
}

:root .align-baseline{
  vertical-align: baseline;
}

:root .align-top{
  vertical-align: top;
}

:root .align-middle{
  vertical-align: middle;
}

:root .align-bottom{
  vertical-align: bottom;
}

:root .align-text-top{
  vertical-align: text-top;
}

:root .align-text-bottom{
  vertical-align: text-bottom;
}

:root .font-sans{
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
}

:root .font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

:root .font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

:root .text-xxs{
  font-size: 0.625rem;
}

:root .text-xs{
  font-size: 0.75rem;
}

:root .text-sm{
  font-size: 0.875rem;
}

:root .text-base{
  font-size: 1rem;
}

:root .text-lg{
  font-size: 1.125rem;
}

:root .text-xl{
  font-size: 1.25rem;
}

:root .text-2xl{
  font-size: 1.5rem;
}

:root .text-3xl{
  font-size: 1.75rem;
}

:root .text-4xl{
  font-size: 2rem;
}

:root .text-4-5xl{
  font-size: 2.5rem;
}

:root .text-5xl{
  font-size: 3rem;
}

:root .text-6xl{
  font-size: 4rem;
}

:root .font-hairline{
  font-weight: 100;
}

:root .font-thin{
  font-weight: 200;
}

:root .font-light{
  font-weight: 300;
}

:root .font-normal{
  font-weight: 400;
}

:root .font-medium{
  font-weight: 500;
}

:root .font-semibold{
  font-weight: 600;
}

:root .font-bold{
  font-weight: 700;
}

:root .font-extrabold{
  font-weight: 800;
}

:root .font-black{
  font-weight: 900;
}

:root .hover\:font-hairline:hover{
  font-weight: 100;
}

:root .hover\:font-thin:hover{
  font-weight: 200;
}

:root .hover\:font-light:hover{
  font-weight: 300;
}

:root .hover\:font-normal:hover{
  font-weight: 400;
}

:root .hover\:font-medium:hover{
  font-weight: 500;
}

:root .hover\:font-semibold:hover{
  font-weight: 600;
}

:root .hover\:font-bold:hover{
  font-weight: 700;
}

:root .hover\:font-extrabold:hover{
  font-weight: 800;
}

:root .hover\:font-black:hover{
  font-weight: 900;
}

:root .focus\:font-hairline:focus{
  font-weight: 100;
}

:root .focus\:font-thin:focus{
  font-weight: 200;
}

:root .focus\:font-light:focus{
  font-weight: 300;
}

:root .focus\:font-normal:focus{
  font-weight: 400;
}

:root .focus\:font-medium:focus{
  font-weight: 500;
}

:root .focus\:font-semibold:focus{
  font-weight: 600;
}

:root .focus\:font-bold:focus{
  font-weight: 700;
}

:root .focus\:font-extrabold:focus{
  font-weight: 800;
}

:root .focus\:font-black:focus{
  font-weight: 900;
}

:root .uppercase{
  text-transform: uppercase;
}

:root .lowercase{
  text-transform: lowercase;
}

:root .capitalize{
  text-transform: capitalize;
}

:root .normal-case{
  text-transform: none;
}

:root .italic{
  font-style: italic;
}

:root .not-italic{
  font-style: normal;
}

:root .ordinal, :root .slashed-zero, :root .lining-nums, :root .oldstyle-nums, :root .proportional-nums, :root .tabular-nums, :root .diagonal-fractions, :root .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

:root .normal-nums{
  font-variant-numeric: normal;
}

:root .ordinal{
  --tw-ordinal: ordinal;
}

:root .slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

:root .lining-nums{
  --tw-numeric-figure: lining-nums;
}

:root .oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

:root .proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

:root .tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

:root .diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

:root .stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

:root .leading-none{
  line-height: 1;
}

:root .leading-tight{
  line-height: 1.25;
}

:root .leading-snug{
  line-height: 1.375;
}

:root .leading-normal{
  line-height: 1.5;
}

:root .leading-relaxed{
  line-height: 1.625;
}

:root .leading-loose{
  line-height: 2;
}

:root .tracking-tighter{
  letter-spacing: -0.05em;
}

:root .tracking-tight{
  letter-spacing: -0.025em;
}

:root .tracking-normal{
  letter-spacing: 0;
}

:root .tracking-wide{
  letter-spacing: 0.025em;
}

:root .tracking-wider{
  letter-spacing: 0.05em;
}

:root .tracking-widest{
  letter-spacing: 0.1em;
}

:root .text-secondary{
  color: var(--text-secondary);
}

:root .text-hint{
  color: var(--text-hint);
}

:root .text-current{
  color: currentColor;
}

:root .text-transparent{
  color: transparent;
}

:root .text-black{
  color: var(--text-color);
}

:root .text-white{
  color: var(--text-color-light);
}

:root .text-contrast-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-contrast-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-grays-light{
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

:root .text-grays{
  --tw-text-opacity: 1;
  color: rgba(150, 156, 167, var(--tw-text-opacity));
}

:root .text-gray-light{
  color: rgba(158, 158, 158, 0.1);
}

:root .text-gray{
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

:root .text-red-light{
  color: rgba(244, 67, 54, 0.1);
}

:root .text-red{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .text-orange-light{
  color: rgba(255, 152, 0, 0.1);
}

:root .text-orange{
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity));
}

:root .text-deep-orange-light{
  color: rgba(255, 87, 34, 0.1);
}

:root .text-deep-orange{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-text-opacity));
}

:root .text-amber-light{
  color: rgba(255, 193, 7, 0.1);
}

:root .text-amber{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

:root .text-green-light{
  color: rgba(76, 175, 80, 0.1);
}

:root .text-green{
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity));
}

:root .text-teal-light{
  color: rgba(0, 150, 136, 0.1);
}

:root .text-teal{
  --tw-text-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-text-opacity));
}

:root .text-cyan-light{
  color: rgba(0, 188, 212, 0.1);
}

:root .text-cyan{
  --tw-text-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-text-opacity));
}

:root .text-purple-light{
  color: rgba(156, 39, 176, 0.1);
}

:root .text-purple{
  --tw-text-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-text-opacity));
}

:root .text-deep-purple-light{
  color: rgba(103, 58, 183, 0.1);
}

:root .text-deep-purple{
  --tw-text-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-text-opacity));
}

:root .text-pink-light{
  color: rgba(233, 30, 99, 0.1);
}

:root .text-pink{
  --tw-text-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-text-opacity));
}

:root .text-primary-light{
  color: rgba(var(--color-primary), .1);
}

:root .text-primary{
  color: rgb(var(--color-primary));
}

:root .text-accent-light{
  color: rgba(var(--color-accent), .1);
}

:root .text-accent{
  color: rgb(var(--color-accent));
}

:root .text-warn-light{
  color: rgba(var(--color-warn), .1);
}

:root .text-warn{
  color: rgb(var(--color-warn));
}

:root .text-am-base-background{
  --tw-text-opacity: 1;
  color: rgba(244, 246, 255, var(--tw-text-opacity));
}

:root .text-am-main-blue{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .text-am-main-blue-light{
  --tw-text-opacity: 1;
  color: rgba(208, 216, 255, var(--tw-text-opacity));
}

:root .text-am-main-blue-dark{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 77, var(--tw-text-opacity));
}

:root .text-am-gray{
  --tw-text-opacity: 1;
  color: rgba(154, 154, 154, var(--tw-text-opacity));
}

:root .text-am-gray-light{
  --tw-text-opacity: 1;
  color: rgba(190, 190, 190, var(--tw-text-opacity));
}

:root .text-am-gray-dark{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .text-am-new-green{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .text-am-new-green-light{
  --tw-text-opacity: 1;
  color: rgba(186, 238, 208, var(--tw-text-opacity));
}

:root .text-am-new-green-dark{
  --tw-text-opacity: 1;
  color: rgba(39, 131, 77, var(--tw-text-opacity));
}

:root .text-am-new-orange{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .text-am-new-orange-light{
  --tw-text-opacity: 1;
  color: rgba(251, 195, 160, var(--tw-text-opacity));
}

:root .text-am-new-orange-dark{
  --tw-text-opacity: 1;
  color: rgba(175, 95, 46, var(--tw-text-opacity));
}

:root .text-am-coral{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .text-am-coral-light{
  --tw-text-opacity: 1;
  color: rgba(246, 199, 184, var(--tw-text-opacity));
}

:root .text-am-coral-dark{
  --tw-text-opacity: 1;
  color: rgba(190, 106, 80, var(--tw-text-opacity));
}

:root .text-am-teal{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .text-am-teal-light{
  --tw-text-opacity: 1;
  color: rgba(179, 240, 237, var(--tw-text-opacity));
}

:root .text-am-teal-dark{
  --tw-text-opacity: 1;
  color: rgba(68, 157, 153, var(--tw-text-opacity));
}

:root .text-am-new-red{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .text-am-new-red-light{
  --tw-text-opacity: 1;
  color: rgba(242, 176, 176, var(--tw-text-opacity));
}

:root .text-am-new-red-dark{
  --tw-text-opacity: 1;
  color: rgba(172, 61, 61, var(--tw-text-opacity));
}

:root .text-am-new-yellow{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .text-am-new-yellow-light{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 153, var(--tw-text-opacity));
}

:root .text-am-new-yellow-dark{
  --tw-text-opacity: 1;
  color: rgba(165, 108, 0, var(--tw-text-opacity));
}

:root .text-am-new-pink{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .text-am-new-pink-light{
  --tw-text-opacity: 1;
  color: rgba(236, 186, 238, var(--tw-text-opacity));
}

:root .text-am-new-pink-dark{
  --tw-text-opacity: 1;
  color: rgba(151, 86, 154, var(--tw-text-opacity));
}

:root .text-am-new-purple{
  --tw-text-opacity: 1;
  color: rgba(143, 126, 227, var(--tw-text-opacity));
}

:root .text-am-new-purple-light{
  --tw-text-opacity: 1;
  color: rgba(186, 172, 255, var(--tw-text-opacity));
}

:root .text-am-new-purple-dark{
  --tw-text-opacity: 1;
  color: rgba(113, 100, 177, var(--tw-text-opacity));
}

:root .text-am-purple-transparent{
  color: #757de338;
}

:root .text-am-purple-relight{
  --tw-text-opacity: 1;
  color: rgba(240, 241, 255, var(--tw-text-opacity));
}

:root .text-am-purple-light{
  --tw-text-opacity: 1;
  color: rgba(219, 220, 255, var(--tw-text-opacity));
}

:root .text-am-purple-medium{
  --tw-text-opacity: 1;
  color: rgba(146, 125, 234, var(--tw-text-opacity));
}

:root .text-am-purple-dark{
  --tw-text-opacity: 1;
  color: rgba(70, 84, 153, var(--tw-text-opacity));
}

:root .text-am-purple{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .text-am-green-light{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .text-am-green-brightest{
  color: #77DEA280;
}

:root .text-am-green-cyan{
  --tw-text-opacity: 1;
  color: rgba(38, 178, 143, var(--tw-text-opacity));
}

:root .text-am-green-dark{
  --tw-text-opacity: 1;
  color: rgba(31, 143, 78, var(--tw-text-opacity));
}

:root .text-am-green-aqua{
  --tw-text-opacity: 1;
  color: rgba(125, 234, 180, var(--tw-text-opacity));
}

:root .text-am-green-brightest-transparent{
  --tw-text-opacity: 1;
  color: rgba(233, 248, 238, var(--tw-text-opacity));
}

:root .text-am-green-hover{
  --tw-text-opacity: 1;
  color: rgba(245, 252, 247, var(--tw-text-opacity));
}

:root .text-am-green{
  --tw-text-opacity: 1;
  color: rgba(84, 201, 49, var(--tw-text-opacity));
}

:root .text-am-red-alive{
  --tw-text-opacity: 1;
  color: rgba(229, 98, 98, var(--tw-text-opacity));
}

:root .text-am-red-light{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 206, var(--tw-text-opacity));
}

:root .text-am-red-dark{
  --tw-text-opacity: 1;
  color: rgba(217, 61, 61, var(--tw-text-opacity));
}

:root .text-am-red-intense{
  --tw-text-opacity: 1;
  color: rgba(240, 8, 70, var(--tw-text-opacity));
}

:root .text-am-red{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .text-am-grey-light{
  color: #BFC4FF1F;
}

:root .text-am-grey-dark{
  --tw-text-opacity: 1;
  color: rgba(44, 48, 62, var(--tw-text-opacity));
}

:root .text-am-grey-medium{
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

:root .text-am-grey-transparent{
  color: #BFC4FF4B;
}

:root .text-am-grey{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .text-am-pink-light{
  --tw-text-opacity: 1;
  color: rgba(237, 207, 240, var(--tw-text-opacity));
}

:root .text-am-pink-dark{
  --tw-text-opacity: 1;
  color: rgba(169, 65, 174, var(--tw-text-opacity));
}

:root .text-am-pink-brightest{
  color: #d977dd3b;
}

:root .text-am-pink-rose{
  --tw-text-opacity: 1;
  color: rgba(248, 187, 208, var(--tw-text-opacity));
}

:root .text-am-pink{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .text-am-orange-light{
  --tw-text-opacity: 1;
  color: rgba(248, 145, 3, var(--tw-text-opacity));
}

:root .text-am-orange-relight{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 232, var(--tw-text-opacity));
}

:root .text-am-orange-dark{
  --tw-text-opacity: 1;
  color: rgba(181, 124, 0, var(--tw-text-opacity));
}

:root .text-am-orange{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .text-am-cyan-light{
  --tw-text-opacity: 1;
  color: rgba(179, 237, 244, var(--tw-text-opacity));
}

:root .text-am-cyan-dark{
  --tw-text-opacity: 1;
  color: rgba(18, 154, 166, var(--tw-text-opacity));
}

:root .text-am-cyan-blue{
  color: #0061FD60;
}

:root .text-am-cyan-green{
  --tw-text-opacity: 1;
  color: rgba(185, 234, 223, var(--tw-text-opacity));
}

:root .text-am-cyan{
  --tw-text-opacity: 1;
  color: rgba(24, 217, 234, var(--tw-text-opacity));
}

:root .text-am-blue-light{
  --tw-text-opacity: 1;
  color: rgba(146, 201, 242, var(--tw-text-opacity));
}

:root .text-am-blue{
  color: #0061FD60;
}

:root .text-am-blue-dark{
  --tw-text-opacity: 1;
  color: rgba(87, 132, 165, var(--tw-text-opacity));
}

:root .text-am-yellow-resalt{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .text-am-yellow-light{
  --tw-text-opacity: 1;
  color: rgba(248, 233, 174, var(--tw-text-opacity));
}

:root .text-am-yellow-dark{
  --tw-text-opacity: 1;
  color: rgba(193, 139, 17, var(--tw-text-opacity));
}

:root .text-am-yellow{
  --tw-text-opacity: 1;
  color: rgba(250, 208, 115, var(--tw-text-opacity));
}

:root .text-am-cream-entry{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 171, var(--tw-text-opacity));
}

:root .text-am-cream-entry_light{
  color: #81E6AB33;
}

:root .text-am-cream-entry_text{
  color: #81E6ABB3;
}

:root .text-am-cream-lunchgo{
  --tw-text-opacity: 1;
  color: rgba(238, 186, 114, var(--tw-text-opacity));
}

:root .text-am-cream-lunchgo_light{
  color: #EEBA7233;
}

:root .text-am-cream-lunchgo_text{
  color: #EEBA72B3;
}

:root .text-am-cream-lunchback{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .text-am-cream-lunchback_light{
  color: #EE8F7233;
}

:root .text-am-cream-lunchback_text{
  color: #EE8F72B3;
}

:root .text-am-cream-exit{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .text-am-cream-exit_light{
  color: #81E6E233;
}

:root .text-am-cream-exit_text{
  color: #81E6E2B3;
}

:root .text-am-cream-yesterday{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .text-am-cream-yesterday_light{
  color: #DE777733;
}

:root .text-am-cream-yesterday_text{
  color: #DE7777B3;
}

:root .text-am-brown-light{
  --tw-text-opacity: 1;
  color: rgba(241, 225, 216, var(--tw-text-opacity));
}

:root .text-am-brown-dark{
  --tw-text-opacity: 1;
  color: rgba(80, 29, 14, var(--tw-text-opacity));
}

:root .text-am-brown{
  --tw-text-opacity: 1;
  color: rgba(162, 62, 0, var(--tw-text-opacity));
}

:root .text-primary-contrast{
  color: rgb(var(--color-primary-contrast));
}

:root .text-accent-contrast{
  color: rgb(var(--color-accent-contrast));
}

:root .text-warn-contrast{
  color: rgb(var(--color-warn-contrast));
}

:root .text-red-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-green-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-amber-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-orange-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-deep-orange-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-purple-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-deep-purple-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-cyan-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-teal-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-gray-contrast{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .text-light-green-contrast{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-secondary:hover{
  color: var(--text-secondary);
}

:root .hover\:text-hint:hover{
  color: var(--text-hint);
}

:root .hover\:text-current:hover{
  color: currentColor;
}

:root .hover\:text-transparent:hover{
  color: transparent;
}

:root .hover\:text-black:hover{
  color: var(--text-color);
}

:root .hover\:text-white:hover{
  color: var(--text-color-light);
}

:root .hover\:text-contrast-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-contrast-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-grays-light:hover{
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

:root .hover\:text-grays:hover{
  --tw-text-opacity: 1;
  color: rgba(150, 156, 167, var(--tw-text-opacity));
}

:root .hover\:text-gray-light:hover{
  color: rgba(158, 158, 158, 0.1);
}

:root .hover\:text-gray:hover{
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

:root .hover\:text-red-light:hover{
  color: rgba(244, 67, 54, 0.1);
}

:root .hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .hover\:text-orange-light:hover{
  color: rgba(255, 152, 0, 0.1);
}

:root .hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity));
}

:root .hover\:text-deep-orange-light:hover{
  color: rgba(255, 87, 34, 0.1);
}

:root .hover\:text-deep-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-text-opacity));
}

:root .hover\:text-amber-light:hover{
  color: rgba(255, 193, 7, 0.1);
}

:root .hover\:text-amber:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

:root .hover\:text-green-light:hover{
  color: rgba(76, 175, 80, 0.1);
}

:root .hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity));
}

:root .hover\:text-teal-light:hover{
  color: rgba(0, 150, 136, 0.1);
}

:root .hover\:text-teal:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-text-opacity));
}

:root .hover\:text-cyan-light:hover{
  color: rgba(0, 188, 212, 0.1);
}

:root .hover\:text-cyan:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-text-opacity));
}

:root .hover\:text-purple-light:hover{
  color: rgba(156, 39, 176, 0.1);
}

:root .hover\:text-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-text-opacity));
}

:root .hover\:text-deep-purple-light:hover{
  color: rgba(103, 58, 183, 0.1);
}

:root .hover\:text-deep-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-text-opacity));
}

:root .hover\:text-pink-light:hover{
  color: rgba(233, 30, 99, 0.1);
}

:root .hover\:text-pink:hover{
  --tw-text-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-text-opacity));
}

:root .hover\:text-primary-light:hover{
  color: rgba(var(--color-primary), .1);
}

:root .hover\:text-primary:hover{
  color: rgb(var(--color-primary));
}

:root .hover\:text-accent-light:hover{
  color: rgba(var(--color-accent), .1);
}

:root .hover\:text-accent:hover{
  color: rgb(var(--color-accent));
}

:root .hover\:text-warn-light:hover{
  color: rgba(var(--color-warn), .1);
}

:root .hover\:text-warn:hover{
  color: rgb(var(--color-warn));
}

:root .hover\:text-am-base-background:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 246, 255, var(--tw-text-opacity));
}

:root .hover\:text-am-main-blue:hover{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .hover\:text-am-main-blue-light:hover{
  --tw-text-opacity: 1;
  color: rgba(208, 216, 255, var(--tw-text-opacity));
}

:root .hover\:text-am-main-blue-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 77, var(--tw-text-opacity));
}

:root .hover\:text-am-gray:hover{
  --tw-text-opacity: 1;
  color: rgba(154, 154, 154, var(--tw-text-opacity));
}

:root .hover\:text-am-gray-light:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 190, 190, var(--tw-text-opacity));
}

:root .hover\:text-am-gray-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .hover\:text-am-new-green:hover{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .hover\:text-am-new-green-light:hover{
  --tw-text-opacity: 1;
  color: rgba(186, 238, 208, var(--tw-text-opacity));
}

:root .hover\:text-am-new-green-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(39, 131, 77, var(--tw-text-opacity));
}

:root .hover\:text-am-new-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .hover\:text-am-new-orange-light:hover{
  --tw-text-opacity: 1;
  color: rgba(251, 195, 160, var(--tw-text-opacity));
}

:root .hover\:text-am-new-orange-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(175, 95, 46, var(--tw-text-opacity));
}

:root .hover\:text-am-coral:hover{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .hover\:text-am-coral-light:hover{
  --tw-text-opacity: 1;
  color: rgba(246, 199, 184, var(--tw-text-opacity));
}

:root .hover\:text-am-coral-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 106, 80, var(--tw-text-opacity));
}

:root .hover\:text-am-teal:hover{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .hover\:text-am-teal-light:hover{
  --tw-text-opacity: 1;
  color: rgba(179, 240, 237, var(--tw-text-opacity));
}

:root .hover\:text-am-teal-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(68, 157, 153, var(--tw-text-opacity));
}

:root .hover\:text-am-new-red:hover{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .hover\:text-am-new-red-light:hover{
  --tw-text-opacity: 1;
  color: rgba(242, 176, 176, var(--tw-text-opacity));
}

:root .hover\:text-am-new-red-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(172, 61, 61, var(--tw-text-opacity));
}

:root .hover\:text-am-new-yellow:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .hover\:text-am-new-yellow-light:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 153, var(--tw-text-opacity));
}

:root .hover\:text-am-new-yellow-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(165, 108, 0, var(--tw-text-opacity));
}

:root .hover\:text-am-new-pink:hover{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .hover\:text-am-new-pink-light:hover{
  --tw-text-opacity: 1;
  color: rgba(236, 186, 238, var(--tw-text-opacity));
}

:root .hover\:text-am-new-pink-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(151, 86, 154, var(--tw-text-opacity));
}

:root .hover\:text-am-new-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(143, 126, 227, var(--tw-text-opacity));
}

:root .hover\:text-am-new-purple-light:hover{
  --tw-text-opacity: 1;
  color: rgba(186, 172, 255, var(--tw-text-opacity));
}

:root .hover\:text-am-new-purple-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(113, 100, 177, var(--tw-text-opacity));
}

:root .hover\:text-am-purple-transparent:hover{
  color: #757de338;
}

:root .hover\:text-am-purple-relight:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 241, 255, var(--tw-text-opacity));
}

:root .hover\:text-am-purple-light:hover{
  --tw-text-opacity: 1;
  color: rgba(219, 220, 255, var(--tw-text-opacity));
}

:root .hover\:text-am-purple-medium:hover{
  --tw-text-opacity: 1;
  color: rgba(146, 125, 234, var(--tw-text-opacity));
}

:root .hover\:text-am-purple-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(70, 84, 153, var(--tw-text-opacity));
}

:root .hover\:text-am-purple:hover{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .hover\:text-am-green-light:hover{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .hover\:text-am-green-brightest:hover{
  color: #77DEA280;
}

:root .hover\:text-am-green-cyan:hover{
  --tw-text-opacity: 1;
  color: rgba(38, 178, 143, var(--tw-text-opacity));
}

:root .hover\:text-am-green-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(31, 143, 78, var(--tw-text-opacity));
}

:root .hover\:text-am-green-aqua:hover{
  --tw-text-opacity: 1;
  color: rgba(125, 234, 180, var(--tw-text-opacity));
}

:root .hover\:text-am-green-brightest-transparent:hover{
  --tw-text-opacity: 1;
  color: rgba(233, 248, 238, var(--tw-text-opacity));
}

:root .hover\:text-am-green-hover:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 252, 247, var(--tw-text-opacity));
}

:root .hover\:text-am-green:hover{
  --tw-text-opacity: 1;
  color: rgba(84, 201, 49, var(--tw-text-opacity));
}

:root .hover\:text-am-red-alive:hover{
  --tw-text-opacity: 1;
  color: rgba(229, 98, 98, var(--tw-text-opacity));
}

:root .hover\:text-am-red-light:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 206, var(--tw-text-opacity));
}

:root .hover\:text-am-red-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(217, 61, 61, var(--tw-text-opacity));
}

:root .hover\:text-am-red-intense:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 8, 70, var(--tw-text-opacity));
}

:root .hover\:text-am-red:hover{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .hover\:text-am-grey-light:hover{
  color: #BFC4FF1F;
}

:root .hover\:text-am-grey-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(44, 48, 62, var(--tw-text-opacity));
}

:root .hover\:text-am-grey-medium:hover{
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

:root .hover\:text-am-grey-transparent:hover{
  color: #BFC4FF4B;
}

:root .hover\:text-am-grey:hover{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .hover\:text-am-pink-light:hover{
  --tw-text-opacity: 1;
  color: rgba(237, 207, 240, var(--tw-text-opacity));
}

:root .hover\:text-am-pink-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(169, 65, 174, var(--tw-text-opacity));
}

:root .hover\:text-am-pink-brightest:hover{
  color: #d977dd3b;
}

:root .hover\:text-am-pink-rose:hover{
  --tw-text-opacity: 1;
  color: rgba(248, 187, 208, var(--tw-text-opacity));
}

:root .hover\:text-am-pink:hover{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .hover\:text-am-orange-light:hover{
  --tw-text-opacity: 1;
  color: rgba(248, 145, 3, var(--tw-text-opacity));
}

:root .hover\:text-am-orange-relight:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 232, var(--tw-text-opacity));
}

:root .hover\:text-am-orange-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(181, 124, 0, var(--tw-text-opacity));
}

:root .hover\:text-am-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .hover\:text-am-cyan-light:hover{
  --tw-text-opacity: 1;
  color: rgba(179, 237, 244, var(--tw-text-opacity));
}

:root .hover\:text-am-cyan-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(18, 154, 166, var(--tw-text-opacity));
}

:root .hover\:text-am-cyan-blue:hover{
  color: #0061FD60;
}

:root .hover\:text-am-cyan-green:hover{
  --tw-text-opacity: 1;
  color: rgba(185, 234, 223, var(--tw-text-opacity));
}

:root .hover\:text-am-cyan:hover{
  --tw-text-opacity: 1;
  color: rgba(24, 217, 234, var(--tw-text-opacity));
}

:root .hover\:text-am-blue-light:hover{
  --tw-text-opacity: 1;
  color: rgba(146, 201, 242, var(--tw-text-opacity));
}

:root .hover\:text-am-blue:hover{
  color: #0061FD60;
}

:root .hover\:text-am-blue-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(87, 132, 165, var(--tw-text-opacity));
}

:root .hover\:text-am-yellow-resalt:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .hover\:text-am-yellow-light:hover{
  --tw-text-opacity: 1;
  color: rgba(248, 233, 174, var(--tw-text-opacity));
}

:root .hover\:text-am-yellow-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(193, 139, 17, var(--tw-text-opacity));
}

:root .hover\:text-am-yellow:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 208, 115, var(--tw-text-opacity));
}

:root .hover\:text-am-cream-entry:hover{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 171, var(--tw-text-opacity));
}

:root .hover\:text-am-cream-entry_light:hover{
  color: #81E6AB33;
}

:root .hover\:text-am-cream-entry_text:hover{
  color: #81E6ABB3;
}

:root .hover\:text-am-cream-lunchgo:hover{
  --tw-text-opacity: 1;
  color: rgba(238, 186, 114, var(--tw-text-opacity));
}

:root .hover\:text-am-cream-lunchgo_light:hover{
  color: #EEBA7233;
}

:root .hover\:text-am-cream-lunchgo_text:hover{
  color: #EEBA72B3;
}

:root .hover\:text-am-cream-lunchback:hover{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .hover\:text-am-cream-lunchback_light:hover{
  color: #EE8F7233;
}

:root .hover\:text-am-cream-lunchback_text:hover{
  color: #EE8F72B3;
}

:root .hover\:text-am-cream-exit:hover{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .hover\:text-am-cream-exit_light:hover{
  color: #81E6E233;
}

:root .hover\:text-am-cream-exit_text:hover{
  color: #81E6E2B3;
}

:root .hover\:text-am-cream-yesterday:hover{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .hover\:text-am-cream-yesterday_light:hover{
  color: #DE777733;
}

:root .hover\:text-am-cream-yesterday_text:hover{
  color: #DE7777B3;
}

:root .hover\:text-am-brown-light:hover{
  --tw-text-opacity: 1;
  color: rgba(241, 225, 216, var(--tw-text-opacity));
}

:root .hover\:text-am-brown-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(80, 29, 14, var(--tw-text-opacity));
}

:root .hover\:text-am-brown:hover{
  --tw-text-opacity: 1;
  color: rgba(162, 62, 0, var(--tw-text-opacity));
}

:root .hover\:text-primary-contrast:hover{
  color: rgb(var(--color-primary-contrast));
}

:root .hover\:text-accent-contrast:hover{
  color: rgb(var(--color-accent-contrast));
}

:root .hover\:text-warn-contrast:hover{
  color: rgb(var(--color-warn-contrast));
}

:root .hover\:text-red-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-green-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-amber-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-orange-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .hover\:text-deep-orange-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-purple-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-deep-purple-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-cyan-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-teal-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-gray-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .hover\:text-light-green-contrast:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-secondary:focus{
  color: var(--text-secondary);
}

:root .focus\:text-hint:focus{
  color: var(--text-hint);
}

:root .focus\:text-current:focus{
  color: currentColor;
}

:root .focus\:text-transparent:focus{
  color: transparent;
}

:root .focus\:text-black:focus{
  color: var(--text-color);
}

:root .focus\:text-white:focus{
  color: var(--text-color-light);
}

:root .focus\:text-contrast-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-contrast-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-grays-light:focus{
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

:root .focus\:text-grays:focus{
  --tw-text-opacity: 1;
  color: rgba(150, 156, 167, var(--tw-text-opacity));
}

:root .focus\:text-gray-light:focus{
  color: rgba(158, 158, 158, 0.1);
}

:root .focus\:text-gray:focus{
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

:root .focus\:text-red-light:focus{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:text-red:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .focus\:text-orange-light:focus{
  color: rgba(255, 152, 0, 0.1);
}

:root .focus\:text-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity));
}

:root .focus\:text-deep-orange-light:focus{
  color: rgba(255, 87, 34, 0.1);
}

:root .focus\:text-deep-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-text-opacity));
}

:root .focus\:text-amber-light:focus{
  color: rgba(255, 193, 7, 0.1);
}

:root .focus\:text-amber:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

:root .focus\:text-green-light:focus{
  color: rgba(76, 175, 80, 0.1);
}

:root .focus\:text-green:focus{
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity));
}

:root .focus\:text-teal-light:focus{
  color: rgba(0, 150, 136, 0.1);
}

:root .focus\:text-teal:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-text-opacity));
}

:root .focus\:text-cyan-light:focus{
  color: rgba(0, 188, 212, 0.1);
}

:root .focus\:text-cyan:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-text-opacity));
}

:root .focus\:text-purple-light:focus{
  color: rgba(156, 39, 176, 0.1);
}

:root .focus\:text-purple:focus{
  --tw-text-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-text-opacity));
}

:root .focus\:text-deep-purple-light:focus{
  color: rgba(103, 58, 183, 0.1);
}

:root .focus\:text-deep-purple:focus{
  --tw-text-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-text-opacity));
}

:root .focus\:text-pink-light:focus{
  color: rgba(233, 30, 99, 0.1);
}

:root .focus\:text-pink:focus{
  --tw-text-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-text-opacity));
}

:root .focus\:text-primary-light:focus{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:text-primary:focus{
  color: rgb(var(--color-primary));
}

:root .focus\:text-accent-light:focus{
  color: rgba(var(--color-accent), .1);
}

:root .focus\:text-accent:focus{
  color: rgb(var(--color-accent));
}

:root .focus\:text-warn-light:focus{
  color: rgba(var(--color-warn), .1);
}

:root .focus\:text-warn:focus{
  color: rgb(var(--color-warn));
}

:root .focus\:text-am-base-background:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 246, 255, var(--tw-text-opacity));
}

:root .focus\:text-am-main-blue:focus{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .focus\:text-am-main-blue-light:focus{
  --tw-text-opacity: 1;
  color: rgba(208, 216, 255, var(--tw-text-opacity));
}

:root .focus\:text-am-main-blue-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 77, var(--tw-text-opacity));
}

:root .focus\:text-am-gray:focus{
  --tw-text-opacity: 1;
  color: rgba(154, 154, 154, var(--tw-text-opacity));
}

:root .focus\:text-am-gray-light:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 190, 190, var(--tw-text-opacity));
}

:root .focus\:text-am-gray-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .focus\:text-am-new-green:focus{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .focus\:text-am-new-green-light:focus{
  --tw-text-opacity: 1;
  color: rgba(186, 238, 208, var(--tw-text-opacity));
}

:root .focus\:text-am-new-green-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(39, 131, 77, var(--tw-text-opacity));
}

:root .focus\:text-am-new-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .focus\:text-am-new-orange-light:focus{
  --tw-text-opacity: 1;
  color: rgba(251, 195, 160, var(--tw-text-opacity));
}

:root .focus\:text-am-new-orange-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(175, 95, 46, var(--tw-text-opacity));
}

:root .focus\:text-am-coral:focus{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .focus\:text-am-coral-light:focus{
  --tw-text-opacity: 1;
  color: rgba(246, 199, 184, var(--tw-text-opacity));
}

:root .focus\:text-am-coral-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 106, 80, var(--tw-text-opacity));
}

:root .focus\:text-am-teal:focus{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .focus\:text-am-teal-light:focus{
  --tw-text-opacity: 1;
  color: rgba(179, 240, 237, var(--tw-text-opacity));
}

:root .focus\:text-am-teal-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(68, 157, 153, var(--tw-text-opacity));
}

:root .focus\:text-am-new-red:focus{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .focus\:text-am-new-red-light:focus{
  --tw-text-opacity: 1;
  color: rgba(242, 176, 176, var(--tw-text-opacity));
}

:root .focus\:text-am-new-red-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(172, 61, 61, var(--tw-text-opacity));
}

:root .focus\:text-am-new-yellow:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .focus\:text-am-new-yellow-light:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 153, var(--tw-text-opacity));
}

:root .focus\:text-am-new-yellow-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(165, 108, 0, var(--tw-text-opacity));
}

:root .focus\:text-am-new-pink:focus{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .focus\:text-am-new-pink-light:focus{
  --tw-text-opacity: 1;
  color: rgba(236, 186, 238, var(--tw-text-opacity));
}

:root .focus\:text-am-new-pink-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(151, 86, 154, var(--tw-text-opacity));
}

:root .focus\:text-am-new-purple:focus{
  --tw-text-opacity: 1;
  color: rgba(143, 126, 227, var(--tw-text-opacity));
}

:root .focus\:text-am-new-purple-light:focus{
  --tw-text-opacity: 1;
  color: rgba(186, 172, 255, var(--tw-text-opacity));
}

:root .focus\:text-am-new-purple-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(113, 100, 177, var(--tw-text-opacity));
}

:root .focus\:text-am-purple-transparent:focus{
  color: #757de338;
}

:root .focus\:text-am-purple-relight:focus{
  --tw-text-opacity: 1;
  color: rgba(240, 241, 255, var(--tw-text-opacity));
}

:root .focus\:text-am-purple-light:focus{
  --tw-text-opacity: 1;
  color: rgba(219, 220, 255, var(--tw-text-opacity));
}

:root .focus\:text-am-purple-medium:focus{
  --tw-text-opacity: 1;
  color: rgba(146, 125, 234, var(--tw-text-opacity));
}

:root .focus\:text-am-purple-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(70, 84, 153, var(--tw-text-opacity));
}

:root .focus\:text-am-purple:focus{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .focus\:text-am-green-light:focus{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .focus\:text-am-green-brightest:focus{
  color: #77DEA280;
}

:root .focus\:text-am-green-cyan:focus{
  --tw-text-opacity: 1;
  color: rgba(38, 178, 143, var(--tw-text-opacity));
}

:root .focus\:text-am-green-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(31, 143, 78, var(--tw-text-opacity));
}

:root .focus\:text-am-green-aqua:focus{
  --tw-text-opacity: 1;
  color: rgba(125, 234, 180, var(--tw-text-opacity));
}

:root .focus\:text-am-green-brightest-transparent:focus{
  --tw-text-opacity: 1;
  color: rgba(233, 248, 238, var(--tw-text-opacity));
}

:root .focus\:text-am-green-hover:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 252, 247, var(--tw-text-opacity));
}

:root .focus\:text-am-green:focus{
  --tw-text-opacity: 1;
  color: rgba(84, 201, 49, var(--tw-text-opacity));
}

:root .focus\:text-am-red-alive:focus{
  --tw-text-opacity: 1;
  color: rgba(229, 98, 98, var(--tw-text-opacity));
}

:root .focus\:text-am-red-light:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 206, var(--tw-text-opacity));
}

:root .focus\:text-am-red-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(217, 61, 61, var(--tw-text-opacity));
}

:root .focus\:text-am-red-intense:focus{
  --tw-text-opacity: 1;
  color: rgba(240, 8, 70, var(--tw-text-opacity));
}

:root .focus\:text-am-red:focus{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .focus\:text-am-grey-light:focus{
  color: #BFC4FF1F;
}

:root .focus\:text-am-grey-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(44, 48, 62, var(--tw-text-opacity));
}

:root .focus\:text-am-grey-medium:focus{
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

:root .focus\:text-am-grey-transparent:focus{
  color: #BFC4FF4B;
}

:root .focus\:text-am-grey:focus{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .focus\:text-am-pink-light:focus{
  --tw-text-opacity: 1;
  color: rgba(237, 207, 240, var(--tw-text-opacity));
}

:root .focus\:text-am-pink-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(169, 65, 174, var(--tw-text-opacity));
}

:root .focus\:text-am-pink-brightest:focus{
  color: #d977dd3b;
}

:root .focus\:text-am-pink-rose:focus{
  --tw-text-opacity: 1;
  color: rgba(248, 187, 208, var(--tw-text-opacity));
}

:root .focus\:text-am-pink:focus{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .focus\:text-am-orange-light:focus{
  --tw-text-opacity: 1;
  color: rgba(248, 145, 3, var(--tw-text-opacity));
}

:root .focus\:text-am-orange-relight:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 232, var(--tw-text-opacity));
}

:root .focus\:text-am-orange-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(181, 124, 0, var(--tw-text-opacity));
}

:root .focus\:text-am-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .focus\:text-am-cyan-light:focus{
  --tw-text-opacity: 1;
  color: rgba(179, 237, 244, var(--tw-text-opacity));
}

:root .focus\:text-am-cyan-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(18, 154, 166, var(--tw-text-opacity));
}

:root .focus\:text-am-cyan-blue:focus{
  color: #0061FD60;
}

:root .focus\:text-am-cyan-green:focus{
  --tw-text-opacity: 1;
  color: rgba(185, 234, 223, var(--tw-text-opacity));
}

:root .focus\:text-am-cyan:focus{
  --tw-text-opacity: 1;
  color: rgba(24, 217, 234, var(--tw-text-opacity));
}

:root .focus\:text-am-blue-light:focus{
  --tw-text-opacity: 1;
  color: rgba(146, 201, 242, var(--tw-text-opacity));
}

:root .focus\:text-am-blue:focus{
  color: #0061FD60;
}

:root .focus\:text-am-blue-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(87, 132, 165, var(--tw-text-opacity));
}

:root .focus\:text-am-yellow-resalt:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .focus\:text-am-yellow-light:focus{
  --tw-text-opacity: 1;
  color: rgba(248, 233, 174, var(--tw-text-opacity));
}

:root .focus\:text-am-yellow-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(193, 139, 17, var(--tw-text-opacity));
}

:root .focus\:text-am-yellow:focus{
  --tw-text-opacity: 1;
  color: rgba(250, 208, 115, var(--tw-text-opacity));
}

:root .focus\:text-am-cream-entry:focus{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 171, var(--tw-text-opacity));
}

:root .focus\:text-am-cream-entry_light:focus{
  color: #81E6AB33;
}

:root .focus\:text-am-cream-entry_text:focus{
  color: #81E6ABB3;
}

:root .focus\:text-am-cream-lunchgo:focus{
  --tw-text-opacity: 1;
  color: rgba(238, 186, 114, var(--tw-text-opacity));
}

:root .focus\:text-am-cream-lunchgo_light:focus{
  color: #EEBA7233;
}

:root .focus\:text-am-cream-lunchgo_text:focus{
  color: #EEBA72B3;
}

:root .focus\:text-am-cream-lunchback:focus{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .focus\:text-am-cream-lunchback_light:focus{
  color: #EE8F7233;
}

:root .focus\:text-am-cream-lunchback_text:focus{
  color: #EE8F72B3;
}

:root .focus\:text-am-cream-exit:focus{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .focus\:text-am-cream-exit_light:focus{
  color: #81E6E233;
}

:root .focus\:text-am-cream-exit_text:focus{
  color: #81E6E2B3;
}

:root .focus\:text-am-cream-yesterday:focus{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .focus\:text-am-cream-yesterday_light:focus{
  color: #DE777733;
}

:root .focus\:text-am-cream-yesterday_text:focus{
  color: #DE7777B3;
}

:root .focus\:text-am-brown-light:focus{
  --tw-text-opacity: 1;
  color: rgba(241, 225, 216, var(--tw-text-opacity));
}

:root .focus\:text-am-brown-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(80, 29, 14, var(--tw-text-opacity));
}

:root .focus\:text-am-brown:focus{
  --tw-text-opacity: 1;
  color: rgba(162, 62, 0, var(--tw-text-opacity));
}

:root .focus\:text-primary-contrast:focus{
  color: rgb(var(--color-primary-contrast));
}

:root .focus\:text-accent-contrast:focus{
  color: rgb(var(--color-accent-contrast));
}

:root .focus\:text-warn-contrast:focus{
  color: rgb(var(--color-warn-contrast));
}

:root .focus\:text-red-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-green-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-amber-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-orange-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .focus\:text-deep-orange-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-purple-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-deep-purple-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-cyan-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-teal-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-gray-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .focus\:text-light-green-contrast:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .disabled\:text-secondary:disabled{
  color: var(--text-secondary);
}

:root .disabled\:text-hint:disabled{
  color: var(--text-hint);
}

:root .disabled\:text-current:disabled{
  color: currentColor;
}

:root .disabled\:text-transparent:disabled{
  color: transparent;
}

:root .disabled\:text-black:disabled{
  color: var(--text-color);
}

:root .disabled\:text-white:disabled{
  color: var(--text-color-light);
}

:root .disabled\:text-contrast-black:disabled{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .disabled\:text-contrast-white:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-grays-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

:root .disabled\:text-grays:disabled{
  --tw-text-opacity: 1;
  color: rgba(150, 156, 167, var(--tw-text-opacity));
}

:root .disabled\:text-gray-light:disabled{
  color: rgba(158, 158, 158, 0.1);
}

:root .disabled\:text-gray:disabled{
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

:root .disabled\:text-red-light:disabled{
  color: rgba(244, 67, 54, 0.1);
}

:root .disabled\:text-red:disabled{
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

:root .disabled\:text-orange-light:disabled{
  color: rgba(255, 152, 0, 0.1);
}

:root .disabled\:text-orange:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-text-opacity));
}

:root .disabled\:text-deep-orange-light:disabled{
  color: rgba(255, 87, 34, 0.1);
}

:root .disabled\:text-deep-orange:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-text-opacity));
}

:root .disabled\:text-amber-light:disabled{
  color: rgba(255, 193, 7, 0.1);
}

:root .disabled\:text-amber:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-text-opacity));
}

:root .disabled\:text-green-light:disabled{
  color: rgba(76, 175, 80, 0.1);
}

:root .disabled\:text-green:disabled{
  --tw-text-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-text-opacity));
}

:root .disabled\:text-teal-light:disabled{
  color: rgba(0, 150, 136, 0.1);
}

:root .disabled\:text-teal:disabled{
  --tw-text-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-text-opacity));
}

:root .disabled\:text-cyan-light:disabled{
  color: rgba(0, 188, 212, 0.1);
}

:root .disabled\:text-cyan:disabled{
  --tw-text-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-text-opacity));
}

:root .disabled\:text-purple-light:disabled{
  color: rgba(156, 39, 176, 0.1);
}

:root .disabled\:text-purple:disabled{
  --tw-text-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-text-opacity));
}

:root .disabled\:text-deep-purple-light:disabled{
  color: rgba(103, 58, 183, 0.1);
}

:root .disabled\:text-deep-purple:disabled{
  --tw-text-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-text-opacity));
}

:root .disabled\:text-pink-light:disabled{
  color: rgba(233, 30, 99, 0.1);
}

:root .disabled\:text-pink:disabled{
  --tw-text-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-text-opacity));
}

:root .disabled\:text-primary-light:disabled{
  color: rgba(var(--color-primary), .1);
}

:root .disabled\:text-primary:disabled{
  color: rgb(var(--color-primary));
}

:root .disabled\:text-accent-light:disabled{
  color: rgba(var(--color-accent), .1);
}

:root .disabled\:text-accent:disabled{
  color: rgb(var(--color-accent));
}

:root .disabled\:text-warn-light:disabled{
  color: rgba(var(--color-warn), .1);
}

:root .disabled\:text-warn:disabled{
  color: rgb(var(--color-warn));
}

:root .disabled\:text-am-base-background:disabled{
  --tw-text-opacity: 1;
  color: rgba(244, 246, 255, var(--tw-text-opacity));
}

:root .disabled\:text-am-main-blue:disabled{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .disabled\:text-am-main-blue-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(208, 216, 255, var(--tw-text-opacity));
}

:root .disabled\:text-am-main-blue-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 77, var(--tw-text-opacity));
}

:root .disabled\:text-am-gray:disabled{
  --tw-text-opacity: 1;
  color: rgba(154, 154, 154, var(--tw-text-opacity));
}

:root .disabled\:text-am-gray-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(190, 190, 190, var(--tw-text-opacity));
}

:root .disabled\:text-am-gray-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-green:disabled{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-green-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(186, 238, 208, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-green-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(39, 131, 77, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-orange:disabled{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-orange-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(251, 195, 160, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-orange-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(175, 95, 46, var(--tw-text-opacity));
}

:root .disabled\:text-am-coral:disabled{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .disabled\:text-am-coral-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(246, 199, 184, var(--tw-text-opacity));
}

:root .disabled\:text-am-coral-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(190, 106, 80, var(--tw-text-opacity));
}

:root .disabled\:text-am-teal:disabled{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .disabled\:text-am-teal-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(179, 240, 237, var(--tw-text-opacity));
}

:root .disabled\:text-am-teal-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(68, 157, 153, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-red:disabled{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-red-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(242, 176, 176, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-red-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(172, 61, 61, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-yellow:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-yellow-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 235, 153, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-yellow-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(165, 108, 0, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-pink:disabled{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-pink-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(236, 186, 238, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-pink-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(151, 86, 154, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-purple:disabled{
  --tw-text-opacity: 1;
  color: rgba(143, 126, 227, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-purple-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(186, 172, 255, var(--tw-text-opacity));
}

:root .disabled\:text-am-new-purple-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(113, 100, 177, var(--tw-text-opacity));
}

:root .disabled\:text-am-purple-transparent:disabled{
  color: #757de338;
}

:root .disabled\:text-am-purple-relight:disabled{
  --tw-text-opacity: 1;
  color: rgba(240, 241, 255, var(--tw-text-opacity));
}

:root .disabled\:text-am-purple-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(219, 220, 255, var(--tw-text-opacity));
}

:root .disabled\:text-am-purple-medium:disabled{
  --tw-text-opacity: 1;
  color: rgba(146, 125, 234, var(--tw-text-opacity));
}

:root .disabled\:text-am-purple-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(70, 84, 153, var(--tw-text-opacity));
}

:root .disabled\:text-am-purple:disabled{
  --tw-text-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-text-opacity));
}

:root .disabled\:text-am-green-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-text-opacity));
}

:root .disabled\:text-am-green-brightest:disabled{
  color: #77DEA280;
}

:root .disabled\:text-am-green-cyan:disabled{
  --tw-text-opacity: 1;
  color: rgba(38, 178, 143, var(--tw-text-opacity));
}

:root .disabled\:text-am-green-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(31, 143, 78, var(--tw-text-opacity));
}

:root .disabled\:text-am-green-aqua:disabled{
  --tw-text-opacity: 1;
  color: rgba(125, 234, 180, var(--tw-text-opacity));
}

:root .disabled\:text-am-green-brightest-transparent:disabled{
  --tw-text-opacity: 1;
  color: rgba(233, 248, 238, var(--tw-text-opacity));
}

:root .disabled\:text-am-green-hover:disabled{
  --tw-text-opacity: 1;
  color: rgba(245, 252, 247, var(--tw-text-opacity));
}

:root .disabled\:text-am-green:disabled{
  --tw-text-opacity: 1;
  color: rgba(84, 201, 49, var(--tw-text-opacity));
}

:root .disabled\:text-am-red-alive:disabled{
  --tw-text-opacity: 1;
  color: rgba(229, 98, 98, var(--tw-text-opacity));
}

:root .disabled\:text-am-red-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 206, var(--tw-text-opacity));
}

:root .disabled\:text-am-red-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(217, 61, 61, var(--tw-text-opacity));
}

:root .disabled\:text-am-red-intense:disabled{
  --tw-text-opacity: 1;
  color: rgba(240, 8, 70, var(--tw-text-opacity));
}

:root .disabled\:text-am-red:disabled{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .disabled\:text-am-grey-light:disabled{
  color: #BFC4FF1F;
}

:root .disabled\:text-am-grey-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(44, 48, 62, var(--tw-text-opacity));
}

:root .disabled\:text-am-grey-medium:disabled{
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

:root .disabled\:text-am-grey-transparent:disabled{
  color: #BFC4FF4B;
}

:root .disabled\:text-am-grey:disabled{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

:root .disabled\:text-am-pink-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(237, 207, 240, var(--tw-text-opacity));
}

:root .disabled\:text-am-pink-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(169, 65, 174, var(--tw-text-opacity));
}

:root .disabled\:text-am-pink-brightest:disabled{
  color: #d977dd3b;
}

:root .disabled\:text-am-pink-rose:disabled{
  --tw-text-opacity: 1;
  color: rgba(248, 187, 208, var(--tw-text-opacity));
}

:root .disabled\:text-am-pink:disabled{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-text-opacity));
}

:root .disabled\:text-am-orange-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(248, 145, 3, var(--tw-text-opacity));
}

:root .disabled\:text-am-orange-relight:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 241, 232, var(--tw-text-opacity));
}

:root .disabled\:text-am-orange-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(181, 124, 0, var(--tw-text-opacity));
}

:root .disabled\:text-am-orange:disabled{
  --tw-text-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-text-opacity));
}

:root .disabled\:text-am-cyan-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(179, 237, 244, var(--tw-text-opacity));
}

:root .disabled\:text-am-cyan-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(18, 154, 166, var(--tw-text-opacity));
}

:root .disabled\:text-am-cyan-blue:disabled{
  color: #0061FD60;
}

:root .disabled\:text-am-cyan-green:disabled{
  --tw-text-opacity: 1;
  color: rgba(185, 234, 223, var(--tw-text-opacity));
}

:root .disabled\:text-am-cyan:disabled{
  --tw-text-opacity: 1;
  color: rgba(24, 217, 234, var(--tw-text-opacity));
}

:root .disabled\:text-am-blue-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(146, 201, 242, var(--tw-text-opacity));
}

:root .disabled\:text-am-blue:disabled{
  color: #0061FD60;
}

:root .disabled\:text-am-blue-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(87, 132, 165, var(--tw-text-opacity));
}

:root .disabled\:text-am-yellow-resalt:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-text-opacity));
}

:root .disabled\:text-am-yellow-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(248, 233, 174, var(--tw-text-opacity));
}

:root .disabled\:text-am-yellow-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(193, 139, 17, var(--tw-text-opacity));
}

:root .disabled\:text-am-yellow:disabled{
  --tw-text-opacity: 1;
  color: rgba(250, 208, 115, var(--tw-text-opacity));
}

:root .disabled\:text-am-cream-entry:disabled{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 171, var(--tw-text-opacity));
}

:root .disabled\:text-am-cream-entry_light:disabled{
  color: #81E6AB33;
}

:root .disabled\:text-am-cream-entry_text:disabled{
  color: #81E6ABB3;
}

:root .disabled\:text-am-cream-lunchgo:disabled{
  --tw-text-opacity: 1;
  color: rgba(238, 186, 114, var(--tw-text-opacity));
}

:root .disabled\:text-am-cream-lunchgo_light:disabled{
  color: #EEBA7233;
}

:root .disabled\:text-am-cream-lunchgo_text:disabled{
  color: #EEBA72B3;
}

:root .disabled\:text-am-cream-lunchback:disabled{
  --tw-text-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-text-opacity));
}

:root .disabled\:text-am-cream-lunchback_light:disabled{
  color: #EE8F7233;
}

:root .disabled\:text-am-cream-lunchback_text:disabled{
  color: #EE8F72B3;
}

:root .disabled\:text-am-cream-exit:disabled{
  --tw-text-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-text-opacity));
}

:root .disabled\:text-am-cream-exit_light:disabled{
  color: #81E6E233;
}

:root .disabled\:text-am-cream-exit_text:disabled{
  color: #81E6E2B3;
}

:root .disabled\:text-am-cream-yesterday:disabled{
  --tw-text-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-text-opacity));
}

:root .disabled\:text-am-cream-yesterday_light:disabled{
  color: #DE777733;
}

:root .disabled\:text-am-cream-yesterday_text:disabled{
  color: #DE7777B3;
}

:root .disabled\:text-am-brown-light:disabled{
  --tw-text-opacity: 1;
  color: rgba(241, 225, 216, var(--tw-text-opacity));
}

:root .disabled\:text-am-brown-dark:disabled{
  --tw-text-opacity: 1;
  color: rgba(80, 29, 14, var(--tw-text-opacity));
}

:root .disabled\:text-am-brown:disabled{
  --tw-text-opacity: 1;
  color: rgba(162, 62, 0, var(--tw-text-opacity));
}

:root .disabled\:text-primary-contrast:disabled{
  color: rgb(var(--color-primary-contrast));
}

:root .disabled\:text-accent-contrast:disabled{
  color: rgb(var(--color-accent-contrast));
}

:root .disabled\:text-warn-contrast:disabled{
  color: rgb(var(--color-warn-contrast));
}

:root .disabled\:text-red-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-green-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-amber-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .disabled\:text-orange-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .disabled\:text-deep-orange-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-purple-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-deep-purple-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-cyan-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-teal-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-gray-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

:root .disabled\:text-light-green-contrast:disabled{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

:root .text-opacity-0{
  --tw-text-opacity: 0;
}

:root .text-opacity-25{
  --tw-text-opacity: 0.25;
}

:root .text-opacity-40{
  --tw-text-opacity: 0.4;
}

:root .text-opacity-50{
  --tw-text-opacity: 0.5;
}

:root .text-opacity-75{
  --tw-text-opacity: 0.75;
}

:root .text-opacity-100{
  --tw-text-opacity: 1;
}

:root .group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

:root .group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

:root .group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

:root .group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

:root .group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

:root .group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

:root .focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

:root .focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

:root .focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4;
}

:root .focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

:root .focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

:root .focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

:root .hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

:root .hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

:root .hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

:root .hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

:root .hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

:root .hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

:root .focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

:root .focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

:root .focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

:root .focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

:root .focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

:root .focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

:root .underline{
  text-decoration: underline;
}

:root .line-through{
  text-decoration: line-through;
}

:root .no-underline{
  text-decoration: none;
}

:root .hover\:underline:hover{
  text-decoration: underline;
}

:root .hover\:line-through:hover{
  text-decoration: line-through;
}

:root .hover\:no-underline:hover{
  text-decoration: none;
}

:root .focus\:underline:focus{
  text-decoration: underline;
}

:root .focus\:line-through:focus{
  text-decoration: line-through;
}

:root .focus\:no-underline:focus{
  text-decoration: none;
}

:root .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root .subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

:root .placeholder-current::placeholder{
  color: currentColor;
}

:root .placeholder-transparent::placeholder{
  color: transparent;
}

:root .placeholder-black::placeholder{
  color: var(--text-color);
}

:root .placeholder-white::placeholder{
  color: var(--text-color-light);
}

:root .placeholder-contrast-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-contrast-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-grays-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

:root .placeholder-grays::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
}

:root .placeholder-gray-light::placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .placeholder-gray::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .placeholder-red-light::placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .placeholder-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .placeholder-orange-light::placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .placeholder-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-orange-light::placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .placeholder-deep-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .placeholder-amber-light::placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .placeholder-amber::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .placeholder-green-light::placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .placeholder-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .placeholder-teal-light::placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .placeholder-teal::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .placeholder-cyan-light::placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .placeholder-cyan::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .placeholder-purple-light::placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .placeholder-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .placeholder-deep-purple-light::placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .placeholder-deep-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .placeholder-pink-light::placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .placeholder-pink::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .placeholder-primary-light::placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .placeholder-primary::placeholder{
  color: rgb(var(--color-primary));
}

:root .placeholder-accent-light::placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .placeholder-accent::placeholder{
  color: rgb(var(--color-accent));
}

:root .placeholder-warn-light::placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .placeholder-warn::placeholder{
  color: rgb(var(--color-warn));
}

:root .placeholder-am-base-background::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-am-main-blue::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
}

:root .placeholder-am-main-blue-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-am-main-blue-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
}

:root .placeholder-am-gray::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
}

:root .placeholder-am-gray-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
}

:root .placeholder-am-gray-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-green-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-green-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-orange-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-orange-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
}

:root .placeholder-am-coral::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
}

:root .placeholder-am-coral-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
}

:root .placeholder-am-coral-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
}

:root .placeholder-am-teal::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
}

:root .placeholder-am-teal-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
}

:root .placeholder-am-teal-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-red-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-red-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-yellow::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-yellow-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-yellow-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-pink::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-pink-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-pink-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-purple-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-am-new-purple-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
}

:root .placeholder-am-purple-transparent::placeholder{
  color: #757de338;
}

:root .placeholder-am-purple-relight::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-am-purple-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
}

:root .placeholder-am-purple-medium::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
}

:root .placeholder-am-purple-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
}

:root .placeholder-am-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
}

:root .placeholder-am-green-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
}

:root .placeholder-am-green-brightest::placeholder{
  color: #77DEA280;
}

:root .placeholder-am-green-cyan::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
}

:root .placeholder-am-green-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
}

:root .placeholder-am-green-aqua::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
}

:root .placeholder-am-green-brightest-transparent::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
}

:root .placeholder-am-green-hover::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
}

:root .placeholder-am-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
}

:root .placeholder-am-red-alive::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
}

:root .placeholder-am-red-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
}

:root .placeholder-am-red-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
}

:root .placeholder-am-red-intense::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
}

:root .placeholder-am-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
}

:root .placeholder-am-grey-light::placeholder{
  color: #BFC4FF1F;
}

:root .placeholder-am-grey-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
}

:root .placeholder-am-grey-medium::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
}

:root .placeholder-am-grey-transparent::placeholder{
  color: #BFC4FF4B;
}

:root .placeholder-am-grey::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

:root .placeholder-am-pink-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
}

:root .placeholder-am-pink-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
}

:root .placeholder-am-pink-brightest::placeholder{
  color: #d977dd3b;
}

:root .placeholder-am-pink-rose::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
}

:root .placeholder-am-pink::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
}

:root .placeholder-am-orange-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
}

:root .placeholder-am-orange-relight::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
}

:root .placeholder-am-orange-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-am-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cyan-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cyan-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cyan-blue::placeholder{
  color: #0061FD60;
}

:root .placeholder-am-cyan-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cyan::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
}

:root .placeholder-am-blue-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
}

:root .placeholder-am-blue::placeholder{
  color: #0061FD60;
}

:root .placeholder-am-blue-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
}

:root .placeholder-am-yellow-resalt::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-am-yellow-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
}

:root .placeholder-am-yellow-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
}

:root .placeholder-am-yellow::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cream-entry::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cream-entry_light::placeholder{
  color: #81E6AB33;
}

:root .placeholder-am-cream-entry_text::placeholder{
  color: #81E6ABB3;
}

:root .placeholder-am-cream-lunchgo::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cream-lunchgo_light::placeholder{
  color: #EEBA7233;
}

:root .placeholder-am-cream-lunchgo_text::placeholder{
  color: #EEBA72B3;
}

:root .placeholder-am-cream-lunchback::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cream-lunchback_light::placeholder{
  color: #EE8F7233;
}

:root .placeholder-am-cream-lunchback_text::placeholder{
  color: #EE8F72B3;
}

:root .placeholder-am-cream-exit::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cream-exit_light::placeholder{
  color: #81E6E233;
}

:root .placeholder-am-cream-exit_text::placeholder{
  color: #81E6E2B3;
}

:root .placeholder-am-cream-yesterday::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
}

:root .placeholder-am-cream-yesterday_light::placeholder{
  color: #DE777733;
}

:root .placeholder-am-cream-yesterday_text::placeholder{
  color: #DE7777B3;
}

:root .placeholder-am-brown-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
}

:root .placeholder-am-brown-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
}

:root .placeholder-am-brown::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

:root .focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

:root .focus\:placeholder-black:focus::placeholder{
  color: var(--text-color);
}

:root .focus\:placeholder-white:focus::placeholder{
  color: var(--text-color-light);
}

:root .focus\:placeholder-contrast-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-contrast-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-grays-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-grays:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-gray-light:focus::placeholder{
  color: rgba(158, 158, 158, 0.1);
}

:root .focus\:placeholder-gray:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-red-light:focus::placeholder{
  color: rgba(244, 67, 54, 0.1);
}

:root .focus\:placeholder-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-orange-light:focus::placeholder{
  color: rgba(255, 152, 0, 0.1);
}

:root .focus\:placeholder-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-orange-light:focus::placeholder{
  color: rgba(255, 87, 34, 0.1);
}

:root .focus\:placeholder-deep-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-amber-light:focus::placeholder{
  color: rgba(255, 193, 7, 0.1);
}

:root .focus\:placeholder-amber:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-green-light:focus::placeholder{
  color: rgba(76, 175, 80, 0.1);
}

:root .focus\:placeholder-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-teal-light:focus::placeholder{
  color: rgba(0, 150, 136, 0.1);
}

:root .focus\:placeholder-teal:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-cyan-light:focus::placeholder{
  color: rgba(0, 188, 212, 0.1);
}

:root .focus\:placeholder-cyan:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-purple-light:focus::placeholder{
  color: rgba(156, 39, 176, 0.1);
}

:root .focus\:placeholder-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-deep-purple-light:focus::placeholder{
  color: rgba(103, 58, 183, 0.1);
}

:root .focus\:placeholder-deep-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-pink-light:focus::placeholder{
  color: rgba(233, 30, 99, 0.1);
}

:root .focus\:placeholder-pink:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-primary-light:focus::placeholder{
  color: rgba(var(--color-primary), .1);
}

:root .focus\:placeholder-primary:focus::placeholder{
  color: rgb(var(--color-primary));
}

:root .focus\:placeholder-accent-light:focus::placeholder{
  color: rgba(var(--color-accent), .1);
}

:root .focus\:placeholder-accent:focus::placeholder{
  color: rgb(var(--color-accent));
}

:root .focus\:placeholder-warn-light:focus::placeholder{
  color: rgba(var(--color-warn), .1);
}

:root .focus\:placeholder-warn:focus::placeholder{
  color: rgb(var(--color-warn));
}

:root .focus\:placeholder-am-base-background:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-main-blue:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-main-blue-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-main-blue-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-gray:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-gray-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-gray-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-green-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-green-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-orange-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-orange-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-coral:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-coral-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-coral-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-teal:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-teal-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-teal-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-red-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-red-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-yellow:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-yellow-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-yellow-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-pink:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-pink-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-pink-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-purple-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-new-purple-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-purple-transparent:focus::placeholder{
  color: #757de338;
}

:root .focus\:placeholder-am-purple-relight:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-purple-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-purple-medium:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-purple-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-purple:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-green-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-green-brightest:focus::placeholder{
  color: #77DEA280;
}

:root .focus\:placeholder-am-green-cyan:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-green-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-green-aqua:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-green-hover:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-red-alive:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-red-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-red-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-red-intense:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-grey-light:focus::placeholder{
  color: #BFC4FF1F;
}

:root .focus\:placeholder-am-grey-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-grey-medium:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-grey-transparent:focus::placeholder{
  color: #BFC4FF4B;
}

:root .focus\:placeholder-am-grey:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-pink-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-pink-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-pink-brightest:focus::placeholder{
  color: #d977dd3b;
}

:root .focus\:placeholder-am-pink-rose:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-pink:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-orange-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-orange-relight:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-orange-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cyan-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cyan-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cyan-blue:focus::placeholder{
  color: #0061FD60;
}

:root .focus\:placeholder-am-cyan-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cyan:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-blue-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-blue:focus::placeholder{
  color: #0061FD60;
}

:root .focus\:placeholder-am-blue-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-yellow-resalt:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-yellow-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-yellow-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-yellow:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cream-entry:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cream-entry_light:focus::placeholder{
  color: #81E6AB33;
}

:root .focus\:placeholder-am-cream-entry_text:focus::placeholder{
  color: #81E6ABB3;
}

:root .focus\:placeholder-am-cream-lunchgo:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
  color: #EEBA7233;
}

:root .focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
  color: #EEBA72B3;
}

:root .focus\:placeholder-am-cream-lunchback:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
  color: #EE8F7233;
}

:root .focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
  color: #EE8F72B3;
}

:root .focus\:placeholder-am-cream-exit:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cream-exit_light:focus::placeholder{
  color: #81E6E233;
}

:root .focus\:placeholder-am-cream-exit_text:focus::placeholder{
  color: #81E6E2B3;
}

:root .focus\:placeholder-am-cream-yesterday:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
  color: #DE777733;
}

:root .focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
  color: #DE7777B3;
}

:root .focus\:placeholder-am-brown-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-brown-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
}

:root .focus\:placeholder-am-brown:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
}

:root .placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

:root .placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

:root .placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

:root .focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

:root .focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

:root .focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

:root .focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

:root .focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

:root .focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

:root .opacity-0{
  opacity: 0;
}

:root .opacity-25{
  opacity: 0.25;
}

:root .opacity-40{
  opacity: 0.4;
}

:root .opacity-50{
  opacity: 0.5;
}

:root .opacity-75{
  opacity: 0.75;
}

:root .opacity-100{
  opacity: 1;
}

:root .hover\:opacity-0:hover{
  opacity: 0;
}

:root .hover\:opacity-25:hover{
  opacity: 0.25;
}

:root .hover\:opacity-40:hover{
  opacity: 0.4;
}

:root .hover\:opacity-50:hover{
  opacity: 0.5;
}

:root .hover\:opacity-75:hover{
  opacity: 0.75;
}

:root .hover\:opacity-100:hover{
  opacity: 1;
}

:root .focus\:opacity-0:focus{
  opacity: 0;
}

:root .focus\:opacity-25:focus{
  opacity: 0.25;
}

:root .focus\:opacity-40:focus{
  opacity: 0.4;
}

:root .focus\:opacity-50:focus{
  opacity: 0.5;
}

:root .focus\:opacity-75:focus{
  opacity: 0.75;
}

:root .focus\:opacity-100:focus{
  opacity: 1;
}

:root .bg-blend-normal{
  background-blend-mode: normal;
}

:root .bg-blend-multiply{
  background-blend-mode: multiply;
}

:root .bg-blend-screen{
  background-blend-mode: screen;
}

:root .bg-blend-overlay{
  background-blend-mode: overlay;
}

:root .bg-blend-darken{
  background-blend-mode: darken;
}

:root .bg-blend-lighten{
  background-blend-mode: lighten;
}

:root .bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

:root .bg-blend-color-burn{
  background-blend-mode: color-burn;
}

:root .bg-blend-hard-light{
  background-blend-mode: hard-light;
}

:root .bg-blend-soft-light{
  background-blend-mode: soft-light;
}

:root .bg-blend-difference{
  background-blend-mode: difference;
}

:root .bg-blend-exclusion{
  background-blend-mode: exclusion;
}

:root .bg-blend-hue{
  background-blend-mode: hue;
}

:root .bg-blend-saturation{
  background-blend-mode: saturation;
}

:root .bg-blend-color{
  background-blend-mode: color;
}

:root .bg-blend-luminosity{
  background-blend-mode: luminosity;
}

:root .mix-blend-normal{
  mix-blend-mode: normal;
}

:root .mix-blend-multiply{
  mix-blend-mode: multiply;
}

:root .mix-blend-screen{
  mix-blend-mode: screen;
}

:root .mix-blend-overlay{
  mix-blend-mode: overlay;
}

:root .mix-blend-darken{
  mix-blend-mode: darken;
}

:root .mix-blend-lighten{
  mix-blend-mode: lighten;
}

:root .mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

:root .mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

:root .mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

:root .mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

:root .mix-blend-difference{
  mix-blend-mode: difference;
}

:root .mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

:root .mix-blend-hue{
  mix-blend-mode: hue;
}

:root .mix-blend-saturation{
  mix-blend-mode: saturation;
}

:root .mix-blend-color{
  mix-blend-mode: color;
}

:root .mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

:root .shadow-1{
  --tw-shadow: var(--elevation-z1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-2{
  --tw-shadow: var(--elevation-z2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-3{
  --tw-shadow: var(--elevation-z3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-4{
  --tw-shadow: var(--elevation-z4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-5{
  --tw-shadow: var(--elevation-z5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-6{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-7{
  --tw-shadow: var(--elevation-z7);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-8{
  --tw-shadow: var(--elevation-z8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-9{
  --tw-shadow: var(--elevation-z9);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-10{
  --tw-shadow: var(--elevation-z10);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-11{
  --tw-shadow: var(--elevation-z11);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-12{
  --tw-shadow: var(--elevation-z12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-13{
  --tw-shadow: var(--elevation-z13);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-14{
  --tw-shadow: var(--elevation-z14);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-15{
  --tw-shadow: var(--elevation-z15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-16{
  --tw-shadow: var(--elevation-z16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-17{
  --tw-shadow: var(--elevation-z17);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-18{
  --tw-shadow: var(--elevation-z18);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-19{
  --tw-shadow: var(--elevation-z19);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-20{
  --tw-shadow: var(--elevation-z20);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-lg{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-xl{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-outline{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .shadow-b{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-1:hover{
  --tw-shadow: var(--elevation-z1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-2:hover{
  --tw-shadow: var(--elevation-z2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-3:hover{
  --tw-shadow: var(--elevation-z3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-4:hover{
  --tw-shadow: var(--elevation-z4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-5:hover{
  --tw-shadow: var(--elevation-z5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-6:hover{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-7:hover{
  --tw-shadow: var(--elevation-z7);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-8:hover{
  --tw-shadow: var(--elevation-z8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-9:hover{
  --tw-shadow: var(--elevation-z9);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-10:hover{
  --tw-shadow: var(--elevation-z10);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-11:hover{
  --tw-shadow: var(--elevation-z11);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-12:hover{
  --tw-shadow: var(--elevation-z12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-13:hover{
  --tw-shadow: var(--elevation-z13);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-14:hover{
  --tw-shadow: var(--elevation-z14);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-15:hover{
  --tw-shadow: var(--elevation-z15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-16:hover{
  --tw-shadow: var(--elevation-z16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-17:hover{
  --tw-shadow: var(--elevation-z17);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-18:hover{
  --tw-shadow: var(--elevation-z18);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-19:hover{
  --tw-shadow: var(--elevation-z19);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-20:hover{
  --tw-shadow: var(--elevation-z20);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow:hover{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-lg:hover{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-xl:hover{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-outline:hover{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .hover\:shadow-b:hover{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-1:focus{
  --tw-shadow: var(--elevation-z1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-2:focus{
  --tw-shadow: var(--elevation-z2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-3:focus{
  --tw-shadow: var(--elevation-z3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-4:focus{
  --tw-shadow: var(--elevation-z4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-5:focus{
  --tw-shadow: var(--elevation-z5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-6:focus{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-7:focus{
  --tw-shadow: var(--elevation-z7);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-8:focus{
  --tw-shadow: var(--elevation-z8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-9:focus{
  --tw-shadow: var(--elevation-z9);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-10:focus{
  --tw-shadow: var(--elevation-z10);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-11:focus{
  --tw-shadow: var(--elevation-z11);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-12:focus{
  --tw-shadow: var(--elevation-z12);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-13:focus{
  --tw-shadow: var(--elevation-z13);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-14:focus{
  --tw-shadow: var(--elevation-z14);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-15:focus{
  --tw-shadow: var(--elevation-z15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-16:focus{
  --tw-shadow: var(--elevation-z16);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-17:focus{
  --tw-shadow: var(--elevation-z17);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-18:focus{
  --tw-shadow: var(--elevation-z18);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-19:focus{
  --tw-shadow: var(--elevation-z19);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-20:focus{
  --tw-shadow: var(--elevation-z20);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow:focus{
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-lg:focus{
  --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-xl:focus{
  --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-outline:focus{
  --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .focus\:shadow-b:focus{
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:root .outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

:root .outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

:root .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:root .focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

:root .focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

:root .ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

:root .ring-inset{
  --tw-ring-inset: inset;
}

:root .focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

:root .focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

:root .ring-current{
  --tw-ring-color: currentColor;
}

:root .ring-transparent{
  --tw-ring-color: transparent;
}

:root .ring-black{
  --tw-ring-color: var(--text-color);
}

:root .ring-white{
  --tw-ring-color: var(--text-color-light);
}

:root .ring-contrast-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .ring-contrast-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .ring-grays-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

:root .ring-grays{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
}

:root .ring-gray-light{
  --tw-ring-color: rgba(158, 158, 158, 0.1);
}

:root .ring-gray{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
}

:root .ring-red-light{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .ring-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .ring-orange-light{
  --tw-ring-color: rgba(255, 152, 0, 0.1);
}

:root .ring-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
}

:root .ring-deep-orange-light{
  --tw-ring-color: rgba(255, 87, 34, 0.1);
}

:root .ring-deep-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
}

:root .ring-amber-light{
  --tw-ring-color: rgba(255, 193, 7, 0.1);
}

:root .ring-amber{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
}

:root .ring-green-light{
  --tw-ring-color: rgba(76, 175, 80, 0.1);
}

:root .ring-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
}

:root .ring-teal-light{
  --tw-ring-color: rgba(0, 150, 136, 0.1);
}

:root .ring-teal{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
}

:root .ring-cyan-light{
  --tw-ring-color: rgba(0, 188, 212, 0.1);
}

:root .ring-cyan{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
}

:root .ring-purple-light{
  --tw-ring-color: rgba(156, 39, 176, 0.1);
}

:root .ring-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
}

:root .ring-deep-purple-light{
  --tw-ring-color: rgba(103, 58, 183, 0.1);
}

:root .ring-deep-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
}

:root .ring-pink-light{
  --tw-ring-color: rgba(233, 30, 99, 0.1);
}

:root .ring-pink{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
}

:root .ring-primary-light{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .ring-primary{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .ring-accent-light{
  --tw-ring-color: rgba(var(--color-accent), .1);
}

:root .ring-accent{
  --tw-ring-color: rgb(var(--color-accent));
}

:root .ring-warn-light{
  --tw-ring-color: rgba(var(--color-warn), .1);
}

:root .ring-warn{
  --tw-ring-color: rgb(var(--color-warn));
}

:root .ring-am-base-background{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
}

:root .ring-am-main-blue{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
}

:root .ring-am-main-blue-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
}

:root .ring-am-main-blue-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
}

:root .ring-am-gray{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
}

:root .ring-am-gray-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
}

:root .ring-am-gray-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

:root .ring-am-new-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
}

:root .ring-am-new-green-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
}

:root .ring-am-new-green-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
}

:root .ring-am-new-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
}

:root .ring-am-new-orange-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
}

:root .ring-am-new-orange-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
}

:root .ring-am-coral{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
}

:root .ring-am-coral-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
}

:root .ring-am-coral-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
}

:root .ring-am-teal{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
}

:root .ring-am-teal-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
}

:root .ring-am-teal-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
}

:root .ring-am-new-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .ring-am-new-red-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
}

:root .ring-am-new-red-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
}

:root .ring-am-new-yellow{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
}

:root .ring-am-new-yellow-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
}

:root .ring-am-new-yellow-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
}

:root .ring-am-new-pink{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
}

:root .ring-am-new-pink-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
}

:root .ring-am-new-pink-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
}

:root .ring-am-new-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
}

:root .ring-am-new-purple-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
}

:root .ring-am-new-purple-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
}

:root .ring-am-purple-transparent{
  --tw-ring-color: #757de338;
}

:root .ring-am-purple-relight{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
}

:root .ring-am-purple-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
}

:root .ring-am-purple-medium{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
}

:root .ring-am-purple-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
}

:root .ring-am-purple{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
}

:root .ring-am-green-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
}

:root .ring-am-green-brightest{
  --tw-ring-color: #77DEA280;
}

:root .ring-am-green-cyan{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
}

:root .ring-am-green-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
}

:root .ring-am-green-aqua{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
}

:root .ring-am-green-brightest-transparent{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
}

:root .ring-am-green-hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
}

:root .ring-am-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
}

:root .ring-am-red-alive{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
}

:root .ring-am-red-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
}

:root .ring-am-red-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
}

:root .ring-am-red-intense{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
}

:root .ring-am-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .ring-am-grey-light{
  --tw-ring-color: #BFC4FF1F;
}

:root .ring-am-grey-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
}

:root .ring-am-grey-medium{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
}

:root .ring-am-grey-transparent{
  --tw-ring-color: #BFC4FF4B;
}

:root .ring-am-grey{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

:root .ring-am-pink-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
}

:root .ring-am-pink-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
}

:root .ring-am-pink-brightest{
  --tw-ring-color: #d977dd3b;
}

:root .ring-am-pink-rose{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
}

:root .ring-am-pink{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
}

:root .ring-am-orange-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
}

:root .ring-am-orange-relight{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
}

:root .ring-am-orange-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
}

:root .ring-am-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
}

:root .ring-am-cyan-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
}

:root .ring-am-cyan-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
}

:root .ring-am-cyan-blue{
  --tw-ring-color: #0061FD60;
}

:root .ring-am-cyan-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
}

:root .ring-am-cyan{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
}

:root .ring-am-blue-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
}

:root .ring-am-blue{
  --tw-ring-color: #0061FD60;
}

:root .ring-am-blue-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
}

:root .ring-am-yellow-resalt{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
}

:root .ring-am-yellow-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
}

:root .ring-am-yellow-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
}

:root .ring-am-yellow{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
}

:root .ring-am-cream-entry{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
}

:root .ring-am-cream-entry_light{
  --tw-ring-color: #81E6AB33;
}

:root .ring-am-cream-entry_text{
  --tw-ring-color: #81E6ABB3;
}

:root .ring-am-cream-lunchgo{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
}

:root .ring-am-cream-lunchgo_light{
  --tw-ring-color: #EEBA7233;
}

:root .ring-am-cream-lunchgo_text{
  --tw-ring-color: #EEBA72B3;
}

:root .ring-am-cream-lunchback{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
}

:root .ring-am-cream-lunchback_light{
  --tw-ring-color: #EE8F7233;
}

:root .ring-am-cream-lunchback_text{
  --tw-ring-color: #EE8F72B3;
}

:root .ring-am-cream-exit{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
}

:root .ring-am-cream-exit_light{
  --tw-ring-color: #81E6E233;
}

:root .ring-am-cream-exit_text{
  --tw-ring-color: #81E6E2B3;
}

:root .ring-am-cream-yesterday{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .ring-am-cream-yesterday_light{
  --tw-ring-color: #DE777733;
}

:root .ring-am-cream-yesterday_text{
  --tw-ring-color: #DE7777B3;
}

:root .ring-am-brown-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
}

:root .ring-am-brown-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
}

:root .ring-am-brown{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

:root .focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

:root .focus-within\:ring-black:focus-within{
  --tw-ring-color: var(--text-color);
}

:root .focus-within\:ring-white:focus-within{
  --tw-ring-color: var(--text-color-light);
}

:root .focus-within\:ring-contrast-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-contrast-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-grays-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

:root .focus-within\:ring-grays:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
}

:root .focus-within\:ring-gray-light:focus-within{
  --tw-ring-color: rgba(158, 158, 158, 0.1);
}

:root .focus-within\:ring-gray:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
}

:root .focus-within\:ring-red-light:focus-within{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .focus-within\:ring-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .focus-within\:ring-orange-light:focus-within{
  --tw-ring-color: rgba(255, 152, 0, 0.1);
}

:root .focus-within\:ring-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-deep-orange-light:focus-within{
  --tw-ring-color: rgba(255, 87, 34, 0.1);
}

:root .focus-within\:ring-deep-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
}

:root .focus-within\:ring-amber-light:focus-within{
  --tw-ring-color: rgba(255, 193, 7, 0.1);
}

:root .focus-within\:ring-amber:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
}

:root .focus-within\:ring-green-light:focus-within{
  --tw-ring-color: rgba(76, 175, 80, 0.1);
}

:root .focus-within\:ring-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
}

:root .focus-within\:ring-teal-light:focus-within{
  --tw-ring-color: rgba(0, 150, 136, 0.1);
}

:root .focus-within\:ring-teal:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
}

:root .focus-within\:ring-cyan-light:focus-within{
  --tw-ring-color: rgba(0, 188, 212, 0.1);
}

:root .focus-within\:ring-cyan:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
}

:root .focus-within\:ring-purple-light:focus-within{
  --tw-ring-color: rgba(156, 39, 176, 0.1);
}

:root .focus-within\:ring-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
}

:root .focus-within\:ring-deep-purple-light:focus-within{
  --tw-ring-color: rgba(103, 58, 183, 0.1);
}

:root .focus-within\:ring-deep-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
}

:root .focus-within\:ring-pink-light:focus-within{
  --tw-ring-color: rgba(233, 30, 99, 0.1);
}

:root .focus-within\:ring-pink:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
}

:root .focus-within\:ring-primary-light:focus-within{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .focus-within\:ring-primary:focus-within{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .focus-within\:ring-accent-light:focus-within{
  --tw-ring-color: rgba(var(--color-accent), .1);
}

:root .focus-within\:ring-accent:focus-within{
  --tw-ring-color: rgb(var(--color-accent));
}

:root .focus-within\:ring-warn-light:focus-within{
  --tw-ring-color: rgba(var(--color-warn), .1);
}

:root .focus-within\:ring-warn:focus-within{
  --tw-ring-color: rgb(var(--color-warn));
}

:root .focus-within\:ring-am-base-background:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-main-blue:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-main-blue-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-main-blue-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-gray:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-gray-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-gray-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-green-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-green-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-orange-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-orange-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-coral:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-coral-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-coral-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-teal:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-teal-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-teal-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-red-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-red-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-yellow:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-yellow-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-yellow-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-pink:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-pink-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-pink-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-purple-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-new-purple-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-purple-transparent:focus-within{
  --tw-ring-color: #757de338;
}

:root .focus-within\:ring-am-purple-relight:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-purple-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-purple-medium:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-purple-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-green-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-green-brightest:focus-within{
  --tw-ring-color: #77DEA280;
}

:root .focus-within\:ring-am-green-cyan:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-green-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-green-aqua:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-green-brightest-transparent:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-green-hover:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-red-alive:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-red-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-red-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-red-intense:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-grey-light:focus-within{
  --tw-ring-color: #BFC4FF1F;
}

:root .focus-within\:ring-am-grey-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-grey-medium:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-grey-transparent:focus-within{
  --tw-ring-color: #BFC4FF4B;
}

:root .focus-within\:ring-am-grey:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-pink-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-pink-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-pink-brightest:focus-within{
  --tw-ring-color: #d977dd3b;
}

:root .focus-within\:ring-am-pink-rose:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-pink:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-orange-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-orange-relight:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-orange-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cyan-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cyan-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cyan-blue:focus-within{
  --tw-ring-color: #0061FD60;
}

:root .focus-within\:ring-am-cyan-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cyan:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-blue-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-blue:focus-within{
  --tw-ring-color: #0061FD60;
}

:root .focus-within\:ring-am-blue-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-yellow-resalt:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-yellow-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-yellow-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-yellow:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cream-entry:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cream-entry_light:focus-within{
  --tw-ring-color: #81E6AB33;
}

:root .focus-within\:ring-am-cream-entry_text:focus-within{
  --tw-ring-color: #81E6ABB3;
}

:root .focus-within\:ring-am-cream-lunchgo:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cream-lunchgo_light:focus-within{
  --tw-ring-color: #EEBA7233;
}

:root .focus-within\:ring-am-cream-lunchgo_text:focus-within{
  --tw-ring-color: #EEBA72B3;
}

:root .focus-within\:ring-am-cream-lunchback:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cream-lunchback_light:focus-within{
  --tw-ring-color: #EE8F7233;
}

:root .focus-within\:ring-am-cream-lunchback_text:focus-within{
  --tw-ring-color: #EE8F72B3;
}

:root .focus-within\:ring-am-cream-exit:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cream-exit_light:focus-within{
  --tw-ring-color: #81E6E233;
}

:root .focus-within\:ring-am-cream-exit_text:focus-within{
  --tw-ring-color: #81E6E2B3;
}

:root .focus-within\:ring-am-cream-yesterday:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-cream-yesterday_light:focus-within{
  --tw-ring-color: #DE777733;
}

:root .focus-within\:ring-am-cream-yesterday_text:focus-within{
  --tw-ring-color: #DE7777B3;
}

:root .focus-within\:ring-am-brown-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-brown-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
}

:root .focus-within\:ring-am-brown:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

:root .focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

:root .focus\:ring-black:focus{
  --tw-ring-color: var(--text-color);
}

:root .focus\:ring-white:focus{
  --tw-ring-color: var(--text-color-light);
}

:root .focus\:ring-contrast-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-contrast-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-grays-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

:root .focus\:ring-grays:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
}

:root .focus\:ring-gray-light:focus{
  --tw-ring-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:ring-gray:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
}

:root .focus\:ring-red-light:focus{
  --tw-ring-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:ring-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
}

:root .focus\:ring-orange-light:focus{
  --tw-ring-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:ring-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-deep-orange-light:focus{
  --tw-ring-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:ring-deep-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
}

:root .focus\:ring-amber-light:focus{
  --tw-ring-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:ring-amber:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
}

:root .focus\:ring-green-light:focus{
  --tw-ring-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:ring-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
}

:root .focus\:ring-teal-light:focus{
  --tw-ring-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:ring-teal:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
}

:root .focus\:ring-cyan-light:focus{
  --tw-ring-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:ring-cyan:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
}

:root .focus\:ring-purple-light:focus{
  --tw-ring-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:ring-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
}

:root .focus\:ring-deep-purple-light:focus{
  --tw-ring-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:ring-deep-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
}

:root .focus\:ring-pink-light:focus{
  --tw-ring-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:ring-pink:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
}

:root .focus\:ring-primary-light:focus{
  --tw-ring-color: rgba(var(--color-primary), .1);
}

:root .focus\:ring-primary:focus{
  --tw-ring-color: rgb(var(--color-primary));
}

:root .focus\:ring-accent-light:focus{
  --tw-ring-color: rgba(var(--color-accent), .1);
}

:root .focus\:ring-accent:focus{
  --tw-ring-color: rgb(var(--color-accent));
}

:root .focus\:ring-warn-light:focus{
  --tw-ring-color: rgba(var(--color-warn), .1);
}

:root .focus\:ring-warn:focus{
  --tw-ring-color: rgb(var(--color-warn));
}

:root .focus\:ring-am-base-background:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-am-main-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
}

:root .focus\:ring-am-main-blue-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-am-main-blue-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
}

:root .focus\:ring-am-gray:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
}

:root .focus\:ring-am-gray-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
}

:root .focus\:ring-am-gray-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-green-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-green-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-orange-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-orange-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
}

:root .focus\:ring-am-coral:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
}

:root .focus\:ring-am-coral-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
}

:root .focus\:ring-am-coral-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
}

:root .focus\:ring-am-teal:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
}

:root .focus\:ring-am-teal-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
}

:root .focus\:ring-am-teal-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-red-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-red-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-yellow:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-yellow-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-yellow-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-pink:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-pink-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-pink-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-purple-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-am-new-purple-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
}

:root .focus\:ring-am-purple-transparent:focus{
  --tw-ring-color: #757de338;
}

:root .focus\:ring-am-purple-relight:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-am-purple-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
}

:root .focus\:ring-am-purple-medium:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
}

:root .focus\:ring-am-purple-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
}

:root .focus\:ring-am-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
}

:root .focus\:ring-am-green-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
}

:root .focus\:ring-am-green-brightest:focus{
  --tw-ring-color: #77DEA280;
}

:root .focus\:ring-am-green-cyan:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
}

:root .focus\:ring-am-green-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
}

:root .focus\:ring-am-green-aqua:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
}

:root .focus\:ring-am-green-brightest-transparent:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
}

:root .focus\:ring-am-green-hover:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
}

:root .focus\:ring-am-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
}

:root .focus\:ring-am-red-alive:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
}

:root .focus\:ring-am-red-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
}

:root .focus\:ring-am-red-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
}

:root .focus\:ring-am-red-intense:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
}

:root .focus\:ring-am-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .focus\:ring-am-grey-light:focus{
  --tw-ring-color: #BFC4FF1F;
}

:root .focus\:ring-am-grey-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
}

:root .focus\:ring-am-grey-medium:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
}

:root .focus\:ring-am-grey-transparent:focus{
  --tw-ring-color: #BFC4FF4B;
}

:root .focus\:ring-am-grey:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

:root .focus\:ring-am-pink-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
}

:root .focus\:ring-am-pink-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
}

:root .focus\:ring-am-pink-brightest:focus{
  --tw-ring-color: #d977dd3b;
}

:root .focus\:ring-am-pink-rose:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
}

:root .focus\:ring-am-pink:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
}

:root .focus\:ring-am-orange-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
}

:root .focus\:ring-am-orange-relight:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
}

:root .focus\:ring-am-orange-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-am-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cyan-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cyan-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cyan-blue:focus{
  --tw-ring-color: #0061FD60;
}

:root .focus\:ring-am-cyan-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cyan:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
}

:root .focus\:ring-am-blue-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
}

:root .focus\:ring-am-blue:focus{
  --tw-ring-color: #0061FD60;
}

:root .focus\:ring-am-blue-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
}

:root .focus\:ring-am-yellow-resalt:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
}

:root .focus\:ring-am-yellow-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
}

:root .focus\:ring-am-yellow-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
}

:root .focus\:ring-am-yellow:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cream-entry:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cream-entry_light:focus{
  --tw-ring-color: #81E6AB33;
}

:root .focus\:ring-am-cream-entry_text:focus{
  --tw-ring-color: #81E6ABB3;
}

:root .focus\:ring-am-cream-lunchgo:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cream-lunchgo_light:focus{
  --tw-ring-color: #EEBA7233;
}

:root .focus\:ring-am-cream-lunchgo_text:focus{
  --tw-ring-color: #EEBA72B3;
}

:root .focus\:ring-am-cream-lunchback:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cream-lunchback_light:focus{
  --tw-ring-color: #EE8F7233;
}

:root .focus\:ring-am-cream-lunchback_text:focus{
  --tw-ring-color: #EE8F72B3;
}

:root .focus\:ring-am-cream-exit:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cream-exit_light:focus{
  --tw-ring-color: #81E6E233;
}

:root .focus\:ring-am-cream-exit_text:focus{
  --tw-ring-color: #81E6E2B3;
}

:root .focus\:ring-am-cream-yesterday:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
}

:root .focus\:ring-am-cream-yesterday_light:focus{
  --tw-ring-color: #DE777733;
}

:root .focus\:ring-am-cream-yesterday_text:focus{
  --tw-ring-color: #DE7777B3;
}

:root .focus\:ring-am-brown-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
}

:root .focus\:ring-am-brown-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
}

:root .focus\:ring-am-brown:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
}

:root .ring-opacity-0{
  --tw-ring-opacity: 0;
}

:root .ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

:root .ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

:root .ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

:root .ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

:root .ring-opacity-100{
  --tw-ring-opacity: 1;
}

:root .focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

:root .focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

:root .focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
}

:root .focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

:root .focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

:root .focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

:root .focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

:root .focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

:root .focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

:root .focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

:root .focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

:root .focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

:root .ring-offset-0{
  --tw-ring-offset-width: 0px;
}

:root .ring-offset-1{
  --tw-ring-offset-width: 1px;
}

:root .ring-offset-2{
  --tw-ring-offset-width: 2px;
}

:root .ring-offset-4{
  --tw-ring-offset-width: 4px;
}

:root .ring-offset-8{
  --tw-ring-offset-width: 8px;
}

:root .focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

:root .focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

:root .focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

:root .focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

:root .focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

:root .focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

:root .focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

:root .focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

:root .focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

:root .focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

:root .ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

:root .ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

:root .ring-offset-black{
  --tw-ring-offset-color: var(--text-color);
}

:root .ring-offset-white{
  --tw-ring-offset-color: var(--text-color-light);
}

:root .ring-offset-contrast-black{
  --tw-ring-offset-color: black;
}

:root .ring-offset-contrast-white{
  --tw-ring-offset-color: white;
}

:root .ring-offset-grays-light{
  --tw-ring-offset-color: #D6D6D6;
}

:root .ring-offset-grays{
  --tw-ring-offset-color: #969CA7;
}

:root .ring-offset-gray-light{
  --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
}

:root .ring-offset-gray{
  --tw-ring-offset-color: rgb(158, 158, 158);
}

:root .ring-offset-red-light{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .ring-offset-red{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .ring-offset-orange-light{
  --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
}

:root .ring-offset-orange{
  --tw-ring-offset-color: rgb(255, 152, 0);
}

:root .ring-offset-deep-orange-light{
  --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
}

:root .ring-offset-deep-orange{
  --tw-ring-offset-color: rgb(255, 87, 34);
}

:root .ring-offset-amber-light{
  --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
}

:root .ring-offset-amber{
  --tw-ring-offset-color: rgb(255, 193, 7);
}

:root .ring-offset-green-light{
  --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
}

:root .ring-offset-green{
  --tw-ring-offset-color: rgb(76, 175, 80);
}

:root .ring-offset-teal-light{
  --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
}

:root .ring-offset-teal{
  --tw-ring-offset-color: rgb(0, 150, 136);
}

:root .ring-offset-cyan-light{
  --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
}

:root .ring-offset-cyan{
  --tw-ring-offset-color: rgb(0, 188, 212);
}

:root .ring-offset-purple-light{
  --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
}

:root .ring-offset-purple{
  --tw-ring-offset-color: rgb(156, 39, 176);
}

:root .ring-offset-deep-purple-light{
  --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
}

:root .ring-offset-deep-purple{
  --tw-ring-offset-color: rgb(103, 58, 183);
}

:root .ring-offset-pink-light{
  --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
}

:root .ring-offset-pink{
  --tw-ring-offset-color: rgb(233, 30, 99);
}

:root .ring-offset-primary-light{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .ring-offset-primary{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .ring-offset-accent-light{
  --tw-ring-offset-color: rgba(var(--color-accent), .1);
}

:root .ring-offset-accent{
  --tw-ring-offset-color: rgb(var(--color-accent));
}

:root .ring-offset-warn-light{
  --tw-ring-offset-color: rgba(var(--color-warn), .1);
}

:root .ring-offset-warn{
  --tw-ring-offset-color: rgb(var(--color-warn));
}

:root .ring-offset-am-base-background{
  --tw-ring-offset-color: #F4F6FF;
}

:root .ring-offset-am-main-blue{
  --tw-ring-offset-color: #7084E3;
}

:root .ring-offset-am-main-blue-light{
  --tw-ring-offset-color: #d0d8ff;
}

:root .ring-offset-am-main-blue-dark{
  --tw-ring-offset-color: #00004d;
}

:root .ring-offset-am-gray{
  --tw-ring-offset-color: #9a9a9a;
}

:root .ring-offset-am-gray-light{
  --tw-ring-offset-color: #bebebe;
}

:root .ring-offset-am-gray-dark{
  --tw-ring-offset-color: #666666;
}

:root .ring-offset-am-new-green{
  --tw-ring-offset-color: #77dea2;
}

:root .ring-offset-am-new-green-light{
  --tw-ring-offset-color: #baeed0;
}

:root .ring-offset-am-new-green-dark{
  --tw-ring-offset-color: #27834d;
}

:root .ring-offset-am-new-orange{
  --tw-ring-offset-color: #f78842;
}

:root .ring-offset-am-new-orange-light{
  --tw-ring-offset-color: #fbc3a0;
}

:root .ring-offset-am-new-orange-dark{
  --tw-ring-offset-color: #af5f2e;
}

:root .ring-offset-am-coral{
  --tw-ring-offset-color: #ee8f72;
}

:root .ring-offset-am-coral-light{
  --tw-ring-offset-color: #f6c7b8;
}

:root .ring-offset-am-coral-dark{
  --tw-ring-offset-color: #be6a50;
}

:root .ring-offset-am-teal{
  --tw-ring-offset-color: #81e6e2;
}

:root .ring-offset-am-teal-light{
  --tw-ring-offset-color: #b3f0ed;
}

:root .ring-offset-am-teal-dark{
  --tw-ring-offset-color: #449D99;
}

:root .ring-offset-am-new-red{
  --tw-ring-offset-color: #de7777;
}

:root .ring-offset-am-new-red-light{
  --tw-ring-offset-color: #f2b0b0;
}

:root .ring-offset-am-new-red-dark{
  --tw-ring-offset-color: #ac3d3d;
}

:root .ring-offset-am-new-yellow{
  --tw-ring-offset-color: #ffce00;
}

:root .ring-offset-am-new-yellow-light{
  --tw-ring-offset-color: #ffeb99;
}

:root .ring-offset-am-new-yellow-dark{
  --tw-ring-offset-color: #a56c00;
}

:root .ring-offset-am-new-pink{
  --tw-ring-offset-color: #d977dd;
}

:root .ring-offset-am-new-pink-light{
  --tw-ring-offset-color: #ecbaee;
}

:root .ring-offset-am-new-pink-dark{
  --tw-ring-offset-color: #97569a;
}

:root .ring-offset-am-new-purple{
  --tw-ring-offset-color: #8f7ee3;
}

:root .ring-offset-am-new-purple-light{
  --tw-ring-offset-color: #baacff;
}

:root .ring-offset-am-new-purple-dark{
  --tw-ring-offset-color: #7164b1;
}

:root .ring-offset-am-purple-transparent{
  --tw-ring-offset-color: #757de338;
}

:root .ring-offset-am-purple-relight{
  --tw-ring-offset-color: #f0f1ff;
}

:root .ring-offset-am-purple-light{
  --tw-ring-offset-color: #dbdcff;
}

:root .ring-offset-am-purple-medium{
  --tw-ring-offset-color: #927DEA;
}

:root .ring-offset-am-purple-dark{
  --tw-ring-offset-color: #465499;
}

:root .ring-offset-am-purple{
  --tw-ring-offset-color: #7084E3;
}

:root .ring-offset-am-green-light{
  --tw-ring-offset-color: #77DEA2;
}

:root .ring-offset-am-green-brightest{
  --tw-ring-offset-color: #77DEA280;
}

:root .ring-offset-am-green-cyan{
  --tw-ring-offset-color: #26b28f;
}

:root .ring-offset-am-green-dark{
  --tw-ring-offset-color: #1f8f4e;
}

:root .ring-offset-am-green-aqua{
  --tw-ring-offset-color: #7DEAB4;
}

:root .ring-offset-am-green-brightest-transparent{
  --tw-ring-offset-color: #e9f8ee;
}

:root .ring-offset-am-green-hover{
  --tw-ring-offset-color: #F5FCF7;
}

:root .ring-offset-am-green{
  --tw-ring-offset-color: #54C931;
}

:root .ring-offset-am-red-alive{
  --tw-ring-offset-color: #E56262;
}

:root .ring-offset-am-red-light{
  --tw-ring-offset-color: #ffcece;
}

:root .ring-offset-am-red-dark{
  --tw-ring-offset-color: #d93d3d;
}

:root .ring-offset-am-red-intense{
  --tw-ring-offset-color: #f00846;
}

:root .ring-offset-am-red{
  --tw-ring-offset-color: #DE7777;
}

:root .ring-offset-am-grey-light{
  --tw-ring-offset-color: #BFC4FF1F;
}

:root .ring-offset-am-grey-dark{
  --tw-ring-offset-color: #2C303E;
}

:root .ring-offset-am-grey-medium{
  --tw-ring-offset-color: #bbbbbb;
}

:root .ring-offset-am-grey-transparent{
  --tw-ring-offset-color: #BFC4FF4B;
}

:root .ring-offset-am-grey{
  --tw-ring-offset-color: #666666;
}

:root .ring-offset-am-pink-light{
  --tw-ring-offset-color: #edcff0;
}

:root .ring-offset-am-pink-dark{
  --tw-ring-offset-color: #a941ae;
}

:root .ring-offset-am-pink-brightest{
  --tw-ring-offset-color: #d977dd3b;
}

:root .ring-offset-am-pink-rose{
  --tw-ring-offset-color: #F8BBD0;
}

:root .ring-offset-am-pink{
  --tw-ring-offset-color: #D977DD;
}

:root .ring-offset-am-orange-light{
  --tw-ring-offset-color: #f89103;
}

:root .ring-offset-am-orange-relight{
  --tw-ring-offset-color: #fff1e8;
}

:root .ring-offset-am-orange-dark{
  --tw-ring-offset-color: #b57c00;
}

:root .ring-offset-am-orange{
  --tw-ring-offset-color: #f78842;
}

:root .ring-offset-am-cyan-light{
  --tw-ring-offset-color: #b3edf4;
}

:root .ring-offset-am-cyan-dark{
  --tw-ring-offset-color: #129aa6;
}

:root .ring-offset-am-cyan-blue{
  --tw-ring-offset-color: #0061FD60;
}

:root .ring-offset-am-cyan-green{
  --tw-ring-offset-color: #b9eadf;
}

:root .ring-offset-am-cyan{
  --tw-ring-offset-color: #18D9EA;
}

:root .ring-offset-am-blue-light{
  --tw-ring-offset-color: #92C9F2;
}

:root .ring-offset-am-blue{
  --tw-ring-offset-color: #0061FD60;
}

:root .ring-offset-am-blue-dark{
  --tw-ring-offset-color: #5784a5;
}

:root .ring-offset-am-yellow-resalt{
  --tw-ring-offset-color: #FFCE00;
}

:root .ring-offset-am-yellow-light{
  --tw-ring-offset-color: #f8e9ae;
}

:root .ring-offset-am-yellow-dark{
  --tw-ring-offset-color: #c18b11;
}

:root .ring-offset-am-yellow{
  --tw-ring-offset-color: #FAD073;
}

:root .ring-offset-am-cream-entry{
  --tw-ring-offset-color: #81E6AB;
}

:root .ring-offset-am-cream-entry_light{
  --tw-ring-offset-color: #81E6AB33;
}

:root .ring-offset-am-cream-entry_text{
  --tw-ring-offset-color: #81E6ABB3;
}

:root .ring-offset-am-cream-lunchgo{
  --tw-ring-offset-color: #EEBA72;
}

:root .ring-offset-am-cream-lunchgo_light{
  --tw-ring-offset-color: #EEBA7233;
}

:root .ring-offset-am-cream-lunchgo_text{
  --tw-ring-offset-color: #EEBA72B3;
}

:root .ring-offset-am-cream-lunchback{
  --tw-ring-offset-color: #EE8F72;
}

:root .ring-offset-am-cream-lunchback_light{
  --tw-ring-offset-color: #EE8F7233;
}

:root .ring-offset-am-cream-lunchback_text{
  --tw-ring-offset-color: #EE8F72B3;
}

:root .ring-offset-am-cream-exit{
  --tw-ring-offset-color: #81E6E2;
}

:root .ring-offset-am-cream-exit_light{
  --tw-ring-offset-color: #81E6E233;
}

:root .ring-offset-am-cream-exit_text{
  --tw-ring-offset-color: #81E6E2B3;
}

:root .ring-offset-am-cream-yesterday{
  --tw-ring-offset-color: #DE7777;
}

:root .ring-offset-am-cream-yesterday_light{
  --tw-ring-offset-color: #DE777733;
}

:root .ring-offset-am-cream-yesterday_text{
  --tw-ring-offset-color: #DE7777B3;
}

:root .ring-offset-am-brown-light{
  --tw-ring-offset-color: #f1e1d8;
}

:root .ring-offset-am-brown-dark{
  --tw-ring-offset-color: #501D0E;
}

:root .ring-offset-am-brown{
  --tw-ring-offset-color: #A23E00;
}

:root .focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

:root .focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

:root .focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: var(--text-color);
}

:root .focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: var(--text-color-light);
}

:root .focus-within\:ring-offset-contrast-black:focus-within{
  --tw-ring-offset-color: black;
}

:root .focus-within\:ring-offset-contrast-white:focus-within{
  --tw-ring-offset-color: white;
}

:root .focus-within\:ring-offset-grays-light:focus-within{
  --tw-ring-offset-color: #D6D6D6;
}

:root .focus-within\:ring-offset-grays:focus-within{
  --tw-ring-offset-color: #969CA7;
}

:root .focus-within\:ring-offset-gray-light:focus-within{
  --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
}

:root .focus-within\:ring-offset-gray:focus-within{
  --tw-ring-offset-color: rgb(158, 158, 158);
}

:root .focus-within\:ring-offset-red-light:focus-within{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .focus-within\:ring-offset-red:focus-within{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .focus-within\:ring-offset-orange-light:focus-within{
  --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
}

:root .focus-within\:ring-offset-orange:focus-within{
  --tw-ring-offset-color: rgb(255, 152, 0);
}

:root .focus-within\:ring-offset-deep-orange-light:focus-within{
  --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
}

:root .focus-within\:ring-offset-deep-orange:focus-within{
  --tw-ring-offset-color: rgb(255, 87, 34);
}

:root .focus-within\:ring-offset-amber-light:focus-within{
  --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
}

:root .focus-within\:ring-offset-amber:focus-within{
  --tw-ring-offset-color: rgb(255, 193, 7);
}

:root .focus-within\:ring-offset-green-light:focus-within{
  --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
}

:root .focus-within\:ring-offset-green:focus-within{
  --tw-ring-offset-color: rgb(76, 175, 80);
}

:root .focus-within\:ring-offset-teal-light:focus-within{
  --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
}

:root .focus-within\:ring-offset-teal:focus-within{
  --tw-ring-offset-color: rgb(0, 150, 136);
}

:root .focus-within\:ring-offset-cyan-light:focus-within{
  --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
}

:root .focus-within\:ring-offset-cyan:focus-within{
  --tw-ring-offset-color: rgb(0, 188, 212);
}

:root .focus-within\:ring-offset-purple-light:focus-within{
  --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
}

:root .focus-within\:ring-offset-purple:focus-within{
  --tw-ring-offset-color: rgb(156, 39, 176);
}

:root .focus-within\:ring-offset-deep-purple-light:focus-within{
  --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
}

:root .focus-within\:ring-offset-deep-purple:focus-within{
  --tw-ring-offset-color: rgb(103, 58, 183);
}

:root .focus-within\:ring-offset-pink-light:focus-within{
  --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
}

:root .focus-within\:ring-offset-pink:focus-within{
  --tw-ring-offset-color: rgb(233, 30, 99);
}

:root .focus-within\:ring-offset-primary-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .focus-within\:ring-offset-primary:focus-within{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .focus-within\:ring-offset-accent-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-accent), .1);
}

:root .focus-within\:ring-offset-accent:focus-within{
  --tw-ring-offset-color: rgb(var(--color-accent));
}

:root .focus-within\:ring-offset-warn-light:focus-within{
  --tw-ring-offset-color: rgba(var(--color-warn), .1);
}

:root .focus-within\:ring-offset-warn:focus-within{
  --tw-ring-offset-color: rgb(var(--color-warn));
}

:root .focus-within\:ring-offset-am-base-background:focus-within{
  --tw-ring-offset-color: #F4F6FF;
}

:root .focus-within\:ring-offset-am-main-blue:focus-within{
  --tw-ring-offset-color: #7084E3;
}

:root .focus-within\:ring-offset-am-main-blue-light:focus-within{
  --tw-ring-offset-color: #d0d8ff;
}

:root .focus-within\:ring-offset-am-main-blue-dark:focus-within{
  --tw-ring-offset-color: #00004d;
}

:root .focus-within\:ring-offset-am-gray:focus-within{
  --tw-ring-offset-color: #9a9a9a;
}

:root .focus-within\:ring-offset-am-gray-light:focus-within{
  --tw-ring-offset-color: #bebebe;
}

:root .focus-within\:ring-offset-am-gray-dark:focus-within{
  --tw-ring-offset-color: #666666;
}

:root .focus-within\:ring-offset-am-new-green:focus-within{
  --tw-ring-offset-color: #77dea2;
}

:root .focus-within\:ring-offset-am-new-green-light:focus-within{
  --tw-ring-offset-color: #baeed0;
}

:root .focus-within\:ring-offset-am-new-green-dark:focus-within{
  --tw-ring-offset-color: #27834d;
}

:root .focus-within\:ring-offset-am-new-orange:focus-within{
  --tw-ring-offset-color: #f78842;
}

:root .focus-within\:ring-offset-am-new-orange-light:focus-within{
  --tw-ring-offset-color: #fbc3a0;
}

:root .focus-within\:ring-offset-am-new-orange-dark:focus-within{
  --tw-ring-offset-color: #af5f2e;
}

:root .focus-within\:ring-offset-am-coral:focus-within{
  --tw-ring-offset-color: #ee8f72;
}

:root .focus-within\:ring-offset-am-coral-light:focus-within{
  --tw-ring-offset-color: #f6c7b8;
}

:root .focus-within\:ring-offset-am-coral-dark:focus-within{
  --tw-ring-offset-color: #be6a50;
}

:root .focus-within\:ring-offset-am-teal:focus-within{
  --tw-ring-offset-color: #81e6e2;
}

:root .focus-within\:ring-offset-am-teal-light:focus-within{
  --tw-ring-offset-color: #b3f0ed;
}

:root .focus-within\:ring-offset-am-teal-dark:focus-within{
  --tw-ring-offset-color: #449D99;
}

:root .focus-within\:ring-offset-am-new-red:focus-within{
  --tw-ring-offset-color: #de7777;
}

:root .focus-within\:ring-offset-am-new-red-light:focus-within{
  --tw-ring-offset-color: #f2b0b0;
}

:root .focus-within\:ring-offset-am-new-red-dark:focus-within{
  --tw-ring-offset-color: #ac3d3d;
}

:root .focus-within\:ring-offset-am-new-yellow:focus-within{
  --tw-ring-offset-color: #ffce00;
}

:root .focus-within\:ring-offset-am-new-yellow-light:focus-within{
  --tw-ring-offset-color: #ffeb99;
}

:root .focus-within\:ring-offset-am-new-yellow-dark:focus-within{
  --tw-ring-offset-color: #a56c00;
}

:root .focus-within\:ring-offset-am-new-pink:focus-within{
  --tw-ring-offset-color: #d977dd;
}

:root .focus-within\:ring-offset-am-new-pink-light:focus-within{
  --tw-ring-offset-color: #ecbaee;
}

:root .focus-within\:ring-offset-am-new-pink-dark:focus-within{
  --tw-ring-offset-color: #97569a;
}

:root .focus-within\:ring-offset-am-new-purple:focus-within{
  --tw-ring-offset-color: #8f7ee3;
}

:root .focus-within\:ring-offset-am-new-purple-light:focus-within{
  --tw-ring-offset-color: #baacff;
}

:root .focus-within\:ring-offset-am-new-purple-dark:focus-within{
  --tw-ring-offset-color: #7164b1;
}

:root .focus-within\:ring-offset-am-purple-transparent:focus-within{
  --tw-ring-offset-color: #757de338;
}

:root .focus-within\:ring-offset-am-purple-relight:focus-within{
  --tw-ring-offset-color: #f0f1ff;
}

:root .focus-within\:ring-offset-am-purple-light:focus-within{
  --tw-ring-offset-color: #dbdcff;
}

:root .focus-within\:ring-offset-am-purple-medium:focus-within{
  --tw-ring-offset-color: #927DEA;
}

:root .focus-within\:ring-offset-am-purple-dark:focus-within{
  --tw-ring-offset-color: #465499;
}

:root .focus-within\:ring-offset-am-purple:focus-within{
  --tw-ring-offset-color: #7084E3;
}

:root .focus-within\:ring-offset-am-green-light:focus-within{
  --tw-ring-offset-color: #77DEA2;
}

:root .focus-within\:ring-offset-am-green-brightest:focus-within{
  --tw-ring-offset-color: #77DEA280;
}

:root .focus-within\:ring-offset-am-green-cyan:focus-within{
  --tw-ring-offset-color: #26b28f;
}

:root .focus-within\:ring-offset-am-green-dark:focus-within{
  --tw-ring-offset-color: #1f8f4e;
}

:root .focus-within\:ring-offset-am-green-aqua:focus-within{
  --tw-ring-offset-color: #7DEAB4;
}

:root .focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
  --tw-ring-offset-color: #e9f8ee;
}

:root .focus-within\:ring-offset-am-green-hover:focus-within{
  --tw-ring-offset-color: #F5FCF7;
}

:root .focus-within\:ring-offset-am-green:focus-within{
  --tw-ring-offset-color: #54C931;
}

:root .focus-within\:ring-offset-am-red-alive:focus-within{
  --tw-ring-offset-color: #E56262;
}

:root .focus-within\:ring-offset-am-red-light:focus-within{
  --tw-ring-offset-color: #ffcece;
}

:root .focus-within\:ring-offset-am-red-dark:focus-within{
  --tw-ring-offset-color: #d93d3d;
}

:root .focus-within\:ring-offset-am-red-intense:focus-within{
  --tw-ring-offset-color: #f00846;
}

:root .focus-within\:ring-offset-am-red:focus-within{
  --tw-ring-offset-color: #DE7777;
}

:root .focus-within\:ring-offset-am-grey-light:focus-within{
  --tw-ring-offset-color: #BFC4FF1F;
}

:root .focus-within\:ring-offset-am-grey-dark:focus-within{
  --tw-ring-offset-color: #2C303E;
}

:root .focus-within\:ring-offset-am-grey-medium:focus-within{
  --tw-ring-offset-color: #bbbbbb;
}

:root .focus-within\:ring-offset-am-grey-transparent:focus-within{
  --tw-ring-offset-color: #BFC4FF4B;
}

:root .focus-within\:ring-offset-am-grey:focus-within{
  --tw-ring-offset-color: #666666;
}

:root .focus-within\:ring-offset-am-pink-light:focus-within{
  --tw-ring-offset-color: #edcff0;
}

:root .focus-within\:ring-offset-am-pink-dark:focus-within{
  --tw-ring-offset-color: #a941ae;
}

:root .focus-within\:ring-offset-am-pink-brightest:focus-within{
  --tw-ring-offset-color: #d977dd3b;
}

:root .focus-within\:ring-offset-am-pink-rose:focus-within{
  --tw-ring-offset-color: #F8BBD0;
}

:root .focus-within\:ring-offset-am-pink:focus-within{
  --tw-ring-offset-color: #D977DD;
}

:root .focus-within\:ring-offset-am-orange-light:focus-within{
  --tw-ring-offset-color: #f89103;
}

:root .focus-within\:ring-offset-am-orange-relight:focus-within{
  --tw-ring-offset-color: #fff1e8;
}

:root .focus-within\:ring-offset-am-orange-dark:focus-within{
  --tw-ring-offset-color: #b57c00;
}

:root .focus-within\:ring-offset-am-orange:focus-within{
  --tw-ring-offset-color: #f78842;
}

:root .focus-within\:ring-offset-am-cyan-light:focus-within{
  --tw-ring-offset-color: #b3edf4;
}

:root .focus-within\:ring-offset-am-cyan-dark:focus-within{
  --tw-ring-offset-color: #129aa6;
}

:root .focus-within\:ring-offset-am-cyan-blue:focus-within{
  --tw-ring-offset-color: #0061FD60;
}

:root .focus-within\:ring-offset-am-cyan-green:focus-within{
  --tw-ring-offset-color: #b9eadf;
}

:root .focus-within\:ring-offset-am-cyan:focus-within{
  --tw-ring-offset-color: #18D9EA;
}

:root .focus-within\:ring-offset-am-blue-light:focus-within{
  --tw-ring-offset-color: #92C9F2;
}

:root .focus-within\:ring-offset-am-blue:focus-within{
  --tw-ring-offset-color: #0061FD60;
}

:root .focus-within\:ring-offset-am-blue-dark:focus-within{
  --tw-ring-offset-color: #5784a5;
}

:root .focus-within\:ring-offset-am-yellow-resalt:focus-within{
  --tw-ring-offset-color: #FFCE00;
}

:root .focus-within\:ring-offset-am-yellow-light:focus-within{
  --tw-ring-offset-color: #f8e9ae;
}

:root .focus-within\:ring-offset-am-yellow-dark:focus-within{
  --tw-ring-offset-color: #c18b11;
}

:root .focus-within\:ring-offset-am-yellow:focus-within{
  --tw-ring-offset-color: #FAD073;
}

:root .focus-within\:ring-offset-am-cream-entry:focus-within{
  --tw-ring-offset-color: #81E6AB;
}

:root .focus-within\:ring-offset-am-cream-entry_light:focus-within{
  --tw-ring-offset-color: #81E6AB33;
}

:root .focus-within\:ring-offset-am-cream-entry_text:focus-within{
  --tw-ring-offset-color: #81E6ABB3;
}

:root .focus-within\:ring-offset-am-cream-lunchgo:focus-within{
  --tw-ring-offset-color: #EEBA72;
}

:root .focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
  --tw-ring-offset-color: #EEBA7233;
}

:root .focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
  --tw-ring-offset-color: #EEBA72B3;
}

:root .focus-within\:ring-offset-am-cream-lunchback:focus-within{
  --tw-ring-offset-color: #EE8F72;
}

:root .focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
  --tw-ring-offset-color: #EE8F7233;
}

:root .focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
  --tw-ring-offset-color: #EE8F72B3;
}

:root .focus-within\:ring-offset-am-cream-exit:focus-within{
  --tw-ring-offset-color: #81E6E2;
}

:root .focus-within\:ring-offset-am-cream-exit_light:focus-within{
  --tw-ring-offset-color: #81E6E233;
}

:root .focus-within\:ring-offset-am-cream-exit_text:focus-within{
  --tw-ring-offset-color: #81E6E2B3;
}

:root .focus-within\:ring-offset-am-cream-yesterday:focus-within{
  --tw-ring-offset-color: #DE7777;
}

:root .focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
  --tw-ring-offset-color: #DE777733;
}

:root .focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
  --tw-ring-offset-color: #DE7777B3;
}

:root .focus-within\:ring-offset-am-brown-light:focus-within{
  --tw-ring-offset-color: #f1e1d8;
}

:root .focus-within\:ring-offset-am-brown-dark:focus-within{
  --tw-ring-offset-color: #501D0E;
}

:root .focus-within\:ring-offset-am-brown:focus-within{
  --tw-ring-offset-color: #A23E00;
}

:root .focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

:root .focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

:root .focus\:ring-offset-black:focus{
  --tw-ring-offset-color: var(--text-color);
}

:root .focus\:ring-offset-white:focus{
  --tw-ring-offset-color: var(--text-color-light);
}

:root .focus\:ring-offset-contrast-black:focus{
  --tw-ring-offset-color: black;
}

:root .focus\:ring-offset-contrast-white:focus{
  --tw-ring-offset-color: white;
}

:root .focus\:ring-offset-grays-light:focus{
  --tw-ring-offset-color: #D6D6D6;
}

:root .focus\:ring-offset-grays:focus{
  --tw-ring-offset-color: #969CA7;
}

:root .focus\:ring-offset-gray-light:focus{
  --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
}

:root .focus\:ring-offset-gray:focus{
  --tw-ring-offset-color: rgb(158, 158, 158);
}

:root .focus\:ring-offset-red-light:focus{
  --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
}

:root .focus\:ring-offset-red:focus{
  --tw-ring-offset-color: rgb(244, 67, 54);
}

:root .focus\:ring-offset-orange-light:focus{
  --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
}

:root .focus\:ring-offset-orange:focus{
  --tw-ring-offset-color: rgb(255, 152, 0);
}

:root .focus\:ring-offset-deep-orange-light:focus{
  --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
}

:root .focus\:ring-offset-deep-orange:focus{
  --tw-ring-offset-color: rgb(255, 87, 34);
}

:root .focus\:ring-offset-amber-light:focus{
  --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
}

:root .focus\:ring-offset-amber:focus{
  --tw-ring-offset-color: rgb(255, 193, 7);
}

:root .focus\:ring-offset-green-light:focus{
  --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
}

:root .focus\:ring-offset-green:focus{
  --tw-ring-offset-color: rgb(76, 175, 80);
}

:root .focus\:ring-offset-teal-light:focus{
  --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
}

:root .focus\:ring-offset-teal:focus{
  --tw-ring-offset-color: rgb(0, 150, 136);
}

:root .focus\:ring-offset-cyan-light:focus{
  --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
}

:root .focus\:ring-offset-cyan:focus{
  --tw-ring-offset-color: rgb(0, 188, 212);
}

:root .focus\:ring-offset-purple-light:focus{
  --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
}

:root .focus\:ring-offset-purple:focus{
  --tw-ring-offset-color: rgb(156, 39, 176);
}

:root .focus\:ring-offset-deep-purple-light:focus{
  --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
}

:root .focus\:ring-offset-deep-purple:focus{
  --tw-ring-offset-color: rgb(103, 58, 183);
}

:root .focus\:ring-offset-pink-light:focus{
  --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
}

:root .focus\:ring-offset-pink:focus{
  --tw-ring-offset-color: rgb(233, 30, 99);
}

:root .focus\:ring-offset-primary-light:focus{
  --tw-ring-offset-color: rgba(var(--color-primary), .1);
}

:root .focus\:ring-offset-primary:focus{
  --tw-ring-offset-color: rgb(var(--color-primary));
}

:root .focus\:ring-offset-accent-light:focus{
  --tw-ring-offset-color: rgba(var(--color-accent), .1);
}

:root .focus\:ring-offset-accent:focus{
  --tw-ring-offset-color: rgb(var(--color-accent));
}

:root .focus\:ring-offset-warn-light:focus{
  --tw-ring-offset-color: rgba(var(--color-warn), .1);
}

:root .focus\:ring-offset-warn:focus{
  --tw-ring-offset-color: rgb(var(--color-warn));
}

:root .focus\:ring-offset-am-base-background:focus{
  --tw-ring-offset-color: #F4F6FF;
}

:root .focus\:ring-offset-am-main-blue:focus{
  --tw-ring-offset-color: #7084E3;
}

:root .focus\:ring-offset-am-main-blue-light:focus{
  --tw-ring-offset-color: #d0d8ff;
}

:root .focus\:ring-offset-am-main-blue-dark:focus{
  --tw-ring-offset-color: #00004d;
}

:root .focus\:ring-offset-am-gray:focus{
  --tw-ring-offset-color: #9a9a9a;
}

:root .focus\:ring-offset-am-gray-light:focus{
  --tw-ring-offset-color: #bebebe;
}

:root .focus\:ring-offset-am-gray-dark:focus{
  --tw-ring-offset-color: #666666;
}

:root .focus\:ring-offset-am-new-green:focus{
  --tw-ring-offset-color: #77dea2;
}

:root .focus\:ring-offset-am-new-green-light:focus{
  --tw-ring-offset-color: #baeed0;
}

:root .focus\:ring-offset-am-new-green-dark:focus{
  --tw-ring-offset-color: #27834d;
}

:root .focus\:ring-offset-am-new-orange:focus{
  --tw-ring-offset-color: #f78842;
}

:root .focus\:ring-offset-am-new-orange-light:focus{
  --tw-ring-offset-color: #fbc3a0;
}

:root .focus\:ring-offset-am-new-orange-dark:focus{
  --tw-ring-offset-color: #af5f2e;
}

:root .focus\:ring-offset-am-coral:focus{
  --tw-ring-offset-color: #ee8f72;
}

:root .focus\:ring-offset-am-coral-light:focus{
  --tw-ring-offset-color: #f6c7b8;
}

:root .focus\:ring-offset-am-coral-dark:focus{
  --tw-ring-offset-color: #be6a50;
}

:root .focus\:ring-offset-am-teal:focus{
  --tw-ring-offset-color: #81e6e2;
}

:root .focus\:ring-offset-am-teal-light:focus{
  --tw-ring-offset-color: #b3f0ed;
}

:root .focus\:ring-offset-am-teal-dark:focus{
  --tw-ring-offset-color: #449D99;
}

:root .focus\:ring-offset-am-new-red:focus{
  --tw-ring-offset-color: #de7777;
}

:root .focus\:ring-offset-am-new-red-light:focus{
  --tw-ring-offset-color: #f2b0b0;
}

:root .focus\:ring-offset-am-new-red-dark:focus{
  --tw-ring-offset-color: #ac3d3d;
}

:root .focus\:ring-offset-am-new-yellow:focus{
  --tw-ring-offset-color: #ffce00;
}

:root .focus\:ring-offset-am-new-yellow-light:focus{
  --tw-ring-offset-color: #ffeb99;
}

:root .focus\:ring-offset-am-new-yellow-dark:focus{
  --tw-ring-offset-color: #a56c00;
}

:root .focus\:ring-offset-am-new-pink:focus{
  --tw-ring-offset-color: #d977dd;
}

:root .focus\:ring-offset-am-new-pink-light:focus{
  --tw-ring-offset-color: #ecbaee;
}

:root .focus\:ring-offset-am-new-pink-dark:focus{
  --tw-ring-offset-color: #97569a;
}

:root .focus\:ring-offset-am-new-purple:focus{
  --tw-ring-offset-color: #8f7ee3;
}

:root .focus\:ring-offset-am-new-purple-light:focus{
  --tw-ring-offset-color: #baacff;
}

:root .focus\:ring-offset-am-new-purple-dark:focus{
  --tw-ring-offset-color: #7164b1;
}

:root .focus\:ring-offset-am-purple-transparent:focus{
  --tw-ring-offset-color: #757de338;
}

:root .focus\:ring-offset-am-purple-relight:focus{
  --tw-ring-offset-color: #f0f1ff;
}

:root .focus\:ring-offset-am-purple-light:focus{
  --tw-ring-offset-color: #dbdcff;
}

:root .focus\:ring-offset-am-purple-medium:focus{
  --tw-ring-offset-color: #927DEA;
}

:root .focus\:ring-offset-am-purple-dark:focus{
  --tw-ring-offset-color: #465499;
}

:root .focus\:ring-offset-am-purple:focus{
  --tw-ring-offset-color: #7084E3;
}

:root .focus\:ring-offset-am-green-light:focus{
  --tw-ring-offset-color: #77DEA2;
}

:root .focus\:ring-offset-am-green-brightest:focus{
  --tw-ring-offset-color: #77DEA280;
}

:root .focus\:ring-offset-am-green-cyan:focus{
  --tw-ring-offset-color: #26b28f;
}

:root .focus\:ring-offset-am-green-dark:focus{
  --tw-ring-offset-color: #1f8f4e;
}

:root .focus\:ring-offset-am-green-aqua:focus{
  --tw-ring-offset-color: #7DEAB4;
}

:root .focus\:ring-offset-am-green-brightest-transparent:focus{
  --tw-ring-offset-color: #e9f8ee;
}

:root .focus\:ring-offset-am-green-hover:focus{
  --tw-ring-offset-color: #F5FCF7;
}

:root .focus\:ring-offset-am-green:focus{
  --tw-ring-offset-color: #54C931;
}

:root .focus\:ring-offset-am-red-alive:focus{
  --tw-ring-offset-color: #E56262;
}

:root .focus\:ring-offset-am-red-light:focus{
  --tw-ring-offset-color: #ffcece;
}

:root .focus\:ring-offset-am-red-dark:focus{
  --tw-ring-offset-color: #d93d3d;
}

:root .focus\:ring-offset-am-red-intense:focus{
  --tw-ring-offset-color: #f00846;
}

:root .focus\:ring-offset-am-red:focus{
  --tw-ring-offset-color: #DE7777;
}

:root .focus\:ring-offset-am-grey-light:focus{
  --tw-ring-offset-color: #BFC4FF1F;
}

:root .focus\:ring-offset-am-grey-dark:focus{
  --tw-ring-offset-color: #2C303E;
}

:root .focus\:ring-offset-am-grey-medium:focus{
  --tw-ring-offset-color: #bbbbbb;
}

:root .focus\:ring-offset-am-grey-transparent:focus{
  --tw-ring-offset-color: #BFC4FF4B;
}

:root .focus\:ring-offset-am-grey:focus{
  --tw-ring-offset-color: #666666;
}

:root .focus\:ring-offset-am-pink-light:focus{
  --tw-ring-offset-color: #edcff0;
}

:root .focus\:ring-offset-am-pink-dark:focus{
  --tw-ring-offset-color: #a941ae;
}

:root .focus\:ring-offset-am-pink-brightest:focus{
  --tw-ring-offset-color: #d977dd3b;
}

:root .focus\:ring-offset-am-pink-rose:focus{
  --tw-ring-offset-color: #F8BBD0;
}

:root .focus\:ring-offset-am-pink:focus{
  --tw-ring-offset-color: #D977DD;
}

:root .focus\:ring-offset-am-orange-light:focus{
  --tw-ring-offset-color: #f89103;
}

:root .focus\:ring-offset-am-orange-relight:focus{
  --tw-ring-offset-color: #fff1e8;
}

:root .focus\:ring-offset-am-orange-dark:focus{
  --tw-ring-offset-color: #b57c00;
}

:root .focus\:ring-offset-am-orange:focus{
  --tw-ring-offset-color: #f78842;
}

:root .focus\:ring-offset-am-cyan-light:focus{
  --tw-ring-offset-color: #b3edf4;
}

:root .focus\:ring-offset-am-cyan-dark:focus{
  --tw-ring-offset-color: #129aa6;
}

:root .focus\:ring-offset-am-cyan-blue:focus{
  --tw-ring-offset-color: #0061FD60;
}

:root .focus\:ring-offset-am-cyan-green:focus{
  --tw-ring-offset-color: #b9eadf;
}

:root .focus\:ring-offset-am-cyan:focus{
  --tw-ring-offset-color: #18D9EA;
}

:root .focus\:ring-offset-am-blue-light:focus{
  --tw-ring-offset-color: #92C9F2;
}

:root .focus\:ring-offset-am-blue:focus{
  --tw-ring-offset-color: #0061FD60;
}

:root .focus\:ring-offset-am-blue-dark:focus{
  --tw-ring-offset-color: #5784a5;
}

:root .focus\:ring-offset-am-yellow-resalt:focus{
  --tw-ring-offset-color: #FFCE00;
}

:root .focus\:ring-offset-am-yellow-light:focus{
  --tw-ring-offset-color: #f8e9ae;
}

:root .focus\:ring-offset-am-yellow-dark:focus{
  --tw-ring-offset-color: #c18b11;
}

:root .focus\:ring-offset-am-yellow:focus{
  --tw-ring-offset-color: #FAD073;
}

:root .focus\:ring-offset-am-cream-entry:focus{
  --tw-ring-offset-color: #81E6AB;
}

:root .focus\:ring-offset-am-cream-entry_light:focus{
  --tw-ring-offset-color: #81E6AB33;
}

:root .focus\:ring-offset-am-cream-entry_text:focus{
  --tw-ring-offset-color: #81E6ABB3;
}

:root .focus\:ring-offset-am-cream-lunchgo:focus{
  --tw-ring-offset-color: #EEBA72;
}

:root .focus\:ring-offset-am-cream-lunchgo_light:focus{
  --tw-ring-offset-color: #EEBA7233;
}

:root .focus\:ring-offset-am-cream-lunchgo_text:focus{
  --tw-ring-offset-color: #EEBA72B3;
}

:root .focus\:ring-offset-am-cream-lunchback:focus{
  --tw-ring-offset-color: #EE8F72;
}

:root .focus\:ring-offset-am-cream-lunchback_light:focus{
  --tw-ring-offset-color: #EE8F7233;
}

:root .focus\:ring-offset-am-cream-lunchback_text:focus{
  --tw-ring-offset-color: #EE8F72B3;
}

:root .focus\:ring-offset-am-cream-exit:focus{
  --tw-ring-offset-color: #81E6E2;
}

:root .focus\:ring-offset-am-cream-exit_light:focus{
  --tw-ring-offset-color: #81E6E233;
}

:root .focus\:ring-offset-am-cream-exit_text:focus{
  --tw-ring-offset-color: #81E6E2B3;
}

:root .focus\:ring-offset-am-cream-yesterday:focus{
  --tw-ring-offset-color: #DE7777;
}

:root .focus\:ring-offset-am-cream-yesterday_light:focus{
  --tw-ring-offset-color: #DE777733;
}

:root .focus\:ring-offset-am-cream-yesterday_text:focus{
  --tw-ring-offset-color: #DE7777B3;
}

:root .focus\:ring-offset-am-brown-light:focus{
  --tw-ring-offset-color: #f1e1d8;
}

:root .focus\:ring-offset-am-brown-dark:focus{
  --tw-ring-offset-color: #501D0E;
}

:root .focus\:ring-offset-am-brown:focus{
  --tw-ring-offset-color: #A23E00;
}

:root .filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root .filter-none{
  filter: none;
}

:root .blur-0{
  --tw-blur: blur(0);
}

:root .blur-none{
  --tw-blur: blur(0);
}

:root .blur-sm{
  --tw-blur: blur(4px);
}

:root .blur{
  --tw-blur: blur(8px);
}

:root .blur-md{
  --tw-blur: blur(12px);
}

:root .blur-lg{
  --tw-blur: blur(16px);
}

:root .blur-xl{
  --tw-blur: blur(24px);
}

:root .blur-2xl{
  --tw-blur: blur(40px);
}

:root .blur-3xl{
  --tw-blur: blur(64px);
}

:root .brightness-0{
  --tw-brightness: brightness(0);
}

:root .brightness-50{
  --tw-brightness: brightness(.5);
}

:root .brightness-75{
  --tw-brightness: brightness(.75);
}

:root .brightness-90{
  --tw-brightness: brightness(.9);
}

:root .brightness-95{
  --tw-brightness: brightness(.95);
}

:root .brightness-100{
  --tw-brightness: brightness(1);
}

:root .brightness-105{
  --tw-brightness: brightness(1.05);
}

:root .brightness-110{
  --tw-brightness: brightness(1.1);
}

:root .brightness-125{
  --tw-brightness: brightness(1.25);
}

:root .brightness-150{
  --tw-brightness: brightness(1.5);
}

:root .brightness-200{
  --tw-brightness: brightness(2);
}

:root .contrast-0{
  --tw-contrast: contrast(0);
}

:root .contrast-50{
  --tw-contrast: contrast(.5);
}

:root .contrast-75{
  --tw-contrast: contrast(.75);
}

:root .contrast-100{
  --tw-contrast: contrast(1);
}

:root .contrast-125{
  --tw-contrast: contrast(1.25);
}

:root .contrast-150{
  --tw-contrast: contrast(1.5);
}

:root .contrast-200{
  --tw-contrast: contrast(2);
}

:root .drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

:root .drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

:root .drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

:root .drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

:root .drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

:root .drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

:root .drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

:root .grayscale-0{
  --tw-grayscale: grayscale(0);
}

:root .grayscale{
  --tw-grayscale: grayscale(100%);
}

:root .hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg);
}

:root .hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg);
}

:root .hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg);
}

:root .hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg);
}

:root .hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg);
}

:root .hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
}

:root .-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
}

:root .-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
}

:root .-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
}

:root .-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
}

:root .-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
}

:root .invert-0{
  --tw-invert: invert(0);
}

:root .invert{
  --tw-invert: invert(100%);
}

:root .saturate-0{
  --tw-saturate: saturate(0);
}

:root .saturate-50{
  --tw-saturate: saturate(.5);
}

:root .saturate-100{
  --tw-saturate: saturate(1);
}

:root .saturate-150{
  --tw-saturate: saturate(1.5);
}

:root .saturate-200{
  --tw-saturate: saturate(2);
}

:root .sepia-0{
  --tw-sepia: sepia(0);
}

:root .sepia{
  --tw-sepia: sepia(100%);
}

:root .backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

:root .backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

:root .backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
}

:root .backdrop-blur-none{
  --tw-backdrop-blur: blur(0);
}

:root .backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
}

:root .backdrop-blur{
  --tw-backdrop-blur: blur(8px);
}

:root .backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
}

:root .backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
}

:root .backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
}

:root .backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
}

:root .backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
}

:root .backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
}

:root .backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
}

:root .backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
}

:root .backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
}

:root .backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
}

:root .backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
}

:root .backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
}

:root .backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
}

:root .backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
}

:root .backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
}

:root .backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
}

:root .backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0);
}

:root .backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
}

:root .backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
}

:root .backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1);
}

:root .backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
}

:root .backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
}

:root .backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2);
}

:root .backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
}

:root .backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
}

:root .backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

:root .backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

:root .backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

:root .backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

:root .backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

:root .backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

:root .-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

:root .-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

:root .-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

:root .-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

:root .-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

:root .backdrop-invert-0{
  --tw-backdrop-invert: invert(0);
}

:root .backdrop-invert{
  --tw-backdrop-invert: invert(100%);
}

:root .backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
}

:root .backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
}

:root .backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4);
}

:root .backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
}

:root .backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
}

:root .backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1);
}

:root .backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0);
}

:root .backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
}

:root .backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
}

:root .backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
}

:root .backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2);
}

:root .backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0);
}

:root .backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
}

:root .transition-none{
  transition-property: none;
}

:root .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root .delay-75{
  transition-delay: 75ms;
}

:root .delay-100{
  transition-delay: 100ms;
}

:root .delay-150{
  transition-delay: 150ms;
}

:root .delay-200{
  transition-delay: 200ms;
}

:root .delay-300{
  transition-delay: 300ms;
}

:root .delay-500{
  transition-delay: 500ms;
}

:root .delay-700{
  transition-delay: 700ms;
}

:root .delay-1000{
  transition-delay: 1000ms;
}

:root .duration-75{
  transition-duration: 75ms;
}

:root .duration-100{
  transition-duration: 100ms;
}

:root .duration-150{
  transition-duration: 150ms;
}

:root .duration-200{
  transition-duration: 200ms;
}

:root .duration-300{
  transition-duration: 300ms;
}

:root .duration-500{
  transition-duration: 500ms;
}

:root .duration-700{
  transition-duration: 700ms;
}

:root .duration-1000{
  transition-duration: 1000ms;
}

:root .ease-linear{
  transition-timing-function: linear;
}

:root .ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

:root .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}

@media (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
  }
}

.card {
  border-radius: 0.25rem;
  background-color: var(--background-card);
  --tw-shadow: var(--elevation-z8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  background-color: var(--background-hover);
  object-fit: cover;
}

.hidden-input {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hidden-input:focus {
  border-color: rgb(var(--color-primary));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hidden-input.empty {
  border-color: rgb(var(--color-primary));
}

.list-item {
  height: 3rem;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-item:hover {
  background-color: var(--background-hover);
}

.textarea-clean {
  resize: none;
}

.textarea-clean:focus {
  outline: none;
}

.bg-pattern {
  background: linear-gradient(135deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px), linear-gradient(225deg, var(--background-base) 22px, var(--background-hover) 22px, var(--background-hover) 24px, transparent 24px, transparent 67px, var(--background-hover) 67px, var(--background-hover) 69px, transparent 69px) 0 64px;
  background-color: var(--background-base);
  background-size: 64px 128px;
}

.trans-ease-out {
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.trans-shadow {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.vex-blogpost p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 460px){
  :root .xs\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .xs\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .xs\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .xs\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .xs\:pointer-events-none{
    pointer-events: none;
  }

  :root .xs\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .xs\:visible{
    visibility: visible;
  }

  :root .xs\:invisible{
    visibility: hidden;
  }

  :root .xs\:static{
    position: static;
  }

  :root .xs\:fixed{
    position: fixed;
  }

  :root .xs\:absolute{
    position: absolute;
  }

  :root .xs\:relative{
    position: relative;
  }

  :root .xs\:sticky{
    position: sticky;
  }

  :root .xs\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .xs\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .xs\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .xs\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .xs\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .xs\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .xs\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .xs\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .xs\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .xs\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .xs\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .xs\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .xs\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .xs\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .xs\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .xs\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .xs\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .xs\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .xs\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .xs\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .xs\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .xs\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .xs\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .xs\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .xs\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root .xs\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root .xs\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root .xs\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root .xs\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root .xs\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root .xs\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root .xs\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root .xs\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root .xs\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root .xs\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root .xs\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root .xs\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root .xs\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root .xs\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root .xs\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root .xs\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root .xs\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root .xs\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root .xs\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root .xs\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .xs\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .xs\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .xs\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .xs\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .xs\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .xs\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .xs\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .xs\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .xs\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .xs\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .xs\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .xs\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .xs\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .xs\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .xs\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .xs\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .xs\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .xs\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .xs\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .xs\:top-0{
    top: 0;
  }

  :root .xs\:top-1{
    top: 0.25rem;
  }

  :root .xs\:top-2{
    top: 0.5rem;
  }

  :root .xs\:top-3{
    top: 0.75rem;
  }

  :root .xs\:top-4{
    top: 1rem;
  }

  :root .xs\:top-5{
    top: 1.25rem;
  }

  :root .xs\:top-6{
    top: 1.5rem;
  }

  :root .xs\:top-8{
    top: 2rem;
  }

  :root .xs\:top-10{
    top: 2.5rem;
  }

  :root .xs\:top-12{
    top: 3rem;
  }

  :root .xs\:-top-1{
    top: -0.25rem;
  }

  :root .xs\:-top-2{
    top: -0.5rem;
  }

  :root .xs\:-top-3{
    top: -0.75rem;
  }

  :root .xs\:-top-4{
    top: -1rem;
  }

  :root .xs\:-top-5{
    top: -1.25rem;
  }

  :root .xs\:-top-6{
    top: -1.5rem;
  }

  :root .xs\:-top-8{
    top: -2rem;
  }

  :root .xs\:-top-10{
    top: -2.5rem;
  }

  :root .xs\:-top-12{
    top: -3rem;
  }

  :root .xs\:top-auto{
    top: auto;
  }

  :root .xs\:right-0{
    right: 0;
  }

  :root .xs\:right-1{
    right: 0.25rem;
  }

  :root .xs\:right-2{
    right: 0.5rem;
  }

  :root .xs\:right-3{
    right: 0.75rem;
  }

  :root .xs\:right-4{
    right: 1rem;
  }

  :root .xs\:right-5{
    right: 1.25rem;
  }

  :root .xs\:right-6{
    right: 1.5rem;
  }

  :root .xs\:right-8{
    right: 2rem;
  }

  :root .xs\:right-10{
    right: 2.5rem;
  }

  :root .xs\:right-12{
    right: 3rem;
  }

  :root .xs\:-right-1{
    right: -0.25rem;
  }

  :root .xs\:-right-2{
    right: -0.5rem;
  }

  :root .xs\:-right-3{
    right: -0.75rem;
  }

  :root .xs\:-right-4{
    right: -1rem;
  }

  :root .xs\:-right-5{
    right: -1.25rem;
  }

  :root .xs\:-right-6{
    right: -1.5rem;
  }

  :root .xs\:-right-8{
    right: -2rem;
  }

  :root .xs\:-right-10{
    right: -2.5rem;
  }

  :root .xs\:-right-12{
    right: -3rem;
  }

  :root .xs\:right-auto{
    right: auto;
  }

  :root .xs\:bottom-0{
    bottom: 0;
  }

  :root .xs\:bottom-1{
    bottom: 0.25rem;
  }

  :root .xs\:bottom-2{
    bottom: 0.5rem;
  }

  :root .xs\:bottom-3{
    bottom: 0.75rem;
  }

  :root .xs\:bottom-4{
    bottom: 1rem;
  }

  :root .xs\:bottom-5{
    bottom: 1.25rem;
  }

  :root .xs\:bottom-6{
    bottom: 1.5rem;
  }

  :root .xs\:bottom-8{
    bottom: 2rem;
  }

  :root .xs\:bottom-10{
    bottom: 2.5rem;
  }

  :root .xs\:bottom-12{
    bottom: 3rem;
  }

  :root .xs\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .xs\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .xs\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .xs\:-bottom-4{
    bottom: -1rem;
  }

  :root .xs\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .xs\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .xs\:-bottom-8{
    bottom: -2rem;
  }

  :root .xs\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .xs\:-bottom-12{
    bottom: -3rem;
  }

  :root .xs\:bottom-auto{
    bottom: auto;
  }

  :root .xs\:left-0{
    left: 0;
  }

  :root .xs\:left-1{
    left: 0.25rem;
  }

  :root .xs\:left-2{
    left: 0.5rem;
  }

  :root .xs\:left-3{
    left: 0.75rem;
  }

  :root .xs\:left-4{
    left: 1rem;
  }

  :root .xs\:left-5{
    left: 1.25rem;
  }

  :root .xs\:left-6{
    left: 1.5rem;
  }

  :root .xs\:left-8{
    left: 2rem;
  }

  :root .xs\:left-10{
    left: 2.5rem;
  }

  :root .xs\:left-12{
    left: 3rem;
  }

  :root .xs\:-left-1{
    left: -0.25rem;
  }

  :root .xs\:-left-2{
    left: -0.5rem;
  }

  :root .xs\:-left-3{
    left: -0.75rem;
  }

  :root .xs\:-left-4{
    left: -1rem;
  }

  :root .xs\:-left-5{
    left: -1.25rem;
  }

  :root .xs\:-left-6{
    left: -1.5rem;
  }

  :root .xs\:-left-8{
    left: -2rem;
  }

  :root .xs\:-left-10{
    left: -2.5rem;
  }

  :root .xs\:-left-12{
    left: -3rem;
  }

  :root .xs\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .xs\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .xs\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .xs\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .xs\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .xs\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .xs\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .xs\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .xs\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .xs\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .xs\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .xs\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .xs\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:left-auto{
    left: auto;
  }

  :root .xs\:isolate{
    isolation: isolate;
  }

  :root .xs\:isolation-auto{
    isolation: auto;
  }

  :root .xs\:z-0{
    z-index: 0;
  }

  :root .xs\:z-10{
    z-index: 10;
  }

  :root .xs\:z-20{
    z-index: 20;
  }

  :root .xs\:z-30{
    z-index: 30;
  }

  :root .xs\:z-40{
    z-index: 40;
  }

  :root .xs\:z-50{
    z-index: 50;
  }

  :root .xs\:z-auto{
    z-index: auto;
  }

  :root .xs\:order-1{
    order: 1;
  }

  :root .xs\:order-2{
    order: 2;
  }

  :root .xs\:order-3{
    order: 3;
  }

  :root .xs\:order-4{
    order: 4;
  }

  :root .xs\:order-5{
    order: 5;
  }

  :root .xs\:order-6{
    order: 6;
  }

  :root .xs\:order-7{
    order: 7;
  }

  :root .xs\:order-8{
    order: 8;
  }

  :root .xs\:order-9{
    order: 9;
  }

  :root .xs\:order-10{
    order: 10;
  }

  :root .xs\:order-11{
    order: 11;
  }

  :root .xs\:order-12{
    order: 12;
  }

  :root .xs\:order-first{
    order: -9999;
  }

  :root .xs\:order-last{
    order: 9999;
  }

  :root .xs\:order-none{
    order: 0;
  }

  :root .xs\:col-auto{
    grid-column: auto;
  }

  :root .xs\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .xs\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .xs\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .xs\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .xs\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .xs\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .xs\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .xs\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .xs\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .xs\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .xs\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .xs\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .xs\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .xs\:col-start-1{
    grid-column-start: 1;
  }

  :root .xs\:col-start-2{
    grid-column-start: 2;
  }

  :root .xs\:col-start-3{
    grid-column-start: 3;
  }

  :root .xs\:col-start-4{
    grid-column-start: 4;
  }

  :root .xs\:col-start-5{
    grid-column-start: 5;
  }

  :root .xs\:col-start-6{
    grid-column-start: 6;
  }

  :root .xs\:col-start-7{
    grid-column-start: 7;
  }

  :root .xs\:col-start-8{
    grid-column-start: 8;
  }

  :root .xs\:col-start-9{
    grid-column-start: 9;
  }

  :root .xs\:col-start-10{
    grid-column-start: 10;
  }

  :root .xs\:col-start-11{
    grid-column-start: 11;
  }

  :root .xs\:col-start-12{
    grid-column-start: 12;
  }

  :root .xs\:col-start-13{
    grid-column-start: 13;
  }

  :root .xs\:col-start-auto{
    grid-column-start: auto;
  }

  :root .xs\:col-end-1{
    grid-column-end: 1;
  }

  :root .xs\:col-end-2{
    grid-column-end: 2;
  }

  :root .xs\:col-end-3{
    grid-column-end: 3;
  }

  :root .xs\:col-end-4{
    grid-column-end: 4;
  }

  :root .xs\:col-end-5{
    grid-column-end: 5;
  }

  :root .xs\:col-end-6{
    grid-column-end: 6;
  }

  :root .xs\:col-end-7{
    grid-column-end: 7;
  }

  :root .xs\:col-end-8{
    grid-column-end: 8;
  }

  :root .xs\:col-end-9{
    grid-column-end: 9;
  }

  :root .xs\:col-end-10{
    grid-column-end: 10;
  }

  :root .xs\:col-end-11{
    grid-column-end: 11;
  }

  :root .xs\:col-end-12{
    grid-column-end: 12;
  }

  :root .xs\:col-end-13{
    grid-column-end: 13;
  }

  :root .xs\:col-end-auto{
    grid-column-end: auto;
  }

  :root .xs\:row-auto{
    grid-row: auto;
  }

  :root .xs\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .xs\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .xs\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .xs\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .xs\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .xs\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .xs\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .xs\:row-start-1{
    grid-row-start: 1;
  }

  :root .xs\:row-start-2{
    grid-row-start: 2;
  }

  :root .xs\:row-start-3{
    grid-row-start: 3;
  }

  :root .xs\:row-start-4{
    grid-row-start: 4;
  }

  :root .xs\:row-start-5{
    grid-row-start: 5;
  }

  :root .xs\:row-start-6{
    grid-row-start: 6;
  }

  :root .xs\:row-start-7{
    grid-row-start: 7;
  }

  :root .xs\:row-start-auto{
    grid-row-start: auto;
  }

  :root .xs\:row-end-1{
    grid-row-end: 1;
  }

  :root .xs\:row-end-2{
    grid-row-end: 2;
  }

  :root .xs\:row-end-3{
    grid-row-end: 3;
  }

  :root .xs\:row-end-4{
    grid-row-end: 4;
  }

  :root .xs\:row-end-5{
    grid-row-end: 5;
  }

  :root .xs\:row-end-6{
    grid-row-end: 6;
  }

  :root .xs\:row-end-7{
    grid-row-end: 7;
  }

  :root .xs\:row-end-auto{
    grid-row-end: auto;
  }

  :root .xs\:float-right{
    float: right;
  }

  :root .xs\:float-left{
    float: left;
  }

  :root .xs\:float-none{
    float: none;
  }

  :root .xs\:clear-left{
    clear: left;
  }

  :root .xs\:clear-right{
    clear: right;
  }

  :root .xs\:clear-both{
    clear: both;
  }

  :root .xs\:clear-none{
    clear: none;
  }

  :root .xs\:m-0{
    margin: 0;
  }

  :root .xs\:m-1{
    margin: 0.25rem;
  }

  :root .xs\:m-2{
    margin: 0.5rem;
  }

  :root .xs\:m-3{
    margin: 0.75rem;
  }

  :root .xs\:m-4{
    margin: 1rem;
  }

  :root .xs\:m-5{
    margin: 1.25rem;
  }

  :root .xs\:m-6{
    margin: 1.5rem;
  }

  :root .xs\:m-7{
    margin: 1.75rem;
  }

  :root .xs\:m-8{
    margin: 2rem;
  }

  :root .xs\:m-9{
    margin: 2.25rem;
  }

  :root .xs\:m-10{
    margin: 2.5rem;
  }

  :root .xs\:m-11{
    margin: 2.75rem;
  }

  :root .xs\:m-12{
    margin: 3rem;
  }

  :root .xs\:m-13{
    margin: 3.25rem;
  }

  :root .xs\:m-14{
    margin: 3.5rem;
  }

  :root .xs\:m-16{
    margin: 4rem;
  }

  :root .xs\:m-18{
    margin: 4.5rem;
  }

  :root .xs\:m-20{
    margin: 5rem;
  }

  :root .xs\:m-21{
    margin: 5.25rem;
  }

  :root .xs\:m-22{
    margin: 5.5rem;
  }

  :root .xs\:m-24{
    margin: 6rem;
  }

  :root .xs\:m-26{
    margin: 6.5rem;
  }

  :root .xs\:m-27{
    margin: 6.75rem;
  }

  :root .xs\:m-28{
    margin: 7rem;
  }

  :root .xs\:m-30{
    margin: 7.5rem;
  }

  :root .xs\:m-32{
    margin: 8rem;
  }

  :root .xs\:m-36{
    margin: 9rem;
  }

  :root .xs\:m-40{
    margin: 10rem;
  }

  :root .xs\:m-41{
    margin: 11.25rem;
  }

  :root .xs\:m-42{
    margin: 11.5rem;
  }

  :root .xs\:m-44{
    margin: 11rem;
  }

  :root .xs\:m-48{
    margin: 12rem;
  }

  :root .xs\:m-52{
    margin: 13rem;
  }

  :root .xs\:m-54{
    margin: 13.5rem;
  }

  :root .xs\:m-56{
    margin: 14rem;
  }

  :root .xs\:m-60{
    margin: 15rem;
  }

  :root .xs\:m-64{
    margin: 16rem;
  }

  :root .xs\:m-68{
    margin: 17rem;
  }

  :root .xs\:m-72{
    margin: 18rem;
  }

  :root .xs\:m-76{
    margin: 19rem;
  }

  :root .xs\:m-80{
    margin: 20rem;
  }

  :root .xs\:m-84{
    margin: 21rem;
  }

  :root .xs\:m-88{
    margin: 22rem;
  }

  :root .xs\:m-96{
    margin: 24rem;
  }

  :root .xs\:m-112{
    margin: 28rem;
  }

  :root .xs\:m-120{
    margin: 30rem;
  }

  :root .xs\:m-140{
    margin: 35rem;
  }

  :root .xs\:m-150{
    margin: 37.5rem;
  }

  :root .xs\:m-160{
    margin: 40rem;
  }

  :root .xs\:m-220{
    margin: 55rem;
  }

  :root .xs\:m-240{
    margin: 60rem;
  }

  :root .xs\:m-300{
    margin: 75rem;
  }

  :root .xs\:m-320{
    margin: 80rem;
  }

  :root .xs\:m-auto{
    margin: auto;
  }

  :root .xs\:m-px{
    margin: 1px;
  }

  :root .xs\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .xs\:m-1\.5{
    margin: 0.375rem;
  }

  :root .xs\:-m-1{
    margin: -0.25rem;
  }

  :root .xs\:-m-2{
    margin: -0.5rem;
  }

  :root .xs\:-m-3{
    margin: -0.75rem;
  }

  :root .xs\:-m-4{
    margin: -1rem;
  }

  :root .xs\:-m-5{
    margin: -1.25rem;
  }

  :root .xs\:-m-6{
    margin: -1.5rem;
  }

  :root .xs\:-m-7{
    margin: -1.75rem;
  }

  :root .xs\:-m-8{
    margin: -2rem;
  }

  :root .xs\:-m-9{
    margin: -2.25rem;
  }

  :root .xs\:-m-10{
    margin: -2.5rem;
  }

  :root .xs\:-m-11{
    margin: -2.75rem;
  }

  :root .xs\:-m-12{
    margin: -3rem;
  }

  :root .xs\:-m-13{
    margin: -3.25rem;
  }

  :root .xs\:-m-14{
    margin: -3.5rem;
  }

  :root .xs\:-m-16{
    margin: -4rem;
  }

  :root .xs\:-m-18{
    margin: -4.5rem;
  }

  :root .xs\:-m-20{
    margin: -5rem;
  }

  :root .xs\:-m-21{
    margin: -5.25rem;
  }

  :root .xs\:-m-22{
    margin: -5.5rem;
  }

  :root .xs\:-m-24{
    margin: -6rem;
  }

  :root .xs\:-m-26{
    margin: -6.5rem;
  }

  :root .xs\:-m-27{
    margin: -6.75rem;
  }

  :root .xs\:-m-28{
    margin: -7rem;
  }

  :root .xs\:-m-30{
    margin: -7.5rem;
  }

  :root .xs\:-m-32{
    margin: -8rem;
  }

  :root .xs\:-m-36{
    margin: -9rem;
  }

  :root .xs\:-m-40{
    margin: -10rem;
  }

  :root .xs\:-m-41{
    margin: -11.25rem;
  }

  :root .xs\:-m-42{
    margin: -11.5rem;
  }

  :root .xs\:-m-44{
    margin: -11rem;
  }

  :root .xs\:-m-48{
    margin: -12rem;
  }

  :root .xs\:-m-52{
    margin: -13rem;
  }

  :root .xs\:-m-54{
    margin: -13.5rem;
  }

  :root .xs\:-m-56{
    margin: -14rem;
  }

  :root .xs\:-m-60{
    margin: -15rem;
  }

  :root .xs\:-m-64{
    margin: -16rem;
  }

  :root .xs\:-m-68{
    margin: -17rem;
  }

  :root .xs\:-m-72{
    margin: -18rem;
  }

  :root .xs\:-m-76{
    margin: -19rem;
  }

  :root .xs\:-m-80{
    margin: -20rem;
  }

  :root .xs\:-m-84{
    margin: -21rem;
  }

  :root .xs\:-m-88{
    margin: -22rem;
  }

  :root .xs\:-m-96{
    margin: -24rem;
  }

  :root .xs\:-m-112{
    margin: -28rem;
  }

  :root .xs\:-m-120{
    margin: -30rem;
  }

  :root .xs\:-m-140{
    margin: -35rem;
  }

  :root .xs\:-m-150{
    margin: -37.5rem;
  }

  :root .xs\:-m-160{
    margin: -40rem;
  }

  :root .xs\:-m-220{
    margin: -55rem;
  }

  :root .xs\:-m-240{
    margin: -60rem;
  }

  :root .xs\:-m-300{
    margin: -75rem;
  }

  :root .xs\:-m-320{
    margin: -80rem;
  }

  :root .xs\:-m-px{
    margin: -1px;
  }

  :root .xs\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-m-1\.5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .xs\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-13{
    margin: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-18{
    margin: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-21{
    margin: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-22{
    margin: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-26{
    margin: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-27{
    margin: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-30{
    margin: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-41{
    margin: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-42{
    margin: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-54{
    margin: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-68{
    margin: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-76{
    margin: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-84{
    margin: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-88{
    margin: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-112{
    margin: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-120{
    margin: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-140{
    margin: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-150{
    margin: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-160{
    margin: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-220{
    margin: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-240{
    margin: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-300{
    margin: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-320{
    margin: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .xs\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-1.xs\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-68{
    margin: -17rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-76{
    margin: -19rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-84{
    margin: -21rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-88{
    margin: -22rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-112{
    margin: -28rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-120{
    margin: -30rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-140{
    margin: -35rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-160{
    margin: -40rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-220{
    margin: -55rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-240{
    margin: -60rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-300{
    margin: -75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-320{
    margin: -80rem;
  }

  :root [dir=ltr] .xs\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .xs\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-1.xs\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .xs\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-13{
    margin: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-18{
    margin: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-21{
    margin: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-22{
    margin: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-26{
    margin: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-27{
    margin: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-30{
    margin: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-41{
    margin: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-42{
    margin: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-54{
    margin: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-68{
    margin: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-76{
    margin: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-84{
    margin: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-88{
    margin: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-112{
    margin: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-120{
    margin: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-140{
    margin: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-150{
    margin: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-160{
    margin: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-220{
    margin: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-240{
    margin: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-300{
    margin: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-320{
    margin: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .xs\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-1.xs\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-68{
    margin: -17rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-76{
    margin: -19rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-84{
    margin: -21rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-88{
    margin: -22rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-112{
    margin: -28rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-120{
    margin: -30rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-140{
    margin: -35rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-160{
    margin: -40rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-220{
    margin: -55rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-240{
    margin: -60rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-300{
    margin: -75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-320{
    margin: -80rem;
  }

  :root [dir=rtl] .xs\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .xs\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-1.xs\:5{
    margin: -0.375rem;
  }

  :root .xs\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .xs\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .xs\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .xs\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .xs\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .xs\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .xs\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .xs\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .xs\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .xs\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .xs\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .xs\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .xs\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .xs\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root .xs\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .xs\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .xs\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root .xs\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .xs\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root .xs\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root .xs\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .xs\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root .xs\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root .xs\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .xs\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root .xs\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .xs\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .xs\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .xs\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root .xs\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root .xs\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .xs\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .xs\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .xs\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root .xs\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .xs\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .xs\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .xs\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root .xs\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .xs\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root .xs\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .xs\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root .xs\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root .xs\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .xs\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root .xs\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root .xs\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root .xs\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root .xs\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root .xs\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root .xs\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root .xs\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root .xs\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .xs\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .xs\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .xs\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .xs\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .xs\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .xs\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .xs\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .xs\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .xs\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .xs\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .xs\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .xs\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .xs\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .xs\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .xs\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .xs\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root .xs\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .xs\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .xs\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root .xs\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .xs\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root .xs\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root .xs\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .xs\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root .xs\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root .xs\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .xs\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root .xs\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .xs\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .xs\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .xs\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root .xs\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root .xs\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .xs\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .xs\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .xs\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root .xs\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .xs\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .xs\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .xs\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root .xs\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .xs\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root .xs\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .xs\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root .xs\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root .xs\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .xs\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root .xs\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root .xs\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root .xs\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root .xs\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root .xs\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root .xs\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root .xs\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root .xs\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root .xs\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .xs\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .xs\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .xs\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .xs\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .xs\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .xs\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .xs\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .xs\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .xs\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .xs\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .xs\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .xs\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .xs\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .xs\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .xs\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root .xs\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .xs\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .xs\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root .xs\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .xs\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root .xs\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root .xs\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .xs\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root .xs\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root .xs\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .xs\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root .xs\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .xs\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .xs\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .xs\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root .xs\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root .xs\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .xs\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .xs\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .xs\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root .xs\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .xs\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .xs\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .xs\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root .xs\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .xs\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root .xs\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .xs\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root .xs\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root .xs\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .xs\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root .xs\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root .xs\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root .xs\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root .xs\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root .xs\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root .xs\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root .xs\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root .xs\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root .xs\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .xs\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .xs\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .xs\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .xs\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .xs\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .xs\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .xs\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .xs\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .xs\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .xs\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .xs\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .xs\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .xs\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .xs\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .xs\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .xs\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root .xs\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .xs\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .xs\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root .xs\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .xs\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root .xs\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root .xs\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .xs\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root .xs\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root .xs\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .xs\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root .xs\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .xs\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .xs\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .xs\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root .xs\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root .xs\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .xs\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .xs\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .xs\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root .xs\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .xs\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .xs\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .xs\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root .xs\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .xs\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root .xs\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .xs\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root .xs\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root .xs\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .xs\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root .xs\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root .xs\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root .xs\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root .xs\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root .xs\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root .xs\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root .xs\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root .xs\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root .xs\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .xs\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .xs\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .xs\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mx-1.xs\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .xs\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mx-1.xs\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .xs\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .xs\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-1.xs\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .xs\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .xs\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-1.xs\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .xs\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .xs\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mx-1.xs\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .xs\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mx-1.xs\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .xs\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .xs\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-1.xs\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .xs\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .xs\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-1.xs\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .xs\:mt-0{
    margin-top: 0;
  }

  :root .xs\:mt-1{
    margin-top: 0.25rem;
  }

  :root .xs\:mt-2{
    margin-top: 0.5rem;
  }

  :root .xs\:mt-3{
    margin-top: 0.75rem;
  }

  :root .xs\:mt-4{
    margin-top: 1rem;
  }

  :root .xs\:mt-5{
    margin-top: 1.25rem;
  }

  :root .xs\:mt-6{
    margin-top: 1.5rem;
  }

  :root .xs\:mt-7{
    margin-top: 1.75rem;
  }

  :root .xs\:mt-8{
    margin-top: 2rem;
  }

  :root .xs\:mt-9{
    margin-top: 2.25rem;
  }

  :root .xs\:mt-10{
    margin-top: 2.5rem;
  }

  :root .xs\:mt-11{
    margin-top: 2.75rem;
  }

  :root .xs\:mt-12{
    margin-top: 3rem;
  }

  :root .xs\:mt-13{
    margin-top: 3.25rem;
  }

  :root .xs\:mt-14{
    margin-top: 3.5rem;
  }

  :root .xs\:mt-16{
    margin-top: 4rem;
  }

  :root .xs\:mt-18{
    margin-top: 4.5rem;
  }

  :root .xs\:mt-20{
    margin-top: 5rem;
  }

  :root .xs\:mt-21{
    margin-top: 5.25rem;
  }

  :root .xs\:mt-22{
    margin-top: 5.5rem;
  }

  :root .xs\:mt-24{
    margin-top: 6rem;
  }

  :root .xs\:mt-26{
    margin-top: 6.5rem;
  }

  :root .xs\:mt-27{
    margin-top: 6.75rem;
  }

  :root .xs\:mt-28{
    margin-top: 7rem;
  }

  :root .xs\:mt-30{
    margin-top: 7.5rem;
  }

  :root .xs\:mt-32{
    margin-top: 8rem;
  }

  :root .xs\:mt-36{
    margin-top: 9rem;
  }

  :root .xs\:mt-40{
    margin-top: 10rem;
  }

  :root .xs\:mt-41{
    margin-top: 11.25rem;
  }

  :root .xs\:mt-42{
    margin-top: 11.5rem;
  }

  :root .xs\:mt-44{
    margin-top: 11rem;
  }

  :root .xs\:mt-48{
    margin-top: 12rem;
  }

  :root .xs\:mt-52{
    margin-top: 13rem;
  }

  :root .xs\:mt-54{
    margin-top: 13.5rem;
  }

  :root .xs\:mt-56{
    margin-top: 14rem;
  }

  :root .xs\:mt-60{
    margin-top: 15rem;
  }

  :root .xs\:mt-64{
    margin-top: 16rem;
  }

  :root .xs\:mt-68{
    margin-top: 17rem;
  }

  :root .xs\:mt-72{
    margin-top: 18rem;
  }

  :root .xs\:mt-76{
    margin-top: 19rem;
  }

  :root .xs\:mt-80{
    margin-top: 20rem;
  }

  :root .xs\:mt-84{
    margin-top: 21rem;
  }

  :root .xs\:mt-88{
    margin-top: 22rem;
  }

  :root .xs\:mt-96{
    margin-top: 24rem;
  }

  :root .xs\:mt-112{
    margin-top: 28rem;
  }

  :root .xs\:mt-120{
    margin-top: 30rem;
  }

  :root .xs\:mt-140{
    margin-top: 35rem;
  }

  :root .xs\:mt-150{
    margin-top: 37.5rem;
  }

  :root .xs\:mt-160{
    margin-top: 40rem;
  }

  :root .xs\:mt-220{
    margin-top: 55rem;
  }

  :root .xs\:mt-240{
    margin-top: 60rem;
  }

  :root .xs\:mt-300{
    margin-top: 75rem;
  }

  :root .xs\:mt-320{
    margin-top: 80rem;
  }

  :root .xs\:mt-auto{
    margin-top: auto;
  }

  :root .xs\:mt-px{
    margin-top: 1px;
  }

  :root .xs\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .xs\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .xs\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .xs\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .xs\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .xs\:-mt-4{
    margin-top: -1rem;
  }

  :root .xs\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .xs\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .xs\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .xs\:-mt-8{
    margin-top: -2rem;
  }

  :root .xs\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .xs\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .xs\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .xs\:-mt-12{
    margin-top: -3rem;
  }

  :root .xs\:-mt-13{
    margin-top: -3.25rem;
  }

  :root .xs\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .xs\:-mt-16{
    margin-top: -4rem;
  }

  :root .xs\:-mt-18{
    margin-top: -4.5rem;
  }

  :root .xs\:-mt-20{
    margin-top: -5rem;
  }

  :root .xs\:-mt-21{
    margin-top: -5.25rem;
  }

  :root .xs\:-mt-22{
    margin-top: -5.5rem;
  }

  :root .xs\:-mt-24{
    margin-top: -6rem;
  }

  :root .xs\:-mt-26{
    margin-top: -6.5rem;
  }

  :root .xs\:-mt-27{
    margin-top: -6.75rem;
  }

  :root .xs\:-mt-28{
    margin-top: -7rem;
  }

  :root .xs\:-mt-30{
    margin-top: -7.5rem;
  }

  :root .xs\:-mt-32{
    margin-top: -8rem;
  }

  :root .xs\:-mt-36{
    margin-top: -9rem;
  }

  :root .xs\:-mt-40{
    margin-top: -10rem;
  }

  :root .xs\:-mt-41{
    margin-top: -11.25rem;
  }

  :root .xs\:-mt-42{
    margin-top: -11.5rem;
  }

  :root .xs\:-mt-44{
    margin-top: -11rem;
  }

  :root .xs\:-mt-48{
    margin-top: -12rem;
  }

  :root .xs\:-mt-52{
    margin-top: -13rem;
  }

  :root .xs\:-mt-54{
    margin-top: -13.5rem;
  }

  :root .xs\:-mt-56{
    margin-top: -14rem;
  }

  :root .xs\:-mt-60{
    margin-top: -15rem;
  }

  :root .xs\:-mt-64{
    margin-top: -16rem;
  }

  :root .xs\:-mt-68{
    margin-top: -17rem;
  }

  :root .xs\:-mt-72{
    margin-top: -18rem;
  }

  :root .xs\:-mt-76{
    margin-top: -19rem;
  }

  :root .xs\:-mt-80{
    margin-top: -20rem;
  }

  :root .xs\:-mt-84{
    margin-top: -21rem;
  }

  :root .xs\:-mt-88{
    margin-top: -22rem;
  }

  :root .xs\:-mt-96{
    margin-top: -24rem;
  }

  :root .xs\:-mt-112{
    margin-top: -28rem;
  }

  :root .xs\:-mt-120{
    margin-top: -30rem;
  }

  :root .xs\:-mt-140{
    margin-top: -35rem;
  }

  :root .xs\:-mt-150{
    margin-top: -37.5rem;
  }

  :root .xs\:-mt-160{
    margin-top: -40rem;
  }

  :root .xs\:-mt-220{
    margin-top: -55rem;
  }

  :root .xs\:-mt-240{
    margin-top: -60rem;
  }

  :root .xs\:-mt-300{
    margin-top: -75rem;
  }

  :root .xs\:-mt-320{
    margin-top: -80rem;
  }

  :root .xs\:-mt-px{
    margin-top: -1px;
  }

  :root .xs\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .xs\:mr-0{
    margin-right: 0;
  }

  :root .xs\:mr-1{
    margin-right: 0.25rem;
  }

  :root .xs\:mr-2{
    margin-right: 0.5rem;
  }

  :root .xs\:mr-3{
    margin-right: 0.75rem;
  }

  :root .xs\:mr-4{
    margin-right: 1rem;
  }

  :root .xs\:mr-5{
    margin-right: 1.25rem;
  }

  :root .xs\:mr-6{
    margin-right: 1.5rem;
  }

  :root .xs\:mr-7{
    margin-right: 1.75rem;
  }

  :root .xs\:mr-8{
    margin-right: 2rem;
  }

  :root .xs\:mr-9{
    margin-right: 2.25rem;
  }

  :root .xs\:mr-10{
    margin-right: 2.5rem;
  }

  :root .xs\:mr-11{
    margin-right: 2.75rem;
  }

  :root .xs\:mr-12{
    margin-right: 3rem;
  }

  :root .xs\:mr-13{
    margin-right: 3.25rem;
  }

  :root .xs\:mr-14{
    margin-right: 3.5rem;
  }

  :root .xs\:mr-16{
    margin-right: 4rem;
  }

  :root .xs\:mr-18{
    margin-right: 4.5rem;
  }

  :root .xs\:mr-20{
    margin-right: 5rem;
  }

  :root .xs\:mr-21{
    margin-right: 5.25rem;
  }

  :root .xs\:mr-22{
    margin-right: 5.5rem;
  }

  :root .xs\:mr-24{
    margin-right: 6rem;
  }

  :root .xs\:mr-26{
    margin-right: 6.5rem;
  }

  :root .xs\:mr-27{
    margin-right: 6.75rem;
  }

  :root .xs\:mr-28{
    margin-right: 7rem;
  }

  :root .xs\:mr-30{
    margin-right: 7.5rem;
  }

  :root .xs\:mr-32{
    margin-right: 8rem;
  }

  :root .xs\:mr-36{
    margin-right: 9rem;
  }

  :root .xs\:mr-40{
    margin-right: 10rem;
  }

  :root .xs\:mr-41{
    margin-right: 11.25rem;
  }

  :root .xs\:mr-42{
    margin-right: 11.5rem;
  }

  :root .xs\:mr-44{
    margin-right: 11rem;
  }

  :root .xs\:mr-48{
    margin-right: 12rem;
  }

  :root .xs\:mr-52{
    margin-right: 13rem;
  }

  :root .xs\:mr-54{
    margin-right: 13.5rem;
  }

  :root .xs\:mr-56{
    margin-right: 14rem;
  }

  :root .xs\:mr-60{
    margin-right: 15rem;
  }

  :root .xs\:mr-64{
    margin-right: 16rem;
  }

  :root .xs\:mr-68{
    margin-right: 17rem;
  }

  :root .xs\:mr-72{
    margin-right: 18rem;
  }

  :root .xs\:mr-76{
    margin-right: 19rem;
  }

  :root .xs\:mr-80{
    margin-right: 20rem;
  }

  :root .xs\:mr-84{
    margin-right: 21rem;
  }

  :root .xs\:mr-88{
    margin-right: 22rem;
  }

  :root .xs\:mr-96{
    margin-right: 24rem;
  }

  :root .xs\:mr-112{
    margin-right: 28rem;
  }

  :root .xs\:mr-120{
    margin-right: 30rem;
  }

  :root .xs\:mr-140{
    margin-right: 35rem;
  }

  :root .xs\:mr-150{
    margin-right: 37.5rem;
  }

  :root .xs\:mr-160{
    margin-right: 40rem;
  }

  :root .xs\:mr-220{
    margin-right: 55rem;
  }

  :root .xs\:mr-240{
    margin-right: 60rem;
  }

  :root .xs\:mr-300{
    margin-right: 75rem;
  }

  :root .xs\:mr-320{
    margin-right: 80rem;
  }

  :root .xs\:mr-auto{
    margin-right: auto;
  }

  :root .xs\:mr-px{
    margin-right: 1px;
  }

  :root .xs\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .xs\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .xs\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .xs\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .xs\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .xs\:-mr-4{
    margin-right: -1rem;
  }

  :root .xs\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .xs\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .xs\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .xs\:-mr-8{
    margin-right: -2rem;
  }

  :root .xs\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .xs\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .xs\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .xs\:-mr-12{
    margin-right: -3rem;
  }

  :root .xs\:-mr-13{
    margin-right: -3.25rem;
  }

  :root .xs\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .xs\:-mr-16{
    margin-right: -4rem;
  }

  :root .xs\:-mr-18{
    margin-right: -4.5rem;
  }

  :root .xs\:-mr-20{
    margin-right: -5rem;
  }

  :root .xs\:-mr-21{
    margin-right: -5.25rem;
  }

  :root .xs\:-mr-22{
    margin-right: -5.5rem;
  }

  :root .xs\:-mr-24{
    margin-right: -6rem;
  }

  :root .xs\:-mr-26{
    margin-right: -6.5rem;
  }

  :root .xs\:-mr-27{
    margin-right: -6.75rem;
  }

  :root .xs\:-mr-28{
    margin-right: -7rem;
  }

  :root .xs\:-mr-30{
    margin-right: -7.5rem;
  }

  :root .xs\:-mr-32{
    margin-right: -8rem;
  }

  :root .xs\:-mr-36{
    margin-right: -9rem;
  }

  :root .xs\:-mr-40{
    margin-right: -10rem;
  }

  :root .xs\:-mr-41{
    margin-right: -11.25rem;
  }

  :root .xs\:-mr-42{
    margin-right: -11.5rem;
  }

  :root .xs\:-mr-44{
    margin-right: -11rem;
  }

  :root .xs\:-mr-48{
    margin-right: -12rem;
  }

  :root .xs\:-mr-52{
    margin-right: -13rem;
  }

  :root .xs\:-mr-54{
    margin-right: -13.5rem;
  }

  :root .xs\:-mr-56{
    margin-right: -14rem;
  }

  :root .xs\:-mr-60{
    margin-right: -15rem;
  }

  :root .xs\:-mr-64{
    margin-right: -16rem;
  }

  :root .xs\:-mr-68{
    margin-right: -17rem;
  }

  :root .xs\:-mr-72{
    margin-right: -18rem;
  }

  :root .xs\:-mr-76{
    margin-right: -19rem;
  }

  :root .xs\:-mr-80{
    margin-right: -20rem;
  }

  :root .xs\:-mr-84{
    margin-right: -21rem;
  }

  :root .xs\:-mr-88{
    margin-right: -22rem;
  }

  :root .xs\:-mr-96{
    margin-right: -24rem;
  }

  :root .xs\:-mr-112{
    margin-right: -28rem;
  }

  :root .xs\:-mr-120{
    margin-right: -30rem;
  }

  :root .xs\:-mr-140{
    margin-right: -35rem;
  }

  :root .xs\:-mr-150{
    margin-right: -37.5rem;
  }

  :root .xs\:-mr-160{
    margin-right: -40rem;
  }

  :root .xs\:-mr-220{
    margin-right: -55rem;
  }

  :root .xs\:-mr-240{
    margin-right: -60rem;
  }

  :root .xs\:-mr-300{
    margin-right: -75rem;
  }

  :root .xs\:-mr-320{
    margin-right: -80rem;
  }

  :root .xs\:-mr-px{
    margin-right: -1px;
  }

  :root .xs\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .xs\:mb-0{
    margin-bottom: 0;
  }

  :root .xs\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .xs\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .xs\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .xs\:mb-4{
    margin-bottom: 1rem;
  }

  :root .xs\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .xs\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .xs\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .xs\:mb-8{
    margin-bottom: 2rem;
  }

  :root .xs\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .xs\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .xs\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .xs\:mb-12{
    margin-bottom: 3rem;
  }

  :root .xs\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root .xs\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .xs\:mb-16{
    margin-bottom: 4rem;
  }

  :root .xs\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root .xs\:mb-20{
    margin-bottom: 5rem;
  }

  :root .xs\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root .xs\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root .xs\:mb-24{
    margin-bottom: 6rem;
  }

  :root .xs\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root .xs\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root .xs\:mb-28{
    margin-bottom: 7rem;
  }

  :root .xs\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root .xs\:mb-32{
    margin-bottom: 8rem;
  }

  :root .xs\:mb-36{
    margin-bottom: 9rem;
  }

  :root .xs\:mb-40{
    margin-bottom: 10rem;
  }

  :root .xs\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root .xs\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root .xs\:mb-44{
    margin-bottom: 11rem;
  }

  :root .xs\:mb-48{
    margin-bottom: 12rem;
  }

  :root .xs\:mb-52{
    margin-bottom: 13rem;
  }

  :root .xs\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root .xs\:mb-56{
    margin-bottom: 14rem;
  }

  :root .xs\:mb-60{
    margin-bottom: 15rem;
  }

  :root .xs\:mb-64{
    margin-bottom: 16rem;
  }

  :root .xs\:mb-68{
    margin-bottom: 17rem;
  }

  :root .xs\:mb-72{
    margin-bottom: 18rem;
  }

  :root .xs\:mb-76{
    margin-bottom: 19rem;
  }

  :root .xs\:mb-80{
    margin-bottom: 20rem;
  }

  :root .xs\:mb-84{
    margin-bottom: 21rem;
  }

  :root .xs\:mb-88{
    margin-bottom: 22rem;
  }

  :root .xs\:mb-96{
    margin-bottom: 24rem;
  }

  :root .xs\:mb-112{
    margin-bottom: 28rem;
  }

  :root .xs\:mb-120{
    margin-bottom: 30rem;
  }

  :root .xs\:mb-140{
    margin-bottom: 35rem;
  }

  :root .xs\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root .xs\:mb-160{
    margin-bottom: 40rem;
  }

  :root .xs\:mb-220{
    margin-bottom: 55rem;
  }

  :root .xs\:mb-240{
    margin-bottom: 60rem;
  }

  :root .xs\:mb-300{
    margin-bottom: 75rem;
  }

  :root .xs\:mb-320{
    margin-bottom: 80rem;
  }

  :root .xs\:mb-auto{
    margin-bottom: auto;
  }

  :root .xs\:mb-px{
    margin-bottom: 1px;
  }

  :root .xs\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .xs\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .xs\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .xs\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .xs\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .xs\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .xs\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .xs\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .xs\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .xs\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .xs\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .xs\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .xs\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .xs\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .xs\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root .xs\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .xs\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .xs\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root .xs\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .xs\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root .xs\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root .xs\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .xs\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root .xs\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root .xs\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .xs\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root .xs\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .xs\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .xs\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .xs\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root .xs\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root .xs\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .xs\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .xs\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .xs\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root .xs\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .xs\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .xs\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .xs\:-mb-68{
    margin-bottom: -17rem;
  }

  :root .xs\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .xs\:-mb-76{
    margin-bottom: -19rem;
  }

  :root .xs\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .xs\:-mb-84{
    margin-bottom: -21rem;
  }

  :root .xs\:-mb-88{
    margin-bottom: -22rem;
  }

  :root .xs\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .xs\:-mb-112{
    margin-bottom: -28rem;
  }

  :root .xs\:-mb-120{
    margin-bottom: -30rem;
  }

  :root .xs\:-mb-140{
    margin-bottom: -35rem;
  }

  :root .xs\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root .xs\:-mb-160{
    margin-bottom: -40rem;
  }

  :root .xs\:-mb-220{
    margin-bottom: -55rem;
  }

  :root .xs\:-mb-240{
    margin-bottom: -60rem;
  }

  :root .xs\:-mb-300{
    margin-bottom: -75rem;
  }

  :root .xs\:-mb-320{
    margin-bottom: -80rem;
  }

  :root .xs\:-mb-px{
    margin-bottom: -1px;
  }

  :root .xs\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .xs\:ml-0{
    margin-left: 0;
  }

  :root .xs\:ml-1{
    margin-left: 0.25rem;
  }

  :root .xs\:ml-2{
    margin-left: 0.5rem;
  }

  :root .xs\:ml-3{
    margin-left: 0.75rem;
  }

  :root .xs\:ml-4{
    margin-left: 1rem;
  }

  :root .xs\:ml-5{
    margin-left: 1.25rem;
  }

  :root .xs\:ml-6{
    margin-left: 1.5rem;
  }

  :root .xs\:ml-7{
    margin-left: 1.75rem;
  }

  :root .xs\:ml-8{
    margin-left: 2rem;
  }

  :root .xs\:ml-9{
    margin-left: 2.25rem;
  }

  :root .xs\:ml-10{
    margin-left: 2.5rem;
  }

  :root .xs\:ml-11{
    margin-left: 2.75rem;
  }

  :root .xs\:ml-12{
    margin-left: 3rem;
  }

  :root .xs\:ml-13{
    margin-left: 3.25rem;
  }

  :root .xs\:ml-14{
    margin-left: 3.5rem;
  }

  :root .xs\:ml-16{
    margin-left: 4rem;
  }

  :root .xs\:ml-18{
    margin-left: 4.5rem;
  }

  :root .xs\:ml-20{
    margin-left: 5rem;
  }

  :root .xs\:ml-21{
    margin-left: 5.25rem;
  }

  :root .xs\:ml-22{
    margin-left: 5.5rem;
  }

  :root .xs\:ml-24{
    margin-left: 6rem;
  }

  :root .xs\:ml-26{
    margin-left: 6.5rem;
  }

  :root .xs\:ml-27{
    margin-left: 6.75rem;
  }

  :root .xs\:ml-28{
    margin-left: 7rem;
  }

  :root .xs\:ml-30{
    margin-left: 7.5rem;
  }

  :root .xs\:ml-32{
    margin-left: 8rem;
  }

  :root .xs\:ml-36{
    margin-left: 9rem;
  }

  :root .xs\:ml-40{
    margin-left: 10rem;
  }

  :root .xs\:ml-41{
    margin-left: 11.25rem;
  }

  :root .xs\:ml-42{
    margin-left: 11.5rem;
  }

  :root .xs\:ml-44{
    margin-left: 11rem;
  }

  :root .xs\:ml-48{
    margin-left: 12rem;
  }

  :root .xs\:ml-52{
    margin-left: 13rem;
  }

  :root .xs\:ml-54{
    margin-left: 13.5rem;
  }

  :root .xs\:ml-56{
    margin-left: 14rem;
  }

  :root .xs\:ml-60{
    margin-left: 15rem;
  }

  :root .xs\:ml-64{
    margin-left: 16rem;
  }

  :root .xs\:ml-68{
    margin-left: 17rem;
  }

  :root .xs\:ml-72{
    margin-left: 18rem;
  }

  :root .xs\:ml-76{
    margin-left: 19rem;
  }

  :root .xs\:ml-80{
    margin-left: 20rem;
  }

  :root .xs\:ml-84{
    margin-left: 21rem;
  }

  :root .xs\:ml-88{
    margin-left: 22rem;
  }

  :root .xs\:ml-96{
    margin-left: 24rem;
  }

  :root .xs\:ml-112{
    margin-left: 28rem;
  }

  :root .xs\:ml-120{
    margin-left: 30rem;
  }

  :root .xs\:ml-140{
    margin-left: 35rem;
  }

  :root .xs\:ml-150{
    margin-left: 37.5rem;
  }

  :root .xs\:ml-160{
    margin-left: 40rem;
  }

  :root .xs\:ml-220{
    margin-left: 55rem;
  }

  :root .xs\:ml-240{
    margin-left: 60rem;
  }

  :root .xs\:ml-300{
    margin-left: 75rem;
  }

  :root .xs\:ml-320{
    margin-left: 80rem;
  }

  :root .xs\:ml-auto{
    margin-left: auto;
  }

  :root .xs\:ml-px{
    margin-left: 1px;
  }

  :root .xs\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .xs\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .xs\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .xs\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .xs\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .xs\:-ml-4{
    margin-left: -1rem;
  }

  :root .xs\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .xs\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .xs\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .xs\:-ml-8{
    margin-left: -2rem;
  }

  :root .xs\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .xs\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .xs\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .xs\:-ml-12{
    margin-left: -3rem;
  }

  :root .xs\:-ml-13{
    margin-left: -3.25rem;
  }

  :root .xs\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .xs\:-ml-16{
    margin-left: -4rem;
  }

  :root .xs\:-ml-18{
    margin-left: -4.5rem;
  }

  :root .xs\:-ml-20{
    margin-left: -5rem;
  }

  :root .xs\:-ml-21{
    margin-left: -5.25rem;
  }

  :root .xs\:-ml-22{
    margin-left: -5.5rem;
  }

  :root .xs\:-ml-24{
    margin-left: -6rem;
  }

  :root .xs\:-ml-26{
    margin-left: -6.5rem;
  }

  :root .xs\:-ml-27{
    margin-left: -6.75rem;
  }

  :root .xs\:-ml-28{
    margin-left: -7rem;
  }

  :root .xs\:-ml-30{
    margin-left: -7.5rem;
  }

  :root .xs\:-ml-32{
    margin-left: -8rem;
  }

  :root .xs\:-ml-36{
    margin-left: -9rem;
  }

  :root .xs\:-ml-40{
    margin-left: -10rem;
  }

  :root .xs\:-ml-41{
    margin-left: -11.25rem;
  }

  :root .xs\:-ml-42{
    margin-left: -11.5rem;
  }

  :root .xs\:-ml-44{
    margin-left: -11rem;
  }

  :root .xs\:-ml-48{
    margin-left: -12rem;
  }

  :root .xs\:-ml-52{
    margin-left: -13rem;
  }

  :root .xs\:-ml-54{
    margin-left: -13.5rem;
  }

  :root .xs\:-ml-56{
    margin-left: -14rem;
  }

  :root .xs\:-ml-60{
    margin-left: -15rem;
  }

  :root .xs\:-ml-64{
    margin-left: -16rem;
  }

  :root .xs\:-ml-68{
    margin-left: -17rem;
  }

  :root .xs\:-ml-72{
    margin-left: -18rem;
  }

  :root .xs\:-ml-76{
    margin-left: -19rem;
  }

  :root .xs\:-ml-80{
    margin-left: -20rem;
  }

  :root .xs\:-ml-84{
    margin-left: -21rem;
  }

  :root .xs\:-ml-88{
    margin-left: -22rem;
  }

  :root .xs\:-ml-96{
    margin-left: -24rem;
  }

  :root .xs\:-ml-112{
    margin-left: -28rem;
  }

  :root .xs\:-ml-120{
    margin-left: -30rem;
  }

  :root .xs\:-ml-140{
    margin-left: -35rem;
  }

  :root .xs\:-ml-150{
    margin-left: -37.5rem;
  }

  :root .xs\:-ml-160{
    margin-left: -40rem;
  }

  :root .xs\:-ml-220{
    margin-left: -55rem;
  }

  :root .xs\:-ml-240{
    margin-left: -60rem;
  }

  :root .xs\:-ml-300{
    margin-left: -75rem;
  }

  :root .xs\:-ml-320{
    margin-left: -80rem;
  }

  :root .xs\:-ml-px{
    margin-left: -1px;
  }

  :root .xs\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .xs\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .xs\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-1.xs\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .xs\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-1.xs\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .xs\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .xs\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mr-1.xs\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .xs\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mr-1.xs\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .xs\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .xs\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mb-1.xs\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .xs\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mb-1.xs\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .xs\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .xs\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:ml-1.xs\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .xs\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-ml-1.xs\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .xs\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .xs\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-1.xs\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .xs\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-1.xs\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .xs\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .xs\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mr-1.xs\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .xs\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mr-1.xs\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .xs\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .xs\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mb-1.xs\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .xs\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mb-1.xs\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .xs\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .xs\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:ml-1.xs\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .xs\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-ml-1.xs\:5{
    margin-left: -0.375rem;
  }

  :root .xs\:box-border{
    box-sizing: border-box;
  }

  :root .xs\:box-content{
    box-sizing: content-box;
  }

  :root .xs\:block{
    display: block;
  }

  :root .xs\:inline-block{
    display: inline-block;
  }

  :root .xs\:inline{
    display: inline;
  }

  :root .xs\:flex{
    display: flex;
  }

  :root .xs\:inline-flex{
    display: inline-flex;
  }

  :root .xs\:table{
    display: table;
  }

  :root .xs\:inline-table{
    display: inline-table;
  }

  :root .xs\:table-caption{
    display: table-caption;
  }

  :root .xs\:table-cell{
    display: table-cell;
  }

  :root .xs\:table-column{
    display: table-column;
  }

  :root .xs\:table-column-group{
    display: table-column-group;
  }

  :root .xs\:table-footer-group{
    display: table-footer-group;
  }

  :root .xs\:table-header-group{
    display: table-header-group;
  }

  :root .xs\:table-row-group{
    display: table-row-group;
  }

  :root .xs\:table-row{
    display: table-row;
  }

  :root .xs\:flow-root{
    display: flow-root;
  }

  :root .xs\:grid{
    display: grid;
  }

  :root .xs\:inline-grid{
    display: inline-grid;
  }

  :root .xs\:contents{
    display: contents;
  }

  :root .xs\:list-item{
    display: list-item;
  }

  :root .xs\:hidden{
    display: none;
  }

  :root .xs\:h-0{
    height: 0;
  }

  :root .xs\:h-1{
    height: 0.25rem;
  }

  :root .xs\:h-2{
    height: 0.5rem;
  }

  :root .xs\:h-3{
    height: 0.75rem;
  }

  :root .xs\:h-4{
    height: 1rem;
  }

  :root .xs\:h-5{
    height: 1.25rem;
  }

  :root .xs\:h-6{
    height: 1.5rem;
  }

  :root .xs\:h-7{
    height: 1.75rem;
  }

  :root .xs\:h-8{
    height: 2rem;
  }

  :root .xs\:h-9{
    height: 2.25rem;
  }

  :root .xs\:h-10{
    height: 2.5rem;
  }

  :root .xs\:h-11{
    height: 2.75rem;
  }

  :root .xs\:h-12{
    height: 3rem;
  }

  :root .xs\:h-13{
    height: 3.25rem;
  }

  :root .xs\:h-14{
    height: 3.5rem;
  }

  :root .xs\:h-16{
    height: 4rem;
  }

  :root .xs\:h-18{
    height: 4.5rem;
  }

  :root .xs\:h-20{
    height: 5rem;
  }

  :root .xs\:h-21{
    height: 5.25rem;
  }

  :root .xs\:h-22{
    height: 5.5rem;
  }

  :root .xs\:h-24{
    height: 6rem;
  }

  :root .xs\:h-26{
    height: 6.5rem;
  }

  :root .xs\:h-27{
    height: 6.75rem;
  }

  :root .xs\:h-28{
    height: 7rem;
  }

  :root .xs\:h-30{
    height: 7.5rem;
  }

  :root .xs\:h-32{
    height: 8rem;
  }

  :root .xs\:h-36{
    height: 9rem;
  }

  :root .xs\:h-40{
    height: 10rem;
  }

  :root .xs\:h-41{
    height: 11.25rem;
  }

  :root .xs\:h-42{
    height: 11.5rem;
  }

  :root .xs\:h-44{
    height: 11rem;
  }

  :root .xs\:h-48{
    height: 12rem;
  }

  :root .xs\:h-52{
    height: 13rem;
  }

  :root .xs\:h-54{
    height: 13.5rem;
  }

  :root .xs\:h-56{
    height: 14rem;
  }

  :root .xs\:h-60{
    height: 15rem;
  }

  :root .xs\:h-64{
    height: 16rem;
  }

  :root .xs\:h-68{
    height: 17rem;
  }

  :root .xs\:h-72{
    height: 18rem;
  }

  :root .xs\:h-76{
    height: 19rem;
  }

  :root .xs\:h-80{
    height: 20rem;
  }

  :root .xs\:h-84{
    height: 21rem;
  }

  :root .xs\:h-88{
    height: 22rem;
  }

  :root .xs\:h-96{
    height: 24rem;
  }

  :root .xs\:h-112{
    height: 28rem;
  }

  :root .xs\:h-120{
    height: 30rem;
  }

  :root .xs\:h-140{
    height: 35rem;
  }

  :root .xs\:h-150{
    height: 37.5rem;
  }

  :root .xs\:h-160{
    height: 40rem;
  }

  :root .xs\:h-220{
    height: 55rem;
  }

  :root .xs\:h-240{
    height: 60rem;
  }

  :root .xs\:h-300{
    height: 75rem;
  }

  :root .xs\:h-320{
    height: 80rem;
  }

  :root .xs\:h-auto{
    height: auto;
  }

  :root .xs\:h-px{
    height: 1px;
  }

  :root .xs\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .xs\:h-1\.5{
    height: 0.375rem;
  }

  :root .xs\:h-full{
    height: 100%;
  }

  :root .xs\:h-screen{
    height: 100vh;
  }

  :root .xs\:h-fit{
    height: fit-content;
  }

  :root .xs\:max-h-0{
    max-height: 0;
  }

  :root .xs\:max-h-1{
    max-height: 0.25rem;
  }

  :root .xs\:max-h-2{
    max-height: 0.5rem;
  }

  :root .xs\:max-h-3{
    max-height: 0.75rem;
  }

  :root .xs\:max-h-4{
    max-height: 1rem;
  }

  :root .xs\:max-h-5{
    max-height: 1.25rem;
  }

  :root .xs\:max-h-6{
    max-height: 1.5rem;
  }

  :root .xs\:max-h-7{
    max-height: 1.75rem;
  }

  :root .xs\:max-h-8{
    max-height: 2rem;
  }

  :root .xs\:max-h-9{
    max-height: 2.25rem;
  }

  :root .xs\:max-h-10{
    max-height: 2.5rem;
  }

  :root .xs\:max-h-11{
    max-height: 2.75rem;
  }

  :root .xs\:max-h-12{
    max-height: 3rem;
  }

  :root .xs\:max-h-13{
    max-height: 3.25rem;
  }

  :root .xs\:max-h-14{
    max-height: 3.5rem;
  }

  :root .xs\:max-h-16{
    max-height: 4rem;
  }

  :root .xs\:max-h-18{
    max-height: 4.5rem;
  }

  :root .xs\:max-h-20{
    max-height: 5rem;
  }

  :root .xs\:max-h-21{
    max-height: 5.25rem;
  }

  :root .xs\:max-h-22{
    max-height: 5.5rem;
  }

  :root .xs\:max-h-24{
    max-height: 6rem;
  }

  :root .xs\:max-h-26{
    max-height: 6.5rem;
  }

  :root .xs\:max-h-27{
    max-height: 6.75rem;
  }

  :root .xs\:max-h-28{
    max-height: 7rem;
  }

  :root .xs\:max-h-30{
    max-height: 7.5rem;
  }

  :root .xs\:max-h-32{
    max-height: 8rem;
  }

  :root .xs\:max-h-36{
    max-height: 9rem;
  }

  :root .xs\:max-h-40{
    max-height: 10rem;
  }

  :root .xs\:max-h-41{
    max-height: 11.25rem;
  }

  :root .xs\:max-h-42{
    max-height: 11.5rem;
  }

  :root .xs\:max-h-44{
    max-height: 11rem;
  }

  :root .xs\:max-h-48{
    max-height: 12rem;
  }

  :root .xs\:max-h-52{
    max-height: 13rem;
  }

  :root .xs\:max-h-54{
    max-height: 13.5rem;
  }

  :root .xs\:max-h-56{
    max-height: 14rem;
  }

  :root .xs\:max-h-60{
    max-height: 15rem;
  }

  :root .xs\:max-h-64{
    max-height: 16rem;
  }

  :root .xs\:max-h-68{
    max-height: 17rem;
  }

  :root .xs\:max-h-72{
    max-height: 18rem;
  }

  :root .xs\:max-h-76{
    max-height: 19rem;
  }

  :root .xs\:max-h-80{
    max-height: 20rem;
  }

  :root .xs\:max-h-84{
    max-height: 21rem;
  }

  :root .xs\:max-h-88{
    max-height: 22rem;
  }

  :root .xs\:max-h-96{
    max-height: 24rem;
  }

  :root .xs\:max-h-112{
    max-height: 28rem;
  }

  :root .xs\:max-h-120{
    max-height: 30rem;
  }

  :root .xs\:max-h-140{
    max-height: 35rem;
  }

  :root .xs\:max-h-150{
    max-height: 37.5rem;
  }

  :root .xs\:max-h-160{
    max-height: 40rem;
  }

  :root .xs\:max-h-220{
    max-height: 55rem;
  }

  :root .xs\:max-h-240{
    max-height: 60rem;
  }

  :root .xs\:max-h-300{
    max-height: 75rem;
  }

  :root .xs\:max-h-320{
    max-height: 80rem;
  }

  :root .xs\:max-h-full{
    max-height: 100%;
  }

  :root .xs\:max-h-screen{
    max-height: 100vh;
  }

  :root .xs\:max-h-px{
    max-height: 1px;
  }

  :root .xs\:max-h-gutter{
    max-height: var(--padding-gutter);
  }

  :root .xs\:max-h-1\.5{
    max-height: 0.375rem;
  }

  :root .xs\:min-h-0{
    min-height: 0;
  }

  :root .xs\:min-h-1{
    min-height: 0.25rem;
  }

  :root .xs\:min-h-2{
    min-height: 0.5rem;
  }

  :root .xs\:min-h-3{
    min-height: 0.75rem;
  }

  :root .xs\:min-h-4{
    min-height: 1rem;
  }

  :root .xs\:min-h-5{
    min-height: 1.25rem;
  }

  :root .xs\:min-h-6{
    min-height: 1.5rem;
  }

  :root .xs\:min-h-7{
    min-height: 1.75rem;
  }

  :root .xs\:min-h-8{
    min-height: 2rem;
  }

  :root .xs\:min-h-9{
    min-height: 2.25rem;
  }

  :root .xs\:min-h-10{
    min-height: 2.5rem;
  }

  :root .xs\:min-h-11{
    min-height: 2.75rem;
  }

  :root .xs\:min-h-12{
    min-height: 3rem;
  }

  :root .xs\:min-h-13{
    min-height: 3.25rem;
  }

  :root .xs\:min-h-14{
    min-height: 3.5rem;
  }

  :root .xs\:min-h-16{
    min-height: 4rem;
  }

  :root .xs\:min-h-18{
    min-height: 4.5rem;
  }

  :root .xs\:min-h-20{
    min-height: 5rem;
  }

  :root .xs\:min-h-21{
    min-height: 5.25rem;
  }

  :root .xs\:min-h-22{
    min-height: 5.5rem;
  }

  :root .xs\:min-h-24{
    min-height: 6rem;
  }

  :root .xs\:min-h-26{
    min-height: 6.5rem;
  }

  :root .xs\:min-h-27{
    min-height: 6.75rem;
  }

  :root .xs\:min-h-28{
    min-height: 7rem;
  }

  :root .xs\:min-h-30{
    min-height: 7.5rem;
  }

  :root .xs\:min-h-32{
    min-height: 8rem;
  }

  :root .xs\:min-h-36{
    min-height: 9rem;
  }

  :root .xs\:min-h-40{
    min-height: 10rem;
  }

  :root .xs\:min-h-41{
    min-height: 11.25rem;
  }

  :root .xs\:min-h-42{
    min-height: 11.5rem;
  }

  :root .xs\:min-h-44{
    min-height: 11rem;
  }

  :root .xs\:min-h-48{
    min-height: 12rem;
  }

  :root .xs\:min-h-52{
    min-height: 13rem;
  }

  :root .xs\:min-h-54{
    min-height: 13.5rem;
  }

  :root .xs\:min-h-56{
    min-height: 14rem;
  }

  :root .xs\:min-h-60{
    min-height: 15rem;
  }

  :root .xs\:min-h-64{
    min-height: 16rem;
  }

  :root .xs\:min-h-68{
    min-height: 17rem;
  }

  :root .xs\:min-h-72{
    min-height: 18rem;
  }

  :root .xs\:min-h-76{
    min-height: 19rem;
  }

  :root .xs\:min-h-80{
    min-height: 20rem;
  }

  :root .xs\:min-h-84{
    min-height: 21rem;
  }

  :root .xs\:min-h-88{
    min-height: 22rem;
  }

  :root .xs\:min-h-96{
    min-height: 24rem;
  }

  :root .xs\:min-h-112{
    min-height: 28rem;
  }

  :root .xs\:min-h-120{
    min-height: 30rem;
  }

  :root .xs\:min-h-140{
    min-height: 35rem;
  }

  :root .xs\:min-h-150{
    min-height: 37.5rem;
  }

  :root .xs\:min-h-160{
    min-height: 40rem;
  }

  :root .xs\:min-h-220{
    min-height: 55rem;
  }

  :root .xs\:min-h-240{
    min-height: 60rem;
  }

  :root .xs\:min-h-300{
    min-height: 75rem;
  }

  :root .xs\:min-h-320{
    min-height: 80rem;
  }

  :root .xs\:min-h-full{
    min-height: 100%;
  }

  :root .xs\:min-h-screen{
    min-height: 100vh;
  }

  :root .xs\:min-h-px{
    min-height: 1px;
  }

  :root .xs\:min-h-gutter{
    min-height: var(--padding-gutter);
  }

  :root .xs\:min-h-1\.5{
    min-height: 0.375rem;
  }

  :root .xs\:w-0{
    width: 0;
  }

  :root .xs\:w-1{
    width: 0.25rem;
  }

  :root .xs\:w-2{
    width: 0.5rem;
  }

  :root .xs\:w-3{
    width: 0.75rem;
  }

  :root .xs\:w-4{
    width: 1rem;
  }

  :root .xs\:w-5{
    width: 1.25rem;
  }

  :root .xs\:w-6{
    width: 1.5rem;
  }

  :root .xs\:w-7{
    width: 1.75rem;
  }

  :root .xs\:w-8{
    width: 2rem;
  }

  :root .xs\:w-9{
    width: 2.25rem;
  }

  :root .xs\:w-10{
    width: 2.5rem;
  }

  :root .xs\:w-11{
    width: 2.75rem;
  }

  :root .xs\:w-12{
    width: 3rem;
  }

  :root .xs\:w-13{
    width: 3.25rem;
  }

  :root .xs\:w-14{
    width: 3.5rem;
  }

  :root .xs\:w-16{
    width: 4rem;
  }

  :root .xs\:w-18{
    width: 4.5rem;
  }

  :root .xs\:w-20{
    width: 5rem;
  }

  :root .xs\:w-21{
    width: 5.25rem;
  }

  :root .xs\:w-22{
    width: 5.5rem;
  }

  :root .xs\:w-24{
    width: 6rem;
  }

  :root .xs\:w-26{
    width: 6.5rem;
  }

  :root .xs\:w-27{
    width: 6.75rem;
  }

  :root .xs\:w-28{
    width: 7rem;
  }

  :root .xs\:w-30{
    width: 7.5rem;
  }

  :root .xs\:w-32{
    width: 8rem;
  }

  :root .xs\:w-36{
    width: 9rem;
  }

  :root .xs\:w-40{
    width: 10rem;
  }

  :root .xs\:w-41{
    width: 11.25rem;
  }

  :root .xs\:w-42{
    width: 11.5rem;
  }

  :root .xs\:w-44{
    width: 11rem;
  }

  :root .xs\:w-48{
    width: 12rem;
  }

  :root .xs\:w-52{
    width: 13rem;
  }

  :root .xs\:w-54{
    width: 13.5rem;
  }

  :root .xs\:w-56{
    width: 14rem;
  }

  :root .xs\:w-60{
    width: 15rem;
  }

  :root .xs\:w-64{
    width: 16rem;
  }

  :root .xs\:w-68{
    width: 17rem;
  }

  :root .xs\:w-72{
    width: 18rem;
  }

  :root .xs\:w-76{
    width: 19rem;
  }

  :root .xs\:w-80{
    width: 20rem;
  }

  :root .xs\:w-84{
    width: 21rem;
  }

  :root .xs\:w-88{
    width: 22rem;
  }

  :root .xs\:w-96{
    width: 24rem;
  }

  :root .xs\:w-112{
    width: 28rem;
  }

  :root .xs\:w-120{
    width: 30rem;
  }

  :root .xs\:w-140{
    width: 35rem;
  }

  :root .xs\:w-150{
    width: 37.5rem;
  }

  :root .xs\:w-160{
    width: 40rem;
  }

  :root .xs\:w-220{
    width: 55rem;
  }

  :root .xs\:w-240{
    width: 60rem;
  }

  :root .xs\:w-300{
    width: 75rem;
  }

  :root .xs\:w-320{
    width: 80rem;
  }

  :root .xs\:w-auto{
    width: auto;
  }

  :root .xs\:w-px{
    width: 1px;
  }

  :root .xs\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .xs\:w-1\.5{
    width: 0.375rem;
  }

  :root .xs\:w-1\/2{
    width: 50%;
  }

  :root .xs\:w-1\/3{
    width: 33.333333%;
  }

  :root .xs\:w-2\/3{
    width: 66.666667%;
  }

  :root .xs\:w-1\/4{
    width: 25%;
  }

  :root .xs\:w-2\/4{
    width: 50%;
  }

  :root .xs\:w-3\/4{
    width: 75%;
  }

  :root .xs\:w-1\/5{
    width: 20%;
  }

  :root .xs\:w-2\/5{
    width: 40%;
  }

  :root .xs\:w-3\/5{
    width: 60%;
  }

  :root .xs\:w-4\/5{
    width: 80%;
  }

  :root .xs\:w-1\/6{
    width: 16.666667%;
  }

  :root .xs\:w-2\/6{
    width: 33.333333%;
  }

  :root .xs\:w-3\/6{
    width: 50%;
  }

  :root .xs\:w-4\/6{
    width: 66.666667%;
  }

  :root .xs\:w-5\/6{
    width: 83.333333%;
  }

  :root .xs\:w-1\/12{
    width: 8.333333%;
  }

  :root .xs\:w-2\/12{
    width: 16.666667%;
  }

  :root .xs\:w-3\/12{
    width: 25%;
  }

  :root .xs\:w-4\/12{
    width: 33.333333%;
  }

  :root .xs\:w-5\/12{
    width: 41.666667%;
  }

  :root .xs\:w-6\/12{
    width: 50%;
  }

  :root .xs\:w-7\/12{
    width: 58.333333%;
  }

  :root .xs\:w-8\/12{
    width: 66.666667%;
  }

  :root .xs\:w-9\/12{
    width: 75%;
  }

  :root .xs\:w-10\/12{
    width: 83.333333%;
  }

  :root .xs\:w-11\/12{
    width: 91.666667%;
  }

  :root .xs\:w-full{
    width: 100%;
  }

  :root .xs\:w-screen{
    width: 100vw;
  }

  :root .xs\:w-fit{
    width: fit-content;
  }

  :root .xs\:min-w-0{
    min-width: 0;
  }

  :root .xs\:min-w-1{
    min-width: 0.25rem;
  }

  :root .xs\:min-w-2{
    min-width: 0.5rem;
  }

  :root .xs\:min-w-3{
    min-width: 0.75rem;
  }

  :root .xs\:min-w-4{
    min-width: 1rem;
  }

  :root .xs\:min-w-5{
    min-width: 1.25rem;
  }

  :root .xs\:min-w-6{
    min-width: 1.5rem;
  }

  :root .xs\:min-w-7{
    min-width: 1.75rem;
  }

  :root .xs\:min-w-8{
    min-width: 2rem;
  }

  :root .xs\:min-w-9{
    min-width: 2.25rem;
  }

  :root .xs\:min-w-10{
    min-width: 2.5rem;
  }

  :root .xs\:min-w-11{
    min-width: 2.75rem;
  }

  :root .xs\:min-w-12{
    min-width: 3rem;
  }

  :root .xs\:min-w-13{
    min-width: 3.25rem;
  }

  :root .xs\:min-w-14{
    min-width: 3.5rem;
  }

  :root .xs\:min-w-16{
    min-width: 4rem;
  }

  :root .xs\:min-w-18{
    min-width: 4.5rem;
  }

  :root .xs\:min-w-20{
    min-width: 5rem;
  }

  :root .xs\:min-w-21{
    min-width: 5.25rem;
  }

  :root .xs\:min-w-22{
    min-width: 5.5rem;
  }

  :root .xs\:min-w-24{
    min-width: 6rem;
  }

  :root .xs\:min-w-26{
    min-width: 6.5rem;
  }

  :root .xs\:min-w-27{
    min-width: 6.75rem;
  }

  :root .xs\:min-w-28{
    min-width: 7rem;
  }

  :root .xs\:min-w-30{
    min-width: 7.5rem;
  }

  :root .xs\:min-w-32{
    min-width: 8rem;
  }

  :root .xs\:min-w-36{
    min-width: 9rem;
  }

  :root .xs\:min-w-40{
    min-width: 10rem;
  }

  :root .xs\:min-w-41{
    min-width: 11.25rem;
  }

  :root .xs\:min-w-42{
    min-width: 11.5rem;
  }

  :root .xs\:min-w-44{
    min-width: 11rem;
  }

  :root .xs\:min-w-48{
    min-width: 12rem;
  }

  :root .xs\:min-w-52{
    min-width: 13rem;
  }

  :root .xs\:min-w-54{
    min-width: 13.5rem;
  }

  :root .xs\:min-w-56{
    min-width: 14rem;
  }

  :root .xs\:min-w-60{
    min-width: 15rem;
  }

  :root .xs\:min-w-64{
    min-width: 16rem;
  }

  :root .xs\:min-w-68{
    min-width: 17rem;
  }

  :root .xs\:min-w-72{
    min-width: 18rem;
  }

  :root .xs\:min-w-76{
    min-width: 19rem;
  }

  :root .xs\:min-w-80{
    min-width: 20rem;
  }

  :root .xs\:min-w-84{
    min-width: 21rem;
  }

  :root .xs\:min-w-88{
    min-width: 22rem;
  }

  :root .xs\:min-w-96{
    min-width: 24rem;
  }

  :root .xs\:min-w-112{
    min-width: 28rem;
  }

  :root .xs\:min-w-120{
    min-width: 30rem;
  }

  :root .xs\:min-w-140{
    min-width: 35rem;
  }

  :root .xs\:min-w-150{
    min-width: 37.5rem;
  }

  :root .xs\:min-w-160{
    min-width: 40rem;
  }

  :root .xs\:min-w-220{
    min-width: 55rem;
  }

  :root .xs\:min-w-240{
    min-width: 60rem;
  }

  :root .xs\:min-w-300{
    min-width: 75rem;
  }

  :root .xs\:min-w-320{
    min-width: 80rem;
  }

  :root .xs\:min-w-full{
    min-width: 100%;
  }

  :root .xs\:min-w-px{
    min-width: 1px;
  }

  :root .xs\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .xs\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .xs\:max-w-0{
    max-width: 0;
  }

  :root .xs\:max-w-1{
    max-width: 0.25rem;
  }

  :root .xs\:max-w-2{
    max-width: 0.5rem;
  }

  :root .xs\:max-w-3{
    max-width: 0.75rem;
  }

  :root .xs\:max-w-4{
    max-width: 1rem;
  }

  :root .xs\:max-w-5{
    max-width: 1.25rem;
  }

  :root .xs\:max-w-6{
    max-width: 1.5rem;
  }

  :root .xs\:max-w-7{
    max-width: 1.75rem;
  }

  :root .xs\:max-w-8{
    max-width: 2rem;
  }

  :root .xs\:max-w-9{
    max-width: 2.25rem;
  }

  :root .xs\:max-w-10{
    max-width: 2.5rem;
  }

  :root .xs\:max-w-11{
    max-width: 2.75rem;
  }

  :root .xs\:max-w-12{
    max-width: 3rem;
  }

  :root .xs\:max-w-13{
    max-width: 3.25rem;
  }

  :root .xs\:max-w-14{
    max-width: 3.5rem;
  }

  :root .xs\:max-w-16{
    max-width: 4rem;
  }

  :root .xs\:max-w-18{
    max-width: 4.5rem;
  }

  :root .xs\:max-w-20{
    max-width: 5rem;
  }

  :root .xs\:max-w-21{
    max-width: 5.25rem;
  }

  :root .xs\:max-w-22{
    max-width: 5.5rem;
  }

  :root .xs\:max-w-24{
    max-width: 6rem;
  }

  :root .xs\:max-w-26{
    max-width: 6.5rem;
  }

  :root .xs\:max-w-27{
    max-width: 6.75rem;
  }

  :root .xs\:max-w-28{
    max-width: 7rem;
  }

  :root .xs\:max-w-30{
    max-width: 7.5rem;
  }

  :root .xs\:max-w-32{
    max-width: 8rem;
  }

  :root .xs\:max-w-36{
    max-width: 9rem;
  }

  :root .xs\:max-w-40{
    max-width: 10rem;
  }

  :root .xs\:max-w-41{
    max-width: 11.25rem;
  }

  :root .xs\:max-w-42{
    max-width: 11.5rem;
  }

  :root .xs\:max-w-44{
    max-width: 11rem;
  }

  :root .xs\:max-w-48{
    max-width: 12rem;
  }

  :root .xs\:max-w-52{
    max-width: 13rem;
  }

  :root .xs\:max-w-54{
    max-width: 13.5rem;
  }

  :root .xs\:max-w-56{
    max-width: 14rem;
  }

  :root .xs\:max-w-60{
    max-width: 15rem;
  }

  :root .xs\:max-w-64{
    max-width: 16rem;
  }

  :root .xs\:max-w-68{
    max-width: 17rem;
  }

  :root .xs\:max-w-72{
    max-width: 18rem;
  }

  :root .xs\:max-w-76{
    max-width: 19rem;
  }

  :root .xs\:max-w-80{
    max-width: 20rem;
  }

  :root .xs\:max-w-84{
    max-width: 21rem;
  }

  :root .xs\:max-w-88{
    max-width: 22rem;
  }

  :root .xs\:max-w-96{
    max-width: 24rem;
  }

  :root .xs\:max-w-112{
    max-width: 28rem;
  }

  :root .xs\:max-w-120{
    max-width: 30rem;
  }

  :root .xs\:max-w-140{
    max-width: 35rem;
  }

  :root .xs\:max-w-150{
    max-width: 37.5rem;
  }

  :root .xs\:max-w-160{
    max-width: 40rem;
  }

  :root .xs\:max-w-220{
    max-width: 55rem;
  }

  :root .xs\:max-w-240{
    max-width: 60rem;
  }

  :root .xs\:max-w-300{
    max-width: 75rem;
  }

  :root .xs\:max-w-320{
    max-width: 80rem;
  }

  :root .xs\:max-w-screen-80{
    max-width: 80rem;
  }

  :root .xs\:max-w-screen-96{
    max-width: 96rem;
  }

  :root .xs\:max-w-screen-160{
    max-width: 160rem;
  }

  :root .xs\:max-w-full{
    max-width: 100%;
  }

  :root .xs\:max-w-px{
    max-width: 1px;
  }

  :root .xs\:max-w-gutter{
    max-width: var(--padding-gutter);
  }

  :root .xs\:max-w-1\.5{
    max-width: 0.375rem;
  }

  :root .xs\:flex-1{
    flex: 1 1 0%;
  }

  :root .xs\:flex-auto{
    flex: 1 1 auto;
  }

  :root .xs\:flex-initial{
    flex: 0 1 auto;
  }

  :root .xs\:flex-none{
    flex: none;
  }

  :root .xs\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .xs\:flex-shrink{
    flex-shrink: 1;
  }

  :root .xs\:flex-grow-0{
    flex-grow: 0;
  }

  :root .xs\:flex-grow{
    flex-grow: 1;
  }

  :root .xs\:table-auto{
    table-layout: auto;
  }

  :root .xs\:table-fixed{
    table-layout: fixed;
  }

  :root .xs\:border-collapse{
    border-collapse: collapse;
  }

  :root .xs\:border-separate{
    border-collapse: separate;
  }

  :root .xs\:origin-center{
    transform-origin: center;
  }

  :root .xs\:origin-top{
    transform-origin: top;
  }

  :root .xs\:origin-top-right{
    transform-origin: top right;
  }

  :root .xs\:origin-right{
    transform-origin: right;
  }

  :root .xs\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .xs\:origin-bottom{
    transform-origin: bottom;
  }

  :root .xs\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .xs\:origin-left{
    transform-origin: left;
  }

  :root .xs\:origin-top-left{
    transform-origin: top left;
  }

  :root .xs\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .xs\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .xs\:transform-none{
    transform: none;
  }

  :root .xs\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .xs\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .xs\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .xs\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .xs\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .xs\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .xs\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .xs\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .xs\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .xs\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .xs\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .xs\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .xs\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .xs\:translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  :root .xs\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .xs\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .xs\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  :root .xs\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .xs\:translate-x-21{
    --tw-translate-x: 5.25rem;
  }

  :root .xs\:translate-x-22{
    --tw-translate-x: 5.5rem;
  }

  :root .xs\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .xs\:translate-x-26{
    --tw-translate-x: 6.5rem;
  }

  :root .xs\:translate-x-27{
    --tw-translate-x: 6.75rem;
  }

  :root .xs\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .xs\:translate-x-30{
    --tw-translate-x: 7.5rem;
  }

  :root .xs\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .xs\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .xs\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .xs\:translate-x-41{
    --tw-translate-x: 11.25rem;
  }

  :root .xs\:translate-x-42{
    --tw-translate-x: 11.5rem;
  }

  :root .xs\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .xs\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .xs\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .xs\:translate-x-54{
    --tw-translate-x: 13.5rem;
  }

  :root .xs\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .xs\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .xs\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .xs\:translate-x-68{
    --tw-translate-x: 17rem;
  }

  :root .xs\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .xs\:translate-x-76{
    --tw-translate-x: 19rem;
  }

  :root .xs\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .xs\:translate-x-84{
    --tw-translate-x: 21rem;
  }

  :root .xs\:translate-x-88{
    --tw-translate-x: 22rem;
  }

  :root .xs\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .xs\:translate-x-112{
    --tw-translate-x: 28rem;
  }

  :root .xs\:translate-x-120{
    --tw-translate-x: 30rem;
  }

  :root .xs\:translate-x-140{
    --tw-translate-x: 35rem;
  }

  :root .xs\:translate-x-150{
    --tw-translate-x: 37.5rem;
  }

  :root .xs\:translate-x-160{
    --tw-translate-x: 40rem;
  }

  :root .xs\:translate-x-220{
    --tw-translate-x: 55rem;
  }

  :root .xs\:translate-x-240{
    --tw-translate-x: 60rem;
  }

  :root .xs\:translate-x-300{
    --tw-translate-x: 75rem;
  }

  :root .xs\:translate-x-320{
    --tw-translate-x: 80rem;
  }

  :root .xs\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .xs\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xs\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .xs\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .xs\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .xs\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .xs\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .xs\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .xs\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .xs\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .xs\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .xs\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .xs\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .xs\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .xs\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .xs\:-translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  :root .xs\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .xs\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .xs\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  :root .xs\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .xs\:-translate-x-21{
    --tw-translate-x: -5.25rem;
  }

  :root .xs\:-translate-x-22{
    --tw-translate-x: -5.5rem;
  }

  :root .xs\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .xs\:-translate-x-26{
    --tw-translate-x: -6.5rem;
  }

  :root .xs\:-translate-x-27{
    --tw-translate-x: -6.75rem;
  }

  :root .xs\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .xs\:-translate-x-30{
    --tw-translate-x: -7.5rem;
  }

  :root .xs\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .xs\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .xs\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .xs\:-translate-x-41{
    --tw-translate-x: -11.25rem;
  }

  :root .xs\:-translate-x-42{
    --tw-translate-x: -11.5rem;
  }

  :root .xs\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .xs\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .xs\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .xs\:-translate-x-54{
    --tw-translate-x: -13.5rem;
  }

  :root .xs\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .xs\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .xs\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .xs\:-translate-x-68{
    --tw-translate-x: -17rem;
  }

  :root .xs\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .xs\:-translate-x-76{
    --tw-translate-x: -19rem;
  }

  :root .xs\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .xs\:-translate-x-84{
    --tw-translate-x: -21rem;
  }

  :root .xs\:-translate-x-88{
    --tw-translate-x: -22rem;
  }

  :root .xs\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .xs\:-translate-x-112{
    --tw-translate-x: -28rem;
  }

  :root .xs\:-translate-x-120{
    --tw-translate-x: -30rem;
  }

  :root .xs\:-translate-x-140{
    --tw-translate-x: -35rem;
  }

  :root .xs\:-translate-x-150{
    --tw-translate-x: -37.5rem;
  }

  :root .xs\:-translate-x-160{
    --tw-translate-x: -40rem;
  }

  :root .xs\:-translate-x-220{
    --tw-translate-x: -55rem;
  }

  :root .xs\:-translate-x-240{
    --tw-translate-x: -60rem;
  }

  :root .xs\:-translate-x-300{
    --tw-translate-x: -75rem;
  }

  :root .xs\:-translate-x-320{
    --tw-translate-x: -80rem;
  }

  :root .xs\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .xs\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .xs\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .xs\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .xs\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .xs\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .xs\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .xs\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .xs\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .xs\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .xs\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .xs\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .xs\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .xs\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .xs\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .xs\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .xs\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .xs\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .xs\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .xs\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .xs\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .xs\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .xs\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .xs\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .xs\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .xs\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .xs\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .xs\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .xs\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .xs\:translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  :root .xs\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .xs\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .xs\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  :root .xs\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .xs\:translate-y-21{
    --tw-translate-y: 5.25rem;
  }

  :root .xs\:translate-y-22{
    --tw-translate-y: 5.5rem;
  }

  :root .xs\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .xs\:translate-y-26{
    --tw-translate-y: 6.5rem;
  }

  :root .xs\:translate-y-27{
    --tw-translate-y: 6.75rem;
  }

  :root .xs\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .xs\:translate-y-30{
    --tw-translate-y: 7.5rem;
  }

  :root .xs\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .xs\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .xs\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .xs\:translate-y-41{
    --tw-translate-y: 11.25rem;
  }

  :root .xs\:translate-y-42{
    --tw-translate-y: 11.5rem;
  }

  :root .xs\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .xs\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .xs\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .xs\:translate-y-54{
    --tw-translate-y: 13.5rem;
  }

  :root .xs\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .xs\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .xs\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .xs\:translate-y-68{
    --tw-translate-y: 17rem;
  }

  :root .xs\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .xs\:translate-y-76{
    --tw-translate-y: 19rem;
  }

  :root .xs\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .xs\:translate-y-84{
    --tw-translate-y: 21rem;
  }

  :root .xs\:translate-y-88{
    --tw-translate-y: 22rem;
  }

  :root .xs\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .xs\:translate-y-112{
    --tw-translate-y: 28rem;
  }

  :root .xs\:translate-y-120{
    --tw-translate-y: 30rem;
  }

  :root .xs\:translate-y-140{
    --tw-translate-y: 35rem;
  }

  :root .xs\:translate-y-150{
    --tw-translate-y: 37.5rem;
  }

  :root .xs\:translate-y-160{
    --tw-translate-y: 40rem;
  }

  :root .xs\:translate-y-220{
    --tw-translate-y: 55rem;
  }

  :root .xs\:translate-y-240{
    --tw-translate-y: 60rem;
  }

  :root .xs\:translate-y-300{
    --tw-translate-y: 75rem;
  }

  :root .xs\:translate-y-320{
    --tw-translate-y: 80rem;
  }

  :root .xs\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .xs\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xs\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .xs\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .xs\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .xs\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .xs\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .xs\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .xs\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .xs\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .xs\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .xs\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .xs\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .xs\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .xs\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .xs\:-translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  :root .xs\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .xs\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .xs\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  :root .xs\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .xs\:-translate-y-21{
    --tw-translate-y: -5.25rem;
  }

  :root .xs\:-translate-y-22{
    --tw-translate-y: -5.5rem;
  }

  :root .xs\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .xs\:-translate-y-26{
    --tw-translate-y: -6.5rem;
  }

  :root .xs\:-translate-y-27{
    --tw-translate-y: -6.75rem;
  }

  :root .xs\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .xs\:-translate-y-30{
    --tw-translate-y: -7.5rem;
  }

  :root .xs\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .xs\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .xs\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .xs\:-translate-y-41{
    --tw-translate-y: -11.25rem;
  }

  :root .xs\:-translate-y-42{
    --tw-translate-y: -11.5rem;
  }

  :root .xs\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .xs\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .xs\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .xs\:-translate-y-54{
    --tw-translate-y: -13.5rem;
  }

  :root .xs\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .xs\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .xs\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .xs\:-translate-y-68{
    --tw-translate-y: -17rem;
  }

  :root .xs\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .xs\:-translate-y-76{
    --tw-translate-y: -19rem;
  }

  :root .xs\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .xs\:-translate-y-84{
    --tw-translate-y: -21rem;
  }

  :root .xs\:-translate-y-88{
    --tw-translate-y: -22rem;
  }

  :root .xs\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .xs\:-translate-y-112{
    --tw-translate-y: -28rem;
  }

  :root .xs\:-translate-y-120{
    --tw-translate-y: -30rem;
  }

  :root .xs\:-translate-y-140{
    --tw-translate-y: -35rem;
  }

  :root .xs\:-translate-y-150{
    --tw-translate-y: -37.5rem;
  }

  :root .xs\:-translate-y-160{
    --tw-translate-y: -40rem;
  }

  :root .xs\:-translate-y-220{
    --tw-translate-y: -55rem;
  }

  :root .xs\:-translate-y-240{
    --tw-translate-y: -60rem;
  }

  :root .xs\:-translate-y-300{
    --tw-translate-y: -75rem;
  }

  :root .xs\:-translate-y-320{
    --tw-translate-y: -80rem;
  }

  :root .xs\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .xs\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .xs\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .xs\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .xs\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .xs\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .xs\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .xs\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .xs\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .xs\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .xs\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .xs\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .xs\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .xs\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .xs\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .xs\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .xs\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .xs\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .xs\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .xs\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .xs\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .xs\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .xs\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .xs\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .xs\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .xs\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .xs\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .xs\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .xs\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .xs\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  :root .xs\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .xs\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .xs\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  :root .xs\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .xs\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.25rem;
  }

  :root .xs\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.5rem;
  }

  :root .xs\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .xs\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.5rem;
  }

  :root .xs\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.75rem;
  }

  :root .xs\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .xs\:hover\:translate-x-30:hover{
    --tw-translate-x: 7.5rem;
  }

  :root .xs\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .xs\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .xs\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .xs\:hover\:translate-x-41:hover{
    --tw-translate-x: 11.25rem;
  }

  :root .xs\:hover\:translate-x-42:hover{
    --tw-translate-x: 11.5rem;
  }

  :root .xs\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .xs\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .xs\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .xs\:hover\:translate-x-54:hover{
    --tw-translate-x: 13.5rem;
  }

  :root .xs\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .xs\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .xs\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .xs\:hover\:translate-x-68:hover{
    --tw-translate-x: 17rem;
  }

  :root .xs\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .xs\:hover\:translate-x-76:hover{
    --tw-translate-x: 19rem;
  }

  :root .xs\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .xs\:hover\:translate-x-84:hover{
    --tw-translate-x: 21rem;
  }

  :root .xs\:hover\:translate-x-88:hover{
    --tw-translate-x: 22rem;
  }

  :root .xs\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .xs\:hover\:translate-x-112:hover{
    --tw-translate-x: 28rem;
  }

  :root .xs\:hover\:translate-x-120:hover{
    --tw-translate-x: 30rem;
  }

  :root .xs\:hover\:translate-x-140:hover{
    --tw-translate-x: 35rem;
  }

  :root .xs\:hover\:translate-x-150:hover{
    --tw-translate-x: 37.5rem;
  }

  :root .xs\:hover\:translate-x-160:hover{
    --tw-translate-x: 40rem;
  }

  :root .xs\:hover\:translate-x-220:hover{
    --tw-translate-x: 55rem;
  }

  :root .xs\:hover\:translate-x-240:hover{
    --tw-translate-x: 60rem;
  }

  :root .xs\:hover\:translate-x-300:hover{
    --tw-translate-x: 75rem;
  }

  :root .xs\:hover\:translate-x-320:hover{
    --tw-translate-x: 80rem;
  }

  :root .xs\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .xs\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xs\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .xs\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .xs\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .xs\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .xs\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .xs\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .xs\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .xs\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .xs\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .xs\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .xs\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .xs\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .xs\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .xs\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  :root .xs\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .xs\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .xs\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  :root .xs\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .xs\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.25rem;
  }

  :root .xs\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.5rem;
  }

  :root .xs\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .xs\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.5rem;
  }

  :root .xs\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.75rem;
  }

  :root .xs\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .xs\:hover\:-translate-x-30:hover{
    --tw-translate-x: -7.5rem;
  }

  :root .xs\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .xs\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .xs\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .xs\:hover\:-translate-x-41:hover{
    --tw-translate-x: -11.25rem;
  }

  :root .xs\:hover\:-translate-x-42:hover{
    --tw-translate-x: -11.5rem;
  }

  :root .xs\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .xs\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .xs\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .xs\:hover\:-translate-x-54:hover{
    --tw-translate-x: -13.5rem;
  }

  :root .xs\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .xs\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .xs\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .xs\:hover\:-translate-x-68:hover{
    --tw-translate-x: -17rem;
  }

  :root .xs\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .xs\:hover\:-translate-x-76:hover{
    --tw-translate-x: -19rem;
  }

  :root .xs\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .xs\:hover\:-translate-x-84:hover{
    --tw-translate-x: -21rem;
  }

  :root .xs\:hover\:-translate-x-88:hover{
    --tw-translate-x: -22rem;
  }

  :root .xs\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .xs\:hover\:-translate-x-112:hover{
    --tw-translate-x: -28rem;
  }

  :root .xs\:hover\:-translate-x-120:hover{
    --tw-translate-x: -30rem;
  }

  :root .xs\:hover\:-translate-x-140:hover{
    --tw-translate-x: -35rem;
  }

  :root .xs\:hover\:-translate-x-150:hover{
    --tw-translate-x: -37.5rem;
  }

  :root .xs\:hover\:-translate-x-160:hover{
    --tw-translate-x: -40rem;
  }

  :root .xs\:hover\:-translate-x-220:hover{
    --tw-translate-x: -55rem;
  }

  :root .xs\:hover\:-translate-x-240:hover{
    --tw-translate-x: -60rem;
  }

  :root .xs\:hover\:-translate-x-300:hover{
    --tw-translate-x: -75rem;
  }

  :root .xs\:hover\:-translate-x-320:hover{
    --tw-translate-x: -80rem;
  }

  :root .xs\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .xs\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .xs\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .xs\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .xs\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .xs\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .xs\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .xs\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .xs\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .xs\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .xs\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .xs\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .xs\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .xs\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .xs\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .xs\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .xs\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .xs\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .xs\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .xs\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .xs\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .xs\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .xs\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .xs\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .xs\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .xs\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .xs\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .xs\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .xs\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .xs\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  :root .xs\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .xs\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .xs\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  :root .xs\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .xs\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.25rem;
  }

  :root .xs\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.5rem;
  }

  :root .xs\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .xs\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.5rem;
  }

  :root .xs\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.75rem;
  }

  :root .xs\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .xs\:hover\:translate-y-30:hover{
    --tw-translate-y: 7.5rem;
  }

  :root .xs\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .xs\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .xs\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .xs\:hover\:translate-y-41:hover{
    --tw-translate-y: 11.25rem;
  }

  :root .xs\:hover\:translate-y-42:hover{
    --tw-translate-y: 11.5rem;
  }

  :root .xs\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .xs\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .xs\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .xs\:hover\:translate-y-54:hover{
    --tw-translate-y: 13.5rem;
  }

  :root .xs\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .xs\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .xs\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .xs\:hover\:translate-y-68:hover{
    --tw-translate-y: 17rem;
  }

  :root .xs\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .xs\:hover\:translate-y-76:hover{
    --tw-translate-y: 19rem;
  }

  :root .xs\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .xs\:hover\:translate-y-84:hover{
    --tw-translate-y: 21rem;
  }

  :root .xs\:hover\:translate-y-88:hover{
    --tw-translate-y: 22rem;
  }

  :root .xs\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .xs\:hover\:translate-y-112:hover{
    --tw-translate-y: 28rem;
  }

  :root .xs\:hover\:translate-y-120:hover{
    --tw-translate-y: 30rem;
  }

  :root .xs\:hover\:translate-y-140:hover{
    --tw-translate-y: 35rem;
  }

  :root .xs\:hover\:translate-y-150:hover{
    --tw-translate-y: 37.5rem;
  }

  :root .xs\:hover\:translate-y-160:hover{
    --tw-translate-y: 40rem;
  }

  :root .xs\:hover\:translate-y-220:hover{
    --tw-translate-y: 55rem;
  }

  :root .xs\:hover\:translate-y-240:hover{
    --tw-translate-y: 60rem;
  }

  :root .xs\:hover\:translate-y-300:hover{
    --tw-translate-y: 75rem;
  }

  :root .xs\:hover\:translate-y-320:hover{
    --tw-translate-y: 80rem;
  }

  :root .xs\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .xs\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xs\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .xs\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .xs\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .xs\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .xs\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .xs\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .xs\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .xs\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .xs\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .xs\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .xs\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .xs\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .xs\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .xs\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  :root .xs\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .xs\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .xs\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  :root .xs\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .xs\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.25rem;
  }

  :root .xs\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.5rem;
  }

  :root .xs\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .xs\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.5rem;
  }

  :root .xs\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.75rem;
  }

  :root .xs\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .xs\:hover\:-translate-y-30:hover{
    --tw-translate-y: -7.5rem;
  }

  :root .xs\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .xs\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .xs\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .xs\:hover\:-translate-y-41:hover{
    --tw-translate-y: -11.25rem;
  }

  :root .xs\:hover\:-translate-y-42:hover{
    --tw-translate-y: -11.5rem;
  }

  :root .xs\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .xs\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .xs\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .xs\:hover\:-translate-y-54:hover{
    --tw-translate-y: -13.5rem;
  }

  :root .xs\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .xs\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .xs\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .xs\:hover\:-translate-y-68:hover{
    --tw-translate-y: -17rem;
  }

  :root .xs\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .xs\:hover\:-translate-y-76:hover{
    --tw-translate-y: -19rem;
  }

  :root .xs\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .xs\:hover\:-translate-y-84:hover{
    --tw-translate-y: -21rem;
  }

  :root .xs\:hover\:-translate-y-88:hover{
    --tw-translate-y: -22rem;
  }

  :root .xs\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .xs\:hover\:-translate-y-112:hover{
    --tw-translate-y: -28rem;
  }

  :root .xs\:hover\:-translate-y-120:hover{
    --tw-translate-y: -30rem;
  }

  :root .xs\:hover\:-translate-y-140:hover{
    --tw-translate-y: -35rem;
  }

  :root .xs\:hover\:-translate-y-150:hover{
    --tw-translate-y: -37.5rem;
  }

  :root .xs\:hover\:-translate-y-160:hover{
    --tw-translate-y: -40rem;
  }

  :root .xs\:hover\:-translate-y-220:hover{
    --tw-translate-y: -55rem;
  }

  :root .xs\:hover\:-translate-y-240:hover{
    --tw-translate-y: -60rem;
  }

  :root .xs\:hover\:-translate-y-300:hover{
    --tw-translate-y: -75rem;
  }

  :root .xs\:hover\:-translate-y-320:hover{
    --tw-translate-y: -80rem;
  }

  :root .xs\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .xs\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .xs\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .xs\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .xs\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .xs\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .xs\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .xs\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .xs\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .xs\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .xs\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .xs\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .xs\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .xs\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .xs\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .xs\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .xs\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .xs\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .xs\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .xs\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .xs\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .xs\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .xs\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .xs\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .xs\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .xs\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .xs\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .xs\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .xs\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .xs\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  :root .xs\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .xs\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .xs\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  :root .xs\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .xs\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.25rem;
  }

  :root .xs\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.5rem;
  }

  :root .xs\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .xs\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.5rem;
  }

  :root .xs\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.75rem;
  }

  :root .xs\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .xs\:focus\:translate-x-30:focus{
    --tw-translate-x: 7.5rem;
  }

  :root .xs\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .xs\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .xs\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .xs\:focus\:translate-x-41:focus{
    --tw-translate-x: 11.25rem;
  }

  :root .xs\:focus\:translate-x-42:focus{
    --tw-translate-x: 11.5rem;
  }

  :root .xs\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .xs\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .xs\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .xs\:focus\:translate-x-54:focus{
    --tw-translate-x: 13.5rem;
  }

  :root .xs\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .xs\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .xs\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .xs\:focus\:translate-x-68:focus{
    --tw-translate-x: 17rem;
  }

  :root .xs\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .xs\:focus\:translate-x-76:focus{
    --tw-translate-x: 19rem;
  }

  :root .xs\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .xs\:focus\:translate-x-84:focus{
    --tw-translate-x: 21rem;
  }

  :root .xs\:focus\:translate-x-88:focus{
    --tw-translate-x: 22rem;
  }

  :root .xs\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .xs\:focus\:translate-x-112:focus{
    --tw-translate-x: 28rem;
  }

  :root .xs\:focus\:translate-x-120:focus{
    --tw-translate-x: 30rem;
  }

  :root .xs\:focus\:translate-x-140:focus{
    --tw-translate-x: 35rem;
  }

  :root .xs\:focus\:translate-x-150:focus{
    --tw-translate-x: 37.5rem;
  }

  :root .xs\:focus\:translate-x-160:focus{
    --tw-translate-x: 40rem;
  }

  :root .xs\:focus\:translate-x-220:focus{
    --tw-translate-x: 55rem;
  }

  :root .xs\:focus\:translate-x-240:focus{
    --tw-translate-x: 60rem;
  }

  :root .xs\:focus\:translate-x-300:focus{
    --tw-translate-x: 75rem;
  }

  :root .xs\:focus\:translate-x-320:focus{
    --tw-translate-x: 80rem;
  }

  :root .xs\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .xs\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xs\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .xs\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .xs\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .xs\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .xs\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .xs\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .xs\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .xs\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .xs\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .xs\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .xs\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .xs\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .xs\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .xs\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  :root .xs\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .xs\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .xs\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  :root .xs\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .xs\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.25rem;
  }

  :root .xs\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.5rem;
  }

  :root .xs\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .xs\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.5rem;
  }

  :root .xs\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.75rem;
  }

  :root .xs\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .xs\:focus\:-translate-x-30:focus{
    --tw-translate-x: -7.5rem;
  }

  :root .xs\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .xs\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .xs\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .xs\:focus\:-translate-x-41:focus{
    --tw-translate-x: -11.25rem;
  }

  :root .xs\:focus\:-translate-x-42:focus{
    --tw-translate-x: -11.5rem;
  }

  :root .xs\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .xs\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .xs\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .xs\:focus\:-translate-x-54:focus{
    --tw-translate-x: -13.5rem;
  }

  :root .xs\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .xs\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .xs\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .xs\:focus\:-translate-x-68:focus{
    --tw-translate-x: -17rem;
  }

  :root .xs\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .xs\:focus\:-translate-x-76:focus{
    --tw-translate-x: -19rem;
  }

  :root .xs\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .xs\:focus\:-translate-x-84:focus{
    --tw-translate-x: -21rem;
  }

  :root .xs\:focus\:-translate-x-88:focus{
    --tw-translate-x: -22rem;
  }

  :root .xs\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .xs\:focus\:-translate-x-112:focus{
    --tw-translate-x: -28rem;
  }

  :root .xs\:focus\:-translate-x-120:focus{
    --tw-translate-x: -30rem;
  }

  :root .xs\:focus\:-translate-x-140:focus{
    --tw-translate-x: -35rem;
  }

  :root .xs\:focus\:-translate-x-150:focus{
    --tw-translate-x: -37.5rem;
  }

  :root .xs\:focus\:-translate-x-160:focus{
    --tw-translate-x: -40rem;
  }

  :root .xs\:focus\:-translate-x-220:focus{
    --tw-translate-x: -55rem;
  }

  :root .xs\:focus\:-translate-x-240:focus{
    --tw-translate-x: -60rem;
  }

  :root .xs\:focus\:-translate-x-300:focus{
    --tw-translate-x: -75rem;
  }

  :root .xs\:focus\:-translate-x-320:focus{
    --tw-translate-x: -80rem;
  }

  :root .xs\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .xs\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .xs\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .xs\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .xs\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .xs\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .xs\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .xs\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .xs\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .xs\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .xs\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .xs\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .xs\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .xs\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .xs\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .xs\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .xs\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .xs\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .xs\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .xs\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .xs\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .xs\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .xs\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .xs\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .xs\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .xs\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .xs\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .xs\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .xs\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .xs\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  :root .xs\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .xs\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .xs\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  :root .xs\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .xs\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.25rem;
  }

  :root .xs\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.5rem;
  }

  :root .xs\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .xs\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.5rem;
  }

  :root .xs\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.75rem;
  }

  :root .xs\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .xs\:focus\:translate-y-30:focus{
    --tw-translate-y: 7.5rem;
  }

  :root .xs\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .xs\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .xs\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .xs\:focus\:translate-y-41:focus{
    --tw-translate-y: 11.25rem;
  }

  :root .xs\:focus\:translate-y-42:focus{
    --tw-translate-y: 11.5rem;
  }

  :root .xs\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .xs\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .xs\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .xs\:focus\:translate-y-54:focus{
    --tw-translate-y: 13.5rem;
  }

  :root .xs\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .xs\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .xs\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .xs\:focus\:translate-y-68:focus{
    --tw-translate-y: 17rem;
  }

  :root .xs\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .xs\:focus\:translate-y-76:focus{
    --tw-translate-y: 19rem;
  }

  :root .xs\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .xs\:focus\:translate-y-84:focus{
    --tw-translate-y: 21rem;
  }

  :root .xs\:focus\:translate-y-88:focus{
    --tw-translate-y: 22rem;
  }

  :root .xs\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .xs\:focus\:translate-y-112:focus{
    --tw-translate-y: 28rem;
  }

  :root .xs\:focus\:translate-y-120:focus{
    --tw-translate-y: 30rem;
  }

  :root .xs\:focus\:translate-y-140:focus{
    --tw-translate-y: 35rem;
  }

  :root .xs\:focus\:translate-y-150:focus{
    --tw-translate-y: 37.5rem;
  }

  :root .xs\:focus\:translate-y-160:focus{
    --tw-translate-y: 40rem;
  }

  :root .xs\:focus\:translate-y-220:focus{
    --tw-translate-y: 55rem;
  }

  :root .xs\:focus\:translate-y-240:focus{
    --tw-translate-y: 60rem;
  }

  :root .xs\:focus\:translate-y-300:focus{
    --tw-translate-y: 75rem;
  }

  :root .xs\:focus\:translate-y-320:focus{
    --tw-translate-y: 80rem;
  }

  :root .xs\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .xs\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xs\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .xs\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .xs\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .xs\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .xs\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .xs\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .xs\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .xs\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .xs\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .xs\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .xs\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .xs\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .xs\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .xs\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  :root .xs\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .xs\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .xs\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  :root .xs\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .xs\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.25rem;
  }

  :root .xs\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.5rem;
  }

  :root .xs\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .xs\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.5rem;
  }

  :root .xs\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.75rem;
  }

  :root .xs\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .xs\:focus\:-translate-y-30:focus{
    --tw-translate-y: -7.5rem;
  }

  :root .xs\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .xs\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .xs\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .xs\:focus\:-translate-y-41:focus{
    --tw-translate-y: -11.25rem;
  }

  :root .xs\:focus\:-translate-y-42:focus{
    --tw-translate-y: -11.5rem;
  }

  :root .xs\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .xs\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .xs\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .xs\:focus\:-translate-y-54:focus{
    --tw-translate-y: -13.5rem;
  }

  :root .xs\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .xs\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .xs\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .xs\:focus\:-translate-y-68:focus{
    --tw-translate-y: -17rem;
  }

  :root .xs\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .xs\:focus\:-translate-y-76:focus{
    --tw-translate-y: -19rem;
  }

  :root .xs\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .xs\:focus\:-translate-y-84:focus{
    --tw-translate-y: -21rem;
  }

  :root .xs\:focus\:-translate-y-88:focus{
    --tw-translate-y: -22rem;
  }

  :root .xs\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .xs\:focus\:-translate-y-112:focus{
    --tw-translate-y: -28rem;
  }

  :root .xs\:focus\:-translate-y-120:focus{
    --tw-translate-y: -30rem;
  }

  :root .xs\:focus\:-translate-y-140:focus{
    --tw-translate-y: -35rem;
  }

  :root .xs\:focus\:-translate-y-150:focus{
    --tw-translate-y: -37.5rem;
  }

  :root .xs\:focus\:-translate-y-160:focus{
    --tw-translate-y: -40rem;
  }

  :root .xs\:focus\:-translate-y-220:focus{
    --tw-translate-y: -55rem;
  }

  :root .xs\:focus\:-translate-y-240:focus{
    --tw-translate-y: -60rem;
  }

  :root .xs\:focus\:-translate-y-300:focus{
    --tw-translate-y: -75rem;
  }

  :root .xs\:focus\:-translate-y-320:focus{
    --tw-translate-y: -80rem;
  }

  :root .xs\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .xs\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xs\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .xs\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .xs\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .xs\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .xs\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .xs\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .xs\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .xs\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .xs\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .xs\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .xs\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .xs\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .xs\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .xs\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .xs\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .xs\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .xs\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .xs\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .xs\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .xs\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .xs\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .xs\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .xs\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .xs\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .xs\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .xs\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .xs\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .xs\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .xs\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .xs\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .xs\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .xs\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .xs\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .xs\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .xs\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .xs\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .xs\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .xs\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .xs\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .xs\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .xs\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .xs\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .xs\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .xs\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .xs\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .xs\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .xs\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .xs\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .xs\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .xs\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .xs\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .xs\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .xs\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .xs\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .xs\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .xs\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .xs\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .xs\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .xs\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .xs\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .xs\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .xs\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .xs\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .xs\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .xs\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .xs\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .xs\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .xs\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .xs\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .xs\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .xs\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .xs\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .xs\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .xs\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .xs\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .xs\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .xs\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .xs\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .xs\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .xs\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .xs\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .xs\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .xs\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .xs\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .xs\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .xs\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .xs\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .xs\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .xs\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .xs\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .xs\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .xs\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .xs\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .xs\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .xs\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .xs\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .xs\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .xs\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .xs\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .xs\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .xs\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .xs\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .xs\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .xs\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .xs\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .xs\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .xs\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .xs\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .xs\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .xs\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .xs\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .xs\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .xs\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .xs\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .xs\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .xs\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .xs\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .xs\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .xs\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .xs\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .xs\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .xs\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .xs\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .xs\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .xs\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .xs\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .xs\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .xs\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .xs\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .xs\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .xs\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .xs\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .xs\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xs\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xs\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xs\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xs\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xs\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xs\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xs\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xs\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xs\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xs\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xs\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xs\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xs\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xs\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xs\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xs\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xs\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xs\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xs\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xs\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xs\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xs\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xs\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xs\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xs\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xs\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xs\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xs\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xs\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xs\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .xs\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .xs\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .xs\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .xs\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .xs\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .xs\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .xs\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .xs\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .xs\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .xs\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .xs\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .xs\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .xs\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .xs\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .xs\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .xs\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .xs\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .xs\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .xs\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .xs\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .xs\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .xs\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .xs\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .xs\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .xs\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .xs\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .xs\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .xs\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .xs\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .xs\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .xs\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .xs\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .xs\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .xs\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .xs\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .xs\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .xs\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .xs\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .xs\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .xs\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .xs\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .xs\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .xs\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .xs\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .xs\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .xs\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .xs\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .xs\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .xs\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .xs\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .xs\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .xs\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .xs\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .xs\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .xs\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .xs\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .xs\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .xs\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .xs\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .xs\:animate-none{
    animation: none;
  }

  :root .xs\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .xs\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .xs\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .xs\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .xs\:cursor-auto{
    cursor: auto;
  }

  :root .xs\:cursor{
    cursor: default;
  }

  :root .xs\:cursor-pointer{
    cursor: pointer;
  }

  :root .xs\:cursor-wait{
    cursor: wait;
  }

  :root .xs\:cursor-text{
    cursor: text;
  }

  :root .xs\:cursor-move{
    cursor: move;
  }

  :root .xs\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .xs\:disabled\:cursor-auto:disabled{
    cursor: auto;
  }

  :root .xs\:disabled\:cursor:disabled{
    cursor: default;
  }

  :root .xs\:disabled\:cursor-pointer:disabled{
    cursor: pointer;
  }

  :root .xs\:disabled\:cursor-wait:disabled{
    cursor: wait;
  }

  :root .xs\:disabled\:cursor-text:disabled{
    cursor: text;
  }

  :root .xs\:disabled\:cursor-move:disabled{
    cursor: move;
  }

  :root .xs\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
  }

  :root .xs\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .xs\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .xs\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .xs\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .xs\:resize-none{
    resize: none;
  }

  :root .xs\:resize-y{
    resize: vertical;
  }

  :root .xs\:resize-x{
    resize: horizontal;
  }

  :root .xs\:resize{
    resize: both;
  }

  :root .xs\:list-inside{
    list-style-position: inside;
  }

  :root .xs\:list-outside{
    list-style-position: outside;
  }

  :root .xs\:list-none{
    list-style-type: none;
  }

  :root .xs\:list-disc{
    list-style-type: disc;
  }

  :root .xs\:list-decimal{
    list-style-type: decimal;
  }

  :root .xs\:appearance-none{
    appearance: none;
  }

  :root .xs\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .xs\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .xs\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .xs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .xs\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .xs\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .xs\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .xs\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .xs\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .xs\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .xs\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .xs\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .xs\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .xs\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .xs\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .xs\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .xs\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .xs\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .xs\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .xs\:flex-row{
    flex-direction: row;
  }

  :root .xs\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .xs\:flex-col{
    flex-direction: column;
  }

  :root .xs\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .xs\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .xs\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .xs\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .xs\:place-content-center{
    place-content: center;
  }

  :root .xs\:place-content-start{
    place-content: start;
  }

  :root .xs\:place-content-end{
    place-content: end;
  }

  :root .xs\:place-content-between{
    place-content: space-between;
  }

  :root .xs\:place-content-around{
    place-content: space-around;
  }

  :root .xs\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .xs\:place-content-stretch{
    place-content: stretch;
  }

  :root .xs\:place-items-start{
    place-items: start;
  }

  :root .xs\:place-items-end{
    place-items: end;
  }

  :root .xs\:place-items-center{
    place-items: center;
  }

  :root .xs\:place-items-stretch{
    place-items: stretch;
  }

  :root .xs\:content-center{
    align-content: center;
  }

  :root .xs\:content-start{
    align-content: flex-start;
  }

  :root .xs\:content-end{
    align-content: flex-end;
  }

  :root .xs\:content-between{
    align-content: space-between;
  }

  :root .xs\:content-around{
    align-content: space-around;
  }

  :root .xs\:content-evenly{
    align-content: space-evenly;
  }

  :root .xs\:items-start{
    align-items: flex-start;
  }

  :root .xs\:items-end{
    align-items: flex-end;
  }

  :root .xs\:items-center{
    align-items: center;
  }

  :root .xs\:items-baseline{
    align-items: baseline;
  }

  :root .xs\:items-stretch{
    align-items: stretch;
  }

  :root .xs\:justify-start{
    justify-content: flex-start;
  }

  :root .xs\:justify-end{
    justify-content: flex-end;
  }

  :root .xs\:justify-center{
    justify-content: center;
  }

  :root .xs\:justify-between{
    justify-content: space-between;
  }

  :root .xs\:justify-around{
    justify-content: space-around;
  }

  :root .xs\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .xs\:justify-items-start{
    justify-items: start;
  }

  :root .xs\:justify-items-end{
    justify-items: end;
  }

  :root .xs\:justify-items-center{
    justify-items: center;
  }

  :root .xs\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .xs\:gap-0{
    gap: 0;
  }

  :root .xs\:gap-1{
    gap: 0.25rem;
  }

  :root .xs\:gap-2{
    gap: 0.5rem;
  }

  :root .xs\:gap-3{
    gap: 0.75rem;
  }

  :root .xs\:gap-4{
    gap: 1rem;
  }

  :root .xs\:gap-5{
    gap: 1.25rem;
  }

  :root .xs\:gap-6{
    gap: 1.5rem;
  }

  :root .xs\:gap-7{
    gap: 1.75rem;
  }

  :root .xs\:gap-8{
    gap: 2rem;
  }

  :root .xs\:gap-9{
    gap: 2.25rem;
  }

  :root .xs\:gap-10{
    gap: 2.5rem;
  }

  :root .xs\:gap-11{
    gap: 2.75rem;
  }

  :root .xs\:gap-12{
    gap: 3rem;
  }

  :root .xs\:gap-13{
    gap: 3.25rem;
  }

  :root .xs\:gap-14{
    gap: 3.5rem;
  }

  :root .xs\:gap-16{
    gap: 4rem;
  }

  :root .xs\:gap-18{
    gap: 4.5rem;
  }

  :root .xs\:gap-20{
    gap: 5rem;
  }

  :root .xs\:gap-21{
    gap: 5.25rem;
  }

  :root .xs\:gap-22{
    gap: 5.5rem;
  }

  :root .xs\:gap-24{
    gap: 6rem;
  }

  :root .xs\:gap-26{
    gap: 6.5rem;
  }

  :root .xs\:gap-27{
    gap: 6.75rem;
  }

  :root .xs\:gap-28{
    gap: 7rem;
  }

  :root .xs\:gap-30{
    gap: 7.5rem;
  }

  :root .xs\:gap-32{
    gap: 8rem;
  }

  :root .xs\:gap-36{
    gap: 9rem;
  }

  :root .xs\:gap-40{
    gap: 10rem;
  }

  :root .xs\:gap-41{
    gap: 11.25rem;
  }

  :root .xs\:gap-42{
    gap: 11.5rem;
  }

  :root .xs\:gap-44{
    gap: 11rem;
  }

  :root .xs\:gap-48{
    gap: 12rem;
  }

  :root .xs\:gap-52{
    gap: 13rem;
  }

  :root .xs\:gap-54{
    gap: 13.5rem;
  }

  :root .xs\:gap-56{
    gap: 14rem;
  }

  :root .xs\:gap-60{
    gap: 15rem;
  }

  :root .xs\:gap-64{
    gap: 16rem;
  }

  :root .xs\:gap-68{
    gap: 17rem;
  }

  :root .xs\:gap-72{
    gap: 18rem;
  }

  :root .xs\:gap-76{
    gap: 19rem;
  }

  :root .xs\:gap-80{
    gap: 20rem;
  }

  :root .xs\:gap-84{
    gap: 21rem;
  }

  :root .xs\:gap-88{
    gap: 22rem;
  }

  :root .xs\:gap-96{
    gap: 24rem;
  }

  :root .xs\:gap-112{
    gap: 28rem;
  }

  :root .xs\:gap-120{
    gap: 30rem;
  }

  :root .xs\:gap-140{
    gap: 35rem;
  }

  :root .xs\:gap-150{
    gap: 37.5rem;
  }

  :root .xs\:gap-160{
    gap: 40rem;
  }

  :root .xs\:gap-220{
    gap: 55rem;
  }

  :root .xs\:gap-240{
    gap: 60rem;
  }

  :root .xs\:gap-300{
    gap: 75rem;
  }

  :root .xs\:gap-320{
    gap: 80rem;
  }

  :root .xs\:gap-px{
    gap: 1px;
  }

  :root .xs\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .xs\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .xs\:gap-x-0{
    column-gap: 0;
  }

  :root .xs\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .xs\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .xs\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .xs\:gap-x-4{
    column-gap: 1rem;
  }

  :root .xs\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .xs\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .xs\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .xs\:gap-x-8{
    column-gap: 2rem;
  }

  :root .xs\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .xs\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .xs\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .xs\:gap-x-12{
    column-gap: 3rem;
  }

  :root .xs\:gap-x-13{
    column-gap: 3.25rem;
  }

  :root .xs\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .xs\:gap-x-16{
    column-gap: 4rem;
  }

  :root .xs\:gap-x-18{
    column-gap: 4.5rem;
  }

  :root .xs\:gap-x-20{
    column-gap: 5rem;
  }

  :root .xs\:gap-x-21{
    column-gap: 5.25rem;
  }

  :root .xs\:gap-x-22{
    column-gap: 5.5rem;
  }

  :root .xs\:gap-x-24{
    column-gap: 6rem;
  }

  :root .xs\:gap-x-26{
    column-gap: 6.5rem;
  }

  :root .xs\:gap-x-27{
    column-gap: 6.75rem;
  }

  :root .xs\:gap-x-28{
    column-gap: 7rem;
  }

  :root .xs\:gap-x-30{
    column-gap: 7.5rem;
  }

  :root .xs\:gap-x-32{
    column-gap: 8rem;
  }

  :root .xs\:gap-x-36{
    column-gap: 9rem;
  }

  :root .xs\:gap-x-40{
    column-gap: 10rem;
  }

  :root .xs\:gap-x-41{
    column-gap: 11.25rem;
  }

  :root .xs\:gap-x-42{
    column-gap: 11.5rem;
  }

  :root .xs\:gap-x-44{
    column-gap: 11rem;
  }

  :root .xs\:gap-x-48{
    column-gap: 12rem;
  }

  :root .xs\:gap-x-52{
    column-gap: 13rem;
  }

  :root .xs\:gap-x-54{
    column-gap: 13.5rem;
  }

  :root .xs\:gap-x-56{
    column-gap: 14rem;
  }

  :root .xs\:gap-x-60{
    column-gap: 15rem;
  }

  :root .xs\:gap-x-64{
    column-gap: 16rem;
  }

  :root .xs\:gap-x-68{
    column-gap: 17rem;
  }

  :root .xs\:gap-x-72{
    column-gap: 18rem;
  }

  :root .xs\:gap-x-76{
    column-gap: 19rem;
  }

  :root .xs\:gap-x-80{
    column-gap: 20rem;
  }

  :root .xs\:gap-x-84{
    column-gap: 21rem;
  }

  :root .xs\:gap-x-88{
    column-gap: 22rem;
  }

  :root .xs\:gap-x-96{
    column-gap: 24rem;
  }

  :root .xs\:gap-x-112{
    column-gap: 28rem;
  }

  :root .xs\:gap-x-120{
    column-gap: 30rem;
  }

  :root .xs\:gap-x-140{
    column-gap: 35rem;
  }

  :root .xs\:gap-x-150{
    column-gap: 37.5rem;
  }

  :root .xs\:gap-x-160{
    column-gap: 40rem;
  }

  :root .xs\:gap-x-220{
    column-gap: 55rem;
  }

  :root .xs\:gap-x-240{
    column-gap: 60rem;
  }

  :root .xs\:gap-x-300{
    column-gap: 75rem;
  }

  :root .xs\:gap-x-320{
    column-gap: 80rem;
  }

  :root .xs\:gap-x-px{
    column-gap: 1px;
  }

  :root .xs\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .xs\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .xs\:gap-y-0{
    row-gap: 0;
  }

  :root .xs\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .xs\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .xs\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .xs\:gap-y-4{
    row-gap: 1rem;
  }

  :root .xs\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .xs\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .xs\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .xs\:gap-y-8{
    row-gap: 2rem;
  }

  :root .xs\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .xs\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .xs\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .xs\:gap-y-12{
    row-gap: 3rem;
  }

  :root .xs\:gap-y-13{
    row-gap: 3.25rem;
  }

  :root .xs\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .xs\:gap-y-16{
    row-gap: 4rem;
  }

  :root .xs\:gap-y-18{
    row-gap: 4.5rem;
  }

  :root .xs\:gap-y-20{
    row-gap: 5rem;
  }

  :root .xs\:gap-y-21{
    row-gap: 5.25rem;
  }

  :root .xs\:gap-y-22{
    row-gap: 5.5rem;
  }

  :root .xs\:gap-y-24{
    row-gap: 6rem;
  }

  :root .xs\:gap-y-26{
    row-gap: 6.5rem;
  }

  :root .xs\:gap-y-27{
    row-gap: 6.75rem;
  }

  :root .xs\:gap-y-28{
    row-gap: 7rem;
  }

  :root .xs\:gap-y-30{
    row-gap: 7.5rem;
  }

  :root .xs\:gap-y-32{
    row-gap: 8rem;
  }

  :root .xs\:gap-y-36{
    row-gap: 9rem;
  }

  :root .xs\:gap-y-40{
    row-gap: 10rem;
  }

  :root .xs\:gap-y-41{
    row-gap: 11.25rem;
  }

  :root .xs\:gap-y-42{
    row-gap: 11.5rem;
  }

  :root .xs\:gap-y-44{
    row-gap: 11rem;
  }

  :root .xs\:gap-y-48{
    row-gap: 12rem;
  }

  :root .xs\:gap-y-52{
    row-gap: 13rem;
  }

  :root .xs\:gap-y-54{
    row-gap: 13.5rem;
  }

  :root .xs\:gap-y-56{
    row-gap: 14rem;
  }

  :root .xs\:gap-y-60{
    row-gap: 15rem;
  }

  :root .xs\:gap-y-64{
    row-gap: 16rem;
  }

  :root .xs\:gap-y-68{
    row-gap: 17rem;
  }

  :root .xs\:gap-y-72{
    row-gap: 18rem;
  }

  :root .xs\:gap-y-76{
    row-gap: 19rem;
  }

  :root .xs\:gap-y-80{
    row-gap: 20rem;
  }

  :root .xs\:gap-y-84{
    row-gap: 21rem;
  }

  :root .xs\:gap-y-88{
    row-gap: 22rem;
  }

  :root .xs\:gap-y-96{
    row-gap: 24rem;
  }

  :root .xs\:gap-y-112{
    row-gap: 28rem;
  }

  :root .xs\:gap-y-120{
    row-gap: 30rem;
  }

  :root .xs\:gap-y-140{
    row-gap: 35rem;
  }

  :root .xs\:gap-y-150{
    row-gap: 37.5rem;
  }

  :root .xs\:gap-y-160{
    row-gap: 40rem;
  }

  :root .xs\:gap-y-220{
    row-gap: 55rem;
  }

  :root .xs\:gap-y-240{
    row-gap: 60rem;
  }

  :root .xs\:gap-y-300{
    row-gap: 75rem;
  }

  :root .xs\:gap-y-320{
    row-gap: 80rem;
  }

  :root .xs\:gap-y-px{
    row-gap: 1px;
  }

  :root .xs\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .xs\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(21rem * var(--tw-space-x-reverse));
    margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28rem * var(--tw-space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35rem * var(--tw-space-x-reverse));
    margin-left: calc(35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55rem * var(--tw-space-x-reverse));
    margin-left: calc(55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75rem * var(--tw-space-x-reverse));
    margin-left: calc(75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80rem * var(--tw-space-x-reverse));
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-21rem * var(--tw-space-x-reverse));
    margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28rem * var(--tw-space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35rem * var(--tw-space-x-reverse));
    margin-left: calc(-35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55rem * var(--tw-space-x-reverse));
    margin-left: calc(-55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75rem * var(--tw-space-x-reverse));
    margin-left: calc(-75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80rem * var(--tw-space-x-reverse));
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .xs\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xs\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xs\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .xs\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .xs\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .xs\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .xs\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .xs\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .xs\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .xs\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .xs\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .xs\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .xs\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .xs\:divide-grays-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  :root .xs\:divide-grays > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
  }

  :root .xs\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .xs\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .xs\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .xs\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .xs\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .xs\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .xs\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .xs\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .xs\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .xs\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .xs\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .xs\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .xs\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .xs\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .xs\:divide-am-base-background > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-coral > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #757de338;
  }

  :root .xs\:divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #77DEA280;
  }

  :root .xs\:divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF1F;
  }

  :root .xs\:divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF4B;
  }

  :root .xs\:divide-am-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #d977dd3b;
  }

  :root .xs\:divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .xs\:divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .xs\:divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6AB33;
  }

  :root .xs\:divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6ABB3;
  }

  :root .xs\:divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA7233;
  }

  :root .xs\:divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA72B3;
  }

  :root .xs\:divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F7233;
  }

  :root .xs\:divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F72B3;
  }

  :root .xs\:divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E233;
  }

  :root .xs\:divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E2B3;
  }

  :root .xs\:divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
    border-color: #DE777733;
  }

  :root .xs\:divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
    border-color: #DE7777B3;
  }

  :root .xs\:divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
  }

  :root .xs\:divide-am-brown > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
  }

  :root .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  :root .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .xs\:place-self-auto{
    place-self: auto;
  }

  :root .xs\:place-self-start{
    place-self: start;
  }

  :root .xs\:place-self-end{
    place-self: end;
  }

  :root .xs\:place-self-center{
    place-self: center;
  }

  :root .xs\:place-self-stretch{
    place-self: stretch;
  }

  :root .xs\:self-auto{
    align-self: auto;
  }

  :root .xs\:self-start{
    align-self: flex-start;
  }

  :root .xs\:self-end{
    align-self: flex-end;
  }

  :root .xs\:self-center{
    align-self: center;
  }

  :root .xs\:self-stretch{
    align-self: stretch;
  }

  :root .xs\:self-baseline{
    align-self: baseline;
  }

  :root .xs\:justify-self-auto{
    justify-self: auto;
  }

  :root .xs\:justify-self-start{
    justify-self: start;
  }

  :root .xs\:justify-self-end{
    justify-self: end;
  }

  :root .xs\:justify-self-center{
    justify-self: center;
  }

  :root .xs\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .xs\:overflow-auto{
    overflow: auto;
  }

  :root .xs\:overflow-hidden{
    overflow: hidden;
  }

  :root .xs\:overflow-visible{
    overflow: visible;
  }

  :root .xs\:overflow-scroll{
    overflow: scroll;
  }

  :root .xs\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .xs\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .xs\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .xs\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .xs\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .xs\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .xs\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .xs\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .xs\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .xs\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .xs\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .xs\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .xs\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .xs\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .xs\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .xs\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .xs\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .xs\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .xs\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .xs\:overflow-clip{
    text-overflow: clip;
  }

  :root .xs\:whitespace-normal{
    white-space: normal;
  }

  :root .xs\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .xs\:whitespace-pre{
    white-space: pre;
  }

  :root .xs\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .xs\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .xs\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .xs\:break-words{
    overflow-wrap: break-word;
  }

  :root .xs\:break-all{
    word-break: break-all;
  }

  :root .xs\:rounded-none{
    border-radius: 0;
  }

  :root .xs\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .xs\:rounded{
    border-radius: 0.25rem;
  }

  :root .xs\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .xs\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .xs\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root .xs\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root .xs\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root .xs\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .xs\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .xs\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .xs\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .xs\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root .xs\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root .xs\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .xs\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .xs\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .xs\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .xs\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .xs\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root .xs\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root .xs\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .xs\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .xs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .xs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .xs\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .xs\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .xs\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .xs\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .xs\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .xs\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .xs\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .xs\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .xs\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .xs\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .xs\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .xs\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .xs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .xs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .xs\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root .xs\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root .xs\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .xs\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .xs\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .xs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .xs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .xs\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root .xs\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root .xs\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .xs\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .xs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .xs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .xs\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root .xs\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .xs\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .xs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .xs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .xs\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root .xs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .xs\:border-0{
    border-width: 0;
  }

  :root .xs\:border-2{
    border-width: 2px;
  }

  :root .xs\:border-3{
    border-width: 3px;
  }

  :root .xs\:border-4{
    border-width: 4px;
  }

  :root .xs\:border-8{
    border-width: 8px;
  }

  :root .xs\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .xs\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .xs\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .xs\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .xs\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .xs\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .xs\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .xs\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .xs\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .xs\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .xs\:rtl\:border{
    border-width: 1px;
  }

  :root .xs\:border-t-0{
    border-top-width: 0;
  }

  :root .xs\:border-t-2{
    border-top-width: 2px;
  }

  :root .xs\:border-t-3{
    border-top-width: 3px;
  }

  :root .xs\:border-t-4{
    border-top-width: 4px;
  }

  :root .xs\:border-t-8{
    border-top-width: 8px;
  }

  :root .xs\:border-t{
    border-top-width: 1px;
  }

  :root .xs\:border-r-0{
    border-right-width: 0;
  }

  :root .xs\:border-r-2{
    border-right-width: 2px;
  }

  :root .xs\:border-r-3{
    border-right-width: 3px;
  }

  :root .xs\:border-r-4{
    border-right-width: 4px;
  }

  :root .xs\:border-r-8{
    border-right-width: 8px;
  }

  :root .xs\:border-r{
    border-right-width: 1px;
  }

  :root .xs\:border-b-0{
    border-bottom-width: 0;
  }

  :root .xs\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .xs\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .xs\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .xs\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .xs\:border-b{
    border-bottom-width: 1px;
  }

  :root .xs\:border-l-0{
    border-left-width: 0;
  }

  :root .xs\:border-l-2{
    border-left-width: 2px;
  }

  :root .xs\:border-l-3{
    border-left-width: 3px;
  }

  :root .xs\:border-l-4{
    border-left-width: 4px;
  }

  :root .xs\:border-l-8{
    border-left-width: 8px;
  }

  :root .xs\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .xs\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .xs\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .xs\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .xs\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .xs\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .xs\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .xs\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .xs\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .xs\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .xs\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .xs\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .xs\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .xs\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .xs\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .xs\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .xs\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .xs\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .xs\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .xs\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .xs\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .xs\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .xs\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .xs\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .xs\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .xs\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .xs\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .xs\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .xs\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .xs\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .xs\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .xs\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .xs\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .xs\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .xs\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .xs\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .xs\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .xs\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .xs\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .xs\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .xs\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .xs\:border-solid{
    border-style: solid;
  }

  :root .xs\:border-dashed{
    border-style: dashed;
  }

  :root .xs\:border-dotted{
    border-style: dotted;
  }

  :root .xs\:border-double{
    border-style: double;
  }

  :root .xs\:border-none{
    border-style: none;
  }

  :root .xs\:border-current{
    border-color: currentColor;
  }

  :root .xs\:border-transparent{
    border-color: transparent;
  }

  :root .xs\:border-black{
    border-color: var(--text-color);
  }

  :root .xs\:border-white{
    border-color: var(--text-color-light);
  }

  :root .xs\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xs\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xs\:border-grays-light{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xs\:border-grays{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xs\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xs\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xs\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xs\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xs\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xs\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xs\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xs\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xs\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xs\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xs\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xs\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .xs\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .xs\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .xs\:border-am-base-background{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xs\:border-am-main-blue{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xs\:border-am-main-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xs\:border-am-main-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xs\:border-am-gray{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xs\:border-am-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xs\:border-am-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-green{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xs\:border-am-coral{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xs\:border-am-coral-light{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xs\:border-am-coral-dark{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xs\:border-am-teal{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xs\:border-am-teal-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xs\:border-am-teal-dark{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-purple{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xs\:border-am-new-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xs\:border-am-purple-transparent{
    border-color: #757de338;
  }

  :root .xs\:border-am-purple-relight{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xs\:border-am-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xs\:border-am-purple-medium{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xs\:border-am-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xs\:border-am-purple{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xs\:border-am-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xs\:border-am-green-brightest{
    border-color: #77DEA280;
  }

  :root .xs\:border-am-green-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xs\:border-am-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xs\:border-am-green-aqua{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xs\:border-am-green-brightest-transparent{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xs\:border-am-green-hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xs\:border-am-green{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xs\:border-am-red-alive{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xs\:border-am-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xs\:border-am-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xs\:border-am-red-intense{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xs\:border-am-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:border-am-grey-light{
    border-color: #BFC4FF1F;
  }

  :root .xs\:border-am-grey-dark{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xs\:border-am-grey-medium{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xs\:border-am-grey-transparent{
    border-color: #BFC4FF4B;
  }

  :root .xs\:border-am-grey{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xs\:border-am-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xs\:border-am-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xs\:border-am-pink-brightest{
    border-color: #d977dd3b;
  }

  :root .xs\:border-am-pink-rose{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xs\:border-am-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xs\:border-am-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xs\:border-am-orange-relight{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xs\:border-am-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xs\:border-am-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cyan-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cyan-dark{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cyan-blue{
    border-color: #0061FD60;
  }

  :root .xs\:border-am-cyan-green{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xs\:border-am-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xs\:border-am-blue{
    border-color: #0061FD60;
  }

  :root .xs\:border-am-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xs\:border-am-yellow-resalt{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xs\:border-am-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xs\:border-am-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xs\:border-am-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cream-entry{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cream-entry_light{
    border-color: #81E6AB33;
  }

  :root .xs\:border-am-cream-entry_text{
    border-color: #81E6ABB3;
  }

  :root .xs\:border-am-cream-lunchgo{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cream-lunchgo_light{
    border-color: #EEBA7233;
  }

  :root .xs\:border-am-cream-lunchgo_text{
    border-color: #EEBA72B3;
  }

  :root .xs\:border-am-cream-lunchback{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cream-lunchback_light{
    border-color: #EE8F7233;
  }

  :root .xs\:border-am-cream-lunchback_text{
    border-color: #EE8F72B3;
  }

  :root .xs\:border-am-cream-exit{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cream-exit_light{
    border-color: #81E6E233;
  }

  :root .xs\:border-am-cream-exit_text{
    border-color: #81E6E2B3;
  }

  :root .xs\:border-am-cream-yesterday{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:border-am-cream-yesterday_light{
    border-color: #DE777733;
  }

  :root .xs\:border-am-cream-yesterday_text{
    border-color: #DE7777B3;
  }

  :root .xs\:border-am-brown-light{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xs\:border-am-brown-dark{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xs\:border-am-brown{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .xs\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .xs\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .xs\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .xs\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-grays-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-grays:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .xs\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .xs\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .xs\:hover\:border-am-base-background:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-main-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-main-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-main-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-coral:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-coral-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-coral-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-teal-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-teal-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-new-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-purple-transparent:hover{
    border-color: #757de338;
  }

  :root .xs\:hover\:border-am-purple-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-purple-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-green-brightest:hover{
    border-color: #77DEA280;
  }

  :root .xs\:hover\:border-am-green-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-green-aqua:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-green-brightest-transparent:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-green-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-red-alive:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-red-intense:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-grey-light:hover{
    border-color: #BFC4FF1F;
  }

  :root .xs\:hover\:border-am-grey-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-grey-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-grey-transparent:hover{
    border-color: #BFC4FF4B;
  }

  :root .xs\:hover\:border-am-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-pink-brightest:hover{
    border-color: #d977dd3b;
  }

  :root .xs\:hover\:border-am-pink-rose:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-orange-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cyan-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cyan-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cyan-blue:hover{
    border-color: #0061FD60;
  }

  :root .xs\:hover\:border-am-cyan-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-blue:hover{
    border-color: #0061FD60;
  }

  :root .xs\:hover\:border-am-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-yellow-resalt:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cream-entry:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cream-entry_light:hover{
    border-color: #81E6AB33;
  }

  :root .xs\:hover\:border-am-cream-entry_text:hover{
    border-color: #81E6ABB3;
  }

  :root .xs\:hover\:border-am-cream-lunchgo:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cream-lunchgo_light:hover{
    border-color: #EEBA7233;
  }

  :root .xs\:hover\:border-am-cream-lunchgo_text:hover{
    border-color: #EEBA72B3;
  }

  :root .xs\:hover\:border-am-cream-lunchback:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cream-lunchback_light:hover{
    border-color: #EE8F7233;
  }

  :root .xs\:hover\:border-am-cream-lunchback_text:hover{
    border-color: #EE8F72B3;
  }

  :root .xs\:hover\:border-am-cream-exit:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cream-exit_light:hover{
    border-color: #81E6E233;
  }

  :root .xs\:hover\:border-am-cream-exit_text:hover{
    border-color: #81E6E2B3;
  }

  :root .xs\:hover\:border-am-cream-yesterday:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-cream-yesterday_light:hover{
    border-color: #DE777733;
  }

  :root .xs\:hover\:border-am-cream-yesterday_text:hover{
    border-color: #DE7777B3;
  }

  :root .xs\:hover\:border-am-brown-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-brown-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xs\:hover\:border-am-brown:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .xs\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .xs\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .xs\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .xs\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-grays-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-grays:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .xs\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .xs\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .xs\:focus\:border-am-base-background:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-main-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-main-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-main-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-coral:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-coral-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-coral-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-teal-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-teal-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-new-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-purple-transparent:focus{
    border-color: #757de338;
  }

  :root .xs\:focus\:border-am-purple-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-purple-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-green-brightest:focus{
    border-color: #77DEA280;
  }

  :root .xs\:focus\:border-am-green-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-green-aqua:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-green-brightest-transparent:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-green-hover:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-red-alive:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-red-intense:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-grey-light:focus{
    border-color: #BFC4FF1F;
  }

  :root .xs\:focus\:border-am-grey-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-grey-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-grey-transparent:focus{
    border-color: #BFC4FF4B;
  }

  :root .xs\:focus\:border-am-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-pink-brightest:focus{
    border-color: #d977dd3b;
  }

  :root .xs\:focus\:border-am-pink-rose:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-orange-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cyan-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cyan-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cyan-blue:focus{
    border-color: #0061FD60;
  }

  :root .xs\:focus\:border-am-cyan-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-blue:focus{
    border-color: #0061FD60;
  }

  :root .xs\:focus\:border-am-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-yellow-resalt:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cream-entry:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cream-entry_light:focus{
    border-color: #81E6AB33;
  }

  :root .xs\:focus\:border-am-cream-entry_text:focus{
    border-color: #81E6ABB3;
  }

  :root .xs\:focus\:border-am-cream-lunchgo:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cream-lunchgo_light:focus{
    border-color: #EEBA7233;
  }

  :root .xs\:focus\:border-am-cream-lunchgo_text:focus{
    border-color: #EEBA72B3;
  }

  :root .xs\:focus\:border-am-cream-lunchback:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cream-lunchback_light:focus{
    border-color: #EE8F7233;
  }

  :root .xs\:focus\:border-am-cream-lunchback_text:focus{
    border-color: #EE8F72B3;
  }

  :root .xs\:focus\:border-am-cream-exit:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cream-exit_light:focus{
    border-color: #81E6E233;
  }

  :root .xs\:focus\:border-am-cream-exit_text:focus{
    border-color: #81E6E2B3;
  }

  :root .xs\:focus\:border-am-cream-yesterday:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-cream-yesterday_light:focus{
    border-color: #DE777733;
  }

  :root .xs\:focus\:border-am-cream-yesterday_text:focus{
    border-color: #DE7777B3;
  }

  :root .xs\:focus\:border-am-brown-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-brown-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xs\:focus\:border-am-brown:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xs\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .xs\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .xs\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .xs\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .xs\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .xs\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .xs\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .xs\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .xs\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .group:hover .xs\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .xs\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .xs\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .xs\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .xs\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .xs\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  :root .xs\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .xs\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .xs\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .xs\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .xs\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .xs\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  :root .xs\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .xs\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .xs\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .xs\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .xs\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .xs\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  :root .xs\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .xs\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .xs\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .xs\:bg-base{
    background-color: var(--background-base);
  }

  :root .xs\:bg-card{
    background-color: var(--background-card);
  }

  :root .xs\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .xs\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .xs\:bg-current{
    background-color: currentColor;
  }

  :root .xs\:bg-transparent{
    background-color: transparent;
  }

  :root .xs\:bg-black{
    background-color: var(--text-color);
  }

  :root .xs\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .xs\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xs\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xs\:bg-grays-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xs\:bg-grays{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xs\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xs\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xs\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xs\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xs\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xs\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xs\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xs\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xs\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xs\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xs\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xs\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .xs\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .xs\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .xs\:bg-am-base-background{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-main-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-main-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-green{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-coral{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-coral-light{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-coral-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-teal-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-teal-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-new-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-purple-transparent{
    background-color: #757de338;
  }

  :root .xs\:bg-am-purple-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-purple-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-green-brightest{
    background-color: #77DEA280;
  }

  :root .xs\:bg-am-green-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-green-aqua{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-green-brightest-transparent{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-green-hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-green{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-red-alive{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-red-intense{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-grey-light{
    background-color: #BFC4FF1F;
  }

  :root .xs\:bg-am-grey-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-grey-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-grey-transparent{
    background-color: #BFC4FF4B;
  }

  :root .xs\:bg-am-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-pink-brightest{
    background-color: #d977dd3b;
  }

  :root .xs\:bg-am-pink-rose{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-orange-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cyan-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cyan-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cyan-blue{
    background-color: #0061FD60;
  }

  :root .xs\:bg-am-cyan-green{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-blue{
    background-color: #0061FD60;
  }

  :root .xs\:bg-am-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-yellow-resalt{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cream-entry{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cream-entry_light{
    background-color: #81E6AB33;
  }

  :root .xs\:bg-am-cream-entry_text{
    background-color: #81E6ABB3;
  }

  :root .xs\:bg-am-cream-lunchgo{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cream-lunchgo_light{
    background-color: #EEBA7233;
  }

  :root .xs\:bg-am-cream-lunchgo_text{
    background-color: #EEBA72B3;
  }

  :root .xs\:bg-am-cream-lunchback{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cream-lunchback_light{
    background-color: #EE8F7233;
  }

  :root .xs\:bg-am-cream-lunchback_text{
    background-color: #EE8F72B3;
  }

  :root .xs\:bg-am-cream-exit{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cream-exit_light{
    background-color: #81E6E233;
  }

  :root .xs\:bg-am-cream-exit_text{
    background-color: #81E6E2B3;
  }

  :root .xs\:bg-am-cream-yesterday{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-cream-yesterday_light{
    background-color: #DE777733;
  }

  :root .xs\:bg-am-cream-yesterday_text{
    background-color: #DE7777B3;
  }

  :root .xs\:bg-am-brown-light{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-brown-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xs\:bg-am-brown{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .xs\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .xs\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .xs\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .xs\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .xs\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .xs\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .xs\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .xs\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-grays-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-grays:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .xs\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .xs\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .xs\:hover\:bg-am-base-background:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-main-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-main-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-main-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-coral:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-coral-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-coral-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-teal-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-teal-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-new-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-purple-transparent:hover{
    background-color: #757de338;
  }

  :root .xs\:hover\:bg-am-purple-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-purple-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-green-brightest:hover{
    background-color: #77DEA280;
  }

  :root .xs\:hover\:bg-am-green-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-green-aqua:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-green-brightest-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-green-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-red-alive:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-red-intense:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-grey-light:hover{
    background-color: #BFC4FF1F;
  }

  :root .xs\:hover\:bg-am-grey-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-grey-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-grey-transparent:hover{
    background-color: #BFC4FF4B;
  }

  :root .xs\:hover\:bg-am-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-pink-brightest:hover{
    background-color: #d977dd3b;
  }

  :root .xs\:hover\:bg-am-pink-rose:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-orange-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cyan-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cyan-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cyan-blue:hover{
    background-color: #0061FD60;
  }

  :root .xs\:hover\:bg-am-cyan-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-blue:hover{
    background-color: #0061FD60;
  }

  :root .xs\:hover\:bg-am-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-yellow-resalt:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cream-entry:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cream-entry_light:hover{
    background-color: #81E6AB33;
  }

  :root .xs\:hover\:bg-am-cream-entry_text:hover{
    background-color: #81E6ABB3;
  }

  :root .xs\:hover\:bg-am-cream-lunchgo:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cream-lunchgo_light:hover{
    background-color: #EEBA7233;
  }

  :root .xs\:hover\:bg-am-cream-lunchgo_text:hover{
    background-color: #EEBA72B3;
  }

  :root .xs\:hover\:bg-am-cream-lunchback:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cream-lunchback_light:hover{
    background-color: #EE8F7233;
  }

  :root .xs\:hover\:bg-am-cream-lunchback_text:hover{
    background-color: #EE8F72B3;
  }

  :root .xs\:hover\:bg-am-cream-exit:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cream-exit_light:hover{
    background-color: #81E6E233;
  }

  :root .xs\:hover\:bg-am-cream-exit_text:hover{
    background-color: #81E6E2B3;
  }

  :root .xs\:hover\:bg-am-cream-yesterday:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-cream-yesterday_light:hover{
    background-color: #DE777733;
  }

  :root .xs\:hover\:bg-am-cream-yesterday_text:hover{
    background-color: #DE7777B3;
  }

  :root .xs\:hover\:bg-am-brown-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-brown-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xs\:hover\:bg-am-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .xs\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .xs\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .xs\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .xs\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .xs\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .xs\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .xs\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .xs\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-grays-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-grays:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .xs\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .xs\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .xs\:focus\:bg-am-base-background:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-main-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-main-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-main-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-coral:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-coral-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-coral-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-teal-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-teal-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-new-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-purple-transparent:focus{
    background-color: #757de338;
  }

  :root .xs\:focus\:bg-am-purple-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-purple-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-green-brightest:focus{
    background-color: #77DEA280;
  }

  :root .xs\:focus\:bg-am-green-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-green-aqua:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-green-brightest-transparent:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-green-hover:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-red-alive:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-red-intense:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-grey-light:focus{
    background-color: #BFC4FF1F;
  }

  :root .xs\:focus\:bg-am-grey-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-grey-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-grey-transparent:focus{
    background-color: #BFC4FF4B;
  }

  :root .xs\:focus\:bg-am-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-pink-brightest:focus{
    background-color: #d977dd3b;
  }

  :root .xs\:focus\:bg-am-pink-rose:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-orange-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cyan-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cyan-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cyan-blue:focus{
    background-color: #0061FD60;
  }

  :root .xs\:focus\:bg-am-cyan-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-blue:focus{
    background-color: #0061FD60;
  }

  :root .xs\:focus\:bg-am-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-yellow-resalt:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cream-entry:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cream-entry_light:focus{
    background-color: #81E6AB33;
  }

  :root .xs\:focus\:bg-am-cream-entry_text:focus{
    background-color: #81E6ABB3;
  }

  :root .xs\:focus\:bg-am-cream-lunchgo:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cream-lunchgo_light:focus{
    background-color: #EEBA7233;
  }

  :root .xs\:focus\:bg-am-cream-lunchgo_text:focus{
    background-color: #EEBA72B3;
  }

  :root .xs\:focus\:bg-am-cream-lunchback:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cream-lunchback_light:focus{
    background-color: #EE8F7233;
  }

  :root .xs\:focus\:bg-am-cream-lunchback_text:focus{
    background-color: #EE8F72B3;
  }

  :root .xs\:focus\:bg-am-cream-exit:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cream-exit_light:focus{
    background-color: #81E6E233;
  }

  :root .xs\:focus\:bg-am-cream-exit_text:focus{
    background-color: #81E6E2B3;
  }

  :root .xs\:focus\:bg-am-cream-yesterday:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-cream-yesterday_light:focus{
    background-color: #DE777733;
  }

  :root .xs\:focus\:bg-am-cream-yesterday_text:focus{
    background-color: #DE7777B3;
  }

  :root .xs\:focus\:bg-am-brown-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-brown-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xs\:focus\:bg-am-brown:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-base:disabled{
    background-color: var(--background-base);
  }

  :root .xs\:disabled\:bg-card:disabled{
    background-color: var(--background-card);
  }

  :root .xs\:disabled\:bg-app-bar:disabled{
    background-color: var(--background-app-bar);
  }

  :root .xs\:disabled\:bg-hover:disabled{
    background-color: var(--background-hover);
  }

  :root .xs\:disabled\:bg-current:disabled{
    background-color: currentColor;
  }

  :root .xs\:disabled\:bg-transparent:disabled{
    background-color: transparent;
  }

  :root .xs\:disabled\:bg-black:disabled{
    background-color: var(--text-color);
  }

  :root .xs\:disabled\:bg-white:disabled{
    background-color: var(--text-color-light);
  }

  :root .xs\:disabled\:bg-contrast-black:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-contrast-white:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-grays-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-grays:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-gray-light:disabled{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:disabled\:bg-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-red-light:disabled{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:disabled\:bg-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-orange-light:disabled{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:disabled\:bg-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-deep-orange-light:disabled{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:disabled\:bg-deep-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-amber-light:disabled{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:disabled\:bg-amber:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-green-light:disabled{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:disabled\:bg-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-teal-light:disabled{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:disabled\:bg-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-cyan-light:disabled{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:disabled\:bg-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-purple-light:disabled{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:disabled\:bg-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-deep-purple-light:disabled{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:disabled\:bg-deep-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-pink-light:disabled{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:disabled\:bg-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-primary-light:disabled{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:disabled\:bg-primary:disabled{
    background-color: rgb(var(--color-primary));
  }

  :root .xs\:disabled\:bg-accent-light:disabled{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:disabled\:bg-accent:disabled{
    background-color: rgb(var(--color-accent));
  }

  :root .xs\:disabled\:bg-warn-light:disabled{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:disabled\:bg-warn:disabled{
    background-color: rgb(var(--color-warn));
  }

  :root .xs\:disabled\:bg-am-base-background:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-main-blue:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-main-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-main-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-gray-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-gray-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-coral:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-coral-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-coral-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-teal-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-teal-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-new-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-purple-transparent:disabled{
    background-color: #757de338;
  }

  :root .xs\:disabled\:bg-am-purple-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-purple-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-green-brightest:disabled{
    background-color: #77DEA280;
  }

  :root .xs\:disabled\:bg-am-green-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-green-aqua:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-green-brightest-transparent:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-green-hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-red-alive:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-red-intense:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-grey-light:disabled{
    background-color: #BFC4FF1F;
  }

  :root .xs\:disabled\:bg-am-grey-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-grey-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-grey-transparent:disabled{
    background-color: #BFC4FF4B;
  }

  :root .xs\:disabled\:bg-am-grey:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-pink-brightest:disabled{
    background-color: #d977dd3b;
  }

  :root .xs\:disabled\:bg-am-pink-rose:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-orange-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cyan-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cyan-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cyan-blue:disabled{
    background-color: #0061FD60;
  }

  :root .xs\:disabled\:bg-am-cyan-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-blue:disabled{
    background-color: #0061FD60;
  }

  :root .xs\:disabled\:bg-am-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-yellow-resalt:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cream-entry:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cream-entry_light:disabled{
    background-color: #81E6AB33;
  }

  :root .xs\:disabled\:bg-am-cream-entry_text:disabled{
    background-color: #81E6ABB3;
  }

  :root .xs\:disabled\:bg-am-cream-lunchgo:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cream-lunchgo_light:disabled{
    background-color: #EEBA7233;
  }

  :root .xs\:disabled\:bg-am-cream-lunchgo_text:disabled{
    background-color: #EEBA72B3;
  }

  :root .xs\:disabled\:bg-am-cream-lunchback:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cream-lunchback_light:disabled{
    background-color: #EE8F7233;
  }

  :root .xs\:disabled\:bg-am-cream-lunchback_text:disabled{
    background-color: #EE8F72B3;
  }

  :root .xs\:disabled\:bg-am-cream-exit:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cream-exit_light:disabled{
    background-color: #81E6E233;
  }

  :root .xs\:disabled\:bg-am-cream-exit_text:disabled{
    background-color: #81E6E2B3;
  }

  :root .xs\:disabled\:bg-am-cream-yesterday:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-cream-yesterday_light:disabled{
    background-color: #DE777733;
  }

  :root .xs\:disabled\:bg-am-cream-yesterday_text:disabled{
    background-color: #DE7777B3;
  }

  :root .xs\:disabled\:bg-am-brown-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-brown-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xs\:disabled\:bg-am-brown:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xs\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .xs\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .xs\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .xs\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .xs\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .xs\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .xs\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .xs\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .xs\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .group:hover .xs\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .xs\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .xs\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .xs\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .xs\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .xs\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  :root .xs\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .xs\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .xs\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .xs\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .xs\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .xs\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  :root .xs\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .xs\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .xs\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .xs\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .xs\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .xs\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  :root .xs\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .xs\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .xs\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .xs\:bg-none{
    background-image: none;
  }

  :root .xs\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .xs\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .xs\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .xs\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .xs\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .xs\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .xs\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .xs\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .xs\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-grays-light{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xs\:from-grays{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xs\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:from-am-base-background{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xs\:from-am-main-blue{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:from-am-main-blue-light{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xs\:from-am-main-blue-dark{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xs\:from-am-gray{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xs\:from-am-gray-light{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xs\:from-am-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:from-am-new-green{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:from-am-new-green-light{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xs\:from-am-new-green-dark{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xs\:from-am-new-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:from-am-new-orange-light{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xs\:from-am-new-orange-dark{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xs\:from-am-coral{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:from-am-coral-light{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xs\:from-am-coral-dark{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xs\:from-am-teal{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:from-am-teal-light{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xs\:from-am-teal-dark{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xs\:from-am-new-red{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:from-am-new-red-light{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xs\:from-am-new-red-dark{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xs\:from-am-new-yellow{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:from-am-new-yellow-light{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xs\:from-am-new-yellow-dark{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xs\:from-am-new-pink{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:from-am-new-pink-light{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xs\:from-am-new-pink-dark{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xs\:from-am-new-purple{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xs\:from-am-new-purple-light{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xs\:from-am-new-purple-dark{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xs\:from-am-purple-transparent{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xs\:from-am-purple-relight{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xs\:from-am-purple-light{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xs\:from-am-purple-medium{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xs\:from-am-purple-dark{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xs\:from-am-purple{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:from-am-green-light{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:from-am-green-brightest{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:from-am-green-cyan{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xs\:from-am-green-dark{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xs\:from-am-green-aqua{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xs\:from-am-green-brightest-transparent{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xs\:from-am-green-hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xs\:from-am-green{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xs\:from-am-red-alive{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xs\:from-am-red-light{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xs\:from-am-red-dark{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xs\:from-am-red-intense{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xs\:from-am-red{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:from-am-grey-light{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:from-am-grey-dark{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xs\:from-am-grey-medium{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xs\:from-am-grey-transparent{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:from-am-grey{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:from-am-pink-light{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xs\:from-am-pink-dark{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xs\:from-am-pink-brightest{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:from-am-pink-rose{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xs\:from-am-pink{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:from-am-orange-light{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xs\:from-am-orange-relight{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xs\:from-am-orange-dark{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xs\:from-am-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:from-am-cyan-light{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xs\:from-am-cyan-dark{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xs\:from-am-cyan-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:from-am-cyan-green{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xs\:from-am-cyan{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xs\:from-am-blue-light{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xs\:from-am-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:from-am-blue-dark{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xs\:from-am-yellow-resalt{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:from-am-yellow-light{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xs\:from-am-yellow-dark{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xs\:from-am-yellow{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xs\:from-am-cream-entry{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:from-am-cream-entry_light{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:from-am-cream-entry_text{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:from-am-cream-lunchgo{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:from-am-cream-lunchgo_light{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:from-am-cream-lunchgo_text{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:from-am-cream-lunchback{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:from-am-cream-lunchback_light{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:from-am-cream-lunchback_text{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:from-am-cream-exit{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:from-am-cream-exit_light{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:from-am-cream-exit_text{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:from-am-cream-yesterday{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:from-am-cream-yesterday_light{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:from-am-cream-yesterday_text{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:from-am-brown-light{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xs\:from-am-brown-dark{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xs\:from-am-brown{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xs\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-grays-light:hover{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xs\:hover\:from-grays:hover{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xs\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:from-am-base-background:hover{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xs\:hover\:from-am-main-blue:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:hover\:from-am-main-blue-light:hover{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xs\:hover\:from-am-main-blue-dark:hover{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xs\:hover\:from-am-gray:hover{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xs\:hover\:from-am-gray-light:hover{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xs\:hover\:from-am-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:hover\:from-am-new-green:hover{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:hover\:from-am-new-green-light:hover{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xs\:hover\:from-am-new-green-dark:hover{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xs\:hover\:from-am-new-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:hover\:from-am-new-orange-light:hover{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xs\:hover\:from-am-new-orange-dark:hover{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xs\:hover\:from-am-coral:hover{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:from-am-coral-light:hover{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xs\:hover\:from-am-coral-dark:hover{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xs\:hover\:from-am-teal:hover{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:from-am-teal-light:hover{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xs\:hover\:from-am-teal-dark:hover{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xs\:hover\:from-am-new-red:hover{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:from-am-new-red-light:hover{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xs\:hover\:from-am-new-red-dark:hover{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xs\:hover\:from-am-new-yellow:hover{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:hover\:from-am-new-yellow-light:hover{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xs\:hover\:from-am-new-yellow-dark:hover{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xs\:hover\:from-am-new-pink:hover{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:hover\:from-am-new-pink-light:hover{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xs\:hover\:from-am-new-pink-dark:hover{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xs\:hover\:from-am-new-purple:hover{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xs\:hover\:from-am-new-purple-light:hover{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xs\:hover\:from-am-new-purple-dark:hover{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xs\:hover\:from-am-purple-transparent:hover{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xs\:hover\:from-am-purple-relight:hover{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xs\:hover\:from-am-purple-light:hover{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xs\:hover\:from-am-purple-medium:hover{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xs\:hover\:from-am-purple-dark:hover{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xs\:hover\:from-am-purple:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:hover\:from-am-green-light:hover{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:hover\:from-am-green-brightest:hover{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:hover\:from-am-green-cyan:hover{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xs\:hover\:from-am-green-dark:hover{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xs\:hover\:from-am-green-aqua:hover{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xs\:hover\:from-am-green-brightest-transparent:hover{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xs\:hover\:from-am-green-hover:hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xs\:hover\:from-am-green:hover{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xs\:hover\:from-am-red-alive:hover{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xs\:hover\:from-am-red-light:hover{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xs\:hover\:from-am-red-dark:hover{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xs\:hover\:from-am-red-intense:hover{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xs\:hover\:from-am-red:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:from-am-grey-light:hover{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:hover\:from-am-grey-dark:hover{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xs\:hover\:from-am-grey-medium:hover{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xs\:hover\:from-am-grey-transparent:hover{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:hover\:from-am-grey:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:hover\:from-am-pink-light:hover{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xs\:hover\:from-am-pink-dark:hover{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xs\:hover\:from-am-pink-brightest:hover{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:hover\:from-am-pink-rose:hover{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xs\:hover\:from-am-pink:hover{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:hover\:from-am-orange-light:hover{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xs\:hover\:from-am-orange-relight:hover{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xs\:hover\:from-am-orange-dark:hover{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xs\:hover\:from-am-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:hover\:from-am-cyan-light:hover{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xs\:hover\:from-am-cyan-dark:hover{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xs\:hover\:from-am-cyan-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:hover\:from-am-cyan-green:hover{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xs\:hover\:from-am-cyan:hover{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xs\:hover\:from-am-blue-light:hover{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xs\:hover\:from-am-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:hover\:from-am-blue-dark:hover{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xs\:hover\:from-am-yellow-resalt:hover{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:hover\:from-am-yellow-light:hover{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xs\:hover\:from-am-yellow-dark:hover{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xs\:hover\:from-am-yellow:hover{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xs\:hover\:from-am-cream-entry:hover{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:hover\:from-am-cream-entry_light:hover{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:hover\:from-am-cream-entry_text:hover{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:hover\:from-am-cream-lunchgo:hover{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:hover\:from-am-cream-lunchgo_light:hover{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:hover\:from-am-cream-lunchgo_text:hover{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:hover\:from-am-cream-lunchback:hover{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:from-am-cream-lunchback_light:hover{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:from-am-cream-lunchback_text:hover{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:from-am-cream-exit:hover{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:from-am-cream-exit_light:hover{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:from-am-cream-exit_text:hover{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:from-am-cream-yesterday:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:from-am-cream-yesterday_light:hover{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:from-am-cream-yesterday_text:hover{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:from-am-brown-light:hover{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xs\:hover\:from-am-brown-dark:hover{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xs\:hover\:from-am-brown:hover{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xs\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-grays-light:focus{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xs\:focus\:from-grays:focus{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xs\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:from-am-base-background:focus{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xs\:focus\:from-am-main-blue:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:focus\:from-am-main-blue-light:focus{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xs\:focus\:from-am-main-blue-dark:focus{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xs\:focus\:from-am-gray:focus{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xs\:focus\:from-am-gray-light:focus{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xs\:focus\:from-am-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:focus\:from-am-new-green:focus{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:focus\:from-am-new-green-light:focus{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xs\:focus\:from-am-new-green-dark:focus{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xs\:focus\:from-am-new-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:focus\:from-am-new-orange-light:focus{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xs\:focus\:from-am-new-orange-dark:focus{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xs\:focus\:from-am-coral:focus{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:from-am-coral-light:focus{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xs\:focus\:from-am-coral-dark:focus{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xs\:focus\:from-am-teal:focus{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:from-am-teal-light:focus{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xs\:focus\:from-am-teal-dark:focus{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xs\:focus\:from-am-new-red:focus{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:from-am-new-red-light:focus{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xs\:focus\:from-am-new-red-dark:focus{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xs\:focus\:from-am-new-yellow:focus{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:focus\:from-am-new-yellow-light:focus{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xs\:focus\:from-am-new-yellow-dark:focus{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xs\:focus\:from-am-new-pink:focus{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:focus\:from-am-new-pink-light:focus{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xs\:focus\:from-am-new-pink-dark:focus{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xs\:focus\:from-am-new-purple:focus{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xs\:focus\:from-am-new-purple-light:focus{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xs\:focus\:from-am-new-purple-dark:focus{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xs\:focus\:from-am-purple-transparent:focus{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xs\:focus\:from-am-purple-relight:focus{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xs\:focus\:from-am-purple-light:focus{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xs\:focus\:from-am-purple-medium:focus{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xs\:focus\:from-am-purple-dark:focus{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xs\:focus\:from-am-purple:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:focus\:from-am-green-light:focus{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:focus\:from-am-green-brightest:focus{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:focus\:from-am-green-cyan:focus{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xs\:focus\:from-am-green-dark:focus{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xs\:focus\:from-am-green-aqua:focus{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xs\:focus\:from-am-green-brightest-transparent:focus{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xs\:focus\:from-am-green-hover:focus{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xs\:focus\:from-am-green:focus{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xs\:focus\:from-am-red-alive:focus{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xs\:focus\:from-am-red-light:focus{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xs\:focus\:from-am-red-dark:focus{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xs\:focus\:from-am-red-intense:focus{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xs\:focus\:from-am-red:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:from-am-grey-light:focus{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:focus\:from-am-grey-dark:focus{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xs\:focus\:from-am-grey-medium:focus{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xs\:focus\:from-am-grey-transparent:focus{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:focus\:from-am-grey:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:focus\:from-am-pink-light:focus{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xs\:focus\:from-am-pink-dark:focus{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xs\:focus\:from-am-pink-brightest:focus{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:focus\:from-am-pink-rose:focus{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xs\:focus\:from-am-pink:focus{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:focus\:from-am-orange-light:focus{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xs\:focus\:from-am-orange-relight:focus{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xs\:focus\:from-am-orange-dark:focus{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xs\:focus\:from-am-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:focus\:from-am-cyan-light:focus{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xs\:focus\:from-am-cyan-dark:focus{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xs\:focus\:from-am-cyan-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:focus\:from-am-cyan-green:focus{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xs\:focus\:from-am-cyan:focus{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xs\:focus\:from-am-blue-light:focus{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xs\:focus\:from-am-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:focus\:from-am-blue-dark:focus{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xs\:focus\:from-am-yellow-resalt:focus{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:focus\:from-am-yellow-light:focus{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xs\:focus\:from-am-yellow-dark:focus{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xs\:focus\:from-am-yellow:focus{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xs\:focus\:from-am-cream-entry:focus{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:focus\:from-am-cream-entry_light:focus{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:focus\:from-am-cream-entry_text:focus{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:focus\:from-am-cream-lunchgo:focus{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:focus\:from-am-cream-lunchgo_light:focus{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:focus\:from-am-cream-lunchgo_text:focus{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:focus\:from-am-cream-lunchback:focus{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:from-am-cream-lunchback_light:focus{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:from-am-cream-lunchback_text:focus{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:from-am-cream-exit:focus{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:from-am-cream-exit_light:focus{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:from-am-cream-exit_text:focus{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:from-am-cream-yesterday:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:from-am-cream-yesterday_light:focus{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:from-am-cream-yesterday_text:focus{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:from-am-brown-light:focus{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xs\:focus\:from-am-brown-dark:focus{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xs\:focus\:from-am-brown:focus{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xs\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-grays-light{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xs\:via-grays{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xs\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:via-am-base-background{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xs\:via-am-main-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:via-am-main-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xs\:via-am-main-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xs\:via-am-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xs\:via-am-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xs\:via-am-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:via-am-new-green{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:via-am-new-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xs\:via-am-new-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xs\:via-am-new-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:via-am-new-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xs\:via-am-new-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xs\:via-am-coral{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:via-am-coral-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xs\:via-am-coral-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xs\:via-am-teal{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:via-am-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xs\:via-am-teal-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xs\:via-am-new-red{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:via-am-new-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xs\:via-am-new-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xs\:via-am-new-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:via-am-new-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xs\:via-am-new-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xs\:via-am-new-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:via-am-new-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xs\:via-am-new-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xs\:via-am-new-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xs\:via-am-new-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xs\:via-am-new-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xs\:via-am-purple-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xs\:via-am-purple-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xs\:via-am-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xs\:via-am-purple-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xs\:via-am-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xs\:via-am-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:via-am-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:via-am-green-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:via-am-green-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xs\:via-am-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xs\:via-am-green-aqua{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xs\:via-am-green-brightest-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xs\:via-am-green-hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xs\:via-am-green{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xs\:via-am-red-alive{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xs\:via-am-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xs\:via-am-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xs\:via-am-red-intense{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xs\:via-am-red{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:via-am-grey-light{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:via-am-grey-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xs\:via-am-grey-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xs\:via-am-grey-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:via-am-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:via-am-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xs\:via-am-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xs\:via-am-pink-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:via-am-pink-rose{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xs\:via-am-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:via-am-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xs\:via-am-orange-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xs\:via-am-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xs\:via-am-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:via-am-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xs\:via-am-cyan-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xs\:via-am-cyan-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:via-am-cyan-green{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xs\:via-am-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xs\:via-am-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xs\:via-am-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:via-am-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xs\:via-am-yellow-resalt{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:via-am-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xs\:via-am-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xs\:via-am-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xs\:via-am-cream-entry{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:via-am-cream-entry_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:via-am-cream-entry_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:via-am-cream-lunchgo{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:via-am-cream-lunchgo_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:via-am-cream-lunchgo_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:via-am-cream-lunchback{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:via-am-cream-lunchback_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:via-am-cream-lunchback_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:via-am-cream-exit{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:via-am-cream-exit_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:via-am-cream-exit_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:via-am-cream-yesterday{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:via-am-cream-yesterday_light{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:via-am-cream-yesterday_text{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:via-am-brown-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xs\:via-am-brown-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xs\:via-am-brown{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xs\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-grays-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xs\:hover\:via-grays:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xs\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:hover\:via-am-base-background:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xs\:hover\:via-am-main-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:hover\:via-am-main-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xs\:hover\:via-am-main-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xs\:hover\:via-am-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xs\:hover\:via-am-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xs\:hover\:via-am-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:hover\:via-am-new-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:hover\:via-am-new-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xs\:hover\:via-am-new-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xs\:hover\:via-am-new-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:hover\:via-am-new-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xs\:hover\:via-am-new-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xs\:hover\:via-am-coral:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:via-am-coral-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xs\:hover\:via-am-coral-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xs\:hover\:via-am-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:via-am-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xs\:hover\:via-am-teal-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xs\:hover\:via-am-new-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:via-am-new-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xs\:hover\:via-am-new-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xs\:hover\:via-am-new-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:hover\:via-am-new-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xs\:hover\:via-am-new-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xs\:hover\:via-am-new-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:hover\:via-am-new-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xs\:hover\:via-am-new-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xs\:hover\:via-am-new-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xs\:hover\:via-am-new-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xs\:hover\:via-am-new-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xs\:hover\:via-am-purple-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xs\:hover\:via-am-purple-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xs\:hover\:via-am-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xs\:hover\:via-am-purple-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xs\:hover\:via-am-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xs\:hover\:via-am-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:hover\:via-am-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:hover\:via-am-green-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:hover\:via-am-green-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xs\:hover\:via-am-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xs\:hover\:via-am-green-aqua:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xs\:hover\:via-am-green-brightest-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xs\:hover\:via-am-green-hover:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xs\:hover\:via-am-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xs\:hover\:via-am-red-alive:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xs\:hover\:via-am-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xs\:hover\:via-am-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xs\:hover\:via-am-red-intense:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xs\:hover\:via-am-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:via-am-grey-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:hover\:via-am-grey-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xs\:hover\:via-am-grey-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xs\:hover\:via-am-grey-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:hover\:via-am-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:hover\:via-am-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xs\:hover\:via-am-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xs\:hover\:via-am-pink-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:hover\:via-am-pink-rose:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xs\:hover\:via-am-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:hover\:via-am-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xs\:hover\:via-am-orange-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xs\:hover\:via-am-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xs\:hover\:via-am-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:hover\:via-am-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xs\:hover\:via-am-cyan-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xs\:hover\:via-am-cyan-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:hover\:via-am-cyan-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xs\:hover\:via-am-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xs\:hover\:via-am-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xs\:hover\:via-am-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:hover\:via-am-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xs\:hover\:via-am-yellow-resalt:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:hover\:via-am-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xs\:hover\:via-am-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xs\:hover\:via-am-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xs\:hover\:via-am-cream-entry:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:hover\:via-am-cream-entry_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:hover\:via-am-cream-entry_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:hover\:via-am-cream-lunchgo:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:hover\:via-am-cream-lunchgo_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:hover\:via-am-cream-lunchgo_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:hover\:via-am-cream-lunchback:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:via-am-cream-lunchback_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:via-am-cream-lunchback_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:hover\:via-am-cream-exit:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:via-am-cream-exit_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:via-am-cream-exit_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:hover\:via-am-cream-yesterday:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:via-am-cream-yesterday_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:via-am-cream-yesterday_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:hover\:via-am-brown-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xs\:hover\:via-am-brown-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xs\:hover\:via-am-brown:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xs\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xs\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-grays-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xs\:focus\:via-grays:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xs\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xs\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xs\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xs\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xs\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xs\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xs\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xs\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xs\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xs\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xs\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xs\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xs\:focus\:via-am-base-background:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xs\:focus\:via-am-main-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:focus\:via-am-main-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xs\:focus\:via-am-main-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xs\:focus\:via-am-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xs\:focus\:via-am-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xs\:focus\:via-am-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:focus\:via-am-new-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:focus\:via-am-new-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xs\:focus\:via-am-new-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xs\:focus\:via-am-new-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:focus\:via-am-new-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xs\:focus\:via-am-new-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xs\:focus\:via-am-coral:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:via-am-coral-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xs\:focus\:via-am-coral-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xs\:focus\:via-am-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:via-am-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xs\:focus\:via-am-teal-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xs\:focus\:via-am-new-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:via-am-new-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xs\:focus\:via-am-new-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xs\:focus\:via-am-new-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:focus\:via-am-new-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xs\:focus\:via-am-new-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xs\:focus\:via-am-new-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:focus\:via-am-new-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xs\:focus\:via-am-new-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xs\:focus\:via-am-new-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xs\:focus\:via-am-new-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xs\:focus\:via-am-new-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xs\:focus\:via-am-purple-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xs\:focus\:via-am-purple-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xs\:focus\:via-am-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xs\:focus\:via-am-purple-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xs\:focus\:via-am-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xs\:focus\:via-am-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xs\:focus\:via-am-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:focus\:via-am-green-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xs\:focus\:via-am-green-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xs\:focus\:via-am-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xs\:focus\:via-am-green-aqua:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xs\:focus\:via-am-green-brightest-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xs\:focus\:via-am-green-hover:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xs\:focus\:via-am-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xs\:focus\:via-am-red-alive:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xs\:focus\:via-am-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xs\:focus\:via-am-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xs\:focus\:via-am-red-intense:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xs\:focus\:via-am-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:via-am-grey-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:focus\:via-am-grey-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xs\:focus\:via-am-grey-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xs\:focus\:via-am-grey-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xs\:focus\:via-am-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xs\:focus\:via-am-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xs\:focus\:via-am-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xs\:focus\:via-am-pink-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:focus\:via-am-pink-rose:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xs\:focus\:via-am-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xs\:focus\:via-am-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xs\:focus\:via-am-orange-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xs\:focus\:via-am-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xs\:focus\:via-am-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xs\:focus\:via-am-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xs\:focus\:via-am-cyan-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xs\:focus\:via-am-cyan-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:focus\:via-am-cyan-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xs\:focus\:via-am-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xs\:focus\:via-am-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xs\:focus\:via-am-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xs\:focus\:via-am-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xs\:focus\:via-am-yellow-resalt:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xs\:focus\:via-am-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xs\:focus\:via-am-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xs\:focus\:via-am-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xs\:focus\:via-am-cream-entry:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:focus\:via-am-cream-entry_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:focus\:via-am-cream-entry_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xs\:focus\:via-am-cream-lunchgo:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:focus\:via-am-cream-lunchgo_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:focus\:via-am-cream-lunchgo_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xs\:focus\:via-am-cream-lunchback:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:via-am-cream-lunchback_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:via-am-cream-lunchback_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xs\:focus\:via-am-cream-exit:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:via-am-cream-exit_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:via-am-cream-exit_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xs\:focus\:via-am-cream-yesterday:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:via-am-cream-yesterday_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:via-am-cream-yesterday_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xs\:focus\:via-am-brown-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xs\:focus\:via-am-brown-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xs\:focus\:via-am-brown:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xs\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .xs\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .xs\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .xs\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xs\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .xs\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .xs\:to-grays-light{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xs\:to-grays{
    --tw-gradient-to: #969CA7;
  }

  :root .xs\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xs\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xs\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xs\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xs\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xs\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xs\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xs\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xs\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xs\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xs\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xs\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xs\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xs\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xs\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xs\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xs\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xs\:to-am-base-background{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xs\:to-am-main-blue{
    --tw-gradient-to: #7084E3;
  }

  :root .xs\:to-am-main-blue-light{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xs\:to-am-main-blue-dark{
    --tw-gradient-to: #00004d;
  }

  :root .xs\:to-am-gray{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xs\:to-am-gray-light{
    --tw-gradient-to: #bebebe;
  }

  :root .xs\:to-am-gray-dark{
    --tw-gradient-to: #666666;
  }

  :root .xs\:to-am-new-green{
    --tw-gradient-to: #77dea2;
  }

  :root .xs\:to-am-new-green-light{
    --tw-gradient-to: #baeed0;
  }

  :root .xs\:to-am-new-green-dark{
    --tw-gradient-to: #27834d;
  }

  :root .xs\:to-am-new-orange{
    --tw-gradient-to: #f78842;
  }

  :root .xs\:to-am-new-orange-light{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xs\:to-am-new-orange-dark{
    --tw-gradient-to: #af5f2e;
  }

  :root .xs\:to-am-coral{
    --tw-gradient-to: #ee8f72;
  }

  :root .xs\:to-am-coral-light{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xs\:to-am-coral-dark{
    --tw-gradient-to: #be6a50;
  }

  :root .xs\:to-am-teal{
    --tw-gradient-to: #81e6e2;
  }

  :root .xs\:to-am-teal-light{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xs\:to-am-teal-dark{
    --tw-gradient-to: #449D99;
  }

  :root .xs\:to-am-new-red{
    --tw-gradient-to: #de7777;
  }

  :root .xs\:to-am-new-red-light{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xs\:to-am-new-red-dark{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xs\:to-am-new-yellow{
    --tw-gradient-to: #ffce00;
  }

  :root .xs\:to-am-new-yellow-light{
    --tw-gradient-to: #ffeb99;
  }

  :root .xs\:to-am-new-yellow-dark{
    --tw-gradient-to: #a56c00;
  }

  :root .xs\:to-am-new-pink{
    --tw-gradient-to: #d977dd;
  }

  :root .xs\:to-am-new-pink-light{
    --tw-gradient-to: #ecbaee;
  }

  :root .xs\:to-am-new-pink-dark{
    --tw-gradient-to: #97569a;
  }

  :root .xs\:to-am-new-purple{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xs\:to-am-new-purple-light{
    --tw-gradient-to: #baacff;
  }

  :root .xs\:to-am-new-purple-dark{
    --tw-gradient-to: #7164b1;
  }

  :root .xs\:to-am-purple-transparent{
    --tw-gradient-to: #757de338;
  }

  :root .xs\:to-am-purple-relight{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xs\:to-am-purple-light{
    --tw-gradient-to: #dbdcff;
  }

  :root .xs\:to-am-purple-medium{
    --tw-gradient-to: #927DEA;
  }

  :root .xs\:to-am-purple-dark{
    --tw-gradient-to: #465499;
  }

  :root .xs\:to-am-purple{
    --tw-gradient-to: #7084E3;
  }

  :root .xs\:to-am-green-light{
    --tw-gradient-to: #77DEA2;
  }

  :root .xs\:to-am-green-brightest{
    --tw-gradient-to: #77DEA280;
  }

  :root .xs\:to-am-green-cyan{
    --tw-gradient-to: #26b28f;
  }

  :root .xs\:to-am-green-dark{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xs\:to-am-green-aqua{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xs\:to-am-green-brightest-transparent{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xs\:to-am-green-hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xs\:to-am-green{
    --tw-gradient-to: #54C931;
  }

  :root .xs\:to-am-red-alive{
    --tw-gradient-to: #E56262;
  }

  :root .xs\:to-am-red-light{
    --tw-gradient-to: #ffcece;
  }

  :root .xs\:to-am-red-dark{
    --tw-gradient-to: #d93d3d;
  }

  :root .xs\:to-am-red-intense{
    --tw-gradient-to: #f00846;
  }

  :root .xs\:to-am-red{
    --tw-gradient-to: #DE7777;
  }

  :root .xs\:to-am-grey-light{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xs\:to-am-grey-dark{
    --tw-gradient-to: #2C303E;
  }

  :root .xs\:to-am-grey-medium{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xs\:to-am-grey-transparent{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xs\:to-am-grey{
    --tw-gradient-to: #666666;
  }

  :root .xs\:to-am-pink-light{
    --tw-gradient-to: #edcff0;
  }

  :root .xs\:to-am-pink-dark{
    --tw-gradient-to: #a941ae;
  }

  :root .xs\:to-am-pink-brightest{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xs\:to-am-pink-rose{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xs\:to-am-pink{
    --tw-gradient-to: #D977DD;
  }

  :root .xs\:to-am-orange-light{
    --tw-gradient-to: #f89103;
  }

  :root .xs\:to-am-orange-relight{
    --tw-gradient-to: #fff1e8;
  }

  :root .xs\:to-am-orange-dark{
    --tw-gradient-to: #b57c00;
  }

  :root .xs\:to-am-orange{
    --tw-gradient-to: #f78842;
  }

  :root .xs\:to-am-cyan-light{
    --tw-gradient-to: #b3edf4;
  }

  :root .xs\:to-am-cyan-dark{
    --tw-gradient-to: #129aa6;
  }

  :root .xs\:to-am-cyan-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .xs\:to-am-cyan-green{
    --tw-gradient-to: #b9eadf;
  }

  :root .xs\:to-am-cyan{
    --tw-gradient-to: #18D9EA;
  }

  :root .xs\:to-am-blue-light{
    --tw-gradient-to: #92C9F2;
  }

  :root .xs\:to-am-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .xs\:to-am-blue-dark{
    --tw-gradient-to: #5784a5;
  }

  :root .xs\:to-am-yellow-resalt{
    --tw-gradient-to: #FFCE00;
  }

  :root .xs\:to-am-yellow-light{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xs\:to-am-yellow-dark{
    --tw-gradient-to: #c18b11;
  }

  :root .xs\:to-am-yellow{
    --tw-gradient-to: #FAD073;
  }

  :root .xs\:to-am-cream-entry{
    --tw-gradient-to: #81E6AB;
  }

  :root .xs\:to-am-cream-entry_light{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xs\:to-am-cream-entry_text{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xs\:to-am-cream-lunchgo{
    --tw-gradient-to: #EEBA72;
  }

  :root .xs\:to-am-cream-lunchgo_light{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xs\:to-am-cream-lunchgo_text{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xs\:to-am-cream-lunchback{
    --tw-gradient-to: #EE8F72;
  }

  :root .xs\:to-am-cream-lunchback_light{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xs\:to-am-cream-lunchback_text{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xs\:to-am-cream-exit{
    --tw-gradient-to: #81E6E2;
  }

  :root .xs\:to-am-cream-exit_light{
    --tw-gradient-to: #81E6E233;
  }

  :root .xs\:to-am-cream-exit_text{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xs\:to-am-cream-yesterday{
    --tw-gradient-to: #DE7777;
  }

  :root .xs\:to-am-cream-yesterday_light{
    --tw-gradient-to: #DE777733;
  }

  :root .xs\:to-am-cream-yesterday_text{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xs\:to-am-brown-light{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xs\:to-am-brown-dark{
    --tw-gradient-to: #501D0E;
  }

  :root .xs\:to-am-brown{
    --tw-gradient-to: #A23E00;
  }

  :root .xs\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .xs\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .xs\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .xs\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xs\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .xs\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .xs\:hover\:to-grays-light:hover{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xs\:hover\:to-grays:hover{
    --tw-gradient-to: #969CA7;
  }

  :root .xs\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xs\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xs\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xs\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xs\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xs\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xs\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xs\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xs\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xs\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xs\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xs\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xs\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xs\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xs\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xs\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xs\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xs\:hover\:to-am-base-background:hover{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xs\:hover\:to-am-main-blue:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .xs\:hover\:to-am-main-blue-light:hover{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xs\:hover\:to-am-main-blue-dark:hover{
    --tw-gradient-to: #00004d;
  }

  :root .xs\:hover\:to-am-gray:hover{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xs\:hover\:to-am-gray-light:hover{
    --tw-gradient-to: #bebebe;
  }

  :root .xs\:hover\:to-am-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  :root .xs\:hover\:to-am-new-green:hover{
    --tw-gradient-to: #77dea2;
  }

  :root .xs\:hover\:to-am-new-green-light:hover{
    --tw-gradient-to: #baeed0;
  }

  :root .xs\:hover\:to-am-new-green-dark:hover{
    --tw-gradient-to: #27834d;
  }

  :root .xs\:hover\:to-am-new-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .xs\:hover\:to-am-new-orange-light:hover{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xs\:hover\:to-am-new-orange-dark:hover{
    --tw-gradient-to: #af5f2e;
  }

  :root .xs\:hover\:to-am-coral:hover{
    --tw-gradient-to: #ee8f72;
  }

  :root .xs\:hover\:to-am-coral-light:hover{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xs\:hover\:to-am-coral-dark:hover{
    --tw-gradient-to: #be6a50;
  }

  :root .xs\:hover\:to-am-teal:hover{
    --tw-gradient-to: #81e6e2;
  }

  :root .xs\:hover\:to-am-teal-light:hover{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xs\:hover\:to-am-teal-dark:hover{
    --tw-gradient-to: #449D99;
  }

  :root .xs\:hover\:to-am-new-red:hover{
    --tw-gradient-to: #de7777;
  }

  :root .xs\:hover\:to-am-new-red-light:hover{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xs\:hover\:to-am-new-red-dark:hover{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xs\:hover\:to-am-new-yellow:hover{
    --tw-gradient-to: #ffce00;
  }

  :root .xs\:hover\:to-am-new-yellow-light:hover{
    --tw-gradient-to: #ffeb99;
  }

  :root .xs\:hover\:to-am-new-yellow-dark:hover{
    --tw-gradient-to: #a56c00;
  }

  :root .xs\:hover\:to-am-new-pink:hover{
    --tw-gradient-to: #d977dd;
  }

  :root .xs\:hover\:to-am-new-pink-light:hover{
    --tw-gradient-to: #ecbaee;
  }

  :root .xs\:hover\:to-am-new-pink-dark:hover{
    --tw-gradient-to: #97569a;
  }

  :root .xs\:hover\:to-am-new-purple:hover{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xs\:hover\:to-am-new-purple-light:hover{
    --tw-gradient-to: #baacff;
  }

  :root .xs\:hover\:to-am-new-purple-dark:hover{
    --tw-gradient-to: #7164b1;
  }

  :root .xs\:hover\:to-am-purple-transparent:hover{
    --tw-gradient-to: #757de338;
  }

  :root .xs\:hover\:to-am-purple-relight:hover{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xs\:hover\:to-am-purple-light:hover{
    --tw-gradient-to: #dbdcff;
  }

  :root .xs\:hover\:to-am-purple-medium:hover{
    --tw-gradient-to: #927DEA;
  }

  :root .xs\:hover\:to-am-purple-dark:hover{
    --tw-gradient-to: #465499;
  }

  :root .xs\:hover\:to-am-purple:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .xs\:hover\:to-am-green-light:hover{
    --tw-gradient-to: #77DEA2;
  }

  :root .xs\:hover\:to-am-green-brightest:hover{
    --tw-gradient-to: #77DEA280;
  }

  :root .xs\:hover\:to-am-green-cyan:hover{
    --tw-gradient-to: #26b28f;
  }

  :root .xs\:hover\:to-am-green-dark:hover{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xs\:hover\:to-am-green-aqua:hover{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xs\:hover\:to-am-green-brightest-transparent:hover{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xs\:hover\:to-am-green-hover:hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xs\:hover\:to-am-green:hover{
    --tw-gradient-to: #54C931;
  }

  :root .xs\:hover\:to-am-red-alive:hover{
    --tw-gradient-to: #E56262;
  }

  :root .xs\:hover\:to-am-red-light:hover{
    --tw-gradient-to: #ffcece;
  }

  :root .xs\:hover\:to-am-red-dark:hover{
    --tw-gradient-to: #d93d3d;
  }

  :root .xs\:hover\:to-am-red-intense:hover{
    --tw-gradient-to: #f00846;
  }

  :root .xs\:hover\:to-am-red:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .xs\:hover\:to-am-grey-light:hover{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xs\:hover\:to-am-grey-dark:hover{
    --tw-gradient-to: #2C303E;
  }

  :root .xs\:hover\:to-am-grey-medium:hover{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xs\:hover\:to-am-grey-transparent:hover{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xs\:hover\:to-am-grey:hover{
    --tw-gradient-to: #666666;
  }

  :root .xs\:hover\:to-am-pink-light:hover{
    --tw-gradient-to: #edcff0;
  }

  :root .xs\:hover\:to-am-pink-dark:hover{
    --tw-gradient-to: #a941ae;
  }

  :root .xs\:hover\:to-am-pink-brightest:hover{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xs\:hover\:to-am-pink-rose:hover{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xs\:hover\:to-am-pink:hover{
    --tw-gradient-to: #D977DD;
  }

  :root .xs\:hover\:to-am-orange-light:hover{
    --tw-gradient-to: #f89103;
  }

  :root .xs\:hover\:to-am-orange-relight:hover{
    --tw-gradient-to: #fff1e8;
  }

  :root .xs\:hover\:to-am-orange-dark:hover{
    --tw-gradient-to: #b57c00;
  }

  :root .xs\:hover\:to-am-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .xs\:hover\:to-am-cyan-light:hover{
    --tw-gradient-to: #b3edf4;
  }

  :root .xs\:hover\:to-am-cyan-dark:hover{
    --tw-gradient-to: #129aa6;
  }

  :root .xs\:hover\:to-am-cyan-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .xs\:hover\:to-am-cyan-green:hover{
    --tw-gradient-to: #b9eadf;
  }

  :root .xs\:hover\:to-am-cyan:hover{
    --tw-gradient-to: #18D9EA;
  }

  :root .xs\:hover\:to-am-blue-light:hover{
    --tw-gradient-to: #92C9F2;
  }

  :root .xs\:hover\:to-am-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .xs\:hover\:to-am-blue-dark:hover{
    --tw-gradient-to: #5784a5;
  }

  :root .xs\:hover\:to-am-yellow-resalt:hover{
    --tw-gradient-to: #FFCE00;
  }

  :root .xs\:hover\:to-am-yellow-light:hover{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xs\:hover\:to-am-yellow-dark:hover{
    --tw-gradient-to: #c18b11;
  }

  :root .xs\:hover\:to-am-yellow:hover{
    --tw-gradient-to: #FAD073;
  }

  :root .xs\:hover\:to-am-cream-entry:hover{
    --tw-gradient-to: #81E6AB;
  }

  :root .xs\:hover\:to-am-cream-entry_light:hover{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xs\:hover\:to-am-cream-entry_text:hover{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xs\:hover\:to-am-cream-lunchgo:hover{
    --tw-gradient-to: #EEBA72;
  }

  :root .xs\:hover\:to-am-cream-lunchgo_light:hover{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xs\:hover\:to-am-cream-lunchgo_text:hover{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xs\:hover\:to-am-cream-lunchback:hover{
    --tw-gradient-to: #EE8F72;
  }

  :root .xs\:hover\:to-am-cream-lunchback_light:hover{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xs\:hover\:to-am-cream-lunchback_text:hover{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xs\:hover\:to-am-cream-exit:hover{
    --tw-gradient-to: #81E6E2;
  }

  :root .xs\:hover\:to-am-cream-exit_light:hover{
    --tw-gradient-to: #81E6E233;
  }

  :root .xs\:hover\:to-am-cream-exit_text:hover{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xs\:hover\:to-am-cream-yesterday:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .xs\:hover\:to-am-cream-yesterday_light:hover{
    --tw-gradient-to: #DE777733;
  }

  :root .xs\:hover\:to-am-cream-yesterday_text:hover{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xs\:hover\:to-am-brown-light:hover{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xs\:hover\:to-am-brown-dark:hover{
    --tw-gradient-to: #501D0E;
  }

  :root .xs\:hover\:to-am-brown:hover{
    --tw-gradient-to: #A23E00;
  }

  :root .xs\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .xs\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .xs\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .xs\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xs\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .xs\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .xs\:focus\:to-grays-light:focus{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xs\:focus\:to-grays:focus{
    --tw-gradient-to: #969CA7;
  }

  :root .xs\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xs\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xs\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xs\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xs\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xs\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xs\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xs\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xs\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xs\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xs\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xs\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xs\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xs\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xs\:focus\:to-am-base-background:focus{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xs\:focus\:to-am-main-blue:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .xs\:focus\:to-am-main-blue-light:focus{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xs\:focus\:to-am-main-blue-dark:focus{
    --tw-gradient-to: #00004d;
  }

  :root .xs\:focus\:to-am-gray:focus{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xs\:focus\:to-am-gray-light:focus{
    --tw-gradient-to: #bebebe;
  }

  :root .xs\:focus\:to-am-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  :root .xs\:focus\:to-am-new-green:focus{
    --tw-gradient-to: #77dea2;
  }

  :root .xs\:focus\:to-am-new-green-light:focus{
    --tw-gradient-to: #baeed0;
  }

  :root .xs\:focus\:to-am-new-green-dark:focus{
    --tw-gradient-to: #27834d;
  }

  :root .xs\:focus\:to-am-new-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .xs\:focus\:to-am-new-orange-light:focus{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xs\:focus\:to-am-new-orange-dark:focus{
    --tw-gradient-to: #af5f2e;
  }

  :root .xs\:focus\:to-am-coral:focus{
    --tw-gradient-to: #ee8f72;
  }

  :root .xs\:focus\:to-am-coral-light:focus{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xs\:focus\:to-am-coral-dark:focus{
    --tw-gradient-to: #be6a50;
  }

  :root .xs\:focus\:to-am-teal:focus{
    --tw-gradient-to: #81e6e2;
  }

  :root .xs\:focus\:to-am-teal-light:focus{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xs\:focus\:to-am-teal-dark:focus{
    --tw-gradient-to: #449D99;
  }

  :root .xs\:focus\:to-am-new-red:focus{
    --tw-gradient-to: #de7777;
  }

  :root .xs\:focus\:to-am-new-red-light:focus{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xs\:focus\:to-am-new-red-dark:focus{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xs\:focus\:to-am-new-yellow:focus{
    --tw-gradient-to: #ffce00;
  }

  :root .xs\:focus\:to-am-new-yellow-light:focus{
    --tw-gradient-to: #ffeb99;
  }

  :root .xs\:focus\:to-am-new-yellow-dark:focus{
    --tw-gradient-to: #a56c00;
  }

  :root .xs\:focus\:to-am-new-pink:focus{
    --tw-gradient-to: #d977dd;
  }

  :root .xs\:focus\:to-am-new-pink-light:focus{
    --tw-gradient-to: #ecbaee;
  }

  :root .xs\:focus\:to-am-new-pink-dark:focus{
    --tw-gradient-to: #97569a;
  }

  :root .xs\:focus\:to-am-new-purple:focus{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xs\:focus\:to-am-new-purple-light:focus{
    --tw-gradient-to: #baacff;
  }

  :root .xs\:focus\:to-am-new-purple-dark:focus{
    --tw-gradient-to: #7164b1;
  }

  :root .xs\:focus\:to-am-purple-transparent:focus{
    --tw-gradient-to: #757de338;
  }

  :root .xs\:focus\:to-am-purple-relight:focus{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xs\:focus\:to-am-purple-light:focus{
    --tw-gradient-to: #dbdcff;
  }

  :root .xs\:focus\:to-am-purple-medium:focus{
    --tw-gradient-to: #927DEA;
  }

  :root .xs\:focus\:to-am-purple-dark:focus{
    --tw-gradient-to: #465499;
  }

  :root .xs\:focus\:to-am-purple:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .xs\:focus\:to-am-green-light:focus{
    --tw-gradient-to: #77DEA2;
  }

  :root .xs\:focus\:to-am-green-brightest:focus{
    --tw-gradient-to: #77DEA280;
  }

  :root .xs\:focus\:to-am-green-cyan:focus{
    --tw-gradient-to: #26b28f;
  }

  :root .xs\:focus\:to-am-green-dark:focus{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xs\:focus\:to-am-green-aqua:focus{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xs\:focus\:to-am-green-brightest-transparent:focus{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xs\:focus\:to-am-green-hover:focus{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xs\:focus\:to-am-green:focus{
    --tw-gradient-to: #54C931;
  }

  :root .xs\:focus\:to-am-red-alive:focus{
    --tw-gradient-to: #E56262;
  }

  :root .xs\:focus\:to-am-red-light:focus{
    --tw-gradient-to: #ffcece;
  }

  :root .xs\:focus\:to-am-red-dark:focus{
    --tw-gradient-to: #d93d3d;
  }

  :root .xs\:focus\:to-am-red-intense:focus{
    --tw-gradient-to: #f00846;
  }

  :root .xs\:focus\:to-am-red:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .xs\:focus\:to-am-grey-light:focus{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xs\:focus\:to-am-grey-dark:focus{
    --tw-gradient-to: #2C303E;
  }

  :root .xs\:focus\:to-am-grey-medium:focus{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xs\:focus\:to-am-grey-transparent:focus{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xs\:focus\:to-am-grey:focus{
    --tw-gradient-to: #666666;
  }

  :root .xs\:focus\:to-am-pink-light:focus{
    --tw-gradient-to: #edcff0;
  }

  :root .xs\:focus\:to-am-pink-dark:focus{
    --tw-gradient-to: #a941ae;
  }

  :root .xs\:focus\:to-am-pink-brightest:focus{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xs\:focus\:to-am-pink-rose:focus{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xs\:focus\:to-am-pink:focus{
    --tw-gradient-to: #D977DD;
  }

  :root .xs\:focus\:to-am-orange-light:focus{
    --tw-gradient-to: #f89103;
  }

  :root .xs\:focus\:to-am-orange-relight:focus{
    --tw-gradient-to: #fff1e8;
  }

  :root .xs\:focus\:to-am-orange-dark:focus{
    --tw-gradient-to: #b57c00;
  }

  :root .xs\:focus\:to-am-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .xs\:focus\:to-am-cyan-light:focus{
    --tw-gradient-to: #b3edf4;
  }

  :root .xs\:focus\:to-am-cyan-dark:focus{
    --tw-gradient-to: #129aa6;
  }

  :root .xs\:focus\:to-am-cyan-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .xs\:focus\:to-am-cyan-green:focus{
    --tw-gradient-to: #b9eadf;
  }

  :root .xs\:focus\:to-am-cyan:focus{
    --tw-gradient-to: #18D9EA;
  }

  :root .xs\:focus\:to-am-blue-light:focus{
    --tw-gradient-to: #92C9F2;
  }

  :root .xs\:focus\:to-am-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .xs\:focus\:to-am-blue-dark:focus{
    --tw-gradient-to: #5784a5;
  }

  :root .xs\:focus\:to-am-yellow-resalt:focus{
    --tw-gradient-to: #FFCE00;
  }

  :root .xs\:focus\:to-am-yellow-light:focus{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xs\:focus\:to-am-yellow-dark:focus{
    --tw-gradient-to: #c18b11;
  }

  :root .xs\:focus\:to-am-yellow:focus{
    --tw-gradient-to: #FAD073;
  }

  :root .xs\:focus\:to-am-cream-entry:focus{
    --tw-gradient-to: #81E6AB;
  }

  :root .xs\:focus\:to-am-cream-entry_light:focus{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xs\:focus\:to-am-cream-entry_text:focus{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xs\:focus\:to-am-cream-lunchgo:focus{
    --tw-gradient-to: #EEBA72;
  }

  :root .xs\:focus\:to-am-cream-lunchgo_light:focus{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xs\:focus\:to-am-cream-lunchgo_text:focus{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xs\:focus\:to-am-cream-lunchback:focus{
    --tw-gradient-to: #EE8F72;
  }

  :root .xs\:focus\:to-am-cream-lunchback_light:focus{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xs\:focus\:to-am-cream-lunchback_text:focus{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xs\:focus\:to-am-cream-exit:focus{
    --tw-gradient-to: #81E6E2;
  }

  :root .xs\:focus\:to-am-cream-exit_light:focus{
    --tw-gradient-to: #81E6E233;
  }

  :root .xs\:focus\:to-am-cream-exit_text:focus{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xs\:focus\:to-am-cream-yesterday:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .xs\:focus\:to-am-cream-yesterday_light:focus{
    --tw-gradient-to: #DE777733;
  }

  :root .xs\:focus\:to-am-cream-yesterday_text:focus{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xs\:focus\:to-am-brown-light:focus{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xs\:focus\:to-am-brown-dark:focus{
    --tw-gradient-to: #501D0E;
  }

  :root .xs\:focus\:to-am-brown:focus{
    --tw-gradient-to: #A23E00;
  }

  :root .xs\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .xs\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .xs\:bg-auto{
    background-size: auto;
  }

  :root .xs\:bg-cover{
    background-size: cover;
  }

  :root .xs\:bg-contain{
    background-size: contain;
  }

  :root .xs\:bg-fixed{
    background-attachment: fixed;
  }

  :root .xs\:bg-local{
    background-attachment: local;
  }

  :root .xs\:bg-scroll{
    background-attachment: scroll;
  }

  :root .xs\:bg-clip-border{
    background-clip: border-box;
  }

  :root .xs\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .xs\:bg-clip-content{
    background-clip: content-box;
  }

  :root .xs\:bg-clip-text{
    background-clip: text;
  }

  :root .xs\:bg-bottom{
    background-position: bottom;
  }

  :root .xs\:bg-center{
    background-position: center;
  }

  :root .xs\:bg-left{
    background-position: left;
  }

  :root .xs\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .xs\:bg-left-top{
    background-position: left top;
  }

  :root .xs\:bg-right{
    background-position: right;
  }

  :root .xs\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .xs\:bg-right-top{
    background-position: right top;
  }

  :root .xs\:bg-top{
    background-position: top;
  }

  :root .xs\:bg-repeat{
    background-repeat: repeat;
  }

  :root .xs\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .xs\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .xs\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .xs\:bg-repeat-round{
    background-repeat: round;
  }

  :root .xs\:bg-repeat-space{
    background-repeat: space;
  }

  :root .xs\:bg-origin-border{
    background-origin: border-box;
  }

  :root .xs\:bg-origin-padding{
    background-origin: padding-box;
  }

  :root .xs\:bg-origin-content{
    background-origin: content-box;
  }

  :root .xs\:fill-current{
    fill: currentColor;
  }

  :root .xs\:stroke-current{
    stroke: currentColor;
  }

  :root .xs\:stroke-0{
    stroke-width: 0;
  }

  :root .xs\:stroke-1{
    stroke-width: 1;
  }

  :root .xs\:stroke-2{
    stroke-width: 2;
  }

  :root .xs\:object-contain{
    object-fit: contain;
  }

  :root .xs\:object-cover{
    object-fit: cover;
  }

  :root .xs\:object-fill{
    object-fit: fill;
  }

  :root .xs\:object-none{
    object-fit: none;
  }

  :root .xs\:object-scale-down{
    object-fit: scale-down;
  }

  :root .xs\:object-bottom{
    object-position: bottom;
  }

  :root .xs\:object-center{
    object-position: center;
  }

  :root .xs\:object-left{
    object-position: left;
  }

  :root .xs\:object-left-bottom{
    object-position: left bottom;
  }

  :root .xs\:object-left-top{
    object-position: left top;
  }

  :root .xs\:object-right{
    object-position: right;
  }

  :root .xs\:object-right-bottom{
    object-position: right bottom;
  }

  :root .xs\:object-right-top{
    object-position: right top;
  }

  :root .xs\:object-top{
    object-position: top;
  }

  :root .xs\:p-0{
    padding: 0;
  }

  :root .xs\:p-1{
    padding: 0.25rem;
  }

  :root .xs\:p-2{
    padding: 0.5rem;
  }

  :root .xs\:p-3{
    padding: 0.75rem;
  }

  :root .xs\:p-4{
    padding: 1rem;
  }

  :root .xs\:p-5{
    padding: 1.25rem;
  }

  :root .xs\:p-6{
    padding: 1.5rem;
  }

  :root .xs\:p-7{
    padding: 1.75rem;
  }

  :root .xs\:p-8{
    padding: 2rem;
  }

  :root .xs\:p-9{
    padding: 2.25rem;
  }

  :root .xs\:p-10{
    padding: 2.5rem;
  }

  :root .xs\:p-11{
    padding: 2.75rem;
  }

  :root .xs\:p-12{
    padding: 3rem;
  }

  :root .xs\:p-13{
    padding: 3.25rem;
  }

  :root .xs\:p-14{
    padding: 3.5rem;
  }

  :root .xs\:p-16{
    padding: 4rem;
  }

  :root .xs\:p-18{
    padding: 4.5rem;
  }

  :root .xs\:p-20{
    padding: 5rem;
  }

  :root .xs\:p-21{
    padding: 5.25rem;
  }

  :root .xs\:p-22{
    padding: 5.5rem;
  }

  :root .xs\:p-24{
    padding: 6rem;
  }

  :root .xs\:p-26{
    padding: 6.5rem;
  }

  :root .xs\:p-27{
    padding: 6.75rem;
  }

  :root .xs\:p-28{
    padding: 7rem;
  }

  :root .xs\:p-30{
    padding: 7.5rem;
  }

  :root .xs\:p-32{
    padding: 8rem;
  }

  :root .xs\:p-36{
    padding: 9rem;
  }

  :root .xs\:p-40{
    padding: 10rem;
  }

  :root .xs\:p-41{
    padding: 11.25rem;
  }

  :root .xs\:p-42{
    padding: 11.5rem;
  }

  :root .xs\:p-44{
    padding: 11rem;
  }

  :root .xs\:p-48{
    padding: 12rem;
  }

  :root .xs\:p-52{
    padding: 13rem;
  }

  :root .xs\:p-54{
    padding: 13.5rem;
  }

  :root .xs\:p-56{
    padding: 14rem;
  }

  :root .xs\:p-60{
    padding: 15rem;
  }

  :root .xs\:p-64{
    padding: 16rem;
  }

  :root .xs\:p-68{
    padding: 17rem;
  }

  :root .xs\:p-72{
    padding: 18rem;
  }

  :root .xs\:p-76{
    padding: 19rem;
  }

  :root .xs\:p-80{
    padding: 20rem;
  }

  :root .xs\:p-84{
    padding: 21rem;
  }

  :root .xs\:p-88{
    padding: 22rem;
  }

  :root .xs\:p-96{
    padding: 24rem;
  }

  :root .xs\:p-112{
    padding: 28rem;
  }

  :root .xs\:p-120{
    padding: 30rem;
  }

  :root .xs\:p-140{
    padding: 35rem;
  }

  :root .xs\:p-150{
    padding: 37.5rem;
  }

  :root .xs\:p-160{
    padding: 40rem;
  }

  :root .xs\:p-220{
    padding: 55rem;
  }

  :root .xs\:p-240{
    padding: 60rem;
  }

  :root .xs\:p-300{
    padding: 75rem;
  }

  :root .xs\:p-320{
    padding: 80rem;
  }

  :root .xs\:p-px{
    padding: 1px;
  }

  :root .xs\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .xs\:p-1\.5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .xs\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-13{
    padding: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-18{
    padding: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-21{
    padding: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-22{
    padding: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-26{
    padding: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-27{
    padding: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-30{
    padding: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-41{
    padding: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-42{
    padding: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-54{
    padding: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-68{
    padding: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-76{
    padding: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-84{
    padding: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-88{
    padding: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-112{
    padding: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-120{
    padding: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-140{
    padding: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-150{
    padding: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-160{
    padding: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-220{
    padding: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-240{
    padding: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-300{
    padding: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-320{
    padding: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-1.xs\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .xs\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-13{
    padding: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-18{
    padding: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-21{
    padding: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-22{
    padding: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-26{
    padding: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-27{
    padding: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-30{
    padding: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-41{
    padding: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-42{
    padding: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-54{
    padding: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-68{
    padding: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-76{
    padding: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-84{
    padding: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-88{
    padding: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-112{
    padding: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-120{
    padding: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-140{
    padding: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-150{
    padding: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-160{
    padding: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-220{
    padding: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-240{
    padding: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-300{
    padding: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-320{
    padding: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-1.xs\:5{
    padding: 0.375rem;
  }

  :root .xs\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .xs\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .xs\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .xs\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .xs\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .xs\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .xs\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .xs\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .xs\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .xs\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .xs\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .xs\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .xs\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root .xs\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .xs\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .xs\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root .xs\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .xs\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root .xs\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root .xs\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .xs\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root .xs\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root .xs\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .xs\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root .xs\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .xs\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .xs\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .xs\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root .xs\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root .xs\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .xs\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .xs\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .xs\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root .xs\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .xs\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .xs\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .xs\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root .xs\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .xs\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root .xs\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .xs\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root .xs\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root .xs\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .xs\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root .xs\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root .xs\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root .xs\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root .xs\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root .xs\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root .xs\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root .xs\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root .xs\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root .xs\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .xs\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .xs\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .xs\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .xs\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .xs\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .xs\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .xs\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .xs\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .xs\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .xs\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .xs\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .xs\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .xs\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .xs\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .xs\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .xs\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root .xs\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .xs\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .xs\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root .xs\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .xs\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root .xs\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root .xs\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .xs\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root .xs\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root .xs\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .xs\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root .xs\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .xs\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .xs\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .xs\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root .xs\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root .xs\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .xs\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .xs\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .xs\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root .xs\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .xs\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .xs\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .xs\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root .xs\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .xs\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root .xs\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .xs\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root .xs\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root .xs\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .xs\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root .xs\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root .xs\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root .xs\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root .xs\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root .xs\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root .xs\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root .xs\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root .xs\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root .xs\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .xs\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .xs\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .xs\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:px-1.xs\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .xs\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-1.xs\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .xs\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:px-1.xs\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .xs\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-1.xs\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .xs\:pt-0{
    padding-top: 0;
  }

  :root .xs\:pt-1{
    padding-top: 0.25rem;
  }

  :root .xs\:pt-2{
    padding-top: 0.5rem;
  }

  :root .xs\:pt-3{
    padding-top: 0.75rem;
  }

  :root .xs\:pt-4{
    padding-top: 1rem;
  }

  :root .xs\:pt-5{
    padding-top: 1.25rem;
  }

  :root .xs\:pt-6{
    padding-top: 1.5rem;
  }

  :root .xs\:pt-7{
    padding-top: 1.75rem;
  }

  :root .xs\:pt-8{
    padding-top: 2rem;
  }

  :root .xs\:pt-9{
    padding-top: 2.25rem;
  }

  :root .xs\:pt-10{
    padding-top: 2.5rem;
  }

  :root .xs\:pt-11{
    padding-top: 2.75rem;
  }

  :root .xs\:pt-12{
    padding-top: 3rem;
  }

  :root .xs\:pt-13{
    padding-top: 3.25rem;
  }

  :root .xs\:pt-14{
    padding-top: 3.5rem;
  }

  :root .xs\:pt-16{
    padding-top: 4rem;
  }

  :root .xs\:pt-18{
    padding-top: 4.5rem;
  }

  :root .xs\:pt-20{
    padding-top: 5rem;
  }

  :root .xs\:pt-21{
    padding-top: 5.25rem;
  }

  :root .xs\:pt-22{
    padding-top: 5.5rem;
  }

  :root .xs\:pt-24{
    padding-top: 6rem;
  }

  :root .xs\:pt-26{
    padding-top: 6.5rem;
  }

  :root .xs\:pt-27{
    padding-top: 6.75rem;
  }

  :root .xs\:pt-28{
    padding-top: 7rem;
  }

  :root .xs\:pt-30{
    padding-top: 7.5rem;
  }

  :root .xs\:pt-32{
    padding-top: 8rem;
  }

  :root .xs\:pt-36{
    padding-top: 9rem;
  }

  :root .xs\:pt-40{
    padding-top: 10rem;
  }

  :root .xs\:pt-41{
    padding-top: 11.25rem;
  }

  :root .xs\:pt-42{
    padding-top: 11.5rem;
  }

  :root .xs\:pt-44{
    padding-top: 11rem;
  }

  :root .xs\:pt-48{
    padding-top: 12rem;
  }

  :root .xs\:pt-52{
    padding-top: 13rem;
  }

  :root .xs\:pt-54{
    padding-top: 13.5rem;
  }

  :root .xs\:pt-56{
    padding-top: 14rem;
  }

  :root .xs\:pt-60{
    padding-top: 15rem;
  }

  :root .xs\:pt-64{
    padding-top: 16rem;
  }

  :root .xs\:pt-68{
    padding-top: 17rem;
  }

  :root .xs\:pt-72{
    padding-top: 18rem;
  }

  :root .xs\:pt-76{
    padding-top: 19rem;
  }

  :root .xs\:pt-80{
    padding-top: 20rem;
  }

  :root .xs\:pt-84{
    padding-top: 21rem;
  }

  :root .xs\:pt-88{
    padding-top: 22rem;
  }

  :root .xs\:pt-96{
    padding-top: 24rem;
  }

  :root .xs\:pt-112{
    padding-top: 28rem;
  }

  :root .xs\:pt-120{
    padding-top: 30rem;
  }

  :root .xs\:pt-140{
    padding-top: 35rem;
  }

  :root .xs\:pt-150{
    padding-top: 37.5rem;
  }

  :root .xs\:pt-160{
    padding-top: 40rem;
  }

  :root .xs\:pt-220{
    padding-top: 55rem;
  }

  :root .xs\:pt-240{
    padding-top: 60rem;
  }

  :root .xs\:pt-300{
    padding-top: 75rem;
  }

  :root .xs\:pt-320{
    padding-top: 80rem;
  }

  :root .xs\:pt-px{
    padding-top: 1px;
  }

  :root .xs\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .xs\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .xs\:pr-0{
    padding-right: 0;
  }

  :root .xs\:pr-1{
    padding-right: 0.25rem;
  }

  :root .xs\:pr-2{
    padding-right: 0.5rem;
  }

  :root .xs\:pr-3{
    padding-right: 0.75rem;
  }

  :root .xs\:pr-4{
    padding-right: 1rem;
  }

  :root .xs\:pr-5{
    padding-right: 1.25rem;
  }

  :root .xs\:pr-6{
    padding-right: 1.5rem;
  }

  :root .xs\:pr-7{
    padding-right: 1.75rem;
  }

  :root .xs\:pr-8{
    padding-right: 2rem;
  }

  :root .xs\:pr-9{
    padding-right: 2.25rem;
  }

  :root .xs\:pr-10{
    padding-right: 2.5rem;
  }

  :root .xs\:pr-11{
    padding-right: 2.75rem;
  }

  :root .xs\:pr-12{
    padding-right: 3rem;
  }

  :root .xs\:pr-13{
    padding-right: 3.25rem;
  }

  :root .xs\:pr-14{
    padding-right: 3.5rem;
  }

  :root .xs\:pr-16{
    padding-right: 4rem;
  }

  :root .xs\:pr-18{
    padding-right: 4.5rem;
  }

  :root .xs\:pr-20{
    padding-right: 5rem;
  }

  :root .xs\:pr-21{
    padding-right: 5.25rem;
  }

  :root .xs\:pr-22{
    padding-right: 5.5rem;
  }

  :root .xs\:pr-24{
    padding-right: 6rem;
  }

  :root .xs\:pr-26{
    padding-right: 6.5rem;
  }

  :root .xs\:pr-27{
    padding-right: 6.75rem;
  }

  :root .xs\:pr-28{
    padding-right: 7rem;
  }

  :root .xs\:pr-30{
    padding-right: 7.5rem;
  }

  :root .xs\:pr-32{
    padding-right: 8rem;
  }

  :root .xs\:pr-36{
    padding-right: 9rem;
  }

  :root .xs\:pr-40{
    padding-right: 10rem;
  }

  :root .xs\:pr-41{
    padding-right: 11.25rem;
  }

  :root .xs\:pr-42{
    padding-right: 11.5rem;
  }

  :root .xs\:pr-44{
    padding-right: 11rem;
  }

  :root .xs\:pr-48{
    padding-right: 12rem;
  }

  :root .xs\:pr-52{
    padding-right: 13rem;
  }

  :root .xs\:pr-54{
    padding-right: 13.5rem;
  }

  :root .xs\:pr-56{
    padding-right: 14rem;
  }

  :root .xs\:pr-60{
    padding-right: 15rem;
  }

  :root .xs\:pr-64{
    padding-right: 16rem;
  }

  :root .xs\:pr-68{
    padding-right: 17rem;
  }

  :root .xs\:pr-72{
    padding-right: 18rem;
  }

  :root .xs\:pr-76{
    padding-right: 19rem;
  }

  :root .xs\:pr-80{
    padding-right: 20rem;
  }

  :root .xs\:pr-84{
    padding-right: 21rem;
  }

  :root .xs\:pr-88{
    padding-right: 22rem;
  }

  :root .xs\:pr-96{
    padding-right: 24rem;
  }

  :root .xs\:pr-112{
    padding-right: 28rem;
  }

  :root .xs\:pr-120{
    padding-right: 30rem;
  }

  :root .xs\:pr-140{
    padding-right: 35rem;
  }

  :root .xs\:pr-150{
    padding-right: 37.5rem;
  }

  :root .xs\:pr-160{
    padding-right: 40rem;
  }

  :root .xs\:pr-220{
    padding-right: 55rem;
  }

  :root .xs\:pr-240{
    padding-right: 60rem;
  }

  :root .xs\:pr-300{
    padding-right: 75rem;
  }

  :root .xs\:pr-320{
    padding-right: 80rem;
  }

  :root .xs\:pr-px{
    padding-right: 1px;
  }

  :root .xs\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .xs\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .xs\:pb-0{
    padding-bottom: 0;
  }

  :root .xs\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .xs\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .xs\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .xs\:pb-4{
    padding-bottom: 1rem;
  }

  :root .xs\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .xs\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .xs\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .xs\:pb-8{
    padding-bottom: 2rem;
  }

  :root .xs\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .xs\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .xs\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .xs\:pb-12{
    padding-bottom: 3rem;
  }

  :root .xs\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root .xs\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .xs\:pb-16{
    padding-bottom: 4rem;
  }

  :root .xs\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root .xs\:pb-20{
    padding-bottom: 5rem;
  }

  :root .xs\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root .xs\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root .xs\:pb-24{
    padding-bottom: 6rem;
  }

  :root .xs\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root .xs\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root .xs\:pb-28{
    padding-bottom: 7rem;
  }

  :root .xs\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root .xs\:pb-32{
    padding-bottom: 8rem;
  }

  :root .xs\:pb-36{
    padding-bottom: 9rem;
  }

  :root .xs\:pb-40{
    padding-bottom: 10rem;
  }

  :root .xs\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root .xs\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root .xs\:pb-44{
    padding-bottom: 11rem;
  }

  :root .xs\:pb-48{
    padding-bottom: 12rem;
  }

  :root .xs\:pb-52{
    padding-bottom: 13rem;
  }

  :root .xs\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root .xs\:pb-56{
    padding-bottom: 14rem;
  }

  :root .xs\:pb-60{
    padding-bottom: 15rem;
  }

  :root .xs\:pb-64{
    padding-bottom: 16rem;
  }

  :root .xs\:pb-68{
    padding-bottom: 17rem;
  }

  :root .xs\:pb-72{
    padding-bottom: 18rem;
  }

  :root .xs\:pb-76{
    padding-bottom: 19rem;
  }

  :root .xs\:pb-80{
    padding-bottom: 20rem;
  }

  :root .xs\:pb-84{
    padding-bottom: 21rem;
  }

  :root .xs\:pb-88{
    padding-bottom: 22rem;
  }

  :root .xs\:pb-96{
    padding-bottom: 24rem;
  }

  :root .xs\:pb-112{
    padding-bottom: 28rem;
  }

  :root .xs\:pb-120{
    padding-bottom: 30rem;
  }

  :root .xs\:pb-140{
    padding-bottom: 35rem;
  }

  :root .xs\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root .xs\:pb-160{
    padding-bottom: 40rem;
  }

  :root .xs\:pb-220{
    padding-bottom: 55rem;
  }

  :root .xs\:pb-240{
    padding-bottom: 60rem;
  }

  :root .xs\:pb-300{
    padding-bottom: 75rem;
  }

  :root .xs\:pb-320{
    padding-bottom: 80rem;
  }

  :root .xs\:pb-px{
    padding-bottom: 1px;
  }

  :root .xs\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .xs\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .xs\:pl-0{
    padding-left: 0;
  }

  :root .xs\:pl-1{
    padding-left: 0.25rem;
  }

  :root .xs\:pl-2{
    padding-left: 0.5rem;
  }

  :root .xs\:pl-3{
    padding-left: 0.75rem;
  }

  :root .xs\:pl-4{
    padding-left: 1rem;
  }

  :root .xs\:pl-5{
    padding-left: 1.25rem;
  }

  :root .xs\:pl-6{
    padding-left: 1.5rem;
  }

  :root .xs\:pl-7{
    padding-left: 1.75rem;
  }

  :root .xs\:pl-8{
    padding-left: 2rem;
  }

  :root .xs\:pl-9{
    padding-left: 2.25rem;
  }

  :root .xs\:pl-10{
    padding-left: 2.5rem;
  }

  :root .xs\:pl-11{
    padding-left: 2.75rem;
  }

  :root .xs\:pl-12{
    padding-left: 3rem;
  }

  :root .xs\:pl-13{
    padding-left: 3.25rem;
  }

  :root .xs\:pl-14{
    padding-left: 3.5rem;
  }

  :root .xs\:pl-16{
    padding-left: 4rem;
  }

  :root .xs\:pl-18{
    padding-left: 4.5rem;
  }

  :root .xs\:pl-20{
    padding-left: 5rem;
  }

  :root .xs\:pl-21{
    padding-left: 5.25rem;
  }

  :root .xs\:pl-22{
    padding-left: 5.5rem;
  }

  :root .xs\:pl-24{
    padding-left: 6rem;
  }

  :root .xs\:pl-26{
    padding-left: 6.5rem;
  }

  :root .xs\:pl-27{
    padding-left: 6.75rem;
  }

  :root .xs\:pl-28{
    padding-left: 7rem;
  }

  :root .xs\:pl-30{
    padding-left: 7.5rem;
  }

  :root .xs\:pl-32{
    padding-left: 8rem;
  }

  :root .xs\:pl-36{
    padding-left: 9rem;
  }

  :root .xs\:pl-40{
    padding-left: 10rem;
  }

  :root .xs\:pl-41{
    padding-left: 11.25rem;
  }

  :root .xs\:pl-42{
    padding-left: 11.5rem;
  }

  :root .xs\:pl-44{
    padding-left: 11rem;
  }

  :root .xs\:pl-48{
    padding-left: 12rem;
  }

  :root .xs\:pl-52{
    padding-left: 13rem;
  }

  :root .xs\:pl-54{
    padding-left: 13.5rem;
  }

  :root .xs\:pl-56{
    padding-left: 14rem;
  }

  :root .xs\:pl-60{
    padding-left: 15rem;
  }

  :root .xs\:pl-64{
    padding-left: 16rem;
  }

  :root .xs\:pl-68{
    padding-left: 17rem;
  }

  :root .xs\:pl-72{
    padding-left: 18rem;
  }

  :root .xs\:pl-76{
    padding-left: 19rem;
  }

  :root .xs\:pl-80{
    padding-left: 20rem;
  }

  :root .xs\:pl-84{
    padding-left: 21rem;
  }

  :root .xs\:pl-88{
    padding-left: 22rem;
  }

  :root .xs\:pl-96{
    padding-left: 24rem;
  }

  :root .xs\:pl-112{
    padding-left: 28rem;
  }

  :root .xs\:pl-120{
    padding-left: 30rem;
  }

  :root .xs\:pl-140{
    padding-left: 35rem;
  }

  :root .xs\:pl-150{
    padding-left: 37.5rem;
  }

  :root .xs\:pl-160{
    padding-left: 40rem;
  }

  :root .xs\:pl-220{
    padding-left: 55rem;
  }

  :root .xs\:pl-240{
    padding-left: 60rem;
  }

  :root .xs\:pl-300{
    padding-left: 75rem;
  }

  :root .xs\:pl-320{
    padding-left: 80rem;
  }

  :root .xs\:pl-px{
    padding-left: 1px;
  }

  :root .xs\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .xs\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .xs\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-1.xs\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .xs\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pr-1.xs\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .xs\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pb-1.xs\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .xs\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=ltr] .xs\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .xs\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pl-1.xs\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .xs\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-1.xs\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .xs\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pr-1.xs\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .xs\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pb-1.xs\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .xs\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=rtl] .xs\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .xs\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pl-1.xs\:5{
    padding-left: 0.375rem;
  }

  :root .xs\:text-left{
    text-align: left;
  }

  :root .xs\:text-center{
    text-align: center;
  }

  :root .xs\:text-right{
    text-align: right;
  }

  :root .xs\:text-justify{
    text-align: justify;
  }

  :root .xs\:align-baseline{
    vertical-align: baseline;
  }

  :root .xs\:align-top{
    vertical-align: top;
  }

  :root .xs\:align-middle{
    vertical-align: middle;
  }

  :root .xs\:align-bottom{
    vertical-align: bottom;
  }

  :root .xs\:align-text-top{
    vertical-align: text-top;
  }

  :root .xs\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .xs\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .xs\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .xs\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .xs\:text-xxs{
    font-size: 0.625rem;
  }

  :root .xs\:text-xs{
    font-size: 0.75rem;
  }

  :root .xs\:text-sm{
    font-size: 0.875rem;
  }

  :root .xs\:text-base{
    font-size: 1rem;
  }

  :root .xs\:text-lg{
    font-size: 1.125rem;
  }

  :root .xs\:text-xl{
    font-size: 1.25rem;
  }

  :root .xs\:text-2xl{
    font-size: 1.5rem;
  }

  :root .xs\:text-3xl{
    font-size: 1.75rem;
  }

  :root .xs\:text-4xl{
    font-size: 2rem;
  }

  :root .xs\:text-4-5xl{
    font-size: 2.5rem;
  }

  :root .xs\:text-5xl{
    font-size: 3rem;
  }

  :root .xs\:text-6xl{
    font-size: 4rem;
  }

  :root .xs\:font-hairline{
    font-weight: 100;
  }

  :root .xs\:font-thin{
    font-weight: 200;
  }

  :root .xs\:font-light{
    font-weight: 300;
  }

  :root .xs\:font-normal{
    font-weight: 400;
  }

  :root .xs\:font-medium{
    font-weight: 500;
  }

  :root .xs\:font-semibold{
    font-weight: 600;
  }

  :root .xs\:font-bold{
    font-weight: 700;
  }

  :root .xs\:font-extrabold{
    font-weight: 800;
  }

  :root .xs\:font-black{
    font-weight: 900;
  }

  :root .xs\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .xs\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .xs\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .xs\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .xs\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .xs\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .xs\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .xs\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .xs\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .xs\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .xs\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .xs\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .xs\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .xs\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .xs\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .xs\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .xs\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .xs\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .xs\:uppercase{
    text-transform: uppercase;
  }

  :root .xs\:lowercase{
    text-transform: lowercase;
  }

  :root .xs\:capitalize{
    text-transform: capitalize;
  }

  :root .xs\:normal-case{
    text-transform: none;
  }

  :root .xs\:italic{
    font-style: italic;
  }

  :root .xs\:not-italic{
    font-style: normal;
  }

  :root .xs\:ordinal, :root .xs\:slashed-zero, :root .xs\:lining-nums, :root .xs\:oldstyle-nums, :root .xs\:proportional-nums, :root .xs\:tabular-nums, :root .xs\:diagonal-fractions, :root .xs\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .xs\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .xs\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .xs\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .xs\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .xs\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .xs\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .xs\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .xs\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .xs\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .xs\:leading-none{
    line-height: 1;
  }

  :root .xs\:leading-tight{
    line-height: 1.25;
  }

  :root .xs\:leading-snug{
    line-height: 1.375;
  }

  :root .xs\:leading-normal{
    line-height: 1.5;
  }

  :root .xs\:leading-relaxed{
    line-height: 1.625;
  }

  :root .xs\:leading-loose{
    line-height: 2;
  }

  :root .xs\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .xs\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .xs\:tracking-normal{
    letter-spacing: 0;
  }

  :root .xs\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .xs\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .xs\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .xs\:text-secondary{
    color: var(--text-secondary);
  }

  :root .xs\:text-hint{
    color: var(--text-hint);
  }

  :root .xs\:text-current{
    color: currentColor;
  }

  :root .xs\:text-transparent{
    color: transparent;
  }

  :root .xs\:text-black{
    color: var(--text-color);
  }

  :root .xs\:text-white{
    color: var(--text-color-light);
  }

  :root .xs\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-grays-light{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xs\:text-grays{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xs\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xs\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xs\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xs\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xs\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xs\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xs\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xs\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xs\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xs\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xs\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .xs\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .xs\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .xs\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .xs\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .xs\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .xs\:text-am-base-background{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-am-main-blue{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:text-am-main-blue-light{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-am-main-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xs\:text-am-gray{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xs\:text-am-gray-light{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xs\:text-am-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-green{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-green-light{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-green-dark{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-orange-light{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xs\:text-am-coral{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:text-am-coral-light{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xs\:text-am-coral-dark{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xs\:text-am-teal{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:text-am-teal-light{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xs\:text-am-teal-dark{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-red-light{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-red-dark{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-pink-light{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-purple{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-purple-light{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-am-new-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xs\:text-am-purple-transparent{
    color: #757de338;
  }

  :root .xs\:text-am-purple-relight{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-am-purple-light{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-am-purple-medium{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xs\:text-am-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xs\:text-am-purple{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:text-am-green-light{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:text-am-green-brightest{
    color: #77DEA280;
  }

  :root .xs\:text-am-green-cyan{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xs\:text-am-green-dark{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xs\:text-am-green-aqua{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xs\:text-am-green-brightest-transparent{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xs\:text-am-green-hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xs\:text-am-green{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xs\:text-am-red-alive{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xs\:text-am-red-light{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xs\:text-am-red-dark{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:text-am-red-intense{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xs\:text-am-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:text-am-grey-light{
    color: #BFC4FF1F;
  }

  :root .xs\:text-am-grey-dark{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xs\:text-am-grey-medium{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xs\:text-am-grey-transparent{
    color: #BFC4FF4B;
  }

  :root .xs\:text-am-grey{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:text-am-pink-light{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xs\:text-am-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xs\:text-am-pink-brightest{
    color: #d977dd3b;
  }

  :root .xs\:text-am-pink-rose{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xs\:text-am-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:text-am-orange-light{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xs\:text-am-orange-relight{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xs\:text-am-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-am-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cyan-light{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cyan-dark{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cyan-blue{
    color: #0061FD60;
  }

  :root .xs\:text-am-cyan-green{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cyan{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xs\:text-am-blue-light{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xs\:text-am-blue{
    color: #0061FD60;
  }

  :root .xs\:text-am-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xs\:text-am-yellow-resalt{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-am-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xs\:text-am-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xs\:text-am-yellow{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cream-entry{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cream-entry_light{
    color: #81E6AB33;
  }

  :root .xs\:text-am-cream-entry_text{
    color: #81E6ABB3;
  }

  :root .xs\:text-am-cream-lunchgo{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cream-lunchgo_light{
    color: #EEBA7233;
  }

  :root .xs\:text-am-cream-lunchgo_text{
    color: #EEBA72B3;
  }

  :root .xs\:text-am-cream-lunchback{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cream-lunchback_light{
    color: #EE8F7233;
  }

  :root .xs\:text-am-cream-lunchback_text{
    color: #EE8F72B3;
  }

  :root .xs\:text-am-cream-exit{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cream-exit_light{
    color: #81E6E233;
  }

  :root .xs\:text-am-cream-exit_text{
    color: #81E6E2B3;
  }

  :root .xs\:text-am-cream-yesterday{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:text-am-cream-yesterday_light{
    color: #DE777733;
  }

  :root .xs\:text-am-cream-yesterday_text{
    color: #DE7777B3;
  }

  :root .xs\:text-am-brown-light{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xs\:text-am-brown-dark{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xs\:text-am-brown{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xs\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xs\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xs\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .xs\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .xs\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .xs\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .xs\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .xs\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .xs\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-grays-light:hover{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-grays:hover{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .xs\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .xs\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .xs\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .xs\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .xs\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .xs\:hover\:text-am-base-background:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-main-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-main-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-main-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-green:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-coral:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-coral-light:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-coral-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-teal-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-teal-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-new-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-purple-transparent:hover{
    color: #757de338;
  }

  :root .xs\:hover\:text-am-purple-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-purple-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-green-brightest:hover{
    color: #77DEA280;
  }

  :root .xs\:hover\:text-am-green-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-green-aqua:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-green-brightest-transparent:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-green-hover:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-green:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-red-alive:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-red-intense:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-grey-light:hover{
    color: #BFC4FF1F;
  }

  :root .xs\:hover\:text-am-grey-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-grey-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-grey-transparent:hover{
    color: #BFC4FF4B;
  }

  :root .xs\:hover\:text-am-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-pink-brightest:hover{
    color: #d977dd3b;
  }

  :root .xs\:hover\:text-am-pink-rose:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-orange-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cyan-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cyan-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cyan-blue:hover{
    color: #0061FD60;
  }

  :root .xs\:hover\:text-am-cyan-green:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-blue:hover{
    color: #0061FD60;
  }

  :root .xs\:hover\:text-am-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-yellow-resalt:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cream-entry:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cream-entry_light:hover{
    color: #81E6AB33;
  }

  :root .xs\:hover\:text-am-cream-entry_text:hover{
    color: #81E6ABB3;
  }

  :root .xs\:hover\:text-am-cream-lunchgo:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cream-lunchgo_light:hover{
    color: #EEBA7233;
  }

  :root .xs\:hover\:text-am-cream-lunchgo_text:hover{
    color: #EEBA72B3;
  }

  :root .xs\:hover\:text-am-cream-lunchback:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cream-lunchback_light:hover{
    color: #EE8F7233;
  }

  :root .xs\:hover\:text-am-cream-lunchback_text:hover{
    color: #EE8F72B3;
  }

  :root .xs\:hover\:text-am-cream-exit:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cream-exit_light:hover{
    color: #81E6E233;
  }

  :root .xs\:hover\:text-am-cream-exit_text:hover{
    color: #81E6E2B3;
  }

  :root .xs\:hover\:text-am-cream-yesterday:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-cream-yesterday_light:hover{
    color: #DE777733;
  }

  :root .xs\:hover\:text-am-cream-yesterday_text:hover{
    color: #DE7777B3;
  }

  :root .xs\:hover\:text-am-brown-light:hover{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-brown-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-am-brown:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xs\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xs\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xs\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .xs\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .xs\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .xs\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .xs\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .xs\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .xs\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-grays-light:focus{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-grays:focus{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .xs\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .xs\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .xs\:focus\:text-am-base-background:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-main-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-main-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-main-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-green:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-coral:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-coral-light:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-coral-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-teal-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-teal-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-new-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-purple-transparent:focus{
    color: #757de338;
  }

  :root .xs\:focus\:text-am-purple-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-purple-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-green-brightest:focus{
    color: #77DEA280;
  }

  :root .xs\:focus\:text-am-green-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-green-aqua:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-green-brightest-transparent:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-green-hover:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-green:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-red-alive:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-red-intense:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-grey-light:focus{
    color: #BFC4FF1F;
  }

  :root .xs\:focus\:text-am-grey-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-grey-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-grey-transparent:focus{
    color: #BFC4FF4B;
  }

  :root .xs\:focus\:text-am-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-pink-brightest:focus{
    color: #d977dd3b;
  }

  :root .xs\:focus\:text-am-pink-rose:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-orange-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cyan-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cyan-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cyan-blue:focus{
    color: #0061FD60;
  }

  :root .xs\:focus\:text-am-cyan-green:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-blue:focus{
    color: #0061FD60;
  }

  :root .xs\:focus\:text-am-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-yellow-resalt:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cream-entry:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cream-entry_light:focus{
    color: #81E6AB33;
  }

  :root .xs\:focus\:text-am-cream-entry_text:focus{
    color: #81E6ABB3;
  }

  :root .xs\:focus\:text-am-cream-lunchgo:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cream-lunchgo_light:focus{
    color: #EEBA7233;
  }

  :root .xs\:focus\:text-am-cream-lunchgo_text:focus{
    color: #EEBA72B3;
  }

  :root .xs\:focus\:text-am-cream-lunchback:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cream-lunchback_light:focus{
    color: #EE8F7233;
  }

  :root .xs\:focus\:text-am-cream-lunchback_text:focus{
    color: #EE8F72B3;
  }

  :root .xs\:focus\:text-am-cream-exit:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cream-exit_light:focus{
    color: #81E6E233;
  }

  :root .xs\:focus\:text-am-cream-exit_text:focus{
    color: #81E6E2B3;
  }

  :root .xs\:focus\:text-am-cream-yesterday:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-cream-yesterday_light:focus{
    color: #DE777733;
  }

  :root .xs\:focus\:text-am-cream-yesterday_text:focus{
    color: #DE7777B3;
  }

  :root .xs\:focus\:text-am-brown-light:focus{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-brown-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-am-brown:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xs\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xs\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xs\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-secondary:disabled{
    color: var(--text-secondary);
  }

  :root .xs\:disabled\:text-hint:disabled{
    color: var(--text-hint);
  }

  :root .xs\:disabled\:text-current:disabled{
    color: currentColor;
  }

  :root .xs\:disabled\:text-transparent:disabled{
    color: transparent;
  }

  :root .xs\:disabled\:text-black:disabled{
    color: var(--text-color);
  }

  :root .xs\:disabled\:text-white:disabled{
    color: var(--text-color-light);
  }

  :root .xs\:disabled\:text-contrast-black:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-contrast-white:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-grays-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-grays:disabled{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-gray-light:disabled{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:disabled\:text-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-red-light:disabled{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:disabled\:text-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-orange-light:disabled{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:disabled\:text-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-deep-orange-light:disabled{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:disabled\:text-deep-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-amber-light:disabled{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:disabled\:text-amber:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-green-light:disabled{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:disabled\:text-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-teal-light:disabled{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:disabled\:text-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-cyan-light:disabled{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:disabled\:text-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-purple-light:disabled{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:disabled\:text-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-deep-purple-light:disabled{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:disabled\:text-deep-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-pink-light:disabled{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:disabled\:text-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-primary-light:disabled{
    color: rgba(var(--color-primary), .1);
  }

  :root .xs\:disabled\:text-primary:disabled{
    color: rgb(var(--color-primary));
  }

  :root .xs\:disabled\:text-accent-light:disabled{
    color: rgba(var(--color-accent), .1);
  }

  :root .xs\:disabled\:text-accent:disabled{
    color: rgb(var(--color-accent));
  }

  :root .xs\:disabled\:text-warn-light:disabled{
    color: rgba(var(--color-warn), .1);
  }

  :root .xs\:disabled\:text-warn:disabled{
    color: rgb(var(--color-warn));
  }

  :root .xs\:disabled\:text-am-base-background:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-main-blue:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-main-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-main-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-gray-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-gray-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-coral:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-coral-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-coral-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-teal-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-teal-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-new-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-purple-transparent:disabled{
    color: #757de338;
  }

  :root .xs\:disabled\:text-am-purple-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-purple-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-green-brightest:disabled{
    color: #77DEA280;
  }

  :root .xs\:disabled\:text-am-green-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-green-aqua:disabled{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-green-brightest-transparent:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-green-hover:disabled{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-red-alive:disabled{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-red-intense:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-grey-light:disabled{
    color: #BFC4FF1F;
  }

  :root .xs\:disabled\:text-am-grey-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-grey-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-grey-transparent:disabled{
    color: #BFC4FF4B;
  }

  :root .xs\:disabled\:text-am-grey:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-pink-brightest:disabled{
    color: #d977dd3b;
  }

  :root .xs\:disabled\:text-am-pink-rose:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-orange-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cyan-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cyan-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cyan-blue:disabled{
    color: #0061FD60;
  }

  :root .xs\:disabled\:text-am-cyan-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-blue:disabled{
    color: #0061FD60;
  }

  :root .xs\:disabled\:text-am-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-yellow-resalt:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cream-entry:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cream-entry_light:disabled{
    color: #81E6AB33;
  }

  :root .xs\:disabled\:text-am-cream-entry_text:disabled{
    color: #81E6ABB3;
  }

  :root .xs\:disabled\:text-am-cream-lunchgo:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cream-lunchgo_light:disabled{
    color: #EEBA7233;
  }

  :root .xs\:disabled\:text-am-cream-lunchgo_text:disabled{
    color: #EEBA72B3;
  }

  :root .xs\:disabled\:text-am-cream-lunchback:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cream-lunchback_light:disabled{
    color: #EE8F7233;
  }

  :root .xs\:disabled\:text-am-cream-lunchback_text:disabled{
    color: #EE8F72B3;
  }

  :root .xs\:disabled\:text-am-cream-exit:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cream-exit_light:disabled{
    color: #81E6E233;
  }

  :root .xs\:disabled\:text-am-cream-exit_text:disabled{
    color: #81E6E2B3;
  }

  :root .xs\:disabled\:text-am-cream-yesterday:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-cream-yesterday_light:disabled{
    color: #DE777733;
  }

  :root .xs\:disabled\:text-am-cream-yesterday_text:disabled{
    color: #DE7777B3;
  }

  :root .xs\:disabled\:text-am-brown-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-brown-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-am-brown:disabled{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-primary-contrast:disabled{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xs\:disabled\:text-accent-contrast:disabled{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xs\:disabled\:text-warn-contrast:disabled{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xs\:disabled\:text-red-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-amber-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-deep-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-deep-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-cyan-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-teal-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-gray-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xs\:disabled\:text-light-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xs\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .xs\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .xs\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .xs\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .xs\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .xs\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .xs\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .xs\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .xs\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .group:hover .xs\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .xs\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .xs\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .xs\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .xs\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .xs\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  :root .xs\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .xs\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .xs\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .xs\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .xs\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .xs\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  :root .xs\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .xs\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .xs\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .xs\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .xs\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .xs\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  :root .xs\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .xs\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .xs\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .xs\:underline{
    text-decoration: underline;
  }

  :root .xs\:line-through{
    text-decoration: line-through;
  }

  :root .xs\:no-underline{
    text-decoration: none;
  }

  :root .xs\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .xs\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .xs\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .xs\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .xs\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .xs\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .xs\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .xs\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .xs\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .xs\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .xs\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .xs\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-grays-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-grays::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .xs\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .xs\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .xs\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .xs\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .xs\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .xs\:placeholder-am-base-background::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-main-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-main-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-main-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-coral::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-coral-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-coral-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-teal-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-teal-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-new-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-purple-transparent::placeholder{
    color: #757de338;
  }

  :root .xs\:placeholder-am-purple-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-purple-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-green-brightest::placeholder{
    color: #77DEA280;
  }

  :root .xs\:placeholder-am-green-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-green-aqua::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-green-brightest-transparent::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-green-hover::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-red-alive::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-red-intense::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-grey-light::placeholder{
    color: #BFC4FF1F;
  }

  :root .xs\:placeholder-am-grey-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-grey-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-grey-transparent::placeholder{
    color: #BFC4FF4B;
  }

  :root .xs\:placeholder-am-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-pink-brightest::placeholder{
    color: #d977dd3b;
  }

  :root .xs\:placeholder-am-pink-rose::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-orange-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cyan-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cyan-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cyan-blue::placeholder{
    color: #0061FD60;
  }

  :root .xs\:placeholder-am-cyan-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-blue::placeholder{
    color: #0061FD60;
  }

  :root .xs\:placeholder-am-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-yellow-resalt::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cream-entry::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cream-entry_light::placeholder{
    color: #81E6AB33;
  }

  :root .xs\:placeholder-am-cream-entry_text::placeholder{
    color: #81E6ABB3;
  }

  :root .xs\:placeholder-am-cream-lunchgo::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cream-lunchgo_light::placeholder{
    color: #EEBA7233;
  }

  :root .xs\:placeholder-am-cream-lunchgo_text::placeholder{
    color: #EEBA72B3;
  }

  :root .xs\:placeholder-am-cream-lunchback::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cream-lunchback_light::placeholder{
    color: #EE8F7233;
  }

  :root .xs\:placeholder-am-cream-lunchback_text::placeholder{
    color: #EE8F72B3;
  }

  :root .xs\:placeholder-am-cream-exit::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cream-exit_light::placeholder{
    color: #81E6E233;
  }

  :root .xs\:placeholder-am-cream-exit_text::placeholder{
    color: #81E6E2B3;
  }

  :root .xs\:placeholder-am-cream-yesterday::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-cream-yesterday_light::placeholder{
    color: #DE777733;
  }

  :root .xs\:placeholder-am-cream-yesterday_text::placeholder{
    color: #DE7777B3;
  }

  :root .xs\:placeholder-am-brown-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-brown-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-am-brown::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .xs\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .xs\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .xs\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .xs\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-grays-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-grays:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .xs\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .xs\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .xs\:focus\:placeholder-am-base-background:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-main-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-main-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-main-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-coral:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-coral-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-coral-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-teal-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-teal-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-new-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-purple-transparent:focus::placeholder{
    color: #757de338;
  }

  :root .xs\:focus\:placeholder-am-purple-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-purple-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-green-brightest:focus::placeholder{
    color: #77DEA280;
  }

  :root .xs\:focus\:placeholder-am-green-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-green-aqua:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-green-hover:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-red-alive:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-red-intense:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-grey-light:focus::placeholder{
    color: #BFC4FF1F;
  }

  :root .xs\:focus\:placeholder-am-grey-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-grey-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-grey-transparent:focus::placeholder{
    color: #BFC4FF4B;
  }

  :root .xs\:focus\:placeholder-am-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-pink-brightest:focus::placeholder{
    color: #d977dd3b;
  }

  :root .xs\:focus\:placeholder-am-pink-rose:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-orange-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cyan-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cyan-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cyan-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .xs\:focus\:placeholder-am-cyan-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .xs\:focus\:placeholder-am-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-yellow-resalt:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cream-entry:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cream-entry_light:focus::placeholder{
    color: #81E6AB33;
  }

  :root .xs\:focus\:placeholder-am-cream-entry_text:focus::placeholder{
    color: #81E6ABB3;
  }

  :root .xs\:focus\:placeholder-am-cream-lunchgo:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
    color: #EEBA7233;
  }

  :root .xs\:focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
    color: #EEBA72B3;
  }

  :root .xs\:focus\:placeholder-am-cream-lunchback:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
    color: #EE8F7233;
  }

  :root .xs\:focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
    color: #EE8F72B3;
  }

  :root .xs\:focus\:placeholder-am-cream-exit:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cream-exit_light:focus::placeholder{
    color: #81E6E233;
  }

  :root .xs\:focus\:placeholder-am-cream-exit_text:focus::placeholder{
    color: #81E6E2B3;
  }

  :root .xs\:focus\:placeholder-am-cream-yesterday:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
    color: #DE777733;
  }

  :root .xs\:focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
    color: #DE7777B3;
  }

  :root .xs\:focus\:placeholder-am-brown-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-brown-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .xs\:focus\:placeholder-am-brown:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .xs\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .xs\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .xs\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .xs\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .xs\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .xs\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .xs\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .xs\:opacity-0{
    opacity: 0;
  }

  :root .xs\:opacity-25{
    opacity: 0.25;
  }

  :root .xs\:opacity-40{
    opacity: 0.4;
  }

  :root .xs\:opacity-50{
    opacity: 0.5;
  }

  :root .xs\:opacity-75{
    opacity: 0.75;
  }

  :root .xs\:opacity-100{
    opacity: 1;
  }

  :root .xs\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .xs\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .xs\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  :root .xs\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .xs\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .xs\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .xs\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .xs\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .xs\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  :root .xs\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .xs\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .xs\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .xs\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .xs\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .xs\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .xs\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .xs\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .xs\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .xs\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .xs\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .xs\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .xs\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .xs\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .xs\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .xs\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .xs\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .xs\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .xs\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .xs\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .xs\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .xs\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .xs\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .xs\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .xs\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .xs\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .xs\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .xs\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .xs\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .xs\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .xs\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .xs\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .xs\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .xs\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .xs\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .xs\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xs\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .xs\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .xs\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .xs\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .xs\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .xs\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .xs\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xs\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .xs\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .xs\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .xs\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .xs\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .xs\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .xs\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xs\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xs\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xs\:ring-grays-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xs\:ring-grays{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xs\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xs\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xs\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xs\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xs\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xs\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xs\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xs\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xs\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xs\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xs\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xs\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xs\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xs\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xs\:ring-am-base-background{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-main-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-main-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-main-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-coral{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-coral-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-coral-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-teal-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-teal-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-new-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-purple-transparent{
    --tw-ring-color: #757de338;
  }

  :root .xs\:ring-am-purple-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-purple-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-green-brightest{
    --tw-ring-color: #77DEA280;
  }

  :root .xs\:ring-am-green-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-green-aqua{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-green-brightest-transparent{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-green-hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-red-alive{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-red-intense{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-grey-light{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xs\:ring-am-grey-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-grey-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-grey-transparent{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xs\:ring-am-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-pink-brightest{
    --tw-ring-color: #d977dd3b;
  }

  :root .xs\:ring-am-pink-rose{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-orange-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cyan-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cyan-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cyan-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .xs\:ring-am-cyan-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .xs\:ring-am-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-yellow-resalt{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cream-entry{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cream-entry_light{
    --tw-ring-color: #81E6AB33;
  }

  :root .xs\:ring-am-cream-entry_text{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xs\:ring-am-cream-lunchgo{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cream-lunchgo_light{
    --tw-ring-color: #EEBA7233;
  }

  :root .xs\:ring-am-cream-lunchgo_text{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xs\:ring-am-cream-lunchback{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cream-lunchback_light{
    --tw-ring-color: #EE8F7233;
  }

  :root .xs\:ring-am-cream-lunchback_text{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xs\:ring-am-cream-exit{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cream-exit_light{
    --tw-ring-color: #81E6E233;
  }

  :root .xs\:ring-am-cream-exit_text{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xs\:ring-am-cream-yesterday{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-cream-yesterday_light{
    --tw-ring-color: #DE777733;
  }

  :root .xs\:ring-am-cream-yesterday_text{
    --tw-ring-color: #DE7777B3;
  }

  :root .xs\:ring-am-brown-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-brown-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xs\:ring-am-brown{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .xs\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .xs\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .xs\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xs\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-grays-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-grays:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xs\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xs\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xs\:focus-within\:ring-am-base-background:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-main-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-main-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-main-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-coral:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-coral-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-coral-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-teal-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-teal-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-new-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-purple-transparent:focus-within{
    --tw-ring-color: #757de338;
  }

  :root .xs\:focus-within\:ring-am-purple-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-purple-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-green-brightest:focus-within{
    --tw-ring-color: #77DEA280;
  }

  :root .xs\:focus-within\:ring-am-green-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-green-aqua:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-green-brightest-transparent:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-green-hover:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-red-alive:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-red-intense:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-grey-light:focus-within{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xs\:focus-within\:ring-am-grey-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-grey-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-grey-transparent:focus-within{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xs\:focus-within\:ring-am-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-pink-brightest:focus-within{
    --tw-ring-color: #d977dd3b;
  }

  :root .xs\:focus-within\:ring-am-pink-rose:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-orange-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cyan-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cyan-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cyan-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .xs\:focus-within\:ring-am-cyan-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .xs\:focus-within\:ring-am-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-yellow-resalt:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cream-entry:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cream-entry_light:focus-within{
    --tw-ring-color: #81E6AB33;
  }

  :root .xs\:focus-within\:ring-am-cream-entry_text:focus-within{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xs\:focus-within\:ring-am-cream-lunchgo:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cream-lunchgo_light:focus-within{
    --tw-ring-color: #EEBA7233;
  }

  :root .xs\:focus-within\:ring-am-cream-lunchgo_text:focus-within{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xs\:focus-within\:ring-am-cream-lunchback:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cream-lunchback_light:focus-within{
    --tw-ring-color: #EE8F7233;
  }

  :root .xs\:focus-within\:ring-am-cream-lunchback_text:focus-within{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xs\:focus-within\:ring-am-cream-exit:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cream-exit_light:focus-within{
    --tw-ring-color: #81E6E233;
  }

  :root .xs\:focus-within\:ring-am-cream-exit_text:focus-within{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xs\:focus-within\:ring-am-cream-yesterday:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-cream-yesterday_light:focus-within{
    --tw-ring-color: #DE777733;
  }

  :root .xs\:focus-within\:ring-am-cream-yesterday_text:focus-within{
    --tw-ring-color: #DE7777B3;
  }

  :root .xs\:focus-within\:ring-am-brown-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-brown-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xs\:focus-within\:ring-am-brown:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .xs\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .xs\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .xs\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xs\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-grays-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-grays:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xs\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xs\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xs\:focus\:ring-am-base-background:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-main-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-main-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-main-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-coral:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-coral-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-coral-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-teal-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-teal-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-new-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-purple-transparent:focus{
    --tw-ring-color: #757de338;
  }

  :root .xs\:focus\:ring-am-purple-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-purple-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-green-brightest:focus{
    --tw-ring-color: #77DEA280;
  }

  :root .xs\:focus\:ring-am-green-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-green-aqua:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-green-brightest-transparent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-green-hover:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-red-alive:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-red-intense:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-grey-light:focus{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xs\:focus\:ring-am-grey-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-grey-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-grey-transparent:focus{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xs\:focus\:ring-am-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-pink-brightest:focus{
    --tw-ring-color: #d977dd3b;
  }

  :root .xs\:focus\:ring-am-pink-rose:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-orange-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cyan-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cyan-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cyan-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .xs\:focus\:ring-am-cyan-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .xs\:focus\:ring-am-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-yellow-resalt:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cream-entry:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cream-entry_light:focus{
    --tw-ring-color: #81E6AB33;
  }

  :root .xs\:focus\:ring-am-cream-entry_text:focus{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xs\:focus\:ring-am-cream-lunchgo:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cream-lunchgo_light:focus{
    --tw-ring-color: #EEBA7233;
  }

  :root .xs\:focus\:ring-am-cream-lunchgo_text:focus{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xs\:focus\:ring-am-cream-lunchback:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cream-lunchback_light:focus{
    --tw-ring-color: #EE8F7233;
  }

  :root .xs\:focus\:ring-am-cream-lunchback_text:focus{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xs\:focus\:ring-am-cream-exit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cream-exit_light:focus{
    --tw-ring-color: #81E6E233;
  }

  :root .xs\:focus\:ring-am-cream-exit_text:focus{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xs\:focus\:ring-am-cream-yesterday:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-cream-yesterday_light:focus{
    --tw-ring-color: #DE777733;
  }

  :root .xs\:focus\:ring-am-cream-yesterday_text:focus{
    --tw-ring-color: #DE7777B3;
  }

  :root .xs\:focus\:ring-am-brown-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-brown-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xs\:focus\:ring-am-brown:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xs\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .xs\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .xs\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  :root .xs\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .xs\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .xs\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .xs\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .xs\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .xs\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  :root .xs\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .xs\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .xs\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .xs\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .xs\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .xs\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  :root .xs\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .xs\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .xs\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .xs\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .xs\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .xs\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .xs\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .xs\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .xs\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .xs\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .xs\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .xs\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .xs\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .xs\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .xs\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .xs\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .xs\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .xs\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .xs\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .xs\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .xs\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xs\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xs\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .xs\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .xs\:ring-offset-grays-light{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xs\:ring-offset-grays{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xs\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xs\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xs\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xs\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xs\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xs\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xs\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xs\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xs\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xs\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xs\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xs\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xs\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xs\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xs\:ring-offset-am-base-background{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xs\:ring-offset-am-main-blue{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xs\:ring-offset-am-main-blue-light{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xs\:ring-offset-am-main-blue-dark{
    --tw-ring-offset-color: #00004d;
  }

  :root .xs\:ring-offset-am-gray{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xs\:ring-offset-am-gray-light{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xs\:ring-offset-am-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  :root .xs\:ring-offset-am-new-green{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xs\:ring-offset-am-new-green-light{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xs\:ring-offset-am-new-green-dark{
    --tw-ring-offset-color: #27834d;
  }

  :root .xs\:ring-offset-am-new-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .xs\:ring-offset-am-new-orange-light{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xs\:ring-offset-am-new-orange-dark{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xs\:ring-offset-am-coral{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xs\:ring-offset-am-coral-light{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xs\:ring-offset-am-coral-dark{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xs\:ring-offset-am-teal{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xs\:ring-offset-am-teal-light{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xs\:ring-offset-am-teal-dark{
    --tw-ring-offset-color: #449D99;
  }

  :root .xs\:ring-offset-am-new-red{
    --tw-ring-offset-color: #de7777;
  }

  :root .xs\:ring-offset-am-new-red-light{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xs\:ring-offset-am-new-red-dark{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xs\:ring-offset-am-new-yellow{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xs\:ring-offset-am-new-yellow-light{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xs\:ring-offset-am-new-yellow-dark{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xs\:ring-offset-am-new-pink{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xs\:ring-offset-am-new-pink-light{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xs\:ring-offset-am-new-pink-dark{
    --tw-ring-offset-color: #97569a;
  }

  :root .xs\:ring-offset-am-new-purple{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xs\:ring-offset-am-new-purple-light{
    --tw-ring-offset-color: #baacff;
  }

  :root .xs\:ring-offset-am-new-purple-dark{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xs\:ring-offset-am-purple-transparent{
    --tw-ring-offset-color: #757de338;
  }

  :root .xs\:ring-offset-am-purple-relight{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xs\:ring-offset-am-purple-light{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xs\:ring-offset-am-purple-medium{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xs\:ring-offset-am-purple-dark{
    --tw-ring-offset-color: #465499;
  }

  :root .xs\:ring-offset-am-purple{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xs\:ring-offset-am-green-light{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xs\:ring-offset-am-green-brightest{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xs\:ring-offset-am-green-cyan{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xs\:ring-offset-am-green-dark{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xs\:ring-offset-am-green-aqua{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xs\:ring-offset-am-green-brightest-transparent{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xs\:ring-offset-am-green-hover{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xs\:ring-offset-am-green{
    --tw-ring-offset-color: #54C931;
  }

  :root .xs\:ring-offset-am-red-alive{
    --tw-ring-offset-color: #E56262;
  }

  :root .xs\:ring-offset-am-red-light{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xs\:ring-offset-am-red-dark{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xs\:ring-offset-am-red-intense{
    --tw-ring-offset-color: #f00846;
  }

  :root .xs\:ring-offset-am-red{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xs\:ring-offset-am-grey-light{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xs\:ring-offset-am-grey-dark{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xs\:ring-offset-am-grey-medium{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xs\:ring-offset-am-grey-transparent{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xs\:ring-offset-am-grey{
    --tw-ring-offset-color: #666666;
  }

  :root .xs\:ring-offset-am-pink-light{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xs\:ring-offset-am-pink-dark{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xs\:ring-offset-am-pink-brightest{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xs\:ring-offset-am-pink-rose{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xs\:ring-offset-am-pink{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xs\:ring-offset-am-orange-light{
    --tw-ring-offset-color: #f89103;
  }

  :root .xs\:ring-offset-am-orange-relight{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xs\:ring-offset-am-orange-dark{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xs\:ring-offset-am-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .xs\:ring-offset-am-cyan-light{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xs\:ring-offset-am-cyan-dark{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xs\:ring-offset-am-cyan-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xs\:ring-offset-am-cyan-green{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xs\:ring-offset-am-cyan{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xs\:ring-offset-am-blue-light{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xs\:ring-offset-am-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xs\:ring-offset-am-blue-dark{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xs\:ring-offset-am-yellow-resalt{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xs\:ring-offset-am-yellow-light{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xs\:ring-offset-am-yellow-dark{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xs\:ring-offset-am-yellow{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xs\:ring-offset-am-cream-entry{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xs\:ring-offset-am-cream-entry_light{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xs\:ring-offset-am-cream-entry_text{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xs\:ring-offset-am-cream-lunchgo{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xs\:ring-offset-am-cream-lunchgo_light{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xs\:ring-offset-am-cream-lunchgo_text{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xs\:ring-offset-am-cream-lunchback{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xs\:ring-offset-am-cream-lunchback_light{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xs\:ring-offset-am-cream-lunchback_text{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xs\:ring-offset-am-cream-exit{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xs\:ring-offset-am-cream-exit_light{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xs\:ring-offset-am-cream-exit_text{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xs\:ring-offset-am-cream-yesterday{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xs\:ring-offset-am-cream-yesterday_light{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xs\:ring-offset-am-cream-yesterday_text{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xs\:ring-offset-am-brown-light{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xs\:ring-offset-am-brown-dark{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xs\:ring-offset-am-brown{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xs\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .xs\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .xs\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xs\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xs\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .xs\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .xs\:focus-within\:ring-offset-grays-light:focus-within{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xs\:focus-within\:ring-offset-grays:focus-within{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xs\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xs\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xs\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xs\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xs\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xs\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xs\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xs\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xs\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xs\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xs\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xs\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xs\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xs\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xs\:focus-within\:ring-offset-am-base-background:focus-within{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xs\:focus-within\:ring-offset-am-main-blue:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xs\:focus-within\:ring-offset-am-main-blue-light:focus-within{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xs\:focus-within\:ring-offset-am-main-blue-dark:focus-within{
    --tw-ring-offset-color: #00004d;
  }

  :root .xs\:focus-within\:ring-offset-am-gray:focus-within{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xs\:focus-within\:ring-offset-am-gray-light:focus-within{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xs\:focus-within\:ring-offset-am-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .xs\:focus-within\:ring-offset-am-new-green:focus-within{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xs\:focus-within\:ring-offset-am-new-green-light:focus-within{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xs\:focus-within\:ring-offset-am-new-green-dark:focus-within{
    --tw-ring-offset-color: #27834d;
  }

  :root .xs\:focus-within\:ring-offset-am-new-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .xs\:focus-within\:ring-offset-am-new-orange-light:focus-within{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xs\:focus-within\:ring-offset-am-new-orange-dark:focus-within{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xs\:focus-within\:ring-offset-am-coral:focus-within{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xs\:focus-within\:ring-offset-am-coral-light:focus-within{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xs\:focus-within\:ring-offset-am-coral-dark:focus-within{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xs\:focus-within\:ring-offset-am-teal:focus-within{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xs\:focus-within\:ring-offset-am-teal-light:focus-within{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xs\:focus-within\:ring-offset-am-teal-dark:focus-within{
    --tw-ring-offset-color: #449D99;
  }

  :root .xs\:focus-within\:ring-offset-am-new-red:focus-within{
    --tw-ring-offset-color: #de7777;
  }

  :root .xs\:focus-within\:ring-offset-am-new-red-light:focus-within{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xs\:focus-within\:ring-offset-am-new-red-dark:focus-within{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xs\:focus-within\:ring-offset-am-new-yellow:focus-within{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xs\:focus-within\:ring-offset-am-new-yellow-light:focus-within{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xs\:focus-within\:ring-offset-am-new-yellow-dark:focus-within{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xs\:focus-within\:ring-offset-am-new-pink:focus-within{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xs\:focus-within\:ring-offset-am-new-pink-light:focus-within{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xs\:focus-within\:ring-offset-am-new-pink-dark:focus-within{
    --tw-ring-offset-color: #97569a;
  }

  :root .xs\:focus-within\:ring-offset-am-new-purple:focus-within{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xs\:focus-within\:ring-offset-am-new-purple-light:focus-within{
    --tw-ring-offset-color: #baacff;
  }

  :root .xs\:focus-within\:ring-offset-am-new-purple-dark:focus-within{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xs\:focus-within\:ring-offset-am-purple-transparent:focus-within{
    --tw-ring-offset-color: #757de338;
  }

  :root .xs\:focus-within\:ring-offset-am-purple-relight:focus-within{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xs\:focus-within\:ring-offset-am-purple-light:focus-within{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xs\:focus-within\:ring-offset-am-purple-medium:focus-within{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xs\:focus-within\:ring-offset-am-purple-dark:focus-within{
    --tw-ring-offset-color: #465499;
  }

  :root .xs\:focus-within\:ring-offset-am-purple:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xs\:focus-within\:ring-offset-am-green-light:focus-within{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xs\:focus-within\:ring-offset-am-green-brightest:focus-within{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xs\:focus-within\:ring-offset-am-green-cyan:focus-within{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xs\:focus-within\:ring-offset-am-green-dark:focus-within{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xs\:focus-within\:ring-offset-am-green-aqua:focus-within{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xs\:focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xs\:focus-within\:ring-offset-am-green-hover:focus-within{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xs\:focus-within\:ring-offset-am-green:focus-within{
    --tw-ring-offset-color: #54C931;
  }

  :root .xs\:focus-within\:ring-offset-am-red-alive:focus-within{
    --tw-ring-offset-color: #E56262;
  }

  :root .xs\:focus-within\:ring-offset-am-red-light:focus-within{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xs\:focus-within\:ring-offset-am-red-dark:focus-within{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xs\:focus-within\:ring-offset-am-red-intense:focus-within{
    --tw-ring-offset-color: #f00846;
  }

  :root .xs\:focus-within\:ring-offset-am-red:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xs\:focus-within\:ring-offset-am-grey-light:focus-within{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xs\:focus-within\:ring-offset-am-grey-dark:focus-within{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xs\:focus-within\:ring-offset-am-grey-medium:focus-within{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xs\:focus-within\:ring-offset-am-grey-transparent:focus-within{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xs\:focus-within\:ring-offset-am-grey:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .xs\:focus-within\:ring-offset-am-pink-light:focus-within{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xs\:focus-within\:ring-offset-am-pink-dark:focus-within{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xs\:focus-within\:ring-offset-am-pink-brightest:focus-within{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xs\:focus-within\:ring-offset-am-pink-rose:focus-within{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xs\:focus-within\:ring-offset-am-pink:focus-within{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xs\:focus-within\:ring-offset-am-orange-light:focus-within{
    --tw-ring-offset-color: #f89103;
  }

  :root .xs\:focus-within\:ring-offset-am-orange-relight:focus-within{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xs\:focus-within\:ring-offset-am-orange-dark:focus-within{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xs\:focus-within\:ring-offset-am-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .xs\:focus-within\:ring-offset-am-cyan-light:focus-within{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xs\:focus-within\:ring-offset-am-cyan-dark:focus-within{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xs\:focus-within\:ring-offset-am-cyan-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xs\:focus-within\:ring-offset-am-cyan-green:focus-within{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xs\:focus-within\:ring-offset-am-cyan:focus-within{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xs\:focus-within\:ring-offset-am-blue-light:focus-within{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xs\:focus-within\:ring-offset-am-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xs\:focus-within\:ring-offset-am-blue-dark:focus-within{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xs\:focus-within\:ring-offset-am-yellow-resalt:focus-within{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xs\:focus-within\:ring-offset-am-yellow-light:focus-within{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xs\:focus-within\:ring-offset-am-yellow-dark:focus-within{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xs\:focus-within\:ring-offset-am-yellow:focus-within{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-entry:focus-within{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-entry_light:focus-within{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-entry_text:focus-within{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-lunchgo:focus-within{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-lunchback:focus-within{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-exit:focus-within{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-exit_light:focus-within{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-exit_text:focus-within{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-yesterday:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xs\:focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xs\:focus-within\:ring-offset-am-brown-light:focus-within{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xs\:focus-within\:ring-offset-am-brown-dark:focus-within{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xs\:focus-within\:ring-offset-am-brown:focus-within{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xs\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .xs\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .xs\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xs\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xs\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .xs\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .xs\:focus\:ring-offset-grays-light:focus{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xs\:focus\:ring-offset-grays:focus{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xs\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xs\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xs\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xs\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xs\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xs\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xs\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xs\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xs\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xs\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xs\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xs\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xs\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xs\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xs\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xs\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xs\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xs\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xs\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xs\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xs\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xs\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xs\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xs\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xs\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xs\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xs\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xs\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xs\:focus\:ring-offset-am-base-background:focus{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xs\:focus\:ring-offset-am-main-blue:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xs\:focus\:ring-offset-am-main-blue-light:focus{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xs\:focus\:ring-offset-am-main-blue-dark:focus{
    --tw-ring-offset-color: #00004d;
  }

  :root .xs\:focus\:ring-offset-am-gray:focus{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xs\:focus\:ring-offset-am-gray-light:focus{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xs\:focus\:ring-offset-am-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .xs\:focus\:ring-offset-am-new-green:focus{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xs\:focus\:ring-offset-am-new-green-light:focus{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xs\:focus\:ring-offset-am-new-green-dark:focus{
    --tw-ring-offset-color: #27834d;
  }

  :root .xs\:focus\:ring-offset-am-new-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .xs\:focus\:ring-offset-am-new-orange-light:focus{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xs\:focus\:ring-offset-am-new-orange-dark:focus{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xs\:focus\:ring-offset-am-coral:focus{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xs\:focus\:ring-offset-am-coral-light:focus{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xs\:focus\:ring-offset-am-coral-dark:focus{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xs\:focus\:ring-offset-am-teal:focus{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xs\:focus\:ring-offset-am-teal-light:focus{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xs\:focus\:ring-offset-am-teal-dark:focus{
    --tw-ring-offset-color: #449D99;
  }

  :root .xs\:focus\:ring-offset-am-new-red:focus{
    --tw-ring-offset-color: #de7777;
  }

  :root .xs\:focus\:ring-offset-am-new-red-light:focus{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xs\:focus\:ring-offset-am-new-red-dark:focus{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xs\:focus\:ring-offset-am-new-yellow:focus{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xs\:focus\:ring-offset-am-new-yellow-light:focus{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xs\:focus\:ring-offset-am-new-yellow-dark:focus{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xs\:focus\:ring-offset-am-new-pink:focus{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xs\:focus\:ring-offset-am-new-pink-light:focus{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xs\:focus\:ring-offset-am-new-pink-dark:focus{
    --tw-ring-offset-color: #97569a;
  }

  :root .xs\:focus\:ring-offset-am-new-purple:focus{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xs\:focus\:ring-offset-am-new-purple-light:focus{
    --tw-ring-offset-color: #baacff;
  }

  :root .xs\:focus\:ring-offset-am-new-purple-dark:focus{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xs\:focus\:ring-offset-am-purple-transparent:focus{
    --tw-ring-offset-color: #757de338;
  }

  :root .xs\:focus\:ring-offset-am-purple-relight:focus{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xs\:focus\:ring-offset-am-purple-light:focus{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xs\:focus\:ring-offset-am-purple-medium:focus{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xs\:focus\:ring-offset-am-purple-dark:focus{
    --tw-ring-offset-color: #465499;
  }

  :root .xs\:focus\:ring-offset-am-purple:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xs\:focus\:ring-offset-am-green-light:focus{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xs\:focus\:ring-offset-am-green-brightest:focus{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xs\:focus\:ring-offset-am-green-cyan:focus{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xs\:focus\:ring-offset-am-green-dark:focus{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xs\:focus\:ring-offset-am-green-aqua:focus{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xs\:focus\:ring-offset-am-green-brightest-transparent:focus{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xs\:focus\:ring-offset-am-green-hover:focus{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xs\:focus\:ring-offset-am-green:focus{
    --tw-ring-offset-color: #54C931;
  }

  :root .xs\:focus\:ring-offset-am-red-alive:focus{
    --tw-ring-offset-color: #E56262;
  }

  :root .xs\:focus\:ring-offset-am-red-light:focus{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xs\:focus\:ring-offset-am-red-dark:focus{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xs\:focus\:ring-offset-am-red-intense:focus{
    --tw-ring-offset-color: #f00846;
  }

  :root .xs\:focus\:ring-offset-am-red:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xs\:focus\:ring-offset-am-grey-light:focus{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xs\:focus\:ring-offset-am-grey-dark:focus{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xs\:focus\:ring-offset-am-grey-medium:focus{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xs\:focus\:ring-offset-am-grey-transparent:focus{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xs\:focus\:ring-offset-am-grey:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .xs\:focus\:ring-offset-am-pink-light:focus{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xs\:focus\:ring-offset-am-pink-dark:focus{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xs\:focus\:ring-offset-am-pink-brightest:focus{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xs\:focus\:ring-offset-am-pink-rose:focus{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xs\:focus\:ring-offset-am-pink:focus{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xs\:focus\:ring-offset-am-orange-light:focus{
    --tw-ring-offset-color: #f89103;
  }

  :root .xs\:focus\:ring-offset-am-orange-relight:focus{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xs\:focus\:ring-offset-am-orange-dark:focus{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xs\:focus\:ring-offset-am-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .xs\:focus\:ring-offset-am-cyan-light:focus{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xs\:focus\:ring-offset-am-cyan-dark:focus{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xs\:focus\:ring-offset-am-cyan-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xs\:focus\:ring-offset-am-cyan-green:focus{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xs\:focus\:ring-offset-am-cyan:focus{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xs\:focus\:ring-offset-am-blue-light:focus{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xs\:focus\:ring-offset-am-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xs\:focus\:ring-offset-am-blue-dark:focus{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xs\:focus\:ring-offset-am-yellow-resalt:focus{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xs\:focus\:ring-offset-am-yellow-light:focus{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xs\:focus\:ring-offset-am-yellow-dark:focus{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xs\:focus\:ring-offset-am-yellow:focus{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xs\:focus\:ring-offset-am-cream-entry:focus{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xs\:focus\:ring-offset-am-cream-entry_light:focus{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xs\:focus\:ring-offset-am-cream-entry_text:focus{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xs\:focus\:ring-offset-am-cream-lunchgo:focus{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xs\:focus\:ring-offset-am-cream-lunchgo_light:focus{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xs\:focus\:ring-offset-am-cream-lunchgo_text:focus{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xs\:focus\:ring-offset-am-cream-lunchback:focus{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xs\:focus\:ring-offset-am-cream-lunchback_light:focus{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xs\:focus\:ring-offset-am-cream-lunchback_text:focus{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xs\:focus\:ring-offset-am-cream-exit:focus{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xs\:focus\:ring-offset-am-cream-exit_light:focus{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xs\:focus\:ring-offset-am-cream-exit_text:focus{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xs\:focus\:ring-offset-am-cream-yesterday:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xs\:focus\:ring-offset-am-cream-yesterday_light:focus{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xs\:focus\:ring-offset-am-cream-yesterday_text:focus{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xs\:focus\:ring-offset-am-brown-light:focus{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xs\:focus\:ring-offset-am-brown-dark:focus{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xs\:focus\:ring-offset-am-brown:focus{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xs\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .xs\:filter-none{
    filter: none;
  }

  :root .xs\:blur-0{
    --tw-blur: blur(0);
  }

  :root .xs\:blur-none{
    --tw-blur: blur(0);
  }

  :root .xs\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .xs\:blur{
    --tw-blur: blur(8px);
  }

  :root .xs\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .xs\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .xs\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .xs\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .xs\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .xs\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .xs\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .xs\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .xs\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .xs\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .xs\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .xs\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .xs\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .xs\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .xs\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .xs\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .xs\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .xs\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .xs\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .xs\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .xs\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .xs\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .xs\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .xs\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .xs\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .xs\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .xs\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .xs\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .xs\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .xs\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .xs\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .xs\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .xs\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .xs\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .xs\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .xs\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .xs\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .xs\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .xs\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .xs\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .xs\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .xs\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .xs\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .xs\:invert-0{
    --tw-invert: invert(0);
  }

  :root .xs\:invert{
    --tw-invert: invert(100%);
  }

  :root .xs\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .xs\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .xs\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .xs\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .xs\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .xs\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .xs\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .xs\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .xs\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .xs\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  :root .xs\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  :root .xs\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  :root .xs\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  :root .xs\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  :root .xs\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  :root .xs\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  :root .xs\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  :root .xs\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  :root .xs\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .xs\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .xs\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .xs\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .xs\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .xs\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .xs\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .xs\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .xs\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .xs\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .xs\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .xs\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .xs\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .xs\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .xs\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .xs\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .xs\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .xs\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .xs\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .xs\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .xs\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .xs\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .xs\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .xs\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .xs\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .xs\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .xs\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .xs\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .xs\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .xs\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .xs\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .xs\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .xs\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .xs\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  :root .xs\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  :root .xs\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  :root .xs\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  :root .xs\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  :root .xs\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  :root .xs\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .xs\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .xs\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .xs\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .xs\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .xs\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .xs\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  :root .xs\:transition-none{
    transition-property: none;
  }

  :root .xs\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xs\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xs\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xs\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xs\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xs\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xs\:delay-75{
    transition-delay: 75ms;
  }

  :root .xs\:delay-100{
    transition-delay: 100ms;
  }

  :root .xs\:delay-150{
    transition-delay: 150ms;
  }

  :root .xs\:delay-200{
    transition-delay: 200ms;
  }

  :root .xs\:delay-300{
    transition-delay: 300ms;
  }

  :root .xs\:delay-500{
    transition-delay: 500ms;
  }

  :root .xs\:delay-700{
    transition-delay: 700ms;
  }

  :root .xs\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .xs\:duration-75{
    transition-duration: 75ms;
  }

  :root .xs\:duration-100{
    transition-duration: 100ms;
  }

  :root .xs\:duration-150{
    transition-duration: 150ms;
  }

  :root .xs\:duration-200{
    transition-duration: 200ms;
  }

  :root .xs\:duration-300{
    transition-duration: 300ms;
  }

  :root .xs\:duration-500{
    transition-duration: 500ms;
  }

  :root .xs\:duration-700{
    transition-duration: 700ms;
  }

  :root .xs\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .xs\:ease-linear{
    transition-timing-function: linear;
  }

  :root .xs\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .xs\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .xs\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 600px){
  :root .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .sm\:pointer-events-none{
    pointer-events: none;
  }

  :root .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .sm\:visible{
    visibility: visible;
  }

  :root .sm\:invisible{
    visibility: hidden;
  }

  :root .sm\:static{
    position: static;
  }

  :root .sm\:fixed{
    position: fixed;
  }

  :root .sm\:absolute{
    position: absolute;
  }

  :root .sm\:relative{
    position: relative;
  }

  :root .sm\:sticky{
    position: sticky;
  }

  :root .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .sm\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .sm\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .sm\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .sm\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .sm\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .sm\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .sm\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .sm\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .sm\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .sm\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .sm\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .sm\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .sm\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .sm\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .sm\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .sm\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .sm\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .sm\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .sm\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root .sm\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root .sm\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root .sm\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root .sm\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root .sm\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root .sm\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root .sm\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root .sm\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root .sm\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root .sm\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root .sm\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root .sm\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root .sm\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root .sm\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root .sm\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root .sm\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root .sm\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root .sm\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root .sm\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .sm\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .sm\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .sm\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .sm\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .sm\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .sm\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .sm\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .sm\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .sm\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .sm\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .sm\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .sm\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .sm\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .sm\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .sm\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .sm\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .sm\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .sm\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .sm\:top-0{
    top: 0;
  }

  :root .sm\:top-1{
    top: 0.25rem;
  }

  :root .sm\:top-2{
    top: 0.5rem;
  }

  :root .sm\:top-3{
    top: 0.75rem;
  }

  :root .sm\:top-4{
    top: 1rem;
  }

  :root .sm\:top-5{
    top: 1.25rem;
  }

  :root .sm\:top-6{
    top: 1.5rem;
  }

  :root .sm\:top-8{
    top: 2rem;
  }

  :root .sm\:top-10{
    top: 2.5rem;
  }

  :root .sm\:top-12{
    top: 3rem;
  }

  :root .sm\:-top-1{
    top: -0.25rem;
  }

  :root .sm\:-top-2{
    top: -0.5rem;
  }

  :root .sm\:-top-3{
    top: -0.75rem;
  }

  :root .sm\:-top-4{
    top: -1rem;
  }

  :root .sm\:-top-5{
    top: -1.25rem;
  }

  :root .sm\:-top-6{
    top: -1.5rem;
  }

  :root .sm\:-top-8{
    top: -2rem;
  }

  :root .sm\:-top-10{
    top: -2.5rem;
  }

  :root .sm\:-top-12{
    top: -3rem;
  }

  :root .sm\:top-auto{
    top: auto;
  }

  :root .sm\:right-0{
    right: 0;
  }

  :root .sm\:right-1{
    right: 0.25rem;
  }

  :root .sm\:right-2{
    right: 0.5rem;
  }

  :root .sm\:right-3{
    right: 0.75rem;
  }

  :root .sm\:right-4{
    right: 1rem;
  }

  :root .sm\:right-5{
    right: 1.25rem;
  }

  :root .sm\:right-6{
    right: 1.5rem;
  }

  :root .sm\:right-8{
    right: 2rem;
  }

  :root .sm\:right-10{
    right: 2.5rem;
  }

  :root .sm\:right-12{
    right: 3rem;
  }

  :root .sm\:-right-1{
    right: -0.25rem;
  }

  :root .sm\:-right-2{
    right: -0.5rem;
  }

  :root .sm\:-right-3{
    right: -0.75rem;
  }

  :root .sm\:-right-4{
    right: -1rem;
  }

  :root .sm\:-right-5{
    right: -1.25rem;
  }

  :root .sm\:-right-6{
    right: -1.5rem;
  }

  :root .sm\:-right-8{
    right: -2rem;
  }

  :root .sm\:-right-10{
    right: -2.5rem;
  }

  :root .sm\:-right-12{
    right: -3rem;
  }

  :root .sm\:right-auto{
    right: auto;
  }

  :root .sm\:bottom-0{
    bottom: 0;
  }

  :root .sm\:bottom-1{
    bottom: 0.25rem;
  }

  :root .sm\:bottom-2{
    bottom: 0.5rem;
  }

  :root .sm\:bottom-3{
    bottom: 0.75rem;
  }

  :root .sm\:bottom-4{
    bottom: 1rem;
  }

  :root .sm\:bottom-5{
    bottom: 1.25rem;
  }

  :root .sm\:bottom-6{
    bottom: 1.5rem;
  }

  :root .sm\:bottom-8{
    bottom: 2rem;
  }

  :root .sm\:bottom-10{
    bottom: 2.5rem;
  }

  :root .sm\:bottom-12{
    bottom: 3rem;
  }

  :root .sm\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .sm\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .sm\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .sm\:-bottom-4{
    bottom: -1rem;
  }

  :root .sm\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .sm\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .sm\:-bottom-8{
    bottom: -2rem;
  }

  :root .sm\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .sm\:-bottom-12{
    bottom: -3rem;
  }

  :root .sm\:bottom-auto{
    bottom: auto;
  }

  :root .sm\:left-0{
    left: 0;
  }

  :root .sm\:left-1{
    left: 0.25rem;
  }

  :root .sm\:left-2{
    left: 0.5rem;
  }

  :root .sm\:left-3{
    left: 0.75rem;
  }

  :root .sm\:left-4{
    left: 1rem;
  }

  :root .sm\:left-5{
    left: 1.25rem;
  }

  :root .sm\:left-6{
    left: 1.5rem;
  }

  :root .sm\:left-8{
    left: 2rem;
  }

  :root .sm\:left-10{
    left: 2.5rem;
  }

  :root .sm\:left-12{
    left: 3rem;
  }

  :root .sm\:-left-1{
    left: -0.25rem;
  }

  :root .sm\:-left-2{
    left: -0.5rem;
  }

  :root .sm\:-left-3{
    left: -0.75rem;
  }

  :root .sm\:-left-4{
    left: -1rem;
  }

  :root .sm\:-left-5{
    left: -1.25rem;
  }

  :root .sm\:-left-6{
    left: -1.5rem;
  }

  :root .sm\:-left-8{
    left: -2rem;
  }

  :root .sm\:-left-10{
    left: -2.5rem;
  }

  :root .sm\:-left-12{
    left: -3rem;
  }

  :root .sm\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .sm\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .sm\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:left-auto{
    left: auto;
  }

  :root .sm\:isolate{
    isolation: isolate;
  }

  :root .sm\:isolation-auto{
    isolation: auto;
  }

  :root .sm\:z-0{
    z-index: 0;
  }

  :root .sm\:z-10{
    z-index: 10;
  }

  :root .sm\:z-20{
    z-index: 20;
  }

  :root .sm\:z-30{
    z-index: 30;
  }

  :root .sm\:z-40{
    z-index: 40;
  }

  :root .sm\:z-50{
    z-index: 50;
  }

  :root .sm\:z-auto{
    z-index: auto;
  }

  :root .sm\:order-1{
    order: 1;
  }

  :root .sm\:order-2{
    order: 2;
  }

  :root .sm\:order-3{
    order: 3;
  }

  :root .sm\:order-4{
    order: 4;
  }

  :root .sm\:order-5{
    order: 5;
  }

  :root .sm\:order-6{
    order: 6;
  }

  :root .sm\:order-7{
    order: 7;
  }

  :root .sm\:order-8{
    order: 8;
  }

  :root .sm\:order-9{
    order: 9;
  }

  :root .sm\:order-10{
    order: 10;
  }

  :root .sm\:order-11{
    order: 11;
  }

  :root .sm\:order-12{
    order: 12;
  }

  :root .sm\:order-first{
    order: -9999;
  }

  :root .sm\:order-last{
    order: 9999;
  }

  :root .sm\:order-none{
    order: 0;
  }

  :root .sm\:col-auto{
    grid-column: auto;
  }

  :root .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .sm\:col-start-1{
    grid-column-start: 1;
  }

  :root .sm\:col-start-2{
    grid-column-start: 2;
  }

  :root .sm\:col-start-3{
    grid-column-start: 3;
  }

  :root .sm\:col-start-4{
    grid-column-start: 4;
  }

  :root .sm\:col-start-5{
    grid-column-start: 5;
  }

  :root .sm\:col-start-6{
    grid-column-start: 6;
  }

  :root .sm\:col-start-7{
    grid-column-start: 7;
  }

  :root .sm\:col-start-8{
    grid-column-start: 8;
  }

  :root .sm\:col-start-9{
    grid-column-start: 9;
  }

  :root .sm\:col-start-10{
    grid-column-start: 10;
  }

  :root .sm\:col-start-11{
    grid-column-start: 11;
  }

  :root .sm\:col-start-12{
    grid-column-start: 12;
  }

  :root .sm\:col-start-13{
    grid-column-start: 13;
  }

  :root .sm\:col-start-auto{
    grid-column-start: auto;
  }

  :root .sm\:col-end-1{
    grid-column-end: 1;
  }

  :root .sm\:col-end-2{
    grid-column-end: 2;
  }

  :root .sm\:col-end-3{
    grid-column-end: 3;
  }

  :root .sm\:col-end-4{
    grid-column-end: 4;
  }

  :root .sm\:col-end-5{
    grid-column-end: 5;
  }

  :root .sm\:col-end-6{
    grid-column-end: 6;
  }

  :root .sm\:col-end-7{
    grid-column-end: 7;
  }

  :root .sm\:col-end-8{
    grid-column-end: 8;
  }

  :root .sm\:col-end-9{
    grid-column-end: 9;
  }

  :root .sm\:col-end-10{
    grid-column-end: 10;
  }

  :root .sm\:col-end-11{
    grid-column-end: 11;
  }

  :root .sm\:col-end-12{
    grid-column-end: 12;
  }

  :root .sm\:col-end-13{
    grid-column-end: 13;
  }

  :root .sm\:col-end-auto{
    grid-column-end: auto;
  }

  :root .sm\:row-auto{
    grid-row: auto;
  }

  :root .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .sm\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .sm\:row-start-1{
    grid-row-start: 1;
  }

  :root .sm\:row-start-2{
    grid-row-start: 2;
  }

  :root .sm\:row-start-3{
    grid-row-start: 3;
  }

  :root .sm\:row-start-4{
    grid-row-start: 4;
  }

  :root .sm\:row-start-5{
    grid-row-start: 5;
  }

  :root .sm\:row-start-6{
    grid-row-start: 6;
  }

  :root .sm\:row-start-7{
    grid-row-start: 7;
  }

  :root .sm\:row-start-auto{
    grid-row-start: auto;
  }

  :root .sm\:row-end-1{
    grid-row-end: 1;
  }

  :root .sm\:row-end-2{
    grid-row-end: 2;
  }

  :root .sm\:row-end-3{
    grid-row-end: 3;
  }

  :root .sm\:row-end-4{
    grid-row-end: 4;
  }

  :root .sm\:row-end-5{
    grid-row-end: 5;
  }

  :root .sm\:row-end-6{
    grid-row-end: 6;
  }

  :root .sm\:row-end-7{
    grid-row-end: 7;
  }

  :root .sm\:row-end-auto{
    grid-row-end: auto;
  }

  :root .sm\:float-right{
    float: right;
  }

  :root .sm\:float-left{
    float: left;
  }

  :root .sm\:float-none{
    float: none;
  }

  :root .sm\:clear-left{
    clear: left;
  }

  :root .sm\:clear-right{
    clear: right;
  }

  :root .sm\:clear-both{
    clear: both;
  }

  :root .sm\:clear-none{
    clear: none;
  }

  :root .sm\:m-0{
    margin: 0;
  }

  :root .sm\:m-1{
    margin: 0.25rem;
  }

  :root .sm\:m-2{
    margin: 0.5rem;
  }

  :root .sm\:m-3{
    margin: 0.75rem;
  }

  :root .sm\:m-4{
    margin: 1rem;
  }

  :root .sm\:m-5{
    margin: 1.25rem;
  }

  :root .sm\:m-6{
    margin: 1.5rem;
  }

  :root .sm\:m-7{
    margin: 1.75rem;
  }

  :root .sm\:m-8{
    margin: 2rem;
  }

  :root .sm\:m-9{
    margin: 2.25rem;
  }

  :root .sm\:m-10{
    margin: 2.5rem;
  }

  :root .sm\:m-11{
    margin: 2.75rem;
  }

  :root .sm\:m-12{
    margin: 3rem;
  }

  :root .sm\:m-13{
    margin: 3.25rem;
  }

  :root .sm\:m-14{
    margin: 3.5rem;
  }

  :root .sm\:m-16{
    margin: 4rem;
  }

  :root .sm\:m-18{
    margin: 4.5rem;
  }

  :root .sm\:m-20{
    margin: 5rem;
  }

  :root .sm\:m-21{
    margin: 5.25rem;
  }

  :root .sm\:m-22{
    margin: 5.5rem;
  }

  :root .sm\:m-24{
    margin: 6rem;
  }

  :root .sm\:m-26{
    margin: 6.5rem;
  }

  :root .sm\:m-27{
    margin: 6.75rem;
  }

  :root .sm\:m-28{
    margin: 7rem;
  }

  :root .sm\:m-30{
    margin: 7.5rem;
  }

  :root .sm\:m-32{
    margin: 8rem;
  }

  :root .sm\:m-36{
    margin: 9rem;
  }

  :root .sm\:m-40{
    margin: 10rem;
  }

  :root .sm\:m-41{
    margin: 11.25rem;
  }

  :root .sm\:m-42{
    margin: 11.5rem;
  }

  :root .sm\:m-44{
    margin: 11rem;
  }

  :root .sm\:m-48{
    margin: 12rem;
  }

  :root .sm\:m-52{
    margin: 13rem;
  }

  :root .sm\:m-54{
    margin: 13.5rem;
  }

  :root .sm\:m-56{
    margin: 14rem;
  }

  :root .sm\:m-60{
    margin: 15rem;
  }

  :root .sm\:m-64{
    margin: 16rem;
  }

  :root .sm\:m-68{
    margin: 17rem;
  }

  :root .sm\:m-72{
    margin: 18rem;
  }

  :root .sm\:m-76{
    margin: 19rem;
  }

  :root .sm\:m-80{
    margin: 20rem;
  }

  :root .sm\:m-84{
    margin: 21rem;
  }

  :root .sm\:m-88{
    margin: 22rem;
  }

  :root .sm\:m-96{
    margin: 24rem;
  }

  :root .sm\:m-112{
    margin: 28rem;
  }

  :root .sm\:m-120{
    margin: 30rem;
  }

  :root .sm\:m-140{
    margin: 35rem;
  }

  :root .sm\:m-150{
    margin: 37.5rem;
  }

  :root .sm\:m-160{
    margin: 40rem;
  }

  :root .sm\:m-220{
    margin: 55rem;
  }

  :root .sm\:m-240{
    margin: 60rem;
  }

  :root .sm\:m-300{
    margin: 75rem;
  }

  :root .sm\:m-320{
    margin: 80rem;
  }

  :root .sm\:m-auto{
    margin: auto;
  }

  :root .sm\:m-px{
    margin: 1px;
  }

  :root .sm\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .sm\:m-1\.5{
    margin: 0.375rem;
  }

  :root .sm\:-m-1{
    margin: -0.25rem;
  }

  :root .sm\:-m-2{
    margin: -0.5rem;
  }

  :root .sm\:-m-3{
    margin: -0.75rem;
  }

  :root .sm\:-m-4{
    margin: -1rem;
  }

  :root .sm\:-m-5{
    margin: -1.25rem;
  }

  :root .sm\:-m-6{
    margin: -1.5rem;
  }

  :root .sm\:-m-7{
    margin: -1.75rem;
  }

  :root .sm\:-m-8{
    margin: -2rem;
  }

  :root .sm\:-m-9{
    margin: -2.25rem;
  }

  :root .sm\:-m-10{
    margin: -2.5rem;
  }

  :root .sm\:-m-11{
    margin: -2.75rem;
  }

  :root .sm\:-m-12{
    margin: -3rem;
  }

  :root .sm\:-m-13{
    margin: -3.25rem;
  }

  :root .sm\:-m-14{
    margin: -3.5rem;
  }

  :root .sm\:-m-16{
    margin: -4rem;
  }

  :root .sm\:-m-18{
    margin: -4.5rem;
  }

  :root .sm\:-m-20{
    margin: -5rem;
  }

  :root .sm\:-m-21{
    margin: -5.25rem;
  }

  :root .sm\:-m-22{
    margin: -5.5rem;
  }

  :root .sm\:-m-24{
    margin: -6rem;
  }

  :root .sm\:-m-26{
    margin: -6.5rem;
  }

  :root .sm\:-m-27{
    margin: -6.75rem;
  }

  :root .sm\:-m-28{
    margin: -7rem;
  }

  :root .sm\:-m-30{
    margin: -7.5rem;
  }

  :root .sm\:-m-32{
    margin: -8rem;
  }

  :root .sm\:-m-36{
    margin: -9rem;
  }

  :root .sm\:-m-40{
    margin: -10rem;
  }

  :root .sm\:-m-41{
    margin: -11.25rem;
  }

  :root .sm\:-m-42{
    margin: -11.5rem;
  }

  :root .sm\:-m-44{
    margin: -11rem;
  }

  :root .sm\:-m-48{
    margin: -12rem;
  }

  :root .sm\:-m-52{
    margin: -13rem;
  }

  :root .sm\:-m-54{
    margin: -13.5rem;
  }

  :root .sm\:-m-56{
    margin: -14rem;
  }

  :root .sm\:-m-60{
    margin: -15rem;
  }

  :root .sm\:-m-64{
    margin: -16rem;
  }

  :root .sm\:-m-68{
    margin: -17rem;
  }

  :root .sm\:-m-72{
    margin: -18rem;
  }

  :root .sm\:-m-76{
    margin: -19rem;
  }

  :root .sm\:-m-80{
    margin: -20rem;
  }

  :root .sm\:-m-84{
    margin: -21rem;
  }

  :root .sm\:-m-88{
    margin: -22rem;
  }

  :root .sm\:-m-96{
    margin: -24rem;
  }

  :root .sm\:-m-112{
    margin: -28rem;
  }

  :root .sm\:-m-120{
    margin: -30rem;
  }

  :root .sm\:-m-140{
    margin: -35rem;
  }

  :root .sm\:-m-150{
    margin: -37.5rem;
  }

  :root .sm\:-m-160{
    margin: -40rem;
  }

  :root .sm\:-m-220{
    margin: -55rem;
  }

  :root .sm\:-m-240{
    margin: -60rem;
  }

  :root .sm\:-m-300{
    margin: -75rem;
  }

  :root .sm\:-m-320{
    margin: -80rem;
  }

  :root .sm\:-m-px{
    margin: -1px;
  }

  :root .sm\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-m-1\.5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .sm\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-13{
    margin: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-18{
    margin: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-21{
    margin: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-22{
    margin: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-26{
    margin: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-27{
    margin: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-30{
    margin: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-41{
    margin: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-42{
    margin: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-54{
    margin: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-68{
    margin: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-76{
    margin: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-84{
    margin: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-88{
    margin: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-112{
    margin: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-120{
    margin: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-140{
    margin: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-150{
    margin: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-160{
    margin: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-220{
    margin: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-240{
    margin: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-300{
    margin: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-320{
    margin: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .sm\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-1.sm\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-68{
    margin: -17rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-76{
    margin: -19rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-84{
    margin: -21rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-88{
    margin: -22rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-112{
    margin: -28rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-120{
    margin: -30rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-140{
    margin: -35rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-160{
    margin: -40rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-220{
    margin: -55rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-240{
    margin: -60rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-300{
    margin: -75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-320{
    margin: -80rem;
  }

  :root [dir=ltr] .sm\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-1.sm\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .sm\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-13{
    margin: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-18{
    margin: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-21{
    margin: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-22{
    margin: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-26{
    margin: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-27{
    margin: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-30{
    margin: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-41{
    margin: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-42{
    margin: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-54{
    margin: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-68{
    margin: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-76{
    margin: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-84{
    margin: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-88{
    margin: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-112{
    margin: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-120{
    margin: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-140{
    margin: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-150{
    margin: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-160{
    margin: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-220{
    margin: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-240{
    margin: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-300{
    margin: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-320{
    margin: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .sm\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-1.sm\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-68{
    margin: -17rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-76{
    margin: -19rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-84{
    margin: -21rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-88{
    margin: -22rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-112{
    margin: -28rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-120{
    margin: -30rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-140{
    margin: -35rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-160{
    margin: -40rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-220{
    margin: -55rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-240{
    margin: -60rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-300{
    margin: -75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-320{
    margin: -80rem;
  }

  :root [dir=rtl] .sm\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-1.sm\:5{
    margin: -0.375rem;
  }

  :root .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .sm\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .sm\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .sm\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root .sm\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .sm\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root .sm\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .sm\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .sm\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .sm\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root .sm\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root .sm\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .sm\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .sm\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .sm\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .sm\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root .sm\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .sm\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root .sm\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .sm\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root .sm\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .sm\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root .sm\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root .sm\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root .sm\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root .sm\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root .sm\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root .sm\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root .sm\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root .sm\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .sm\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .sm\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .sm\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .sm\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .sm\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .sm\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .sm\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root .sm\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .sm\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root .sm\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .sm\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .sm\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .sm\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root .sm\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root .sm\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .sm\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .sm\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .sm\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .sm\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root .sm\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .sm\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root .sm\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .sm\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root .sm\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root .sm\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .sm\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root .sm\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root .sm\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root .sm\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root .sm\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root .sm\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root .sm\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root .sm\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root .sm\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .sm\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .sm\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .sm\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .sm\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root .sm\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .sm\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root .sm\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .sm\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .sm\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .sm\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root .sm\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root .sm\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .sm\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .sm\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .sm\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .sm\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root .sm\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .sm\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root .sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .sm\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root .sm\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .sm\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root .sm\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root .sm\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root .sm\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root .sm\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root .sm\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root .sm\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root .sm\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root .sm\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .sm\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .sm\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .sm\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .sm\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .sm\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .sm\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root .sm\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .sm\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .sm\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root .sm\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .sm\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root .sm\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .sm\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .sm\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .sm\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root .sm\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root .sm\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .sm\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .sm\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .sm\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .sm\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root .sm\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .sm\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root .sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .sm\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root .sm\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root .sm\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .sm\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root .sm\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root .sm\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root .sm\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root .sm\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root .sm\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root .sm\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root .sm\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root .sm\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .sm\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mx-1.sm\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mx-1.sm\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-1.sm\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .sm\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-1.sm\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mx-1.sm\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mx-1.sm\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-1.sm\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .sm\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-1.sm\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .sm\:mt-0{
    margin-top: 0;
  }

  :root .sm\:mt-1{
    margin-top: 0.25rem;
  }

  :root .sm\:mt-2{
    margin-top: 0.5rem;
  }

  :root .sm\:mt-3{
    margin-top: 0.75rem;
  }

  :root .sm\:mt-4{
    margin-top: 1rem;
  }

  :root .sm\:mt-5{
    margin-top: 1.25rem;
  }

  :root .sm\:mt-6{
    margin-top: 1.5rem;
  }

  :root .sm\:mt-7{
    margin-top: 1.75rem;
  }

  :root .sm\:mt-8{
    margin-top: 2rem;
  }

  :root .sm\:mt-9{
    margin-top: 2.25rem;
  }

  :root .sm\:mt-10{
    margin-top: 2.5rem;
  }

  :root .sm\:mt-11{
    margin-top: 2.75rem;
  }

  :root .sm\:mt-12{
    margin-top: 3rem;
  }

  :root .sm\:mt-13{
    margin-top: 3.25rem;
  }

  :root .sm\:mt-14{
    margin-top: 3.5rem;
  }

  :root .sm\:mt-16{
    margin-top: 4rem;
  }

  :root .sm\:mt-18{
    margin-top: 4.5rem;
  }

  :root .sm\:mt-20{
    margin-top: 5rem;
  }

  :root .sm\:mt-21{
    margin-top: 5.25rem;
  }

  :root .sm\:mt-22{
    margin-top: 5.5rem;
  }

  :root .sm\:mt-24{
    margin-top: 6rem;
  }

  :root .sm\:mt-26{
    margin-top: 6.5rem;
  }

  :root .sm\:mt-27{
    margin-top: 6.75rem;
  }

  :root .sm\:mt-28{
    margin-top: 7rem;
  }

  :root .sm\:mt-30{
    margin-top: 7.5rem;
  }

  :root .sm\:mt-32{
    margin-top: 8rem;
  }

  :root .sm\:mt-36{
    margin-top: 9rem;
  }

  :root .sm\:mt-40{
    margin-top: 10rem;
  }

  :root .sm\:mt-41{
    margin-top: 11.25rem;
  }

  :root .sm\:mt-42{
    margin-top: 11.5rem;
  }

  :root .sm\:mt-44{
    margin-top: 11rem;
  }

  :root .sm\:mt-48{
    margin-top: 12rem;
  }

  :root .sm\:mt-52{
    margin-top: 13rem;
  }

  :root .sm\:mt-54{
    margin-top: 13.5rem;
  }

  :root .sm\:mt-56{
    margin-top: 14rem;
  }

  :root .sm\:mt-60{
    margin-top: 15rem;
  }

  :root .sm\:mt-64{
    margin-top: 16rem;
  }

  :root .sm\:mt-68{
    margin-top: 17rem;
  }

  :root .sm\:mt-72{
    margin-top: 18rem;
  }

  :root .sm\:mt-76{
    margin-top: 19rem;
  }

  :root .sm\:mt-80{
    margin-top: 20rem;
  }

  :root .sm\:mt-84{
    margin-top: 21rem;
  }

  :root .sm\:mt-88{
    margin-top: 22rem;
  }

  :root .sm\:mt-96{
    margin-top: 24rem;
  }

  :root .sm\:mt-112{
    margin-top: 28rem;
  }

  :root .sm\:mt-120{
    margin-top: 30rem;
  }

  :root .sm\:mt-140{
    margin-top: 35rem;
  }

  :root .sm\:mt-150{
    margin-top: 37.5rem;
  }

  :root .sm\:mt-160{
    margin-top: 40rem;
  }

  :root .sm\:mt-220{
    margin-top: 55rem;
  }

  :root .sm\:mt-240{
    margin-top: 60rem;
  }

  :root .sm\:mt-300{
    margin-top: 75rem;
  }

  :root .sm\:mt-320{
    margin-top: 80rem;
  }

  :root .sm\:mt-auto{
    margin-top: auto;
  }

  :root .sm\:mt-px{
    margin-top: 1px;
  }

  :root .sm\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .sm\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .sm\:-mt-4{
    margin-top: -1rem;
  }

  :root .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .sm\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .sm\:-mt-8{
    margin-top: -2rem;
  }

  :root .sm\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .sm\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .sm\:-mt-12{
    margin-top: -3rem;
  }

  :root .sm\:-mt-13{
    margin-top: -3.25rem;
  }

  :root .sm\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .sm\:-mt-16{
    margin-top: -4rem;
  }

  :root .sm\:-mt-18{
    margin-top: -4.5rem;
  }

  :root .sm\:-mt-20{
    margin-top: -5rem;
  }

  :root .sm\:-mt-21{
    margin-top: -5.25rem;
  }

  :root .sm\:-mt-22{
    margin-top: -5.5rem;
  }

  :root .sm\:-mt-24{
    margin-top: -6rem;
  }

  :root .sm\:-mt-26{
    margin-top: -6.5rem;
  }

  :root .sm\:-mt-27{
    margin-top: -6.75rem;
  }

  :root .sm\:-mt-28{
    margin-top: -7rem;
  }

  :root .sm\:-mt-30{
    margin-top: -7.5rem;
  }

  :root .sm\:-mt-32{
    margin-top: -8rem;
  }

  :root .sm\:-mt-36{
    margin-top: -9rem;
  }

  :root .sm\:-mt-40{
    margin-top: -10rem;
  }

  :root .sm\:-mt-41{
    margin-top: -11.25rem;
  }

  :root .sm\:-mt-42{
    margin-top: -11.5rem;
  }

  :root .sm\:-mt-44{
    margin-top: -11rem;
  }

  :root .sm\:-mt-48{
    margin-top: -12rem;
  }

  :root .sm\:-mt-52{
    margin-top: -13rem;
  }

  :root .sm\:-mt-54{
    margin-top: -13.5rem;
  }

  :root .sm\:-mt-56{
    margin-top: -14rem;
  }

  :root .sm\:-mt-60{
    margin-top: -15rem;
  }

  :root .sm\:-mt-64{
    margin-top: -16rem;
  }

  :root .sm\:-mt-68{
    margin-top: -17rem;
  }

  :root .sm\:-mt-72{
    margin-top: -18rem;
  }

  :root .sm\:-mt-76{
    margin-top: -19rem;
  }

  :root .sm\:-mt-80{
    margin-top: -20rem;
  }

  :root .sm\:-mt-84{
    margin-top: -21rem;
  }

  :root .sm\:-mt-88{
    margin-top: -22rem;
  }

  :root .sm\:-mt-96{
    margin-top: -24rem;
  }

  :root .sm\:-mt-112{
    margin-top: -28rem;
  }

  :root .sm\:-mt-120{
    margin-top: -30rem;
  }

  :root .sm\:-mt-140{
    margin-top: -35rem;
  }

  :root .sm\:-mt-150{
    margin-top: -37.5rem;
  }

  :root .sm\:-mt-160{
    margin-top: -40rem;
  }

  :root .sm\:-mt-220{
    margin-top: -55rem;
  }

  :root .sm\:-mt-240{
    margin-top: -60rem;
  }

  :root .sm\:-mt-300{
    margin-top: -75rem;
  }

  :root .sm\:-mt-320{
    margin-top: -80rem;
  }

  :root .sm\:-mt-px{
    margin-top: -1px;
  }

  :root .sm\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .sm\:mr-0{
    margin-right: 0;
  }

  :root .sm\:mr-1{
    margin-right: 0.25rem;
  }

  :root .sm\:mr-2{
    margin-right: 0.5rem;
  }

  :root .sm\:mr-3{
    margin-right: 0.75rem;
  }

  :root .sm\:mr-4{
    margin-right: 1rem;
  }

  :root .sm\:mr-5{
    margin-right: 1.25rem;
  }

  :root .sm\:mr-6{
    margin-right: 1.5rem;
  }

  :root .sm\:mr-7{
    margin-right: 1.75rem;
  }

  :root .sm\:mr-8{
    margin-right: 2rem;
  }

  :root .sm\:mr-9{
    margin-right: 2.25rem;
  }

  :root .sm\:mr-10{
    margin-right: 2.5rem;
  }

  :root .sm\:mr-11{
    margin-right: 2.75rem;
  }

  :root .sm\:mr-12{
    margin-right: 3rem;
  }

  :root .sm\:mr-13{
    margin-right: 3.25rem;
  }

  :root .sm\:mr-14{
    margin-right: 3.5rem;
  }

  :root .sm\:mr-16{
    margin-right: 4rem;
  }

  :root .sm\:mr-18{
    margin-right: 4.5rem;
  }

  :root .sm\:mr-20{
    margin-right: 5rem;
  }

  :root .sm\:mr-21{
    margin-right: 5.25rem;
  }

  :root .sm\:mr-22{
    margin-right: 5.5rem;
  }

  :root .sm\:mr-24{
    margin-right: 6rem;
  }

  :root .sm\:mr-26{
    margin-right: 6.5rem;
  }

  :root .sm\:mr-27{
    margin-right: 6.75rem;
  }

  :root .sm\:mr-28{
    margin-right: 7rem;
  }

  :root .sm\:mr-30{
    margin-right: 7.5rem;
  }

  :root .sm\:mr-32{
    margin-right: 8rem;
  }

  :root .sm\:mr-36{
    margin-right: 9rem;
  }

  :root .sm\:mr-40{
    margin-right: 10rem;
  }

  :root .sm\:mr-41{
    margin-right: 11.25rem;
  }

  :root .sm\:mr-42{
    margin-right: 11.5rem;
  }

  :root .sm\:mr-44{
    margin-right: 11rem;
  }

  :root .sm\:mr-48{
    margin-right: 12rem;
  }

  :root .sm\:mr-52{
    margin-right: 13rem;
  }

  :root .sm\:mr-54{
    margin-right: 13.5rem;
  }

  :root .sm\:mr-56{
    margin-right: 14rem;
  }

  :root .sm\:mr-60{
    margin-right: 15rem;
  }

  :root .sm\:mr-64{
    margin-right: 16rem;
  }

  :root .sm\:mr-68{
    margin-right: 17rem;
  }

  :root .sm\:mr-72{
    margin-right: 18rem;
  }

  :root .sm\:mr-76{
    margin-right: 19rem;
  }

  :root .sm\:mr-80{
    margin-right: 20rem;
  }

  :root .sm\:mr-84{
    margin-right: 21rem;
  }

  :root .sm\:mr-88{
    margin-right: 22rem;
  }

  :root .sm\:mr-96{
    margin-right: 24rem;
  }

  :root .sm\:mr-112{
    margin-right: 28rem;
  }

  :root .sm\:mr-120{
    margin-right: 30rem;
  }

  :root .sm\:mr-140{
    margin-right: 35rem;
  }

  :root .sm\:mr-150{
    margin-right: 37.5rem;
  }

  :root .sm\:mr-160{
    margin-right: 40rem;
  }

  :root .sm\:mr-220{
    margin-right: 55rem;
  }

  :root .sm\:mr-240{
    margin-right: 60rem;
  }

  :root .sm\:mr-300{
    margin-right: 75rem;
  }

  :root .sm\:mr-320{
    margin-right: 80rem;
  }

  :root .sm\:mr-auto{
    margin-right: auto;
  }

  :root .sm\:mr-px{
    margin-right: 1px;
  }

  :root .sm\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .sm\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .sm\:-mr-4{
    margin-right: -1rem;
  }

  :root .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .sm\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .sm\:-mr-8{
    margin-right: -2rem;
  }

  :root .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .sm\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .sm\:-mr-12{
    margin-right: -3rem;
  }

  :root .sm\:-mr-13{
    margin-right: -3.25rem;
  }

  :root .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .sm\:-mr-16{
    margin-right: -4rem;
  }

  :root .sm\:-mr-18{
    margin-right: -4.5rem;
  }

  :root .sm\:-mr-20{
    margin-right: -5rem;
  }

  :root .sm\:-mr-21{
    margin-right: -5.25rem;
  }

  :root .sm\:-mr-22{
    margin-right: -5.5rem;
  }

  :root .sm\:-mr-24{
    margin-right: -6rem;
  }

  :root .sm\:-mr-26{
    margin-right: -6.5rem;
  }

  :root .sm\:-mr-27{
    margin-right: -6.75rem;
  }

  :root .sm\:-mr-28{
    margin-right: -7rem;
  }

  :root .sm\:-mr-30{
    margin-right: -7.5rem;
  }

  :root .sm\:-mr-32{
    margin-right: -8rem;
  }

  :root .sm\:-mr-36{
    margin-right: -9rem;
  }

  :root .sm\:-mr-40{
    margin-right: -10rem;
  }

  :root .sm\:-mr-41{
    margin-right: -11.25rem;
  }

  :root .sm\:-mr-42{
    margin-right: -11.5rem;
  }

  :root .sm\:-mr-44{
    margin-right: -11rem;
  }

  :root .sm\:-mr-48{
    margin-right: -12rem;
  }

  :root .sm\:-mr-52{
    margin-right: -13rem;
  }

  :root .sm\:-mr-54{
    margin-right: -13.5rem;
  }

  :root .sm\:-mr-56{
    margin-right: -14rem;
  }

  :root .sm\:-mr-60{
    margin-right: -15rem;
  }

  :root .sm\:-mr-64{
    margin-right: -16rem;
  }

  :root .sm\:-mr-68{
    margin-right: -17rem;
  }

  :root .sm\:-mr-72{
    margin-right: -18rem;
  }

  :root .sm\:-mr-76{
    margin-right: -19rem;
  }

  :root .sm\:-mr-80{
    margin-right: -20rem;
  }

  :root .sm\:-mr-84{
    margin-right: -21rem;
  }

  :root .sm\:-mr-88{
    margin-right: -22rem;
  }

  :root .sm\:-mr-96{
    margin-right: -24rem;
  }

  :root .sm\:-mr-112{
    margin-right: -28rem;
  }

  :root .sm\:-mr-120{
    margin-right: -30rem;
  }

  :root .sm\:-mr-140{
    margin-right: -35rem;
  }

  :root .sm\:-mr-150{
    margin-right: -37.5rem;
  }

  :root .sm\:-mr-160{
    margin-right: -40rem;
  }

  :root .sm\:-mr-220{
    margin-right: -55rem;
  }

  :root .sm\:-mr-240{
    margin-right: -60rem;
  }

  :root .sm\:-mr-300{
    margin-right: -75rem;
  }

  :root .sm\:-mr-320{
    margin-right: -80rem;
  }

  :root .sm\:-mr-px{
    margin-right: -1px;
  }

  :root .sm\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .sm\:mb-0{
    margin-bottom: 0;
  }

  :root .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .sm\:mb-4{
    margin-bottom: 1rem;
  }

  :root .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .sm\:mb-8{
    margin-bottom: 2rem;
  }

  :root .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .sm\:mb-12{
    margin-bottom: 3rem;
  }

  :root .sm\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .sm\:mb-16{
    margin-bottom: 4rem;
  }

  :root .sm\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root .sm\:mb-20{
    margin-bottom: 5rem;
  }

  :root .sm\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root .sm\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root .sm\:mb-24{
    margin-bottom: 6rem;
  }

  :root .sm\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root .sm\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root .sm\:mb-28{
    margin-bottom: 7rem;
  }

  :root .sm\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root .sm\:mb-32{
    margin-bottom: 8rem;
  }

  :root .sm\:mb-36{
    margin-bottom: 9rem;
  }

  :root .sm\:mb-40{
    margin-bottom: 10rem;
  }

  :root .sm\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root .sm\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root .sm\:mb-44{
    margin-bottom: 11rem;
  }

  :root .sm\:mb-48{
    margin-bottom: 12rem;
  }

  :root .sm\:mb-52{
    margin-bottom: 13rem;
  }

  :root .sm\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root .sm\:mb-56{
    margin-bottom: 14rem;
  }

  :root .sm\:mb-60{
    margin-bottom: 15rem;
  }

  :root .sm\:mb-64{
    margin-bottom: 16rem;
  }

  :root .sm\:mb-68{
    margin-bottom: 17rem;
  }

  :root .sm\:mb-72{
    margin-bottom: 18rem;
  }

  :root .sm\:mb-76{
    margin-bottom: 19rem;
  }

  :root .sm\:mb-80{
    margin-bottom: 20rem;
  }

  :root .sm\:mb-84{
    margin-bottom: 21rem;
  }

  :root .sm\:mb-88{
    margin-bottom: 22rem;
  }

  :root .sm\:mb-96{
    margin-bottom: 24rem;
  }

  :root .sm\:mb-112{
    margin-bottom: 28rem;
  }

  :root .sm\:mb-120{
    margin-bottom: 30rem;
  }

  :root .sm\:mb-140{
    margin-bottom: 35rem;
  }

  :root .sm\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root .sm\:mb-160{
    margin-bottom: 40rem;
  }

  :root .sm\:mb-220{
    margin-bottom: 55rem;
  }

  :root .sm\:mb-240{
    margin-bottom: 60rem;
  }

  :root .sm\:mb-300{
    margin-bottom: 75rem;
  }

  :root .sm\:mb-320{
    margin-bottom: 80rem;
  }

  :root .sm\:mb-auto{
    margin-bottom: auto;
  }

  :root .sm\:mb-px{
    margin-bottom: 1px;
  }

  :root .sm\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .sm\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .sm\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .sm\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .sm\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .sm\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .sm\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root .sm\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .sm\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root .sm\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .sm\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .sm\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .sm\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root .sm\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root .sm\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .sm\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .sm\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .sm\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .sm\:-mb-68{
    margin-bottom: -17rem;
  }

  :root .sm\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .sm\:-mb-76{
    margin-bottom: -19rem;
  }

  :root .sm\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .sm\:-mb-84{
    margin-bottom: -21rem;
  }

  :root .sm\:-mb-88{
    margin-bottom: -22rem;
  }

  :root .sm\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .sm\:-mb-112{
    margin-bottom: -28rem;
  }

  :root .sm\:-mb-120{
    margin-bottom: -30rem;
  }

  :root .sm\:-mb-140{
    margin-bottom: -35rem;
  }

  :root .sm\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root .sm\:-mb-160{
    margin-bottom: -40rem;
  }

  :root .sm\:-mb-220{
    margin-bottom: -55rem;
  }

  :root .sm\:-mb-240{
    margin-bottom: -60rem;
  }

  :root .sm\:-mb-300{
    margin-bottom: -75rem;
  }

  :root .sm\:-mb-320{
    margin-bottom: -80rem;
  }

  :root .sm\:-mb-px{
    margin-bottom: -1px;
  }

  :root .sm\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .sm\:ml-0{
    margin-left: 0;
  }

  :root .sm\:ml-1{
    margin-left: 0.25rem;
  }

  :root .sm\:ml-2{
    margin-left: 0.5rem;
  }

  :root .sm\:ml-3{
    margin-left: 0.75rem;
  }

  :root .sm\:ml-4{
    margin-left: 1rem;
  }

  :root .sm\:ml-5{
    margin-left: 1.25rem;
  }

  :root .sm\:ml-6{
    margin-left: 1.5rem;
  }

  :root .sm\:ml-7{
    margin-left: 1.75rem;
  }

  :root .sm\:ml-8{
    margin-left: 2rem;
  }

  :root .sm\:ml-9{
    margin-left: 2.25rem;
  }

  :root .sm\:ml-10{
    margin-left: 2.5rem;
  }

  :root .sm\:ml-11{
    margin-left: 2.75rem;
  }

  :root .sm\:ml-12{
    margin-left: 3rem;
  }

  :root .sm\:ml-13{
    margin-left: 3.25rem;
  }

  :root .sm\:ml-14{
    margin-left: 3.5rem;
  }

  :root .sm\:ml-16{
    margin-left: 4rem;
  }

  :root .sm\:ml-18{
    margin-left: 4.5rem;
  }

  :root .sm\:ml-20{
    margin-left: 5rem;
  }

  :root .sm\:ml-21{
    margin-left: 5.25rem;
  }

  :root .sm\:ml-22{
    margin-left: 5.5rem;
  }

  :root .sm\:ml-24{
    margin-left: 6rem;
  }

  :root .sm\:ml-26{
    margin-left: 6.5rem;
  }

  :root .sm\:ml-27{
    margin-left: 6.75rem;
  }

  :root .sm\:ml-28{
    margin-left: 7rem;
  }

  :root .sm\:ml-30{
    margin-left: 7.5rem;
  }

  :root .sm\:ml-32{
    margin-left: 8rem;
  }

  :root .sm\:ml-36{
    margin-left: 9rem;
  }

  :root .sm\:ml-40{
    margin-left: 10rem;
  }

  :root .sm\:ml-41{
    margin-left: 11.25rem;
  }

  :root .sm\:ml-42{
    margin-left: 11.5rem;
  }

  :root .sm\:ml-44{
    margin-left: 11rem;
  }

  :root .sm\:ml-48{
    margin-left: 12rem;
  }

  :root .sm\:ml-52{
    margin-left: 13rem;
  }

  :root .sm\:ml-54{
    margin-left: 13.5rem;
  }

  :root .sm\:ml-56{
    margin-left: 14rem;
  }

  :root .sm\:ml-60{
    margin-left: 15rem;
  }

  :root .sm\:ml-64{
    margin-left: 16rem;
  }

  :root .sm\:ml-68{
    margin-left: 17rem;
  }

  :root .sm\:ml-72{
    margin-left: 18rem;
  }

  :root .sm\:ml-76{
    margin-left: 19rem;
  }

  :root .sm\:ml-80{
    margin-left: 20rem;
  }

  :root .sm\:ml-84{
    margin-left: 21rem;
  }

  :root .sm\:ml-88{
    margin-left: 22rem;
  }

  :root .sm\:ml-96{
    margin-left: 24rem;
  }

  :root .sm\:ml-112{
    margin-left: 28rem;
  }

  :root .sm\:ml-120{
    margin-left: 30rem;
  }

  :root .sm\:ml-140{
    margin-left: 35rem;
  }

  :root .sm\:ml-150{
    margin-left: 37.5rem;
  }

  :root .sm\:ml-160{
    margin-left: 40rem;
  }

  :root .sm\:ml-220{
    margin-left: 55rem;
  }

  :root .sm\:ml-240{
    margin-left: 60rem;
  }

  :root .sm\:ml-300{
    margin-left: 75rem;
  }

  :root .sm\:ml-320{
    margin-left: 80rem;
  }

  :root .sm\:ml-auto{
    margin-left: auto;
  }

  :root .sm\:ml-px{
    margin-left: 1px;
  }

  :root .sm\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .sm\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .sm\:-ml-4{
    margin-left: -1rem;
  }

  :root .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .sm\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .sm\:-ml-8{
    margin-left: -2rem;
  }

  :root .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .sm\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .sm\:-ml-12{
    margin-left: -3rem;
  }

  :root .sm\:-ml-13{
    margin-left: -3.25rem;
  }

  :root .sm\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .sm\:-ml-16{
    margin-left: -4rem;
  }

  :root .sm\:-ml-18{
    margin-left: -4.5rem;
  }

  :root .sm\:-ml-20{
    margin-left: -5rem;
  }

  :root .sm\:-ml-21{
    margin-left: -5.25rem;
  }

  :root .sm\:-ml-22{
    margin-left: -5.5rem;
  }

  :root .sm\:-ml-24{
    margin-left: -6rem;
  }

  :root .sm\:-ml-26{
    margin-left: -6.5rem;
  }

  :root .sm\:-ml-27{
    margin-left: -6.75rem;
  }

  :root .sm\:-ml-28{
    margin-left: -7rem;
  }

  :root .sm\:-ml-30{
    margin-left: -7.5rem;
  }

  :root .sm\:-ml-32{
    margin-left: -8rem;
  }

  :root .sm\:-ml-36{
    margin-left: -9rem;
  }

  :root .sm\:-ml-40{
    margin-left: -10rem;
  }

  :root .sm\:-ml-41{
    margin-left: -11.25rem;
  }

  :root .sm\:-ml-42{
    margin-left: -11.5rem;
  }

  :root .sm\:-ml-44{
    margin-left: -11rem;
  }

  :root .sm\:-ml-48{
    margin-left: -12rem;
  }

  :root .sm\:-ml-52{
    margin-left: -13rem;
  }

  :root .sm\:-ml-54{
    margin-left: -13.5rem;
  }

  :root .sm\:-ml-56{
    margin-left: -14rem;
  }

  :root .sm\:-ml-60{
    margin-left: -15rem;
  }

  :root .sm\:-ml-64{
    margin-left: -16rem;
  }

  :root .sm\:-ml-68{
    margin-left: -17rem;
  }

  :root .sm\:-ml-72{
    margin-left: -18rem;
  }

  :root .sm\:-ml-76{
    margin-left: -19rem;
  }

  :root .sm\:-ml-80{
    margin-left: -20rem;
  }

  :root .sm\:-ml-84{
    margin-left: -21rem;
  }

  :root .sm\:-ml-88{
    margin-left: -22rem;
  }

  :root .sm\:-ml-96{
    margin-left: -24rem;
  }

  :root .sm\:-ml-112{
    margin-left: -28rem;
  }

  :root .sm\:-ml-120{
    margin-left: -30rem;
  }

  :root .sm\:-ml-140{
    margin-left: -35rem;
  }

  :root .sm\:-ml-150{
    margin-left: -37.5rem;
  }

  :root .sm\:-ml-160{
    margin-left: -40rem;
  }

  :root .sm\:-ml-220{
    margin-left: -55rem;
  }

  :root .sm\:-ml-240{
    margin-left: -60rem;
  }

  :root .sm\:-ml-300{
    margin-left: -75rem;
  }

  :root .sm\:-ml-320{
    margin-left: -80rem;
  }

  :root .sm\:-ml-px{
    margin-left: -1px;
  }

  :root .sm\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-1.sm\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-1.sm\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mr-1.sm\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mr-1.sm\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .sm\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mb-1.sm\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mb-1.sm\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .sm\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:ml-1.sm\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .sm\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-ml-1.sm\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-1.sm\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-1.sm\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mr-1.sm\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mr-1.sm\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .sm\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mb-1.sm\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mb-1.sm\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .sm\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:ml-1.sm\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .sm\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-ml-1.sm\:5{
    margin-left: -0.375rem;
  }

  :root .sm\:box-border{
    box-sizing: border-box;
  }

  :root .sm\:box-content{
    box-sizing: content-box;
  }

  :root .sm\:block{
    display: block;
  }

  :root .sm\:inline-block{
    display: inline-block;
  }

  :root .sm\:inline{
    display: inline;
  }

  :root .sm\:flex{
    display: flex;
  }

  :root .sm\:inline-flex{
    display: inline-flex;
  }

  :root .sm\:table{
    display: table;
  }

  :root .sm\:inline-table{
    display: inline-table;
  }

  :root .sm\:table-caption{
    display: table-caption;
  }

  :root .sm\:table-cell{
    display: table-cell;
  }

  :root .sm\:table-column{
    display: table-column;
  }

  :root .sm\:table-column-group{
    display: table-column-group;
  }

  :root .sm\:table-footer-group{
    display: table-footer-group;
  }

  :root .sm\:table-header-group{
    display: table-header-group;
  }

  :root .sm\:table-row-group{
    display: table-row-group;
  }

  :root .sm\:table-row{
    display: table-row;
  }

  :root .sm\:flow-root{
    display: flow-root;
  }

  :root .sm\:grid{
    display: grid;
  }

  :root .sm\:inline-grid{
    display: inline-grid;
  }

  :root .sm\:contents{
    display: contents;
  }

  :root .sm\:list-item{
    display: list-item;
  }

  :root .sm\:hidden{
    display: none;
  }

  :root .sm\:h-0{
    height: 0;
  }

  :root .sm\:h-1{
    height: 0.25rem;
  }

  :root .sm\:h-2{
    height: 0.5rem;
  }

  :root .sm\:h-3{
    height: 0.75rem;
  }

  :root .sm\:h-4{
    height: 1rem;
  }

  :root .sm\:h-5{
    height: 1.25rem;
  }

  :root .sm\:h-6{
    height: 1.5rem;
  }

  :root .sm\:h-7{
    height: 1.75rem;
  }

  :root .sm\:h-8{
    height: 2rem;
  }

  :root .sm\:h-9{
    height: 2.25rem;
  }

  :root .sm\:h-10{
    height: 2.5rem;
  }

  :root .sm\:h-11{
    height: 2.75rem;
  }

  :root .sm\:h-12{
    height: 3rem;
  }

  :root .sm\:h-13{
    height: 3.25rem;
  }

  :root .sm\:h-14{
    height: 3.5rem;
  }

  :root .sm\:h-16{
    height: 4rem;
  }

  :root .sm\:h-18{
    height: 4.5rem;
  }

  :root .sm\:h-20{
    height: 5rem;
  }

  :root .sm\:h-21{
    height: 5.25rem;
  }

  :root .sm\:h-22{
    height: 5.5rem;
  }

  :root .sm\:h-24{
    height: 6rem;
  }

  :root .sm\:h-26{
    height: 6.5rem;
  }

  :root .sm\:h-27{
    height: 6.75rem;
  }

  :root .sm\:h-28{
    height: 7rem;
  }

  :root .sm\:h-30{
    height: 7.5rem;
  }

  :root .sm\:h-32{
    height: 8rem;
  }

  :root .sm\:h-36{
    height: 9rem;
  }

  :root .sm\:h-40{
    height: 10rem;
  }

  :root .sm\:h-41{
    height: 11.25rem;
  }

  :root .sm\:h-42{
    height: 11.5rem;
  }

  :root .sm\:h-44{
    height: 11rem;
  }

  :root .sm\:h-48{
    height: 12rem;
  }

  :root .sm\:h-52{
    height: 13rem;
  }

  :root .sm\:h-54{
    height: 13.5rem;
  }

  :root .sm\:h-56{
    height: 14rem;
  }

  :root .sm\:h-60{
    height: 15rem;
  }

  :root .sm\:h-64{
    height: 16rem;
  }

  :root .sm\:h-68{
    height: 17rem;
  }

  :root .sm\:h-72{
    height: 18rem;
  }

  :root .sm\:h-76{
    height: 19rem;
  }

  :root .sm\:h-80{
    height: 20rem;
  }

  :root .sm\:h-84{
    height: 21rem;
  }

  :root .sm\:h-88{
    height: 22rem;
  }

  :root .sm\:h-96{
    height: 24rem;
  }

  :root .sm\:h-112{
    height: 28rem;
  }

  :root .sm\:h-120{
    height: 30rem;
  }

  :root .sm\:h-140{
    height: 35rem;
  }

  :root .sm\:h-150{
    height: 37.5rem;
  }

  :root .sm\:h-160{
    height: 40rem;
  }

  :root .sm\:h-220{
    height: 55rem;
  }

  :root .sm\:h-240{
    height: 60rem;
  }

  :root .sm\:h-300{
    height: 75rem;
  }

  :root .sm\:h-320{
    height: 80rem;
  }

  :root .sm\:h-auto{
    height: auto;
  }

  :root .sm\:h-px{
    height: 1px;
  }

  :root .sm\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .sm\:h-1\.5{
    height: 0.375rem;
  }

  :root .sm\:h-full{
    height: 100%;
  }

  :root .sm\:h-screen{
    height: 100vh;
  }

  :root .sm\:h-fit{
    height: fit-content;
  }

  :root .sm\:max-h-0{
    max-height: 0;
  }

  :root .sm\:max-h-1{
    max-height: 0.25rem;
  }

  :root .sm\:max-h-2{
    max-height: 0.5rem;
  }

  :root .sm\:max-h-3{
    max-height: 0.75rem;
  }

  :root .sm\:max-h-4{
    max-height: 1rem;
  }

  :root .sm\:max-h-5{
    max-height: 1.25rem;
  }

  :root .sm\:max-h-6{
    max-height: 1.5rem;
  }

  :root .sm\:max-h-7{
    max-height: 1.75rem;
  }

  :root .sm\:max-h-8{
    max-height: 2rem;
  }

  :root .sm\:max-h-9{
    max-height: 2.25rem;
  }

  :root .sm\:max-h-10{
    max-height: 2.5rem;
  }

  :root .sm\:max-h-11{
    max-height: 2.75rem;
  }

  :root .sm\:max-h-12{
    max-height: 3rem;
  }

  :root .sm\:max-h-13{
    max-height: 3.25rem;
  }

  :root .sm\:max-h-14{
    max-height: 3.5rem;
  }

  :root .sm\:max-h-16{
    max-height: 4rem;
  }

  :root .sm\:max-h-18{
    max-height: 4.5rem;
  }

  :root .sm\:max-h-20{
    max-height: 5rem;
  }

  :root .sm\:max-h-21{
    max-height: 5.25rem;
  }

  :root .sm\:max-h-22{
    max-height: 5.5rem;
  }

  :root .sm\:max-h-24{
    max-height: 6rem;
  }

  :root .sm\:max-h-26{
    max-height: 6.5rem;
  }

  :root .sm\:max-h-27{
    max-height: 6.75rem;
  }

  :root .sm\:max-h-28{
    max-height: 7rem;
  }

  :root .sm\:max-h-30{
    max-height: 7.5rem;
  }

  :root .sm\:max-h-32{
    max-height: 8rem;
  }

  :root .sm\:max-h-36{
    max-height: 9rem;
  }

  :root .sm\:max-h-40{
    max-height: 10rem;
  }

  :root .sm\:max-h-41{
    max-height: 11.25rem;
  }

  :root .sm\:max-h-42{
    max-height: 11.5rem;
  }

  :root .sm\:max-h-44{
    max-height: 11rem;
  }

  :root .sm\:max-h-48{
    max-height: 12rem;
  }

  :root .sm\:max-h-52{
    max-height: 13rem;
  }

  :root .sm\:max-h-54{
    max-height: 13.5rem;
  }

  :root .sm\:max-h-56{
    max-height: 14rem;
  }

  :root .sm\:max-h-60{
    max-height: 15rem;
  }

  :root .sm\:max-h-64{
    max-height: 16rem;
  }

  :root .sm\:max-h-68{
    max-height: 17rem;
  }

  :root .sm\:max-h-72{
    max-height: 18rem;
  }

  :root .sm\:max-h-76{
    max-height: 19rem;
  }

  :root .sm\:max-h-80{
    max-height: 20rem;
  }

  :root .sm\:max-h-84{
    max-height: 21rem;
  }

  :root .sm\:max-h-88{
    max-height: 22rem;
  }

  :root .sm\:max-h-96{
    max-height: 24rem;
  }

  :root .sm\:max-h-112{
    max-height: 28rem;
  }

  :root .sm\:max-h-120{
    max-height: 30rem;
  }

  :root .sm\:max-h-140{
    max-height: 35rem;
  }

  :root .sm\:max-h-150{
    max-height: 37.5rem;
  }

  :root .sm\:max-h-160{
    max-height: 40rem;
  }

  :root .sm\:max-h-220{
    max-height: 55rem;
  }

  :root .sm\:max-h-240{
    max-height: 60rem;
  }

  :root .sm\:max-h-300{
    max-height: 75rem;
  }

  :root .sm\:max-h-320{
    max-height: 80rem;
  }

  :root .sm\:max-h-full{
    max-height: 100%;
  }

  :root .sm\:max-h-screen{
    max-height: 100vh;
  }

  :root .sm\:max-h-px{
    max-height: 1px;
  }

  :root .sm\:max-h-gutter{
    max-height: var(--padding-gutter);
  }

  :root .sm\:max-h-1\.5{
    max-height: 0.375rem;
  }

  :root .sm\:min-h-0{
    min-height: 0;
  }

  :root .sm\:min-h-1{
    min-height: 0.25rem;
  }

  :root .sm\:min-h-2{
    min-height: 0.5rem;
  }

  :root .sm\:min-h-3{
    min-height: 0.75rem;
  }

  :root .sm\:min-h-4{
    min-height: 1rem;
  }

  :root .sm\:min-h-5{
    min-height: 1.25rem;
  }

  :root .sm\:min-h-6{
    min-height: 1.5rem;
  }

  :root .sm\:min-h-7{
    min-height: 1.75rem;
  }

  :root .sm\:min-h-8{
    min-height: 2rem;
  }

  :root .sm\:min-h-9{
    min-height: 2.25rem;
  }

  :root .sm\:min-h-10{
    min-height: 2.5rem;
  }

  :root .sm\:min-h-11{
    min-height: 2.75rem;
  }

  :root .sm\:min-h-12{
    min-height: 3rem;
  }

  :root .sm\:min-h-13{
    min-height: 3.25rem;
  }

  :root .sm\:min-h-14{
    min-height: 3.5rem;
  }

  :root .sm\:min-h-16{
    min-height: 4rem;
  }

  :root .sm\:min-h-18{
    min-height: 4.5rem;
  }

  :root .sm\:min-h-20{
    min-height: 5rem;
  }

  :root .sm\:min-h-21{
    min-height: 5.25rem;
  }

  :root .sm\:min-h-22{
    min-height: 5.5rem;
  }

  :root .sm\:min-h-24{
    min-height: 6rem;
  }

  :root .sm\:min-h-26{
    min-height: 6.5rem;
  }

  :root .sm\:min-h-27{
    min-height: 6.75rem;
  }

  :root .sm\:min-h-28{
    min-height: 7rem;
  }

  :root .sm\:min-h-30{
    min-height: 7.5rem;
  }

  :root .sm\:min-h-32{
    min-height: 8rem;
  }

  :root .sm\:min-h-36{
    min-height: 9rem;
  }

  :root .sm\:min-h-40{
    min-height: 10rem;
  }

  :root .sm\:min-h-41{
    min-height: 11.25rem;
  }

  :root .sm\:min-h-42{
    min-height: 11.5rem;
  }

  :root .sm\:min-h-44{
    min-height: 11rem;
  }

  :root .sm\:min-h-48{
    min-height: 12rem;
  }

  :root .sm\:min-h-52{
    min-height: 13rem;
  }

  :root .sm\:min-h-54{
    min-height: 13.5rem;
  }

  :root .sm\:min-h-56{
    min-height: 14rem;
  }

  :root .sm\:min-h-60{
    min-height: 15rem;
  }

  :root .sm\:min-h-64{
    min-height: 16rem;
  }

  :root .sm\:min-h-68{
    min-height: 17rem;
  }

  :root .sm\:min-h-72{
    min-height: 18rem;
  }

  :root .sm\:min-h-76{
    min-height: 19rem;
  }

  :root .sm\:min-h-80{
    min-height: 20rem;
  }

  :root .sm\:min-h-84{
    min-height: 21rem;
  }

  :root .sm\:min-h-88{
    min-height: 22rem;
  }

  :root .sm\:min-h-96{
    min-height: 24rem;
  }

  :root .sm\:min-h-112{
    min-height: 28rem;
  }

  :root .sm\:min-h-120{
    min-height: 30rem;
  }

  :root .sm\:min-h-140{
    min-height: 35rem;
  }

  :root .sm\:min-h-150{
    min-height: 37.5rem;
  }

  :root .sm\:min-h-160{
    min-height: 40rem;
  }

  :root .sm\:min-h-220{
    min-height: 55rem;
  }

  :root .sm\:min-h-240{
    min-height: 60rem;
  }

  :root .sm\:min-h-300{
    min-height: 75rem;
  }

  :root .sm\:min-h-320{
    min-height: 80rem;
  }

  :root .sm\:min-h-full{
    min-height: 100%;
  }

  :root .sm\:min-h-screen{
    min-height: 100vh;
  }

  :root .sm\:min-h-px{
    min-height: 1px;
  }

  :root .sm\:min-h-gutter{
    min-height: var(--padding-gutter);
  }

  :root .sm\:min-h-1\.5{
    min-height: 0.375rem;
  }

  :root .sm\:w-0{
    width: 0;
  }

  :root .sm\:w-1{
    width: 0.25rem;
  }

  :root .sm\:w-2{
    width: 0.5rem;
  }

  :root .sm\:w-3{
    width: 0.75rem;
  }

  :root .sm\:w-4{
    width: 1rem;
  }

  :root .sm\:w-5{
    width: 1.25rem;
  }

  :root .sm\:w-6{
    width: 1.5rem;
  }

  :root .sm\:w-7{
    width: 1.75rem;
  }

  :root .sm\:w-8{
    width: 2rem;
  }

  :root .sm\:w-9{
    width: 2.25rem;
  }

  :root .sm\:w-10{
    width: 2.5rem;
  }

  :root .sm\:w-11{
    width: 2.75rem;
  }

  :root .sm\:w-12{
    width: 3rem;
  }

  :root .sm\:w-13{
    width: 3.25rem;
  }

  :root .sm\:w-14{
    width: 3.5rem;
  }

  :root .sm\:w-16{
    width: 4rem;
  }

  :root .sm\:w-18{
    width: 4.5rem;
  }

  :root .sm\:w-20{
    width: 5rem;
  }

  :root .sm\:w-21{
    width: 5.25rem;
  }

  :root .sm\:w-22{
    width: 5.5rem;
  }

  :root .sm\:w-24{
    width: 6rem;
  }

  :root .sm\:w-26{
    width: 6.5rem;
  }

  :root .sm\:w-27{
    width: 6.75rem;
  }

  :root .sm\:w-28{
    width: 7rem;
  }

  :root .sm\:w-30{
    width: 7.5rem;
  }

  :root .sm\:w-32{
    width: 8rem;
  }

  :root .sm\:w-36{
    width: 9rem;
  }

  :root .sm\:w-40{
    width: 10rem;
  }

  :root .sm\:w-41{
    width: 11.25rem;
  }

  :root .sm\:w-42{
    width: 11.5rem;
  }

  :root .sm\:w-44{
    width: 11rem;
  }

  :root .sm\:w-48{
    width: 12rem;
  }

  :root .sm\:w-52{
    width: 13rem;
  }

  :root .sm\:w-54{
    width: 13.5rem;
  }

  :root .sm\:w-56{
    width: 14rem;
  }

  :root .sm\:w-60{
    width: 15rem;
  }

  :root .sm\:w-64{
    width: 16rem;
  }

  :root .sm\:w-68{
    width: 17rem;
  }

  :root .sm\:w-72{
    width: 18rem;
  }

  :root .sm\:w-76{
    width: 19rem;
  }

  :root .sm\:w-80{
    width: 20rem;
  }

  :root .sm\:w-84{
    width: 21rem;
  }

  :root .sm\:w-88{
    width: 22rem;
  }

  :root .sm\:w-96{
    width: 24rem;
  }

  :root .sm\:w-112{
    width: 28rem;
  }

  :root .sm\:w-120{
    width: 30rem;
  }

  :root .sm\:w-140{
    width: 35rem;
  }

  :root .sm\:w-150{
    width: 37.5rem;
  }

  :root .sm\:w-160{
    width: 40rem;
  }

  :root .sm\:w-220{
    width: 55rem;
  }

  :root .sm\:w-240{
    width: 60rem;
  }

  :root .sm\:w-300{
    width: 75rem;
  }

  :root .sm\:w-320{
    width: 80rem;
  }

  :root .sm\:w-auto{
    width: auto;
  }

  :root .sm\:w-px{
    width: 1px;
  }

  :root .sm\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .sm\:w-1\.5{
    width: 0.375rem;
  }

  :root .sm\:w-1\/2{
    width: 50%;
  }

  :root .sm\:w-1\/3{
    width: 33.333333%;
  }

  :root .sm\:w-2\/3{
    width: 66.666667%;
  }

  :root .sm\:w-1\/4{
    width: 25%;
  }

  :root .sm\:w-2\/4{
    width: 50%;
  }

  :root .sm\:w-3\/4{
    width: 75%;
  }

  :root .sm\:w-1\/5{
    width: 20%;
  }

  :root .sm\:w-2\/5{
    width: 40%;
  }

  :root .sm\:w-3\/5{
    width: 60%;
  }

  :root .sm\:w-4\/5{
    width: 80%;
  }

  :root .sm\:w-1\/6{
    width: 16.666667%;
  }

  :root .sm\:w-2\/6{
    width: 33.333333%;
  }

  :root .sm\:w-3\/6{
    width: 50%;
  }

  :root .sm\:w-4\/6{
    width: 66.666667%;
  }

  :root .sm\:w-5\/6{
    width: 83.333333%;
  }

  :root .sm\:w-1\/12{
    width: 8.333333%;
  }

  :root .sm\:w-2\/12{
    width: 16.666667%;
  }

  :root .sm\:w-3\/12{
    width: 25%;
  }

  :root .sm\:w-4\/12{
    width: 33.333333%;
  }

  :root .sm\:w-5\/12{
    width: 41.666667%;
  }

  :root .sm\:w-6\/12{
    width: 50%;
  }

  :root .sm\:w-7\/12{
    width: 58.333333%;
  }

  :root .sm\:w-8\/12{
    width: 66.666667%;
  }

  :root .sm\:w-9\/12{
    width: 75%;
  }

  :root .sm\:w-10\/12{
    width: 83.333333%;
  }

  :root .sm\:w-11\/12{
    width: 91.666667%;
  }

  :root .sm\:w-full{
    width: 100%;
  }

  :root .sm\:w-screen{
    width: 100vw;
  }

  :root .sm\:w-fit{
    width: fit-content;
  }

  :root .sm\:min-w-0{
    min-width: 0;
  }

  :root .sm\:min-w-1{
    min-width: 0.25rem;
  }

  :root .sm\:min-w-2{
    min-width: 0.5rem;
  }

  :root .sm\:min-w-3{
    min-width: 0.75rem;
  }

  :root .sm\:min-w-4{
    min-width: 1rem;
  }

  :root .sm\:min-w-5{
    min-width: 1.25rem;
  }

  :root .sm\:min-w-6{
    min-width: 1.5rem;
  }

  :root .sm\:min-w-7{
    min-width: 1.75rem;
  }

  :root .sm\:min-w-8{
    min-width: 2rem;
  }

  :root .sm\:min-w-9{
    min-width: 2.25rem;
  }

  :root .sm\:min-w-10{
    min-width: 2.5rem;
  }

  :root .sm\:min-w-11{
    min-width: 2.75rem;
  }

  :root .sm\:min-w-12{
    min-width: 3rem;
  }

  :root .sm\:min-w-13{
    min-width: 3.25rem;
  }

  :root .sm\:min-w-14{
    min-width: 3.5rem;
  }

  :root .sm\:min-w-16{
    min-width: 4rem;
  }

  :root .sm\:min-w-18{
    min-width: 4.5rem;
  }

  :root .sm\:min-w-20{
    min-width: 5rem;
  }

  :root .sm\:min-w-21{
    min-width: 5.25rem;
  }

  :root .sm\:min-w-22{
    min-width: 5.5rem;
  }

  :root .sm\:min-w-24{
    min-width: 6rem;
  }

  :root .sm\:min-w-26{
    min-width: 6.5rem;
  }

  :root .sm\:min-w-27{
    min-width: 6.75rem;
  }

  :root .sm\:min-w-28{
    min-width: 7rem;
  }

  :root .sm\:min-w-30{
    min-width: 7.5rem;
  }

  :root .sm\:min-w-32{
    min-width: 8rem;
  }

  :root .sm\:min-w-36{
    min-width: 9rem;
  }

  :root .sm\:min-w-40{
    min-width: 10rem;
  }

  :root .sm\:min-w-41{
    min-width: 11.25rem;
  }

  :root .sm\:min-w-42{
    min-width: 11.5rem;
  }

  :root .sm\:min-w-44{
    min-width: 11rem;
  }

  :root .sm\:min-w-48{
    min-width: 12rem;
  }

  :root .sm\:min-w-52{
    min-width: 13rem;
  }

  :root .sm\:min-w-54{
    min-width: 13.5rem;
  }

  :root .sm\:min-w-56{
    min-width: 14rem;
  }

  :root .sm\:min-w-60{
    min-width: 15rem;
  }

  :root .sm\:min-w-64{
    min-width: 16rem;
  }

  :root .sm\:min-w-68{
    min-width: 17rem;
  }

  :root .sm\:min-w-72{
    min-width: 18rem;
  }

  :root .sm\:min-w-76{
    min-width: 19rem;
  }

  :root .sm\:min-w-80{
    min-width: 20rem;
  }

  :root .sm\:min-w-84{
    min-width: 21rem;
  }

  :root .sm\:min-w-88{
    min-width: 22rem;
  }

  :root .sm\:min-w-96{
    min-width: 24rem;
  }

  :root .sm\:min-w-112{
    min-width: 28rem;
  }

  :root .sm\:min-w-120{
    min-width: 30rem;
  }

  :root .sm\:min-w-140{
    min-width: 35rem;
  }

  :root .sm\:min-w-150{
    min-width: 37.5rem;
  }

  :root .sm\:min-w-160{
    min-width: 40rem;
  }

  :root .sm\:min-w-220{
    min-width: 55rem;
  }

  :root .sm\:min-w-240{
    min-width: 60rem;
  }

  :root .sm\:min-w-300{
    min-width: 75rem;
  }

  :root .sm\:min-w-320{
    min-width: 80rem;
  }

  :root .sm\:min-w-full{
    min-width: 100%;
  }

  :root .sm\:min-w-px{
    min-width: 1px;
  }

  :root .sm\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .sm\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .sm\:max-w-0{
    max-width: 0;
  }

  :root .sm\:max-w-1{
    max-width: 0.25rem;
  }

  :root .sm\:max-w-2{
    max-width: 0.5rem;
  }

  :root .sm\:max-w-3{
    max-width: 0.75rem;
  }

  :root .sm\:max-w-4{
    max-width: 1rem;
  }

  :root .sm\:max-w-5{
    max-width: 1.25rem;
  }

  :root .sm\:max-w-6{
    max-width: 1.5rem;
  }

  :root .sm\:max-w-7{
    max-width: 1.75rem;
  }

  :root .sm\:max-w-8{
    max-width: 2rem;
  }

  :root .sm\:max-w-9{
    max-width: 2.25rem;
  }

  :root .sm\:max-w-10{
    max-width: 2.5rem;
  }

  :root .sm\:max-w-11{
    max-width: 2.75rem;
  }

  :root .sm\:max-w-12{
    max-width: 3rem;
  }

  :root .sm\:max-w-13{
    max-width: 3.25rem;
  }

  :root .sm\:max-w-14{
    max-width: 3.5rem;
  }

  :root .sm\:max-w-16{
    max-width: 4rem;
  }

  :root .sm\:max-w-18{
    max-width: 4.5rem;
  }

  :root .sm\:max-w-20{
    max-width: 5rem;
  }

  :root .sm\:max-w-21{
    max-width: 5.25rem;
  }

  :root .sm\:max-w-22{
    max-width: 5.5rem;
  }

  :root .sm\:max-w-24{
    max-width: 6rem;
  }

  :root .sm\:max-w-26{
    max-width: 6.5rem;
  }

  :root .sm\:max-w-27{
    max-width: 6.75rem;
  }

  :root .sm\:max-w-28{
    max-width: 7rem;
  }

  :root .sm\:max-w-30{
    max-width: 7.5rem;
  }

  :root .sm\:max-w-32{
    max-width: 8rem;
  }

  :root .sm\:max-w-36{
    max-width: 9rem;
  }

  :root .sm\:max-w-40{
    max-width: 10rem;
  }

  :root .sm\:max-w-41{
    max-width: 11.25rem;
  }

  :root .sm\:max-w-42{
    max-width: 11.5rem;
  }

  :root .sm\:max-w-44{
    max-width: 11rem;
  }

  :root .sm\:max-w-48{
    max-width: 12rem;
  }

  :root .sm\:max-w-52{
    max-width: 13rem;
  }

  :root .sm\:max-w-54{
    max-width: 13.5rem;
  }

  :root .sm\:max-w-56{
    max-width: 14rem;
  }

  :root .sm\:max-w-60{
    max-width: 15rem;
  }

  :root .sm\:max-w-64{
    max-width: 16rem;
  }

  :root .sm\:max-w-68{
    max-width: 17rem;
  }

  :root .sm\:max-w-72{
    max-width: 18rem;
  }

  :root .sm\:max-w-76{
    max-width: 19rem;
  }

  :root .sm\:max-w-80{
    max-width: 20rem;
  }

  :root .sm\:max-w-84{
    max-width: 21rem;
  }

  :root .sm\:max-w-88{
    max-width: 22rem;
  }

  :root .sm\:max-w-96{
    max-width: 24rem;
  }

  :root .sm\:max-w-112{
    max-width: 28rem;
  }

  :root .sm\:max-w-120{
    max-width: 30rem;
  }

  :root .sm\:max-w-140{
    max-width: 35rem;
  }

  :root .sm\:max-w-150{
    max-width: 37.5rem;
  }

  :root .sm\:max-w-160{
    max-width: 40rem;
  }

  :root .sm\:max-w-220{
    max-width: 55rem;
  }

  :root .sm\:max-w-240{
    max-width: 60rem;
  }

  :root .sm\:max-w-300{
    max-width: 75rem;
  }

  :root .sm\:max-w-320{
    max-width: 80rem;
  }

  :root .sm\:max-w-screen-80{
    max-width: 80rem;
  }

  :root .sm\:max-w-screen-96{
    max-width: 96rem;
  }

  :root .sm\:max-w-screen-160{
    max-width: 160rem;
  }

  :root .sm\:max-w-full{
    max-width: 100%;
  }

  :root .sm\:max-w-px{
    max-width: 1px;
  }

  :root .sm\:max-w-gutter{
    max-width: var(--padding-gutter);
  }

  :root .sm\:max-w-1\.5{
    max-width: 0.375rem;
  }

  :root .sm\:flex-1{
    flex: 1 1 0%;
  }

  :root .sm\:flex-auto{
    flex: 1 1 auto;
  }

  :root .sm\:flex-initial{
    flex: 0 1 auto;
  }

  :root .sm\:flex-none{
    flex: none;
  }

  :root .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .sm\:flex-shrink{
    flex-shrink: 1;
  }

  :root .sm\:flex-grow-0{
    flex-grow: 0;
  }

  :root .sm\:flex-grow{
    flex-grow: 1;
  }

  :root .sm\:table-auto{
    table-layout: auto;
  }

  :root .sm\:table-fixed{
    table-layout: fixed;
  }

  :root .sm\:border-collapse{
    border-collapse: collapse;
  }

  :root .sm\:border-separate{
    border-collapse: separate;
  }

  :root .sm\:origin-center{
    transform-origin: center;
  }

  :root .sm\:origin-top{
    transform-origin: top;
  }

  :root .sm\:origin-top-right{
    transform-origin: top right;
  }

  :root .sm\:origin-right{
    transform-origin: right;
  }

  :root .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .sm\:origin-bottom{
    transform-origin: bottom;
  }

  :root .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .sm\:origin-left{
    transform-origin: left;
  }

  :root .sm\:origin-top-left{
    transform-origin: top left;
  }

  :root .sm\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .sm\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .sm\:transform-none{
    transform: none;
  }

  :root .sm\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .sm\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .sm\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .sm\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .sm\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .sm\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .sm\:translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  :root .sm\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .sm\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  :root .sm\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .sm\:translate-x-21{
    --tw-translate-x: 5.25rem;
  }

  :root .sm\:translate-x-22{
    --tw-translate-x: 5.5rem;
  }

  :root .sm\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .sm\:translate-x-26{
    --tw-translate-x: 6.5rem;
  }

  :root .sm\:translate-x-27{
    --tw-translate-x: 6.75rem;
  }

  :root .sm\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .sm\:translate-x-30{
    --tw-translate-x: 7.5rem;
  }

  :root .sm\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .sm\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .sm\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .sm\:translate-x-41{
    --tw-translate-x: 11.25rem;
  }

  :root .sm\:translate-x-42{
    --tw-translate-x: 11.5rem;
  }

  :root .sm\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .sm\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .sm\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .sm\:translate-x-54{
    --tw-translate-x: 13.5rem;
  }

  :root .sm\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .sm\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .sm\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .sm\:translate-x-68{
    --tw-translate-x: 17rem;
  }

  :root .sm\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .sm\:translate-x-76{
    --tw-translate-x: 19rem;
  }

  :root .sm\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .sm\:translate-x-84{
    --tw-translate-x: 21rem;
  }

  :root .sm\:translate-x-88{
    --tw-translate-x: 22rem;
  }

  :root .sm\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .sm\:translate-x-112{
    --tw-translate-x: 28rem;
  }

  :root .sm\:translate-x-120{
    --tw-translate-x: 30rem;
  }

  :root .sm\:translate-x-140{
    --tw-translate-x: 35rem;
  }

  :root .sm\:translate-x-150{
    --tw-translate-x: 37.5rem;
  }

  :root .sm\:translate-x-160{
    --tw-translate-x: 40rem;
  }

  :root .sm\:translate-x-220{
    --tw-translate-x: 55rem;
  }

  :root .sm\:translate-x-240{
    --tw-translate-x: 60rem;
  }

  :root .sm\:translate-x-300{
    --tw-translate-x: 75rem;
  }

  :root .sm\:translate-x-320{
    --tw-translate-x: 80rem;
  }

  :root .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .sm\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .sm\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .sm\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .sm\:-translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  :root .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .sm\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  :root .sm\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .sm\:-translate-x-21{
    --tw-translate-x: -5.25rem;
  }

  :root .sm\:-translate-x-22{
    --tw-translate-x: -5.5rem;
  }

  :root .sm\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .sm\:-translate-x-26{
    --tw-translate-x: -6.5rem;
  }

  :root .sm\:-translate-x-27{
    --tw-translate-x: -6.75rem;
  }

  :root .sm\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .sm\:-translate-x-30{
    --tw-translate-x: -7.5rem;
  }

  :root .sm\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .sm\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .sm\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .sm\:-translate-x-41{
    --tw-translate-x: -11.25rem;
  }

  :root .sm\:-translate-x-42{
    --tw-translate-x: -11.5rem;
  }

  :root .sm\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .sm\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .sm\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .sm\:-translate-x-54{
    --tw-translate-x: -13.5rem;
  }

  :root .sm\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .sm\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .sm\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .sm\:-translate-x-68{
    --tw-translate-x: -17rem;
  }

  :root .sm\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .sm\:-translate-x-76{
    --tw-translate-x: -19rem;
  }

  :root .sm\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .sm\:-translate-x-84{
    --tw-translate-x: -21rem;
  }

  :root .sm\:-translate-x-88{
    --tw-translate-x: -22rem;
  }

  :root .sm\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .sm\:-translate-x-112{
    --tw-translate-x: -28rem;
  }

  :root .sm\:-translate-x-120{
    --tw-translate-x: -30rem;
  }

  :root .sm\:-translate-x-140{
    --tw-translate-x: -35rem;
  }

  :root .sm\:-translate-x-150{
    --tw-translate-x: -37.5rem;
  }

  :root .sm\:-translate-x-160{
    --tw-translate-x: -40rem;
  }

  :root .sm\:-translate-x-220{
    --tw-translate-x: -55rem;
  }

  :root .sm\:-translate-x-240{
    --tw-translate-x: -60rem;
  }

  :root .sm\:-translate-x-300{
    --tw-translate-x: -75rem;
  }

  :root .sm\:-translate-x-320{
    --tw-translate-x: -80rem;
  }

  :root .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .sm\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .sm\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .sm\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .sm\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .sm\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .sm\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .sm\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .sm\:translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  :root .sm\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .sm\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  :root .sm\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .sm\:translate-y-21{
    --tw-translate-y: 5.25rem;
  }

  :root .sm\:translate-y-22{
    --tw-translate-y: 5.5rem;
  }

  :root .sm\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .sm\:translate-y-26{
    --tw-translate-y: 6.5rem;
  }

  :root .sm\:translate-y-27{
    --tw-translate-y: 6.75rem;
  }

  :root .sm\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .sm\:translate-y-30{
    --tw-translate-y: 7.5rem;
  }

  :root .sm\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .sm\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .sm\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .sm\:translate-y-41{
    --tw-translate-y: 11.25rem;
  }

  :root .sm\:translate-y-42{
    --tw-translate-y: 11.5rem;
  }

  :root .sm\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .sm\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .sm\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .sm\:translate-y-54{
    --tw-translate-y: 13.5rem;
  }

  :root .sm\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .sm\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .sm\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .sm\:translate-y-68{
    --tw-translate-y: 17rem;
  }

  :root .sm\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .sm\:translate-y-76{
    --tw-translate-y: 19rem;
  }

  :root .sm\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .sm\:translate-y-84{
    --tw-translate-y: 21rem;
  }

  :root .sm\:translate-y-88{
    --tw-translate-y: 22rem;
  }

  :root .sm\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .sm\:translate-y-112{
    --tw-translate-y: 28rem;
  }

  :root .sm\:translate-y-120{
    --tw-translate-y: 30rem;
  }

  :root .sm\:translate-y-140{
    --tw-translate-y: 35rem;
  }

  :root .sm\:translate-y-150{
    --tw-translate-y: 37.5rem;
  }

  :root .sm\:translate-y-160{
    --tw-translate-y: 40rem;
  }

  :root .sm\:translate-y-220{
    --tw-translate-y: 55rem;
  }

  :root .sm\:translate-y-240{
    --tw-translate-y: 60rem;
  }

  :root .sm\:translate-y-300{
    --tw-translate-y: 75rem;
  }

  :root .sm\:translate-y-320{
    --tw-translate-y: 80rem;
  }

  :root .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .sm\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .sm\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .sm\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .sm\:-translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  :root .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .sm\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  :root .sm\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .sm\:-translate-y-21{
    --tw-translate-y: -5.25rem;
  }

  :root .sm\:-translate-y-22{
    --tw-translate-y: -5.5rem;
  }

  :root .sm\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .sm\:-translate-y-26{
    --tw-translate-y: -6.5rem;
  }

  :root .sm\:-translate-y-27{
    --tw-translate-y: -6.75rem;
  }

  :root .sm\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .sm\:-translate-y-30{
    --tw-translate-y: -7.5rem;
  }

  :root .sm\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .sm\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .sm\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .sm\:-translate-y-41{
    --tw-translate-y: -11.25rem;
  }

  :root .sm\:-translate-y-42{
    --tw-translate-y: -11.5rem;
  }

  :root .sm\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .sm\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .sm\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .sm\:-translate-y-54{
    --tw-translate-y: -13.5rem;
  }

  :root .sm\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .sm\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .sm\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .sm\:-translate-y-68{
    --tw-translate-y: -17rem;
  }

  :root .sm\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .sm\:-translate-y-76{
    --tw-translate-y: -19rem;
  }

  :root .sm\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .sm\:-translate-y-84{
    --tw-translate-y: -21rem;
  }

  :root .sm\:-translate-y-88{
    --tw-translate-y: -22rem;
  }

  :root .sm\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .sm\:-translate-y-112{
    --tw-translate-y: -28rem;
  }

  :root .sm\:-translate-y-120{
    --tw-translate-y: -30rem;
  }

  :root .sm\:-translate-y-140{
    --tw-translate-y: -35rem;
  }

  :root .sm\:-translate-y-150{
    --tw-translate-y: -37.5rem;
  }

  :root .sm\:-translate-y-160{
    --tw-translate-y: -40rem;
  }

  :root .sm\:-translate-y-220{
    --tw-translate-y: -55rem;
  }

  :root .sm\:-translate-y-240{
    --tw-translate-y: -60rem;
  }

  :root .sm\:-translate-y-300{
    --tw-translate-y: -75rem;
  }

  :root .sm\:-translate-y-320{
    --tw-translate-y: -80rem;
  }

  :root .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .sm\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .sm\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  :root .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .sm\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  :root .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .sm\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.25rem;
  }

  :root .sm\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.5rem;
  }

  :root .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .sm\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.5rem;
  }

  :root .sm\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.75rem;
  }

  :root .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .sm\:hover\:translate-x-30:hover{
    --tw-translate-x: 7.5rem;
  }

  :root .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .sm\:hover\:translate-x-41:hover{
    --tw-translate-x: 11.25rem;
  }

  :root .sm\:hover\:translate-x-42:hover{
    --tw-translate-x: 11.5rem;
  }

  :root .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .sm\:hover\:translate-x-54:hover{
    --tw-translate-x: 13.5rem;
  }

  :root .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .sm\:hover\:translate-x-68:hover{
    --tw-translate-x: 17rem;
  }

  :root .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .sm\:hover\:translate-x-76:hover{
    --tw-translate-x: 19rem;
  }

  :root .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .sm\:hover\:translate-x-84:hover{
    --tw-translate-x: 21rem;
  }

  :root .sm\:hover\:translate-x-88:hover{
    --tw-translate-x: 22rem;
  }

  :root .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .sm\:hover\:translate-x-112:hover{
    --tw-translate-x: 28rem;
  }

  :root .sm\:hover\:translate-x-120:hover{
    --tw-translate-x: 30rem;
  }

  :root .sm\:hover\:translate-x-140:hover{
    --tw-translate-x: 35rem;
  }

  :root .sm\:hover\:translate-x-150:hover{
    --tw-translate-x: 37.5rem;
  }

  :root .sm\:hover\:translate-x-160:hover{
    --tw-translate-x: 40rem;
  }

  :root .sm\:hover\:translate-x-220:hover{
    --tw-translate-x: 55rem;
  }

  :root .sm\:hover\:translate-x-240:hover{
    --tw-translate-x: 60rem;
  }

  :root .sm\:hover\:translate-x-300:hover{
    --tw-translate-x: 75rem;
  }

  :root .sm\:hover\:translate-x-320:hover{
    --tw-translate-x: 80rem;
  }

  :root .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .sm\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .sm\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  :root .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .sm\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  :root .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .sm\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.25rem;
  }

  :root .sm\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.5rem;
  }

  :root .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .sm\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.5rem;
  }

  :root .sm\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.75rem;
  }

  :root .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .sm\:hover\:-translate-x-30:hover{
    --tw-translate-x: -7.5rem;
  }

  :root .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .sm\:hover\:-translate-x-41:hover{
    --tw-translate-x: -11.25rem;
  }

  :root .sm\:hover\:-translate-x-42:hover{
    --tw-translate-x: -11.5rem;
  }

  :root .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .sm\:hover\:-translate-x-54:hover{
    --tw-translate-x: -13.5rem;
  }

  :root .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .sm\:hover\:-translate-x-68:hover{
    --tw-translate-x: -17rem;
  }

  :root .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .sm\:hover\:-translate-x-76:hover{
    --tw-translate-x: -19rem;
  }

  :root .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .sm\:hover\:-translate-x-84:hover{
    --tw-translate-x: -21rem;
  }

  :root .sm\:hover\:-translate-x-88:hover{
    --tw-translate-x: -22rem;
  }

  :root .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .sm\:hover\:-translate-x-112:hover{
    --tw-translate-x: -28rem;
  }

  :root .sm\:hover\:-translate-x-120:hover{
    --tw-translate-x: -30rem;
  }

  :root .sm\:hover\:-translate-x-140:hover{
    --tw-translate-x: -35rem;
  }

  :root .sm\:hover\:-translate-x-150:hover{
    --tw-translate-x: -37.5rem;
  }

  :root .sm\:hover\:-translate-x-160:hover{
    --tw-translate-x: -40rem;
  }

  :root .sm\:hover\:-translate-x-220:hover{
    --tw-translate-x: -55rem;
  }

  :root .sm\:hover\:-translate-x-240:hover{
    --tw-translate-x: -60rem;
  }

  :root .sm\:hover\:-translate-x-300:hover{
    --tw-translate-x: -75rem;
  }

  :root .sm\:hover\:-translate-x-320:hover{
    --tw-translate-x: -80rem;
  }

  :root .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .sm\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .sm\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  :root .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .sm\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  :root .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .sm\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.25rem;
  }

  :root .sm\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.5rem;
  }

  :root .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .sm\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.5rem;
  }

  :root .sm\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.75rem;
  }

  :root .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .sm\:hover\:translate-y-30:hover{
    --tw-translate-y: 7.5rem;
  }

  :root .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .sm\:hover\:translate-y-41:hover{
    --tw-translate-y: 11.25rem;
  }

  :root .sm\:hover\:translate-y-42:hover{
    --tw-translate-y: 11.5rem;
  }

  :root .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .sm\:hover\:translate-y-54:hover{
    --tw-translate-y: 13.5rem;
  }

  :root .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .sm\:hover\:translate-y-68:hover{
    --tw-translate-y: 17rem;
  }

  :root .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .sm\:hover\:translate-y-76:hover{
    --tw-translate-y: 19rem;
  }

  :root .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .sm\:hover\:translate-y-84:hover{
    --tw-translate-y: 21rem;
  }

  :root .sm\:hover\:translate-y-88:hover{
    --tw-translate-y: 22rem;
  }

  :root .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .sm\:hover\:translate-y-112:hover{
    --tw-translate-y: 28rem;
  }

  :root .sm\:hover\:translate-y-120:hover{
    --tw-translate-y: 30rem;
  }

  :root .sm\:hover\:translate-y-140:hover{
    --tw-translate-y: 35rem;
  }

  :root .sm\:hover\:translate-y-150:hover{
    --tw-translate-y: 37.5rem;
  }

  :root .sm\:hover\:translate-y-160:hover{
    --tw-translate-y: 40rem;
  }

  :root .sm\:hover\:translate-y-220:hover{
    --tw-translate-y: 55rem;
  }

  :root .sm\:hover\:translate-y-240:hover{
    --tw-translate-y: 60rem;
  }

  :root .sm\:hover\:translate-y-300:hover{
    --tw-translate-y: 75rem;
  }

  :root .sm\:hover\:translate-y-320:hover{
    --tw-translate-y: 80rem;
  }

  :root .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .sm\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .sm\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  :root .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .sm\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  :root .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .sm\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.25rem;
  }

  :root .sm\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.5rem;
  }

  :root .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .sm\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.5rem;
  }

  :root .sm\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.75rem;
  }

  :root .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .sm\:hover\:-translate-y-30:hover{
    --tw-translate-y: -7.5rem;
  }

  :root .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .sm\:hover\:-translate-y-41:hover{
    --tw-translate-y: -11.25rem;
  }

  :root .sm\:hover\:-translate-y-42:hover{
    --tw-translate-y: -11.5rem;
  }

  :root .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .sm\:hover\:-translate-y-54:hover{
    --tw-translate-y: -13.5rem;
  }

  :root .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .sm\:hover\:-translate-y-68:hover{
    --tw-translate-y: -17rem;
  }

  :root .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .sm\:hover\:-translate-y-76:hover{
    --tw-translate-y: -19rem;
  }

  :root .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .sm\:hover\:-translate-y-84:hover{
    --tw-translate-y: -21rem;
  }

  :root .sm\:hover\:-translate-y-88:hover{
    --tw-translate-y: -22rem;
  }

  :root .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .sm\:hover\:-translate-y-112:hover{
    --tw-translate-y: -28rem;
  }

  :root .sm\:hover\:-translate-y-120:hover{
    --tw-translate-y: -30rem;
  }

  :root .sm\:hover\:-translate-y-140:hover{
    --tw-translate-y: -35rem;
  }

  :root .sm\:hover\:-translate-y-150:hover{
    --tw-translate-y: -37.5rem;
  }

  :root .sm\:hover\:-translate-y-160:hover{
    --tw-translate-y: -40rem;
  }

  :root .sm\:hover\:-translate-y-220:hover{
    --tw-translate-y: -55rem;
  }

  :root .sm\:hover\:-translate-y-240:hover{
    --tw-translate-y: -60rem;
  }

  :root .sm\:hover\:-translate-y-300:hover{
    --tw-translate-y: -75rem;
  }

  :root .sm\:hover\:-translate-y-320:hover{
    --tw-translate-y: -80rem;
  }

  :root .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .sm\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .sm\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  :root .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .sm\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  :root .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .sm\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.25rem;
  }

  :root .sm\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.5rem;
  }

  :root .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .sm\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.5rem;
  }

  :root .sm\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.75rem;
  }

  :root .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .sm\:focus\:translate-x-30:focus{
    --tw-translate-x: 7.5rem;
  }

  :root .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .sm\:focus\:translate-x-41:focus{
    --tw-translate-x: 11.25rem;
  }

  :root .sm\:focus\:translate-x-42:focus{
    --tw-translate-x: 11.5rem;
  }

  :root .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .sm\:focus\:translate-x-54:focus{
    --tw-translate-x: 13.5rem;
  }

  :root .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .sm\:focus\:translate-x-68:focus{
    --tw-translate-x: 17rem;
  }

  :root .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .sm\:focus\:translate-x-76:focus{
    --tw-translate-x: 19rem;
  }

  :root .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .sm\:focus\:translate-x-84:focus{
    --tw-translate-x: 21rem;
  }

  :root .sm\:focus\:translate-x-88:focus{
    --tw-translate-x: 22rem;
  }

  :root .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .sm\:focus\:translate-x-112:focus{
    --tw-translate-x: 28rem;
  }

  :root .sm\:focus\:translate-x-120:focus{
    --tw-translate-x: 30rem;
  }

  :root .sm\:focus\:translate-x-140:focus{
    --tw-translate-x: 35rem;
  }

  :root .sm\:focus\:translate-x-150:focus{
    --tw-translate-x: 37.5rem;
  }

  :root .sm\:focus\:translate-x-160:focus{
    --tw-translate-x: 40rem;
  }

  :root .sm\:focus\:translate-x-220:focus{
    --tw-translate-x: 55rem;
  }

  :root .sm\:focus\:translate-x-240:focus{
    --tw-translate-x: 60rem;
  }

  :root .sm\:focus\:translate-x-300:focus{
    --tw-translate-x: 75rem;
  }

  :root .sm\:focus\:translate-x-320:focus{
    --tw-translate-x: 80rem;
  }

  :root .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .sm\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .sm\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  :root .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .sm\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  :root .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .sm\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.25rem;
  }

  :root .sm\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.5rem;
  }

  :root .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .sm\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.5rem;
  }

  :root .sm\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.75rem;
  }

  :root .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .sm\:focus\:-translate-x-30:focus{
    --tw-translate-x: -7.5rem;
  }

  :root .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .sm\:focus\:-translate-x-41:focus{
    --tw-translate-x: -11.25rem;
  }

  :root .sm\:focus\:-translate-x-42:focus{
    --tw-translate-x: -11.5rem;
  }

  :root .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .sm\:focus\:-translate-x-54:focus{
    --tw-translate-x: -13.5rem;
  }

  :root .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .sm\:focus\:-translate-x-68:focus{
    --tw-translate-x: -17rem;
  }

  :root .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .sm\:focus\:-translate-x-76:focus{
    --tw-translate-x: -19rem;
  }

  :root .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .sm\:focus\:-translate-x-84:focus{
    --tw-translate-x: -21rem;
  }

  :root .sm\:focus\:-translate-x-88:focus{
    --tw-translate-x: -22rem;
  }

  :root .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .sm\:focus\:-translate-x-112:focus{
    --tw-translate-x: -28rem;
  }

  :root .sm\:focus\:-translate-x-120:focus{
    --tw-translate-x: -30rem;
  }

  :root .sm\:focus\:-translate-x-140:focus{
    --tw-translate-x: -35rem;
  }

  :root .sm\:focus\:-translate-x-150:focus{
    --tw-translate-x: -37.5rem;
  }

  :root .sm\:focus\:-translate-x-160:focus{
    --tw-translate-x: -40rem;
  }

  :root .sm\:focus\:-translate-x-220:focus{
    --tw-translate-x: -55rem;
  }

  :root .sm\:focus\:-translate-x-240:focus{
    --tw-translate-x: -60rem;
  }

  :root .sm\:focus\:-translate-x-300:focus{
    --tw-translate-x: -75rem;
  }

  :root .sm\:focus\:-translate-x-320:focus{
    --tw-translate-x: -80rem;
  }

  :root .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .sm\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .sm\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  :root .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .sm\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  :root .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .sm\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.25rem;
  }

  :root .sm\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.5rem;
  }

  :root .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .sm\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.5rem;
  }

  :root .sm\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.75rem;
  }

  :root .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .sm\:focus\:translate-y-30:focus{
    --tw-translate-y: 7.5rem;
  }

  :root .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .sm\:focus\:translate-y-41:focus{
    --tw-translate-y: 11.25rem;
  }

  :root .sm\:focus\:translate-y-42:focus{
    --tw-translate-y: 11.5rem;
  }

  :root .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .sm\:focus\:translate-y-54:focus{
    --tw-translate-y: 13.5rem;
  }

  :root .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .sm\:focus\:translate-y-68:focus{
    --tw-translate-y: 17rem;
  }

  :root .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .sm\:focus\:translate-y-76:focus{
    --tw-translate-y: 19rem;
  }

  :root .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .sm\:focus\:translate-y-84:focus{
    --tw-translate-y: 21rem;
  }

  :root .sm\:focus\:translate-y-88:focus{
    --tw-translate-y: 22rem;
  }

  :root .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .sm\:focus\:translate-y-112:focus{
    --tw-translate-y: 28rem;
  }

  :root .sm\:focus\:translate-y-120:focus{
    --tw-translate-y: 30rem;
  }

  :root .sm\:focus\:translate-y-140:focus{
    --tw-translate-y: 35rem;
  }

  :root .sm\:focus\:translate-y-150:focus{
    --tw-translate-y: 37.5rem;
  }

  :root .sm\:focus\:translate-y-160:focus{
    --tw-translate-y: 40rem;
  }

  :root .sm\:focus\:translate-y-220:focus{
    --tw-translate-y: 55rem;
  }

  :root .sm\:focus\:translate-y-240:focus{
    --tw-translate-y: 60rem;
  }

  :root .sm\:focus\:translate-y-300:focus{
    --tw-translate-y: 75rem;
  }

  :root .sm\:focus\:translate-y-320:focus{
    --tw-translate-y: 80rem;
  }

  :root .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .sm\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .sm\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  :root .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .sm\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  :root .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .sm\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.25rem;
  }

  :root .sm\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.5rem;
  }

  :root .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .sm\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.5rem;
  }

  :root .sm\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.75rem;
  }

  :root .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .sm\:focus\:-translate-y-30:focus{
    --tw-translate-y: -7.5rem;
  }

  :root .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .sm\:focus\:-translate-y-41:focus{
    --tw-translate-y: -11.25rem;
  }

  :root .sm\:focus\:-translate-y-42:focus{
    --tw-translate-y: -11.5rem;
  }

  :root .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .sm\:focus\:-translate-y-54:focus{
    --tw-translate-y: -13.5rem;
  }

  :root .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .sm\:focus\:-translate-y-68:focus{
    --tw-translate-y: -17rem;
  }

  :root .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .sm\:focus\:-translate-y-76:focus{
    --tw-translate-y: -19rem;
  }

  :root .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .sm\:focus\:-translate-y-84:focus{
    --tw-translate-y: -21rem;
  }

  :root .sm\:focus\:-translate-y-88:focus{
    --tw-translate-y: -22rem;
  }

  :root .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .sm\:focus\:-translate-y-112:focus{
    --tw-translate-y: -28rem;
  }

  :root .sm\:focus\:-translate-y-120:focus{
    --tw-translate-y: -30rem;
  }

  :root .sm\:focus\:-translate-y-140:focus{
    --tw-translate-y: -35rem;
  }

  :root .sm\:focus\:-translate-y-150:focus{
    --tw-translate-y: -37.5rem;
  }

  :root .sm\:focus\:-translate-y-160:focus{
    --tw-translate-y: -40rem;
  }

  :root .sm\:focus\:-translate-y-220:focus{
    --tw-translate-y: -55rem;
  }

  :root .sm\:focus\:-translate-y-240:focus{
    --tw-translate-y: -60rem;
  }

  :root .sm\:focus\:-translate-y-300:focus{
    --tw-translate-y: -75rem;
  }

  :root .sm\:focus\:-translate-y-320:focus{
    --tw-translate-y: -80rem;
  }

  :root .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .sm\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .sm\:animate-none{
    animation: none;
  }

  :root .sm\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .sm\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .sm\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .sm\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .sm\:cursor-auto{
    cursor: auto;
  }

  :root .sm\:cursor{
    cursor: default;
  }

  :root .sm\:cursor-pointer{
    cursor: pointer;
  }

  :root .sm\:cursor-wait{
    cursor: wait;
  }

  :root .sm\:cursor-text{
    cursor: text;
  }

  :root .sm\:cursor-move{
    cursor: move;
  }

  :root .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .sm\:disabled\:cursor-auto:disabled{
    cursor: auto;
  }

  :root .sm\:disabled\:cursor:disabled{
    cursor: default;
  }

  :root .sm\:disabled\:cursor-pointer:disabled{
    cursor: pointer;
  }

  :root .sm\:disabled\:cursor-wait:disabled{
    cursor: wait;
  }

  :root .sm\:disabled\:cursor-text:disabled{
    cursor: text;
  }

  :root .sm\:disabled\:cursor-move:disabled{
    cursor: move;
  }

  :root .sm\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
  }

  :root .sm\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .sm\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .sm\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .sm\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .sm\:resize-none{
    resize: none;
  }

  :root .sm\:resize-y{
    resize: vertical;
  }

  :root .sm\:resize-x{
    resize: horizontal;
  }

  :root .sm\:resize{
    resize: both;
  }

  :root .sm\:list-inside{
    list-style-position: inside;
  }

  :root .sm\:list-outside{
    list-style-position: outside;
  }

  :root .sm\:list-none{
    list-style-type: none;
  }

  :root .sm\:list-disc{
    list-style-type: disc;
  }

  :root .sm\:list-decimal{
    list-style-type: decimal;
  }

  :root .sm\:appearance-none{
    appearance: none;
  }

  :root .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .sm\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .sm\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .sm\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .sm\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .sm\:flex-row{
    flex-direction: row;
  }

  :root .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .sm\:flex-col{
    flex-direction: column;
  }

  :root .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .sm\:place-content-center{
    place-content: center;
  }

  :root .sm\:place-content-start{
    place-content: start;
  }

  :root .sm\:place-content-end{
    place-content: end;
  }

  :root .sm\:place-content-between{
    place-content: space-between;
  }

  :root .sm\:place-content-around{
    place-content: space-around;
  }

  :root .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .sm\:place-content-stretch{
    place-content: stretch;
  }

  :root .sm\:place-items-start{
    place-items: start;
  }

  :root .sm\:place-items-end{
    place-items: end;
  }

  :root .sm\:place-items-center{
    place-items: center;
  }

  :root .sm\:place-items-stretch{
    place-items: stretch;
  }

  :root .sm\:content-center{
    align-content: center;
  }

  :root .sm\:content-start{
    align-content: flex-start;
  }

  :root .sm\:content-end{
    align-content: flex-end;
  }

  :root .sm\:content-between{
    align-content: space-between;
  }

  :root .sm\:content-around{
    align-content: space-around;
  }

  :root .sm\:content-evenly{
    align-content: space-evenly;
  }

  :root .sm\:items-start{
    align-items: flex-start;
  }

  :root .sm\:items-end{
    align-items: flex-end;
  }

  :root .sm\:items-center{
    align-items: center;
  }

  :root .sm\:items-baseline{
    align-items: baseline;
  }

  :root .sm\:items-stretch{
    align-items: stretch;
  }

  :root .sm\:justify-start{
    justify-content: flex-start;
  }

  :root .sm\:justify-end{
    justify-content: flex-end;
  }

  :root .sm\:justify-center{
    justify-content: center;
  }

  :root .sm\:justify-between{
    justify-content: space-between;
  }

  :root .sm\:justify-around{
    justify-content: space-around;
  }

  :root .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .sm\:justify-items-start{
    justify-items: start;
  }

  :root .sm\:justify-items-end{
    justify-items: end;
  }

  :root .sm\:justify-items-center{
    justify-items: center;
  }

  :root .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .sm\:gap-0{
    gap: 0;
  }

  :root .sm\:gap-1{
    gap: 0.25rem;
  }

  :root .sm\:gap-2{
    gap: 0.5rem;
  }

  :root .sm\:gap-3{
    gap: 0.75rem;
  }

  :root .sm\:gap-4{
    gap: 1rem;
  }

  :root .sm\:gap-5{
    gap: 1.25rem;
  }

  :root .sm\:gap-6{
    gap: 1.5rem;
  }

  :root .sm\:gap-7{
    gap: 1.75rem;
  }

  :root .sm\:gap-8{
    gap: 2rem;
  }

  :root .sm\:gap-9{
    gap: 2.25rem;
  }

  :root .sm\:gap-10{
    gap: 2.5rem;
  }

  :root .sm\:gap-11{
    gap: 2.75rem;
  }

  :root .sm\:gap-12{
    gap: 3rem;
  }

  :root .sm\:gap-13{
    gap: 3.25rem;
  }

  :root .sm\:gap-14{
    gap: 3.5rem;
  }

  :root .sm\:gap-16{
    gap: 4rem;
  }

  :root .sm\:gap-18{
    gap: 4.5rem;
  }

  :root .sm\:gap-20{
    gap: 5rem;
  }

  :root .sm\:gap-21{
    gap: 5.25rem;
  }

  :root .sm\:gap-22{
    gap: 5.5rem;
  }

  :root .sm\:gap-24{
    gap: 6rem;
  }

  :root .sm\:gap-26{
    gap: 6.5rem;
  }

  :root .sm\:gap-27{
    gap: 6.75rem;
  }

  :root .sm\:gap-28{
    gap: 7rem;
  }

  :root .sm\:gap-30{
    gap: 7.5rem;
  }

  :root .sm\:gap-32{
    gap: 8rem;
  }

  :root .sm\:gap-36{
    gap: 9rem;
  }

  :root .sm\:gap-40{
    gap: 10rem;
  }

  :root .sm\:gap-41{
    gap: 11.25rem;
  }

  :root .sm\:gap-42{
    gap: 11.5rem;
  }

  :root .sm\:gap-44{
    gap: 11rem;
  }

  :root .sm\:gap-48{
    gap: 12rem;
  }

  :root .sm\:gap-52{
    gap: 13rem;
  }

  :root .sm\:gap-54{
    gap: 13.5rem;
  }

  :root .sm\:gap-56{
    gap: 14rem;
  }

  :root .sm\:gap-60{
    gap: 15rem;
  }

  :root .sm\:gap-64{
    gap: 16rem;
  }

  :root .sm\:gap-68{
    gap: 17rem;
  }

  :root .sm\:gap-72{
    gap: 18rem;
  }

  :root .sm\:gap-76{
    gap: 19rem;
  }

  :root .sm\:gap-80{
    gap: 20rem;
  }

  :root .sm\:gap-84{
    gap: 21rem;
  }

  :root .sm\:gap-88{
    gap: 22rem;
  }

  :root .sm\:gap-96{
    gap: 24rem;
  }

  :root .sm\:gap-112{
    gap: 28rem;
  }

  :root .sm\:gap-120{
    gap: 30rem;
  }

  :root .sm\:gap-140{
    gap: 35rem;
  }

  :root .sm\:gap-150{
    gap: 37.5rem;
  }

  :root .sm\:gap-160{
    gap: 40rem;
  }

  :root .sm\:gap-220{
    gap: 55rem;
  }

  :root .sm\:gap-240{
    gap: 60rem;
  }

  :root .sm\:gap-300{
    gap: 75rem;
  }

  :root .sm\:gap-320{
    gap: 80rem;
  }

  :root .sm\:gap-px{
    gap: 1px;
  }

  :root .sm\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .sm\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .sm\:gap-x-0{
    column-gap: 0;
  }

  :root .sm\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .sm\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .sm\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .sm\:gap-x-4{
    column-gap: 1rem;
  }

  :root .sm\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .sm\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .sm\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .sm\:gap-x-8{
    column-gap: 2rem;
  }

  :root .sm\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .sm\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .sm\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .sm\:gap-x-12{
    column-gap: 3rem;
  }

  :root .sm\:gap-x-13{
    column-gap: 3.25rem;
  }

  :root .sm\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .sm\:gap-x-16{
    column-gap: 4rem;
  }

  :root .sm\:gap-x-18{
    column-gap: 4.5rem;
  }

  :root .sm\:gap-x-20{
    column-gap: 5rem;
  }

  :root .sm\:gap-x-21{
    column-gap: 5.25rem;
  }

  :root .sm\:gap-x-22{
    column-gap: 5.5rem;
  }

  :root .sm\:gap-x-24{
    column-gap: 6rem;
  }

  :root .sm\:gap-x-26{
    column-gap: 6.5rem;
  }

  :root .sm\:gap-x-27{
    column-gap: 6.75rem;
  }

  :root .sm\:gap-x-28{
    column-gap: 7rem;
  }

  :root .sm\:gap-x-30{
    column-gap: 7.5rem;
  }

  :root .sm\:gap-x-32{
    column-gap: 8rem;
  }

  :root .sm\:gap-x-36{
    column-gap: 9rem;
  }

  :root .sm\:gap-x-40{
    column-gap: 10rem;
  }

  :root .sm\:gap-x-41{
    column-gap: 11.25rem;
  }

  :root .sm\:gap-x-42{
    column-gap: 11.5rem;
  }

  :root .sm\:gap-x-44{
    column-gap: 11rem;
  }

  :root .sm\:gap-x-48{
    column-gap: 12rem;
  }

  :root .sm\:gap-x-52{
    column-gap: 13rem;
  }

  :root .sm\:gap-x-54{
    column-gap: 13.5rem;
  }

  :root .sm\:gap-x-56{
    column-gap: 14rem;
  }

  :root .sm\:gap-x-60{
    column-gap: 15rem;
  }

  :root .sm\:gap-x-64{
    column-gap: 16rem;
  }

  :root .sm\:gap-x-68{
    column-gap: 17rem;
  }

  :root .sm\:gap-x-72{
    column-gap: 18rem;
  }

  :root .sm\:gap-x-76{
    column-gap: 19rem;
  }

  :root .sm\:gap-x-80{
    column-gap: 20rem;
  }

  :root .sm\:gap-x-84{
    column-gap: 21rem;
  }

  :root .sm\:gap-x-88{
    column-gap: 22rem;
  }

  :root .sm\:gap-x-96{
    column-gap: 24rem;
  }

  :root .sm\:gap-x-112{
    column-gap: 28rem;
  }

  :root .sm\:gap-x-120{
    column-gap: 30rem;
  }

  :root .sm\:gap-x-140{
    column-gap: 35rem;
  }

  :root .sm\:gap-x-150{
    column-gap: 37.5rem;
  }

  :root .sm\:gap-x-160{
    column-gap: 40rem;
  }

  :root .sm\:gap-x-220{
    column-gap: 55rem;
  }

  :root .sm\:gap-x-240{
    column-gap: 60rem;
  }

  :root .sm\:gap-x-300{
    column-gap: 75rem;
  }

  :root .sm\:gap-x-320{
    column-gap: 80rem;
  }

  :root .sm\:gap-x-px{
    column-gap: 1px;
  }

  :root .sm\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .sm\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .sm\:gap-y-0{
    row-gap: 0;
  }

  :root .sm\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .sm\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .sm\:gap-y-4{
    row-gap: 1rem;
  }

  :root .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .sm\:gap-y-8{
    row-gap: 2rem;
  }

  :root .sm\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .sm\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .sm\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .sm\:gap-y-12{
    row-gap: 3rem;
  }

  :root .sm\:gap-y-13{
    row-gap: 3.25rem;
  }

  :root .sm\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .sm\:gap-y-16{
    row-gap: 4rem;
  }

  :root .sm\:gap-y-18{
    row-gap: 4.5rem;
  }

  :root .sm\:gap-y-20{
    row-gap: 5rem;
  }

  :root .sm\:gap-y-21{
    row-gap: 5.25rem;
  }

  :root .sm\:gap-y-22{
    row-gap: 5.5rem;
  }

  :root .sm\:gap-y-24{
    row-gap: 6rem;
  }

  :root .sm\:gap-y-26{
    row-gap: 6.5rem;
  }

  :root .sm\:gap-y-27{
    row-gap: 6.75rem;
  }

  :root .sm\:gap-y-28{
    row-gap: 7rem;
  }

  :root .sm\:gap-y-30{
    row-gap: 7.5rem;
  }

  :root .sm\:gap-y-32{
    row-gap: 8rem;
  }

  :root .sm\:gap-y-36{
    row-gap: 9rem;
  }

  :root .sm\:gap-y-40{
    row-gap: 10rem;
  }

  :root .sm\:gap-y-41{
    row-gap: 11.25rem;
  }

  :root .sm\:gap-y-42{
    row-gap: 11.5rem;
  }

  :root .sm\:gap-y-44{
    row-gap: 11rem;
  }

  :root .sm\:gap-y-48{
    row-gap: 12rem;
  }

  :root .sm\:gap-y-52{
    row-gap: 13rem;
  }

  :root .sm\:gap-y-54{
    row-gap: 13.5rem;
  }

  :root .sm\:gap-y-56{
    row-gap: 14rem;
  }

  :root .sm\:gap-y-60{
    row-gap: 15rem;
  }

  :root .sm\:gap-y-64{
    row-gap: 16rem;
  }

  :root .sm\:gap-y-68{
    row-gap: 17rem;
  }

  :root .sm\:gap-y-72{
    row-gap: 18rem;
  }

  :root .sm\:gap-y-76{
    row-gap: 19rem;
  }

  :root .sm\:gap-y-80{
    row-gap: 20rem;
  }

  :root .sm\:gap-y-84{
    row-gap: 21rem;
  }

  :root .sm\:gap-y-88{
    row-gap: 22rem;
  }

  :root .sm\:gap-y-96{
    row-gap: 24rem;
  }

  :root .sm\:gap-y-112{
    row-gap: 28rem;
  }

  :root .sm\:gap-y-120{
    row-gap: 30rem;
  }

  :root .sm\:gap-y-140{
    row-gap: 35rem;
  }

  :root .sm\:gap-y-150{
    row-gap: 37.5rem;
  }

  :root .sm\:gap-y-160{
    row-gap: 40rem;
  }

  :root .sm\:gap-y-220{
    row-gap: 55rem;
  }

  :root .sm\:gap-y-240{
    row-gap: 60rem;
  }

  :root .sm\:gap-y-300{
    row-gap: 75rem;
  }

  :root .sm\:gap-y-320{
    row-gap: 80rem;
  }

  :root .sm\:gap-y-px{
    row-gap: 1px;
  }

  :root .sm\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .sm\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(21rem * var(--tw-space-x-reverse));
    margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28rem * var(--tw-space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35rem * var(--tw-space-x-reverse));
    margin-left: calc(35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55rem * var(--tw-space-x-reverse));
    margin-left: calc(55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75rem * var(--tw-space-x-reverse));
    margin-left: calc(75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80rem * var(--tw-space-x-reverse));
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-21rem * var(--tw-space-x-reverse));
    margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28rem * var(--tw-space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35rem * var(--tw-space-x-reverse));
    margin-left: calc(-35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55rem * var(--tw-space-x-reverse));
    margin-left: calc(-55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75rem * var(--tw-space-x-reverse));
    margin-left: calc(-75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80rem * var(--tw-space-x-reverse));
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .sm\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-grays-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  :root .sm\:divide-grays > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
  }

  :root .sm\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .sm\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .sm\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .sm\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .sm\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .sm\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .sm\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .sm\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .sm\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .sm\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .sm\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:divide-am-base-background > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-coral > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #757de338;
  }

  :root .sm\:divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #77DEA280;
  }

  :root .sm\:divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF1F;
  }

  :root .sm\:divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF4B;
  }

  :root .sm\:divide-am-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #d977dd3b;
  }

  :root .sm\:divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .sm\:divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .sm\:divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6AB33;
  }

  :root .sm\:divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6ABB3;
  }

  :root .sm\:divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA7233;
  }

  :root .sm\:divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA72B3;
  }

  :root .sm\:divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F7233;
  }

  :root .sm\:divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F72B3;
  }

  :root .sm\:divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E233;
  }

  :root .sm\:divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E2B3;
  }

  :root .sm\:divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
    border-color: #DE777733;
  }

  :root .sm\:divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
    border-color: #DE7777B3;
  }

  :root .sm\:divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
  }

  :root .sm\:divide-am-brown > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
  }

  :root .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  :root .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .sm\:place-self-auto{
    place-self: auto;
  }

  :root .sm\:place-self-start{
    place-self: start;
  }

  :root .sm\:place-self-end{
    place-self: end;
  }

  :root .sm\:place-self-center{
    place-self: center;
  }

  :root .sm\:place-self-stretch{
    place-self: stretch;
  }

  :root .sm\:self-auto{
    align-self: auto;
  }

  :root .sm\:self-start{
    align-self: flex-start;
  }

  :root .sm\:self-end{
    align-self: flex-end;
  }

  :root .sm\:self-center{
    align-self: center;
  }

  :root .sm\:self-stretch{
    align-self: stretch;
  }

  :root .sm\:self-baseline{
    align-self: baseline;
  }

  :root .sm\:justify-self-auto{
    justify-self: auto;
  }

  :root .sm\:justify-self-start{
    justify-self: start;
  }

  :root .sm\:justify-self-end{
    justify-self: end;
  }

  :root .sm\:justify-self-center{
    justify-self: center;
  }

  :root .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .sm\:overflow-auto{
    overflow: auto;
  }

  :root .sm\:overflow-hidden{
    overflow: hidden;
  }

  :root .sm\:overflow-visible{
    overflow: visible;
  }

  :root .sm\:overflow-scroll{
    overflow: scroll;
  }

  :root .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .sm\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .sm\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .sm\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .sm\:overflow-clip{
    text-overflow: clip;
  }

  :root .sm\:whitespace-normal{
    white-space: normal;
  }

  :root .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .sm\:whitespace-pre{
    white-space: pre;
  }

  :root .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .sm\:break-words{
    overflow-wrap: break-word;
  }

  :root .sm\:break-all{
    word-break: break-all;
  }

  :root .sm\:rounded-none{
    border-radius: 0;
  }

  :root .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .sm\:rounded{
    border-radius: 0.25rem;
  }

  :root .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .sm\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root .sm\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root .sm\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root .sm\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .sm\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root .sm\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .sm\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .sm\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root .sm\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .sm\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .sm\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .sm\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .sm\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .sm\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .sm\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .sm\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .sm\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .sm\:border-0{
    border-width: 0;
  }

  :root .sm\:border-2{
    border-width: 2px;
  }

  :root .sm\:border-3{
    border-width: 3px;
  }

  :root .sm\:border-4{
    border-width: 4px;
  }

  :root .sm\:border-8{
    border-width: 8px;
  }

  :root .sm\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border{
    border-width: 1px;
  }

  :root .sm\:border-t-0{
    border-top-width: 0;
  }

  :root .sm\:border-t-2{
    border-top-width: 2px;
  }

  :root .sm\:border-t-3{
    border-top-width: 3px;
  }

  :root .sm\:border-t-4{
    border-top-width: 4px;
  }

  :root .sm\:border-t-8{
    border-top-width: 8px;
  }

  :root .sm\:border-t{
    border-top-width: 1px;
  }

  :root .sm\:border-r-0{
    border-right-width: 0;
  }

  :root .sm\:border-r-2{
    border-right-width: 2px;
  }

  :root .sm\:border-r-3{
    border-right-width: 3px;
  }

  :root .sm\:border-r-4{
    border-right-width: 4px;
  }

  :root .sm\:border-r-8{
    border-right-width: 8px;
  }

  :root .sm\:border-r{
    border-right-width: 1px;
  }

  :root .sm\:border-b-0{
    border-bottom-width: 0;
  }

  :root .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .sm\:border-b{
    border-bottom-width: 1px;
  }

  :root .sm\:border-l-0{
    border-left-width: 0;
  }

  :root .sm\:border-l-2{
    border-left-width: 2px;
  }

  :root .sm\:border-l-3{
    border-left-width: 3px;
  }

  :root .sm\:border-l-4{
    border-left-width: 4px;
  }

  :root .sm\:border-l-8{
    border-left-width: 8px;
  }

  :root .sm\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .sm\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .sm\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .sm\:border-solid{
    border-style: solid;
  }

  :root .sm\:border-dashed{
    border-style: dashed;
  }

  :root .sm\:border-dotted{
    border-style: dotted;
  }

  :root .sm\:border-double{
    border-style: double;
  }

  :root .sm\:border-none{
    border-style: none;
  }

  :root .sm\:border-current{
    border-color: currentColor;
  }

  :root .sm\:border-transparent{
    border-color: transparent;
  }

  :root .sm\:border-black{
    border-color: var(--text-color);
  }

  :root .sm\:border-white{
    border-color: var(--text-color-light);
  }

  :root .sm\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-grays-light{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .sm\:border-grays{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .sm\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .sm\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .sm\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .sm\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .sm\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .sm\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .sm\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .sm\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .sm\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .sm\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:border-am-base-background{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-am-main-blue{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .sm\:border-am-main-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-am-main-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .sm\:border-am-gray{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .sm\:border-am-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .sm\:border-am-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-green{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .sm\:border-am-coral{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .sm\:border-am-coral-light{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .sm\:border-am-coral-dark{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .sm\:border-am-teal{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .sm\:border-am-teal-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .sm\:border-am-teal-dark{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-purple{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-am-new-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .sm\:border-am-purple-transparent{
    border-color: #757de338;
  }

  :root .sm\:border-am-purple-relight{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-am-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .sm\:border-am-purple-medium{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .sm\:border-am-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .sm\:border-am-purple{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .sm\:border-am-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .sm\:border-am-green-brightest{
    border-color: #77DEA280;
  }

  :root .sm\:border-am-green-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .sm\:border-am-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .sm\:border-am-green-aqua{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .sm\:border-am-green-brightest-transparent{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .sm\:border-am-green-hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .sm\:border-am-green{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .sm\:border-am-red-alive{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .sm\:border-am-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .sm\:border-am-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .sm\:border-am-red-intense{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .sm\:border-am-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:border-am-grey-light{
    border-color: #BFC4FF1F;
  }

  :root .sm\:border-am-grey-dark{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .sm\:border-am-grey-medium{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .sm\:border-am-grey-transparent{
    border-color: #BFC4FF4B;
  }

  :root .sm\:border-am-grey{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .sm\:border-am-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .sm\:border-am-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .sm\:border-am-pink-brightest{
    border-color: #d977dd3b;
  }

  :root .sm\:border-am-pink-rose{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .sm\:border-am-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .sm\:border-am-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .sm\:border-am-orange-relight{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .sm\:border-am-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-am-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cyan-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cyan-dark{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cyan-blue{
    border-color: #0061FD60;
  }

  :root .sm\:border-am-cyan-green{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .sm\:border-am-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .sm\:border-am-blue{
    border-color: #0061FD60;
  }

  :root .sm\:border-am-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .sm\:border-am-yellow-resalt{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-am-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .sm\:border-am-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .sm\:border-am-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cream-entry{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cream-entry_light{
    border-color: #81E6AB33;
  }

  :root .sm\:border-am-cream-entry_text{
    border-color: #81E6ABB3;
  }

  :root .sm\:border-am-cream-lunchgo{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cream-lunchgo_light{
    border-color: #EEBA7233;
  }

  :root .sm\:border-am-cream-lunchgo_text{
    border-color: #EEBA72B3;
  }

  :root .sm\:border-am-cream-lunchback{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cream-lunchback_light{
    border-color: #EE8F7233;
  }

  :root .sm\:border-am-cream-lunchback_text{
    border-color: #EE8F72B3;
  }

  :root .sm\:border-am-cream-exit{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cream-exit_light{
    border-color: #81E6E233;
  }

  :root .sm\:border-am-cream-exit_text{
    border-color: #81E6E2B3;
  }

  :root .sm\:border-am-cream-yesterday{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:border-am-cream-yesterday_light{
    border-color: #DE777733;
  }

  :root .sm\:border-am-cream-yesterday_text{
    border-color: #DE7777B3;
  }

  :root .sm\:border-am-brown-light{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .sm\:border-am-brown-dark{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .sm\:border-am-brown{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .sm\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .sm\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .sm\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-grays-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-grays:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:hover\:border-am-base-background:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-main-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-main-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-main-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-coral:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-coral-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-coral-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-teal-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-teal-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-new-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-purple-transparent:hover{
    border-color: #757de338;
  }

  :root .sm\:hover\:border-am-purple-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-purple-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-green-brightest:hover{
    border-color: #77DEA280;
  }

  :root .sm\:hover\:border-am-green-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-green-aqua:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-green-brightest-transparent:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-green-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-red-alive:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-red-intense:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-grey-light:hover{
    border-color: #BFC4FF1F;
  }

  :root .sm\:hover\:border-am-grey-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-grey-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-grey-transparent:hover{
    border-color: #BFC4FF4B;
  }

  :root .sm\:hover\:border-am-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-pink-brightest:hover{
    border-color: #d977dd3b;
  }

  :root .sm\:hover\:border-am-pink-rose:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-orange-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cyan-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cyan-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cyan-blue:hover{
    border-color: #0061FD60;
  }

  :root .sm\:hover\:border-am-cyan-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-blue:hover{
    border-color: #0061FD60;
  }

  :root .sm\:hover\:border-am-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-yellow-resalt:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cream-entry:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cream-entry_light:hover{
    border-color: #81E6AB33;
  }

  :root .sm\:hover\:border-am-cream-entry_text:hover{
    border-color: #81E6ABB3;
  }

  :root .sm\:hover\:border-am-cream-lunchgo:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cream-lunchgo_light:hover{
    border-color: #EEBA7233;
  }

  :root .sm\:hover\:border-am-cream-lunchgo_text:hover{
    border-color: #EEBA72B3;
  }

  :root .sm\:hover\:border-am-cream-lunchback:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cream-lunchback_light:hover{
    border-color: #EE8F7233;
  }

  :root .sm\:hover\:border-am-cream-lunchback_text:hover{
    border-color: #EE8F72B3;
  }

  :root .sm\:hover\:border-am-cream-exit:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cream-exit_light:hover{
    border-color: #81E6E233;
  }

  :root .sm\:hover\:border-am-cream-exit_text:hover{
    border-color: #81E6E2B3;
  }

  :root .sm\:hover\:border-am-cream-yesterday:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-cream-yesterday_light:hover{
    border-color: #DE777733;
  }

  :root .sm\:hover\:border-am-cream-yesterday_text:hover{
    border-color: #DE7777B3;
  }

  :root .sm\:hover\:border-am-brown-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-brown-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .sm\:hover\:border-am-brown:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .sm\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .sm\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .sm\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-grays-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-grays:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:border-am-base-background:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-main-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-main-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-main-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-coral:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-coral-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-coral-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-teal-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-teal-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-new-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-purple-transparent:focus{
    border-color: #757de338;
  }

  :root .sm\:focus\:border-am-purple-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-purple-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-green-brightest:focus{
    border-color: #77DEA280;
  }

  :root .sm\:focus\:border-am-green-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-green-aqua:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-green-brightest-transparent:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-green-hover:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-red-alive:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-red-intense:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-grey-light:focus{
    border-color: #BFC4FF1F;
  }

  :root .sm\:focus\:border-am-grey-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-grey-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-grey-transparent:focus{
    border-color: #BFC4FF4B;
  }

  :root .sm\:focus\:border-am-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-pink-brightest:focus{
    border-color: #d977dd3b;
  }

  :root .sm\:focus\:border-am-pink-rose:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-orange-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cyan-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cyan-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cyan-blue:focus{
    border-color: #0061FD60;
  }

  :root .sm\:focus\:border-am-cyan-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-blue:focus{
    border-color: #0061FD60;
  }

  :root .sm\:focus\:border-am-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-yellow-resalt:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cream-entry:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cream-entry_light:focus{
    border-color: #81E6AB33;
  }

  :root .sm\:focus\:border-am-cream-entry_text:focus{
    border-color: #81E6ABB3;
  }

  :root .sm\:focus\:border-am-cream-lunchgo:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cream-lunchgo_light:focus{
    border-color: #EEBA7233;
  }

  :root .sm\:focus\:border-am-cream-lunchgo_text:focus{
    border-color: #EEBA72B3;
  }

  :root .sm\:focus\:border-am-cream-lunchback:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cream-lunchback_light:focus{
    border-color: #EE8F7233;
  }

  :root .sm\:focus\:border-am-cream-lunchback_text:focus{
    border-color: #EE8F72B3;
  }

  :root .sm\:focus\:border-am-cream-exit:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cream-exit_light:focus{
    border-color: #81E6E233;
  }

  :root .sm\:focus\:border-am-cream-exit_text:focus{
    border-color: #81E6E2B3;
  }

  :root .sm\:focus\:border-am-cream-yesterday:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-cream-yesterday_light:focus{
    border-color: #DE777733;
  }

  :root .sm\:focus\:border-am-cream-yesterday_text:focus{
    border-color: #DE7777B3;
  }

  :root .sm\:focus\:border-am-brown-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-brown-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .sm\:focus\:border-am-brown:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  :root .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  :root .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  :root .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .sm\:bg-base{
    background-color: var(--background-base);
  }

  :root .sm\:bg-card{
    background-color: var(--background-card);
  }

  :root .sm\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .sm\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .sm\:bg-current{
    background-color: currentColor;
  }

  :root .sm\:bg-transparent{
    background-color: transparent;
  }

  :root .sm\:bg-black{
    background-color: var(--text-color);
  }

  :root .sm\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .sm\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-grays-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .sm\:bg-grays{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .sm\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .sm\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .sm\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .sm\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .sm\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .sm\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .sm\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .sm\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .sm\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .sm\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .sm\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .sm\:bg-am-base-background{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-main-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-main-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-green{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-coral{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-coral-light{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-coral-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-teal-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-teal-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-new-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-purple-transparent{
    background-color: #757de338;
  }

  :root .sm\:bg-am-purple-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-purple-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-green-brightest{
    background-color: #77DEA280;
  }

  :root .sm\:bg-am-green-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-green-aqua{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-green-brightest-transparent{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-green-hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-green{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-red-alive{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-red-intense{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-grey-light{
    background-color: #BFC4FF1F;
  }

  :root .sm\:bg-am-grey-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-grey-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-grey-transparent{
    background-color: #BFC4FF4B;
  }

  :root .sm\:bg-am-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-pink-brightest{
    background-color: #d977dd3b;
  }

  :root .sm\:bg-am-pink-rose{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-orange-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cyan-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cyan-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cyan-blue{
    background-color: #0061FD60;
  }

  :root .sm\:bg-am-cyan-green{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-blue{
    background-color: #0061FD60;
  }

  :root .sm\:bg-am-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-yellow-resalt{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cream-entry{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cream-entry_light{
    background-color: #81E6AB33;
  }

  :root .sm\:bg-am-cream-entry_text{
    background-color: #81E6ABB3;
  }

  :root .sm\:bg-am-cream-lunchgo{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cream-lunchgo_light{
    background-color: #EEBA7233;
  }

  :root .sm\:bg-am-cream-lunchgo_text{
    background-color: #EEBA72B3;
  }

  :root .sm\:bg-am-cream-lunchback{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cream-lunchback_light{
    background-color: #EE8F7233;
  }

  :root .sm\:bg-am-cream-lunchback_text{
    background-color: #EE8F72B3;
  }

  :root .sm\:bg-am-cream-exit{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cream-exit_light{
    background-color: #81E6E233;
  }

  :root .sm\:bg-am-cream-exit_text{
    background-color: #81E6E2B3;
  }

  :root .sm\:bg-am-cream-yesterday{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-cream-yesterday_light{
    background-color: #DE777733;
  }

  :root .sm\:bg-am-cream-yesterday_text{
    background-color: #DE7777B3;
  }

  :root .sm\:bg-am-brown-light{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-brown-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .sm\:bg-am-brown{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .sm\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .sm\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .sm\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .sm\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .sm\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .sm\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-grays-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-grays:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .sm\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .sm\:hover\:bg-am-base-background:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-main-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-main-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-main-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-coral:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-coral-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-coral-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-teal-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-teal-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-new-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-purple-transparent:hover{
    background-color: #757de338;
  }

  :root .sm\:hover\:bg-am-purple-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-purple-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-green-brightest:hover{
    background-color: #77DEA280;
  }

  :root .sm\:hover\:bg-am-green-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-green-aqua:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-green-brightest-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-green-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-red-alive:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-red-intense:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-grey-light:hover{
    background-color: #BFC4FF1F;
  }

  :root .sm\:hover\:bg-am-grey-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-grey-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-grey-transparent:hover{
    background-color: #BFC4FF4B;
  }

  :root .sm\:hover\:bg-am-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-pink-brightest:hover{
    background-color: #d977dd3b;
  }

  :root .sm\:hover\:bg-am-pink-rose:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-orange-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cyan-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cyan-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cyan-blue:hover{
    background-color: #0061FD60;
  }

  :root .sm\:hover\:bg-am-cyan-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-blue:hover{
    background-color: #0061FD60;
  }

  :root .sm\:hover\:bg-am-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-yellow-resalt:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cream-entry:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cream-entry_light:hover{
    background-color: #81E6AB33;
  }

  :root .sm\:hover\:bg-am-cream-entry_text:hover{
    background-color: #81E6ABB3;
  }

  :root .sm\:hover\:bg-am-cream-lunchgo:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cream-lunchgo_light:hover{
    background-color: #EEBA7233;
  }

  :root .sm\:hover\:bg-am-cream-lunchgo_text:hover{
    background-color: #EEBA72B3;
  }

  :root .sm\:hover\:bg-am-cream-lunchback:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cream-lunchback_light:hover{
    background-color: #EE8F7233;
  }

  :root .sm\:hover\:bg-am-cream-lunchback_text:hover{
    background-color: #EE8F72B3;
  }

  :root .sm\:hover\:bg-am-cream-exit:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cream-exit_light:hover{
    background-color: #81E6E233;
  }

  :root .sm\:hover\:bg-am-cream-exit_text:hover{
    background-color: #81E6E2B3;
  }

  :root .sm\:hover\:bg-am-cream-yesterday:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-cream-yesterday_light:hover{
    background-color: #DE777733;
  }

  :root .sm\:hover\:bg-am-cream-yesterday_text:hover{
    background-color: #DE7777B3;
  }

  :root .sm\:hover\:bg-am-brown-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-brown-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .sm\:hover\:bg-am-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .sm\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .sm\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .sm\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .sm\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .sm\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .sm\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-grays-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-grays:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:bg-am-base-background:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-main-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-main-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-main-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-coral:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-coral-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-coral-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-teal-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-teal-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-new-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-purple-transparent:focus{
    background-color: #757de338;
  }

  :root .sm\:focus\:bg-am-purple-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-purple-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-green-brightest:focus{
    background-color: #77DEA280;
  }

  :root .sm\:focus\:bg-am-green-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-green-aqua:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-green-brightest-transparent:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-green-hover:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-red-alive:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-red-intense:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-grey-light:focus{
    background-color: #BFC4FF1F;
  }

  :root .sm\:focus\:bg-am-grey-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-grey-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-grey-transparent:focus{
    background-color: #BFC4FF4B;
  }

  :root .sm\:focus\:bg-am-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-pink-brightest:focus{
    background-color: #d977dd3b;
  }

  :root .sm\:focus\:bg-am-pink-rose:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-orange-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cyan-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cyan-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cyan-blue:focus{
    background-color: #0061FD60;
  }

  :root .sm\:focus\:bg-am-cyan-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-blue:focus{
    background-color: #0061FD60;
  }

  :root .sm\:focus\:bg-am-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-yellow-resalt:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cream-entry:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cream-entry_light:focus{
    background-color: #81E6AB33;
  }

  :root .sm\:focus\:bg-am-cream-entry_text:focus{
    background-color: #81E6ABB3;
  }

  :root .sm\:focus\:bg-am-cream-lunchgo:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cream-lunchgo_light:focus{
    background-color: #EEBA7233;
  }

  :root .sm\:focus\:bg-am-cream-lunchgo_text:focus{
    background-color: #EEBA72B3;
  }

  :root .sm\:focus\:bg-am-cream-lunchback:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cream-lunchback_light:focus{
    background-color: #EE8F7233;
  }

  :root .sm\:focus\:bg-am-cream-lunchback_text:focus{
    background-color: #EE8F72B3;
  }

  :root .sm\:focus\:bg-am-cream-exit:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cream-exit_light:focus{
    background-color: #81E6E233;
  }

  :root .sm\:focus\:bg-am-cream-exit_text:focus{
    background-color: #81E6E2B3;
  }

  :root .sm\:focus\:bg-am-cream-yesterday:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-cream-yesterday_light:focus{
    background-color: #DE777733;
  }

  :root .sm\:focus\:bg-am-cream-yesterday_text:focus{
    background-color: #DE7777B3;
  }

  :root .sm\:focus\:bg-am-brown-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-brown-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .sm\:focus\:bg-am-brown:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-base:disabled{
    background-color: var(--background-base);
  }

  :root .sm\:disabled\:bg-card:disabled{
    background-color: var(--background-card);
  }

  :root .sm\:disabled\:bg-app-bar:disabled{
    background-color: var(--background-app-bar);
  }

  :root .sm\:disabled\:bg-hover:disabled{
    background-color: var(--background-hover);
  }

  :root .sm\:disabled\:bg-current:disabled{
    background-color: currentColor;
  }

  :root .sm\:disabled\:bg-transparent:disabled{
    background-color: transparent;
  }

  :root .sm\:disabled\:bg-black:disabled{
    background-color: var(--text-color);
  }

  :root .sm\:disabled\:bg-white:disabled{
    background-color: var(--text-color-light);
  }

  :root .sm\:disabled\:bg-contrast-black:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-contrast-white:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-grays-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-grays:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-gray-light:disabled{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:disabled\:bg-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-red-light:disabled{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:disabled\:bg-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-orange-light:disabled{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:disabled\:bg-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-deep-orange-light:disabled{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:disabled\:bg-deep-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-amber-light:disabled{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:disabled\:bg-amber:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-green-light:disabled{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:disabled\:bg-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-teal-light:disabled{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:disabled\:bg-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-cyan-light:disabled{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:disabled\:bg-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-purple-light:disabled{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:disabled\:bg-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-deep-purple-light:disabled{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:disabled\:bg-deep-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-pink-light:disabled{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:disabled\:bg-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-primary-light:disabled{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:disabled\:bg-primary:disabled{
    background-color: rgb(var(--color-primary));
  }

  :root .sm\:disabled\:bg-accent-light:disabled{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:disabled\:bg-accent:disabled{
    background-color: rgb(var(--color-accent));
  }

  :root .sm\:disabled\:bg-warn-light:disabled{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:disabled\:bg-warn:disabled{
    background-color: rgb(var(--color-warn));
  }

  :root .sm\:disabled\:bg-am-base-background:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-main-blue:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-main-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-main-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-gray-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-gray-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-coral:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-coral-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-coral-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-teal-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-teal-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-new-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-purple-transparent:disabled{
    background-color: #757de338;
  }

  :root .sm\:disabled\:bg-am-purple-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-purple-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-green-brightest:disabled{
    background-color: #77DEA280;
  }

  :root .sm\:disabled\:bg-am-green-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-green-aqua:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-green-brightest-transparent:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-green-hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-red-alive:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-red-intense:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-grey-light:disabled{
    background-color: #BFC4FF1F;
  }

  :root .sm\:disabled\:bg-am-grey-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-grey-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-grey-transparent:disabled{
    background-color: #BFC4FF4B;
  }

  :root .sm\:disabled\:bg-am-grey:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-pink-brightest:disabled{
    background-color: #d977dd3b;
  }

  :root .sm\:disabled\:bg-am-pink-rose:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-orange-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cyan-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cyan-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cyan-blue:disabled{
    background-color: #0061FD60;
  }

  :root .sm\:disabled\:bg-am-cyan-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-blue:disabled{
    background-color: #0061FD60;
  }

  :root .sm\:disabled\:bg-am-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-yellow-resalt:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cream-entry:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cream-entry_light:disabled{
    background-color: #81E6AB33;
  }

  :root .sm\:disabled\:bg-am-cream-entry_text:disabled{
    background-color: #81E6ABB3;
  }

  :root .sm\:disabled\:bg-am-cream-lunchgo:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cream-lunchgo_light:disabled{
    background-color: #EEBA7233;
  }

  :root .sm\:disabled\:bg-am-cream-lunchgo_text:disabled{
    background-color: #EEBA72B3;
  }

  :root .sm\:disabled\:bg-am-cream-lunchback:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cream-lunchback_light:disabled{
    background-color: #EE8F7233;
  }

  :root .sm\:disabled\:bg-am-cream-lunchback_text:disabled{
    background-color: #EE8F72B3;
  }

  :root .sm\:disabled\:bg-am-cream-exit:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cream-exit_light:disabled{
    background-color: #81E6E233;
  }

  :root .sm\:disabled\:bg-am-cream-exit_text:disabled{
    background-color: #81E6E2B3;
  }

  :root .sm\:disabled\:bg-am-cream-yesterday:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-cream-yesterday_light:disabled{
    background-color: #DE777733;
  }

  :root .sm\:disabled\:bg-am-cream-yesterday_text:disabled{
    background-color: #DE7777B3;
  }

  :root .sm\:disabled\:bg-am-brown-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-brown-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .sm\:disabled\:bg-am-brown:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  :root .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  :root .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  :root .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .sm\:bg-none{
    background-image: none;
  }

  :root .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-grays-light{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .sm\:from-grays{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .sm\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:from-am-base-background{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .sm\:from-am-main-blue{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:from-am-main-blue-light{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .sm\:from-am-main-blue-dark{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .sm\:from-am-gray{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .sm\:from-am-gray-light{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .sm\:from-am-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:from-am-new-green{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:from-am-new-green-light{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .sm\:from-am-new-green-dark{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .sm\:from-am-new-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:from-am-new-orange-light{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .sm\:from-am-new-orange-dark{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .sm\:from-am-coral{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:from-am-coral-light{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .sm\:from-am-coral-dark{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .sm\:from-am-teal{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:from-am-teal-light{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .sm\:from-am-teal-dark{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .sm\:from-am-new-red{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:from-am-new-red-light{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .sm\:from-am-new-red-dark{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .sm\:from-am-new-yellow{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:from-am-new-yellow-light{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .sm\:from-am-new-yellow-dark{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .sm\:from-am-new-pink{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:from-am-new-pink-light{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .sm\:from-am-new-pink-dark{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .sm\:from-am-new-purple{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .sm\:from-am-new-purple-light{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .sm\:from-am-new-purple-dark{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .sm\:from-am-purple-transparent{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .sm\:from-am-purple-relight{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .sm\:from-am-purple-light{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .sm\:from-am-purple-medium{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .sm\:from-am-purple-dark{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .sm\:from-am-purple{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:from-am-green-light{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:from-am-green-brightest{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:from-am-green-cyan{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .sm\:from-am-green-dark{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .sm\:from-am-green-aqua{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .sm\:from-am-green-brightest-transparent{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .sm\:from-am-green-hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .sm\:from-am-green{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .sm\:from-am-red-alive{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .sm\:from-am-red-light{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .sm\:from-am-red-dark{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .sm\:from-am-red-intense{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .sm\:from-am-red{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:from-am-grey-light{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:from-am-grey-dark{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .sm\:from-am-grey-medium{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .sm\:from-am-grey-transparent{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:from-am-grey{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:from-am-pink-light{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .sm\:from-am-pink-dark{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .sm\:from-am-pink-brightest{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:from-am-pink-rose{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .sm\:from-am-pink{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:from-am-orange-light{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .sm\:from-am-orange-relight{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .sm\:from-am-orange-dark{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .sm\:from-am-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:from-am-cyan-light{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .sm\:from-am-cyan-dark{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .sm\:from-am-cyan-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:from-am-cyan-green{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .sm\:from-am-cyan{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .sm\:from-am-blue-light{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .sm\:from-am-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:from-am-blue-dark{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .sm\:from-am-yellow-resalt{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:from-am-yellow-light{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .sm\:from-am-yellow-dark{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .sm\:from-am-yellow{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .sm\:from-am-cream-entry{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:from-am-cream-entry_light{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:from-am-cream-entry_text{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:from-am-cream-lunchgo{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:from-am-cream-lunchgo_light{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:from-am-cream-lunchgo_text{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:from-am-cream-lunchback{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:from-am-cream-lunchback_light{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:from-am-cream-lunchback_text{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:from-am-cream-exit{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:from-am-cream-exit_light{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:from-am-cream-exit_text{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:from-am-cream-yesterday{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:from-am-cream-yesterday_light{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:from-am-cream-yesterday_text{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:from-am-brown-light{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .sm\:from-am-brown-dark{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .sm\:from-am-brown{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .sm\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-grays-light:hover{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .sm\:hover\:from-grays:hover{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .sm\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:from-am-base-background:hover{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .sm\:hover\:from-am-main-blue:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:hover\:from-am-main-blue-light:hover{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .sm\:hover\:from-am-main-blue-dark:hover{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .sm\:hover\:from-am-gray:hover{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .sm\:hover\:from-am-gray-light:hover{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .sm\:hover\:from-am-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:hover\:from-am-new-green:hover{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:hover\:from-am-new-green-light:hover{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .sm\:hover\:from-am-new-green-dark:hover{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .sm\:hover\:from-am-new-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:hover\:from-am-new-orange-light:hover{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .sm\:hover\:from-am-new-orange-dark:hover{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .sm\:hover\:from-am-coral:hover{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:from-am-coral-light:hover{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .sm\:hover\:from-am-coral-dark:hover{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .sm\:hover\:from-am-teal:hover{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:from-am-teal-light:hover{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .sm\:hover\:from-am-teal-dark:hover{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .sm\:hover\:from-am-new-red:hover{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:from-am-new-red-light:hover{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .sm\:hover\:from-am-new-red-dark:hover{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .sm\:hover\:from-am-new-yellow:hover{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:hover\:from-am-new-yellow-light:hover{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .sm\:hover\:from-am-new-yellow-dark:hover{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .sm\:hover\:from-am-new-pink:hover{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:hover\:from-am-new-pink-light:hover{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .sm\:hover\:from-am-new-pink-dark:hover{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .sm\:hover\:from-am-new-purple:hover{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .sm\:hover\:from-am-new-purple-light:hover{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .sm\:hover\:from-am-new-purple-dark:hover{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .sm\:hover\:from-am-purple-transparent:hover{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .sm\:hover\:from-am-purple-relight:hover{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .sm\:hover\:from-am-purple-light:hover{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .sm\:hover\:from-am-purple-medium:hover{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .sm\:hover\:from-am-purple-dark:hover{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .sm\:hover\:from-am-purple:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:hover\:from-am-green-light:hover{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:hover\:from-am-green-brightest:hover{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:hover\:from-am-green-cyan:hover{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .sm\:hover\:from-am-green-dark:hover{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .sm\:hover\:from-am-green-aqua:hover{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .sm\:hover\:from-am-green-brightest-transparent:hover{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .sm\:hover\:from-am-green-hover:hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .sm\:hover\:from-am-green:hover{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .sm\:hover\:from-am-red-alive:hover{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .sm\:hover\:from-am-red-light:hover{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .sm\:hover\:from-am-red-dark:hover{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .sm\:hover\:from-am-red-intense:hover{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .sm\:hover\:from-am-red:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:from-am-grey-light:hover{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:hover\:from-am-grey-dark:hover{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .sm\:hover\:from-am-grey-medium:hover{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .sm\:hover\:from-am-grey-transparent:hover{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:hover\:from-am-grey:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:hover\:from-am-pink-light:hover{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .sm\:hover\:from-am-pink-dark:hover{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .sm\:hover\:from-am-pink-brightest:hover{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:hover\:from-am-pink-rose:hover{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .sm\:hover\:from-am-pink:hover{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:hover\:from-am-orange-light:hover{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .sm\:hover\:from-am-orange-relight:hover{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .sm\:hover\:from-am-orange-dark:hover{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .sm\:hover\:from-am-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:hover\:from-am-cyan-light:hover{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .sm\:hover\:from-am-cyan-dark:hover{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .sm\:hover\:from-am-cyan-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:hover\:from-am-cyan-green:hover{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .sm\:hover\:from-am-cyan:hover{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .sm\:hover\:from-am-blue-light:hover{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .sm\:hover\:from-am-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:hover\:from-am-blue-dark:hover{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .sm\:hover\:from-am-yellow-resalt:hover{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:hover\:from-am-yellow-light:hover{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .sm\:hover\:from-am-yellow-dark:hover{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .sm\:hover\:from-am-yellow:hover{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .sm\:hover\:from-am-cream-entry:hover{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:hover\:from-am-cream-entry_light:hover{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:hover\:from-am-cream-entry_text:hover{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:hover\:from-am-cream-lunchgo:hover{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:hover\:from-am-cream-lunchgo_light:hover{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:hover\:from-am-cream-lunchgo_text:hover{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:hover\:from-am-cream-lunchback:hover{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:from-am-cream-lunchback_light:hover{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:from-am-cream-lunchback_text:hover{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:from-am-cream-exit:hover{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:from-am-cream-exit_light:hover{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:from-am-cream-exit_text:hover{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:from-am-cream-yesterday:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:from-am-cream-yesterday_light:hover{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:from-am-cream-yesterday_text:hover{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:from-am-brown-light:hover{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .sm\:hover\:from-am-brown-dark:hover{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .sm\:hover\:from-am-brown:hover{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .sm\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-grays-light:focus{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .sm\:focus\:from-grays:focus{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .sm\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:from-am-base-background:focus{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .sm\:focus\:from-am-main-blue:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:focus\:from-am-main-blue-light:focus{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .sm\:focus\:from-am-main-blue-dark:focus{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .sm\:focus\:from-am-gray:focus{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .sm\:focus\:from-am-gray-light:focus{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .sm\:focus\:from-am-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:focus\:from-am-new-green:focus{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:focus\:from-am-new-green-light:focus{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .sm\:focus\:from-am-new-green-dark:focus{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .sm\:focus\:from-am-new-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:focus\:from-am-new-orange-light:focus{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .sm\:focus\:from-am-new-orange-dark:focus{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .sm\:focus\:from-am-coral:focus{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:from-am-coral-light:focus{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .sm\:focus\:from-am-coral-dark:focus{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .sm\:focus\:from-am-teal:focus{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:from-am-teal-light:focus{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .sm\:focus\:from-am-teal-dark:focus{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .sm\:focus\:from-am-new-red:focus{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:from-am-new-red-light:focus{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .sm\:focus\:from-am-new-red-dark:focus{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .sm\:focus\:from-am-new-yellow:focus{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:focus\:from-am-new-yellow-light:focus{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .sm\:focus\:from-am-new-yellow-dark:focus{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .sm\:focus\:from-am-new-pink:focus{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:focus\:from-am-new-pink-light:focus{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .sm\:focus\:from-am-new-pink-dark:focus{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .sm\:focus\:from-am-new-purple:focus{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .sm\:focus\:from-am-new-purple-light:focus{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .sm\:focus\:from-am-new-purple-dark:focus{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .sm\:focus\:from-am-purple-transparent:focus{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .sm\:focus\:from-am-purple-relight:focus{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .sm\:focus\:from-am-purple-light:focus{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .sm\:focus\:from-am-purple-medium:focus{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .sm\:focus\:from-am-purple-dark:focus{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .sm\:focus\:from-am-purple:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:focus\:from-am-green-light:focus{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:focus\:from-am-green-brightest:focus{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:focus\:from-am-green-cyan:focus{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .sm\:focus\:from-am-green-dark:focus{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .sm\:focus\:from-am-green-aqua:focus{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .sm\:focus\:from-am-green-brightest-transparent:focus{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .sm\:focus\:from-am-green-hover:focus{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .sm\:focus\:from-am-green:focus{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .sm\:focus\:from-am-red-alive:focus{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .sm\:focus\:from-am-red-light:focus{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .sm\:focus\:from-am-red-dark:focus{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .sm\:focus\:from-am-red-intense:focus{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .sm\:focus\:from-am-red:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:from-am-grey-light:focus{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:focus\:from-am-grey-dark:focus{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .sm\:focus\:from-am-grey-medium:focus{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .sm\:focus\:from-am-grey-transparent:focus{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:focus\:from-am-grey:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:focus\:from-am-pink-light:focus{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .sm\:focus\:from-am-pink-dark:focus{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .sm\:focus\:from-am-pink-brightest:focus{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:focus\:from-am-pink-rose:focus{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .sm\:focus\:from-am-pink:focus{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:focus\:from-am-orange-light:focus{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .sm\:focus\:from-am-orange-relight:focus{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .sm\:focus\:from-am-orange-dark:focus{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .sm\:focus\:from-am-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:focus\:from-am-cyan-light:focus{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .sm\:focus\:from-am-cyan-dark:focus{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .sm\:focus\:from-am-cyan-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:focus\:from-am-cyan-green:focus{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .sm\:focus\:from-am-cyan:focus{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .sm\:focus\:from-am-blue-light:focus{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .sm\:focus\:from-am-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:focus\:from-am-blue-dark:focus{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .sm\:focus\:from-am-yellow-resalt:focus{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:focus\:from-am-yellow-light:focus{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .sm\:focus\:from-am-yellow-dark:focus{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .sm\:focus\:from-am-yellow:focus{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .sm\:focus\:from-am-cream-entry:focus{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:focus\:from-am-cream-entry_light:focus{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:focus\:from-am-cream-entry_text:focus{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:focus\:from-am-cream-lunchgo:focus{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:focus\:from-am-cream-lunchgo_light:focus{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:focus\:from-am-cream-lunchgo_text:focus{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:focus\:from-am-cream-lunchback:focus{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:from-am-cream-lunchback_light:focus{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:from-am-cream-lunchback_text:focus{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:from-am-cream-exit:focus{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:from-am-cream-exit_light:focus{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:from-am-cream-exit_text:focus{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:from-am-cream-yesterday:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:from-am-cream-yesterday_light:focus{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:from-am-cream-yesterday_text:focus{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:from-am-brown-light:focus{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .sm\:focus\:from-am-brown-dark:focus{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .sm\:focus\:from-am-brown:focus{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-grays-light{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .sm\:via-grays{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .sm\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:via-am-base-background{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .sm\:via-am-main-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:via-am-main-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .sm\:via-am-main-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .sm\:via-am-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .sm\:via-am-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .sm\:via-am-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:via-am-new-green{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:via-am-new-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .sm\:via-am-new-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .sm\:via-am-new-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:via-am-new-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .sm\:via-am-new-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .sm\:via-am-coral{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:via-am-coral-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .sm\:via-am-coral-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .sm\:via-am-teal{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:via-am-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .sm\:via-am-teal-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .sm\:via-am-new-red{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:via-am-new-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .sm\:via-am-new-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .sm\:via-am-new-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:via-am-new-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .sm\:via-am-new-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .sm\:via-am-new-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:via-am-new-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .sm\:via-am-new-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .sm\:via-am-new-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .sm\:via-am-new-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .sm\:via-am-new-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .sm\:via-am-purple-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .sm\:via-am-purple-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .sm\:via-am-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .sm\:via-am-purple-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .sm\:via-am-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .sm\:via-am-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:via-am-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:via-am-green-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:via-am-green-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .sm\:via-am-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .sm\:via-am-green-aqua{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .sm\:via-am-green-brightest-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .sm\:via-am-green-hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .sm\:via-am-green{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .sm\:via-am-red-alive{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .sm\:via-am-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .sm\:via-am-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .sm\:via-am-red-intense{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .sm\:via-am-red{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:via-am-grey-light{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:via-am-grey-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .sm\:via-am-grey-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .sm\:via-am-grey-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:via-am-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:via-am-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .sm\:via-am-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .sm\:via-am-pink-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:via-am-pink-rose{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .sm\:via-am-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:via-am-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .sm\:via-am-orange-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .sm\:via-am-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .sm\:via-am-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:via-am-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .sm\:via-am-cyan-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .sm\:via-am-cyan-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:via-am-cyan-green{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .sm\:via-am-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .sm\:via-am-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .sm\:via-am-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:via-am-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .sm\:via-am-yellow-resalt{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:via-am-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .sm\:via-am-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .sm\:via-am-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .sm\:via-am-cream-entry{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:via-am-cream-entry_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:via-am-cream-entry_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:via-am-cream-lunchgo{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:via-am-cream-lunchgo_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:via-am-cream-lunchgo_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:via-am-cream-lunchback{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:via-am-cream-lunchback_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:via-am-cream-lunchback_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:via-am-cream-exit{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:via-am-cream-exit_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:via-am-cream-exit_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:via-am-cream-yesterday{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:via-am-cream-yesterday_light{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:via-am-cream-yesterday_text{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:via-am-brown-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .sm\:via-am-brown-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .sm\:via-am-brown{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-grays-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .sm\:hover\:via-grays:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .sm\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:hover\:via-am-base-background:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .sm\:hover\:via-am-main-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:hover\:via-am-main-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .sm\:hover\:via-am-main-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .sm\:hover\:via-am-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .sm\:hover\:via-am-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .sm\:hover\:via-am-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:hover\:via-am-new-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:hover\:via-am-new-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .sm\:hover\:via-am-new-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .sm\:hover\:via-am-new-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:hover\:via-am-new-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .sm\:hover\:via-am-new-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .sm\:hover\:via-am-coral:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:via-am-coral-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .sm\:hover\:via-am-coral-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .sm\:hover\:via-am-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:via-am-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .sm\:hover\:via-am-teal-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .sm\:hover\:via-am-new-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:via-am-new-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .sm\:hover\:via-am-new-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .sm\:hover\:via-am-new-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:hover\:via-am-new-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .sm\:hover\:via-am-new-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .sm\:hover\:via-am-new-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:hover\:via-am-new-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .sm\:hover\:via-am-new-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .sm\:hover\:via-am-new-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .sm\:hover\:via-am-new-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .sm\:hover\:via-am-new-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .sm\:hover\:via-am-purple-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .sm\:hover\:via-am-purple-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .sm\:hover\:via-am-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .sm\:hover\:via-am-purple-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .sm\:hover\:via-am-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .sm\:hover\:via-am-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:hover\:via-am-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:hover\:via-am-green-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:hover\:via-am-green-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .sm\:hover\:via-am-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .sm\:hover\:via-am-green-aqua:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .sm\:hover\:via-am-green-brightest-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .sm\:hover\:via-am-green-hover:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .sm\:hover\:via-am-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .sm\:hover\:via-am-red-alive:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .sm\:hover\:via-am-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .sm\:hover\:via-am-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .sm\:hover\:via-am-red-intense:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .sm\:hover\:via-am-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:via-am-grey-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:hover\:via-am-grey-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .sm\:hover\:via-am-grey-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .sm\:hover\:via-am-grey-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:hover\:via-am-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:hover\:via-am-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .sm\:hover\:via-am-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .sm\:hover\:via-am-pink-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:hover\:via-am-pink-rose:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .sm\:hover\:via-am-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:hover\:via-am-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .sm\:hover\:via-am-orange-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .sm\:hover\:via-am-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .sm\:hover\:via-am-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:hover\:via-am-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .sm\:hover\:via-am-cyan-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .sm\:hover\:via-am-cyan-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:hover\:via-am-cyan-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .sm\:hover\:via-am-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .sm\:hover\:via-am-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .sm\:hover\:via-am-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:hover\:via-am-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .sm\:hover\:via-am-yellow-resalt:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:hover\:via-am-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .sm\:hover\:via-am-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .sm\:hover\:via-am-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .sm\:hover\:via-am-cream-entry:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:hover\:via-am-cream-entry_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:hover\:via-am-cream-entry_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:hover\:via-am-cream-lunchgo:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:hover\:via-am-cream-lunchgo_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:hover\:via-am-cream-lunchgo_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:hover\:via-am-cream-lunchback:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:via-am-cream-lunchback_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:via-am-cream-lunchback_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:hover\:via-am-cream-exit:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:via-am-cream-exit_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:via-am-cream-exit_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:hover\:via-am-cream-yesterday:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:via-am-cream-yesterday_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:via-am-cream-yesterday_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:hover\:via-am-brown-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .sm\:hover\:via-am-brown-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .sm\:hover\:via-am-brown:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .sm\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-grays-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .sm\:focus\:via-grays:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .sm\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .sm\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .sm\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .sm\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .sm\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .sm\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .sm\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .sm\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .sm\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .sm\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .sm\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .sm\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .sm\:focus\:via-am-base-background:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .sm\:focus\:via-am-main-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:focus\:via-am-main-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .sm\:focus\:via-am-main-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .sm\:focus\:via-am-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .sm\:focus\:via-am-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .sm\:focus\:via-am-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:focus\:via-am-new-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:focus\:via-am-new-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .sm\:focus\:via-am-new-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .sm\:focus\:via-am-new-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:focus\:via-am-new-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .sm\:focus\:via-am-new-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .sm\:focus\:via-am-coral:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:via-am-coral-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .sm\:focus\:via-am-coral-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .sm\:focus\:via-am-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:via-am-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .sm\:focus\:via-am-teal-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .sm\:focus\:via-am-new-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:via-am-new-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .sm\:focus\:via-am-new-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .sm\:focus\:via-am-new-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:focus\:via-am-new-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .sm\:focus\:via-am-new-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .sm\:focus\:via-am-new-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:focus\:via-am-new-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .sm\:focus\:via-am-new-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .sm\:focus\:via-am-new-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .sm\:focus\:via-am-new-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .sm\:focus\:via-am-new-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .sm\:focus\:via-am-purple-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .sm\:focus\:via-am-purple-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .sm\:focus\:via-am-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .sm\:focus\:via-am-purple-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .sm\:focus\:via-am-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .sm\:focus\:via-am-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .sm\:focus\:via-am-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:focus\:via-am-green-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .sm\:focus\:via-am-green-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .sm\:focus\:via-am-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .sm\:focus\:via-am-green-aqua:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .sm\:focus\:via-am-green-brightest-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .sm\:focus\:via-am-green-hover:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .sm\:focus\:via-am-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .sm\:focus\:via-am-red-alive:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .sm\:focus\:via-am-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .sm\:focus\:via-am-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .sm\:focus\:via-am-red-intense:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .sm\:focus\:via-am-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:via-am-grey-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:focus\:via-am-grey-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .sm\:focus\:via-am-grey-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .sm\:focus\:via-am-grey-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .sm\:focus\:via-am-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .sm\:focus\:via-am-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .sm\:focus\:via-am-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .sm\:focus\:via-am-pink-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:focus\:via-am-pink-rose:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .sm\:focus\:via-am-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .sm\:focus\:via-am-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .sm\:focus\:via-am-orange-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .sm\:focus\:via-am-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .sm\:focus\:via-am-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .sm\:focus\:via-am-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .sm\:focus\:via-am-cyan-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .sm\:focus\:via-am-cyan-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:focus\:via-am-cyan-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .sm\:focus\:via-am-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .sm\:focus\:via-am-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .sm\:focus\:via-am-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .sm\:focus\:via-am-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .sm\:focus\:via-am-yellow-resalt:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .sm\:focus\:via-am-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .sm\:focus\:via-am-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .sm\:focus\:via-am-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .sm\:focus\:via-am-cream-entry:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:focus\:via-am-cream-entry_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:focus\:via-am-cream-entry_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .sm\:focus\:via-am-cream-lunchgo:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:focus\:via-am-cream-lunchgo_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:focus\:via-am-cream-lunchgo_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .sm\:focus\:via-am-cream-lunchback:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:via-am-cream-lunchback_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:via-am-cream-lunchback_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .sm\:focus\:via-am-cream-exit:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:via-am-cream-exit_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:via-am-cream-exit_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .sm\:focus\:via-am-cream-yesterday:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:via-am-cream-yesterday_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:via-am-cream-yesterday_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .sm\:focus\:via-am-brown-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .sm\:focus\:via-am-brown-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .sm\:focus\:via-am-brown:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .sm\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .sm\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .sm\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .sm\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .sm\:to-grays-light{
    --tw-gradient-to: #D6D6D6;
  }

  :root .sm\:to-grays{
    --tw-gradient-to: #969CA7;
  }

  :root .sm\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .sm\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .sm\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .sm\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .sm\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .sm\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .sm\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .sm\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .sm\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .sm\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .sm\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .sm\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .sm\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .sm\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .sm\:to-am-base-background{
    --tw-gradient-to: #F4F6FF;
  }

  :root .sm\:to-am-main-blue{
    --tw-gradient-to: #7084E3;
  }

  :root .sm\:to-am-main-blue-light{
    --tw-gradient-to: #d0d8ff;
  }

  :root .sm\:to-am-main-blue-dark{
    --tw-gradient-to: #00004d;
  }

  :root .sm\:to-am-gray{
    --tw-gradient-to: #9a9a9a;
  }

  :root .sm\:to-am-gray-light{
    --tw-gradient-to: #bebebe;
  }

  :root .sm\:to-am-gray-dark{
    --tw-gradient-to: #666666;
  }

  :root .sm\:to-am-new-green{
    --tw-gradient-to: #77dea2;
  }

  :root .sm\:to-am-new-green-light{
    --tw-gradient-to: #baeed0;
  }

  :root .sm\:to-am-new-green-dark{
    --tw-gradient-to: #27834d;
  }

  :root .sm\:to-am-new-orange{
    --tw-gradient-to: #f78842;
  }

  :root .sm\:to-am-new-orange-light{
    --tw-gradient-to: #fbc3a0;
  }

  :root .sm\:to-am-new-orange-dark{
    --tw-gradient-to: #af5f2e;
  }

  :root .sm\:to-am-coral{
    --tw-gradient-to: #ee8f72;
  }

  :root .sm\:to-am-coral-light{
    --tw-gradient-to: #f6c7b8;
  }

  :root .sm\:to-am-coral-dark{
    --tw-gradient-to: #be6a50;
  }

  :root .sm\:to-am-teal{
    --tw-gradient-to: #81e6e2;
  }

  :root .sm\:to-am-teal-light{
    --tw-gradient-to: #b3f0ed;
  }

  :root .sm\:to-am-teal-dark{
    --tw-gradient-to: #449D99;
  }

  :root .sm\:to-am-new-red{
    --tw-gradient-to: #de7777;
  }

  :root .sm\:to-am-new-red-light{
    --tw-gradient-to: #f2b0b0;
  }

  :root .sm\:to-am-new-red-dark{
    --tw-gradient-to: #ac3d3d;
  }

  :root .sm\:to-am-new-yellow{
    --tw-gradient-to: #ffce00;
  }

  :root .sm\:to-am-new-yellow-light{
    --tw-gradient-to: #ffeb99;
  }

  :root .sm\:to-am-new-yellow-dark{
    --tw-gradient-to: #a56c00;
  }

  :root .sm\:to-am-new-pink{
    --tw-gradient-to: #d977dd;
  }

  :root .sm\:to-am-new-pink-light{
    --tw-gradient-to: #ecbaee;
  }

  :root .sm\:to-am-new-pink-dark{
    --tw-gradient-to: #97569a;
  }

  :root .sm\:to-am-new-purple{
    --tw-gradient-to: #8f7ee3;
  }

  :root .sm\:to-am-new-purple-light{
    --tw-gradient-to: #baacff;
  }

  :root .sm\:to-am-new-purple-dark{
    --tw-gradient-to: #7164b1;
  }

  :root .sm\:to-am-purple-transparent{
    --tw-gradient-to: #757de338;
  }

  :root .sm\:to-am-purple-relight{
    --tw-gradient-to: #f0f1ff;
  }

  :root .sm\:to-am-purple-light{
    --tw-gradient-to: #dbdcff;
  }

  :root .sm\:to-am-purple-medium{
    --tw-gradient-to: #927DEA;
  }

  :root .sm\:to-am-purple-dark{
    --tw-gradient-to: #465499;
  }

  :root .sm\:to-am-purple{
    --tw-gradient-to: #7084E3;
  }

  :root .sm\:to-am-green-light{
    --tw-gradient-to: #77DEA2;
  }

  :root .sm\:to-am-green-brightest{
    --tw-gradient-to: #77DEA280;
  }

  :root .sm\:to-am-green-cyan{
    --tw-gradient-to: #26b28f;
  }

  :root .sm\:to-am-green-dark{
    --tw-gradient-to: #1f8f4e;
  }

  :root .sm\:to-am-green-aqua{
    --tw-gradient-to: #7DEAB4;
  }

  :root .sm\:to-am-green-brightest-transparent{
    --tw-gradient-to: #e9f8ee;
  }

  :root .sm\:to-am-green-hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .sm\:to-am-green{
    --tw-gradient-to: #54C931;
  }

  :root .sm\:to-am-red-alive{
    --tw-gradient-to: #E56262;
  }

  :root .sm\:to-am-red-light{
    --tw-gradient-to: #ffcece;
  }

  :root .sm\:to-am-red-dark{
    --tw-gradient-to: #d93d3d;
  }

  :root .sm\:to-am-red-intense{
    --tw-gradient-to: #f00846;
  }

  :root .sm\:to-am-red{
    --tw-gradient-to: #DE7777;
  }

  :root .sm\:to-am-grey-light{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .sm\:to-am-grey-dark{
    --tw-gradient-to: #2C303E;
  }

  :root .sm\:to-am-grey-medium{
    --tw-gradient-to: #bbbbbb;
  }

  :root .sm\:to-am-grey-transparent{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .sm\:to-am-grey{
    --tw-gradient-to: #666666;
  }

  :root .sm\:to-am-pink-light{
    --tw-gradient-to: #edcff0;
  }

  :root .sm\:to-am-pink-dark{
    --tw-gradient-to: #a941ae;
  }

  :root .sm\:to-am-pink-brightest{
    --tw-gradient-to: #d977dd3b;
  }

  :root .sm\:to-am-pink-rose{
    --tw-gradient-to: #F8BBD0;
  }

  :root .sm\:to-am-pink{
    --tw-gradient-to: #D977DD;
  }

  :root .sm\:to-am-orange-light{
    --tw-gradient-to: #f89103;
  }

  :root .sm\:to-am-orange-relight{
    --tw-gradient-to: #fff1e8;
  }

  :root .sm\:to-am-orange-dark{
    --tw-gradient-to: #b57c00;
  }

  :root .sm\:to-am-orange{
    --tw-gradient-to: #f78842;
  }

  :root .sm\:to-am-cyan-light{
    --tw-gradient-to: #b3edf4;
  }

  :root .sm\:to-am-cyan-dark{
    --tw-gradient-to: #129aa6;
  }

  :root .sm\:to-am-cyan-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .sm\:to-am-cyan-green{
    --tw-gradient-to: #b9eadf;
  }

  :root .sm\:to-am-cyan{
    --tw-gradient-to: #18D9EA;
  }

  :root .sm\:to-am-blue-light{
    --tw-gradient-to: #92C9F2;
  }

  :root .sm\:to-am-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .sm\:to-am-blue-dark{
    --tw-gradient-to: #5784a5;
  }

  :root .sm\:to-am-yellow-resalt{
    --tw-gradient-to: #FFCE00;
  }

  :root .sm\:to-am-yellow-light{
    --tw-gradient-to: #f8e9ae;
  }

  :root .sm\:to-am-yellow-dark{
    --tw-gradient-to: #c18b11;
  }

  :root .sm\:to-am-yellow{
    --tw-gradient-to: #FAD073;
  }

  :root .sm\:to-am-cream-entry{
    --tw-gradient-to: #81E6AB;
  }

  :root .sm\:to-am-cream-entry_light{
    --tw-gradient-to: #81E6AB33;
  }

  :root .sm\:to-am-cream-entry_text{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .sm\:to-am-cream-lunchgo{
    --tw-gradient-to: #EEBA72;
  }

  :root .sm\:to-am-cream-lunchgo_light{
    --tw-gradient-to: #EEBA7233;
  }

  :root .sm\:to-am-cream-lunchgo_text{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .sm\:to-am-cream-lunchback{
    --tw-gradient-to: #EE8F72;
  }

  :root .sm\:to-am-cream-lunchback_light{
    --tw-gradient-to: #EE8F7233;
  }

  :root .sm\:to-am-cream-lunchback_text{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .sm\:to-am-cream-exit{
    --tw-gradient-to: #81E6E2;
  }

  :root .sm\:to-am-cream-exit_light{
    --tw-gradient-to: #81E6E233;
  }

  :root .sm\:to-am-cream-exit_text{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .sm\:to-am-cream-yesterday{
    --tw-gradient-to: #DE7777;
  }

  :root .sm\:to-am-cream-yesterday_light{
    --tw-gradient-to: #DE777733;
  }

  :root .sm\:to-am-cream-yesterday_text{
    --tw-gradient-to: #DE7777B3;
  }

  :root .sm\:to-am-brown-light{
    --tw-gradient-to: #f1e1d8;
  }

  :root .sm\:to-am-brown-dark{
    --tw-gradient-to: #501D0E;
  }

  :root .sm\:to-am-brown{
    --tw-gradient-to: #A23E00;
  }

  :root .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .sm\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .sm\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .sm\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .sm\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .sm\:hover\:to-grays-light:hover{
    --tw-gradient-to: #D6D6D6;
  }

  :root .sm\:hover\:to-grays:hover{
    --tw-gradient-to: #969CA7;
  }

  :root .sm\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .sm\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .sm\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .sm\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .sm\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .sm\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .sm\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .sm\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .sm\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .sm\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .sm\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .sm\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .sm\:hover\:to-am-base-background:hover{
    --tw-gradient-to: #F4F6FF;
  }

  :root .sm\:hover\:to-am-main-blue:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .sm\:hover\:to-am-main-blue-light:hover{
    --tw-gradient-to: #d0d8ff;
  }

  :root .sm\:hover\:to-am-main-blue-dark:hover{
    --tw-gradient-to: #00004d;
  }

  :root .sm\:hover\:to-am-gray:hover{
    --tw-gradient-to: #9a9a9a;
  }

  :root .sm\:hover\:to-am-gray-light:hover{
    --tw-gradient-to: #bebebe;
  }

  :root .sm\:hover\:to-am-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  :root .sm\:hover\:to-am-new-green:hover{
    --tw-gradient-to: #77dea2;
  }

  :root .sm\:hover\:to-am-new-green-light:hover{
    --tw-gradient-to: #baeed0;
  }

  :root .sm\:hover\:to-am-new-green-dark:hover{
    --tw-gradient-to: #27834d;
  }

  :root .sm\:hover\:to-am-new-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .sm\:hover\:to-am-new-orange-light:hover{
    --tw-gradient-to: #fbc3a0;
  }

  :root .sm\:hover\:to-am-new-orange-dark:hover{
    --tw-gradient-to: #af5f2e;
  }

  :root .sm\:hover\:to-am-coral:hover{
    --tw-gradient-to: #ee8f72;
  }

  :root .sm\:hover\:to-am-coral-light:hover{
    --tw-gradient-to: #f6c7b8;
  }

  :root .sm\:hover\:to-am-coral-dark:hover{
    --tw-gradient-to: #be6a50;
  }

  :root .sm\:hover\:to-am-teal:hover{
    --tw-gradient-to: #81e6e2;
  }

  :root .sm\:hover\:to-am-teal-light:hover{
    --tw-gradient-to: #b3f0ed;
  }

  :root .sm\:hover\:to-am-teal-dark:hover{
    --tw-gradient-to: #449D99;
  }

  :root .sm\:hover\:to-am-new-red:hover{
    --tw-gradient-to: #de7777;
  }

  :root .sm\:hover\:to-am-new-red-light:hover{
    --tw-gradient-to: #f2b0b0;
  }

  :root .sm\:hover\:to-am-new-red-dark:hover{
    --tw-gradient-to: #ac3d3d;
  }

  :root .sm\:hover\:to-am-new-yellow:hover{
    --tw-gradient-to: #ffce00;
  }

  :root .sm\:hover\:to-am-new-yellow-light:hover{
    --tw-gradient-to: #ffeb99;
  }

  :root .sm\:hover\:to-am-new-yellow-dark:hover{
    --tw-gradient-to: #a56c00;
  }

  :root .sm\:hover\:to-am-new-pink:hover{
    --tw-gradient-to: #d977dd;
  }

  :root .sm\:hover\:to-am-new-pink-light:hover{
    --tw-gradient-to: #ecbaee;
  }

  :root .sm\:hover\:to-am-new-pink-dark:hover{
    --tw-gradient-to: #97569a;
  }

  :root .sm\:hover\:to-am-new-purple:hover{
    --tw-gradient-to: #8f7ee3;
  }

  :root .sm\:hover\:to-am-new-purple-light:hover{
    --tw-gradient-to: #baacff;
  }

  :root .sm\:hover\:to-am-new-purple-dark:hover{
    --tw-gradient-to: #7164b1;
  }

  :root .sm\:hover\:to-am-purple-transparent:hover{
    --tw-gradient-to: #757de338;
  }

  :root .sm\:hover\:to-am-purple-relight:hover{
    --tw-gradient-to: #f0f1ff;
  }

  :root .sm\:hover\:to-am-purple-light:hover{
    --tw-gradient-to: #dbdcff;
  }

  :root .sm\:hover\:to-am-purple-medium:hover{
    --tw-gradient-to: #927DEA;
  }

  :root .sm\:hover\:to-am-purple-dark:hover{
    --tw-gradient-to: #465499;
  }

  :root .sm\:hover\:to-am-purple:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .sm\:hover\:to-am-green-light:hover{
    --tw-gradient-to: #77DEA2;
  }

  :root .sm\:hover\:to-am-green-brightest:hover{
    --tw-gradient-to: #77DEA280;
  }

  :root .sm\:hover\:to-am-green-cyan:hover{
    --tw-gradient-to: #26b28f;
  }

  :root .sm\:hover\:to-am-green-dark:hover{
    --tw-gradient-to: #1f8f4e;
  }

  :root .sm\:hover\:to-am-green-aqua:hover{
    --tw-gradient-to: #7DEAB4;
  }

  :root .sm\:hover\:to-am-green-brightest-transparent:hover{
    --tw-gradient-to: #e9f8ee;
  }

  :root .sm\:hover\:to-am-green-hover:hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .sm\:hover\:to-am-green:hover{
    --tw-gradient-to: #54C931;
  }

  :root .sm\:hover\:to-am-red-alive:hover{
    --tw-gradient-to: #E56262;
  }

  :root .sm\:hover\:to-am-red-light:hover{
    --tw-gradient-to: #ffcece;
  }

  :root .sm\:hover\:to-am-red-dark:hover{
    --tw-gradient-to: #d93d3d;
  }

  :root .sm\:hover\:to-am-red-intense:hover{
    --tw-gradient-to: #f00846;
  }

  :root .sm\:hover\:to-am-red:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .sm\:hover\:to-am-grey-light:hover{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .sm\:hover\:to-am-grey-dark:hover{
    --tw-gradient-to: #2C303E;
  }

  :root .sm\:hover\:to-am-grey-medium:hover{
    --tw-gradient-to: #bbbbbb;
  }

  :root .sm\:hover\:to-am-grey-transparent:hover{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .sm\:hover\:to-am-grey:hover{
    --tw-gradient-to: #666666;
  }

  :root .sm\:hover\:to-am-pink-light:hover{
    --tw-gradient-to: #edcff0;
  }

  :root .sm\:hover\:to-am-pink-dark:hover{
    --tw-gradient-to: #a941ae;
  }

  :root .sm\:hover\:to-am-pink-brightest:hover{
    --tw-gradient-to: #d977dd3b;
  }

  :root .sm\:hover\:to-am-pink-rose:hover{
    --tw-gradient-to: #F8BBD0;
  }

  :root .sm\:hover\:to-am-pink:hover{
    --tw-gradient-to: #D977DD;
  }

  :root .sm\:hover\:to-am-orange-light:hover{
    --tw-gradient-to: #f89103;
  }

  :root .sm\:hover\:to-am-orange-relight:hover{
    --tw-gradient-to: #fff1e8;
  }

  :root .sm\:hover\:to-am-orange-dark:hover{
    --tw-gradient-to: #b57c00;
  }

  :root .sm\:hover\:to-am-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .sm\:hover\:to-am-cyan-light:hover{
    --tw-gradient-to: #b3edf4;
  }

  :root .sm\:hover\:to-am-cyan-dark:hover{
    --tw-gradient-to: #129aa6;
  }

  :root .sm\:hover\:to-am-cyan-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .sm\:hover\:to-am-cyan-green:hover{
    --tw-gradient-to: #b9eadf;
  }

  :root .sm\:hover\:to-am-cyan:hover{
    --tw-gradient-to: #18D9EA;
  }

  :root .sm\:hover\:to-am-blue-light:hover{
    --tw-gradient-to: #92C9F2;
  }

  :root .sm\:hover\:to-am-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .sm\:hover\:to-am-blue-dark:hover{
    --tw-gradient-to: #5784a5;
  }

  :root .sm\:hover\:to-am-yellow-resalt:hover{
    --tw-gradient-to: #FFCE00;
  }

  :root .sm\:hover\:to-am-yellow-light:hover{
    --tw-gradient-to: #f8e9ae;
  }

  :root .sm\:hover\:to-am-yellow-dark:hover{
    --tw-gradient-to: #c18b11;
  }

  :root .sm\:hover\:to-am-yellow:hover{
    --tw-gradient-to: #FAD073;
  }

  :root .sm\:hover\:to-am-cream-entry:hover{
    --tw-gradient-to: #81E6AB;
  }

  :root .sm\:hover\:to-am-cream-entry_light:hover{
    --tw-gradient-to: #81E6AB33;
  }

  :root .sm\:hover\:to-am-cream-entry_text:hover{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .sm\:hover\:to-am-cream-lunchgo:hover{
    --tw-gradient-to: #EEBA72;
  }

  :root .sm\:hover\:to-am-cream-lunchgo_light:hover{
    --tw-gradient-to: #EEBA7233;
  }

  :root .sm\:hover\:to-am-cream-lunchgo_text:hover{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .sm\:hover\:to-am-cream-lunchback:hover{
    --tw-gradient-to: #EE8F72;
  }

  :root .sm\:hover\:to-am-cream-lunchback_light:hover{
    --tw-gradient-to: #EE8F7233;
  }

  :root .sm\:hover\:to-am-cream-lunchback_text:hover{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .sm\:hover\:to-am-cream-exit:hover{
    --tw-gradient-to: #81E6E2;
  }

  :root .sm\:hover\:to-am-cream-exit_light:hover{
    --tw-gradient-to: #81E6E233;
  }

  :root .sm\:hover\:to-am-cream-exit_text:hover{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .sm\:hover\:to-am-cream-yesterday:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .sm\:hover\:to-am-cream-yesterday_light:hover{
    --tw-gradient-to: #DE777733;
  }

  :root .sm\:hover\:to-am-cream-yesterday_text:hover{
    --tw-gradient-to: #DE7777B3;
  }

  :root .sm\:hover\:to-am-brown-light:hover{
    --tw-gradient-to: #f1e1d8;
  }

  :root .sm\:hover\:to-am-brown-dark:hover{
    --tw-gradient-to: #501D0E;
  }

  :root .sm\:hover\:to-am-brown:hover{
    --tw-gradient-to: #A23E00;
  }

  :root .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .sm\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .sm\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .sm\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .sm\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .sm\:focus\:to-grays-light:focus{
    --tw-gradient-to: #D6D6D6;
  }

  :root .sm\:focus\:to-grays:focus{
    --tw-gradient-to: #969CA7;
  }

  :root .sm\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .sm\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .sm\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .sm\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .sm\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .sm\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .sm\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .sm\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .sm\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .sm\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .sm\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .sm\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .sm\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .sm\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .sm\:focus\:to-am-base-background:focus{
    --tw-gradient-to: #F4F6FF;
  }

  :root .sm\:focus\:to-am-main-blue:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .sm\:focus\:to-am-main-blue-light:focus{
    --tw-gradient-to: #d0d8ff;
  }

  :root .sm\:focus\:to-am-main-blue-dark:focus{
    --tw-gradient-to: #00004d;
  }

  :root .sm\:focus\:to-am-gray:focus{
    --tw-gradient-to: #9a9a9a;
  }

  :root .sm\:focus\:to-am-gray-light:focus{
    --tw-gradient-to: #bebebe;
  }

  :root .sm\:focus\:to-am-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  :root .sm\:focus\:to-am-new-green:focus{
    --tw-gradient-to: #77dea2;
  }

  :root .sm\:focus\:to-am-new-green-light:focus{
    --tw-gradient-to: #baeed0;
  }

  :root .sm\:focus\:to-am-new-green-dark:focus{
    --tw-gradient-to: #27834d;
  }

  :root .sm\:focus\:to-am-new-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .sm\:focus\:to-am-new-orange-light:focus{
    --tw-gradient-to: #fbc3a0;
  }

  :root .sm\:focus\:to-am-new-orange-dark:focus{
    --tw-gradient-to: #af5f2e;
  }

  :root .sm\:focus\:to-am-coral:focus{
    --tw-gradient-to: #ee8f72;
  }

  :root .sm\:focus\:to-am-coral-light:focus{
    --tw-gradient-to: #f6c7b8;
  }

  :root .sm\:focus\:to-am-coral-dark:focus{
    --tw-gradient-to: #be6a50;
  }

  :root .sm\:focus\:to-am-teal:focus{
    --tw-gradient-to: #81e6e2;
  }

  :root .sm\:focus\:to-am-teal-light:focus{
    --tw-gradient-to: #b3f0ed;
  }

  :root .sm\:focus\:to-am-teal-dark:focus{
    --tw-gradient-to: #449D99;
  }

  :root .sm\:focus\:to-am-new-red:focus{
    --tw-gradient-to: #de7777;
  }

  :root .sm\:focus\:to-am-new-red-light:focus{
    --tw-gradient-to: #f2b0b0;
  }

  :root .sm\:focus\:to-am-new-red-dark:focus{
    --tw-gradient-to: #ac3d3d;
  }

  :root .sm\:focus\:to-am-new-yellow:focus{
    --tw-gradient-to: #ffce00;
  }

  :root .sm\:focus\:to-am-new-yellow-light:focus{
    --tw-gradient-to: #ffeb99;
  }

  :root .sm\:focus\:to-am-new-yellow-dark:focus{
    --tw-gradient-to: #a56c00;
  }

  :root .sm\:focus\:to-am-new-pink:focus{
    --tw-gradient-to: #d977dd;
  }

  :root .sm\:focus\:to-am-new-pink-light:focus{
    --tw-gradient-to: #ecbaee;
  }

  :root .sm\:focus\:to-am-new-pink-dark:focus{
    --tw-gradient-to: #97569a;
  }

  :root .sm\:focus\:to-am-new-purple:focus{
    --tw-gradient-to: #8f7ee3;
  }

  :root .sm\:focus\:to-am-new-purple-light:focus{
    --tw-gradient-to: #baacff;
  }

  :root .sm\:focus\:to-am-new-purple-dark:focus{
    --tw-gradient-to: #7164b1;
  }

  :root .sm\:focus\:to-am-purple-transparent:focus{
    --tw-gradient-to: #757de338;
  }

  :root .sm\:focus\:to-am-purple-relight:focus{
    --tw-gradient-to: #f0f1ff;
  }

  :root .sm\:focus\:to-am-purple-light:focus{
    --tw-gradient-to: #dbdcff;
  }

  :root .sm\:focus\:to-am-purple-medium:focus{
    --tw-gradient-to: #927DEA;
  }

  :root .sm\:focus\:to-am-purple-dark:focus{
    --tw-gradient-to: #465499;
  }

  :root .sm\:focus\:to-am-purple:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .sm\:focus\:to-am-green-light:focus{
    --tw-gradient-to: #77DEA2;
  }

  :root .sm\:focus\:to-am-green-brightest:focus{
    --tw-gradient-to: #77DEA280;
  }

  :root .sm\:focus\:to-am-green-cyan:focus{
    --tw-gradient-to: #26b28f;
  }

  :root .sm\:focus\:to-am-green-dark:focus{
    --tw-gradient-to: #1f8f4e;
  }

  :root .sm\:focus\:to-am-green-aqua:focus{
    --tw-gradient-to: #7DEAB4;
  }

  :root .sm\:focus\:to-am-green-brightest-transparent:focus{
    --tw-gradient-to: #e9f8ee;
  }

  :root .sm\:focus\:to-am-green-hover:focus{
    --tw-gradient-to: #F5FCF7;
  }

  :root .sm\:focus\:to-am-green:focus{
    --tw-gradient-to: #54C931;
  }

  :root .sm\:focus\:to-am-red-alive:focus{
    --tw-gradient-to: #E56262;
  }

  :root .sm\:focus\:to-am-red-light:focus{
    --tw-gradient-to: #ffcece;
  }

  :root .sm\:focus\:to-am-red-dark:focus{
    --tw-gradient-to: #d93d3d;
  }

  :root .sm\:focus\:to-am-red-intense:focus{
    --tw-gradient-to: #f00846;
  }

  :root .sm\:focus\:to-am-red:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .sm\:focus\:to-am-grey-light:focus{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .sm\:focus\:to-am-grey-dark:focus{
    --tw-gradient-to: #2C303E;
  }

  :root .sm\:focus\:to-am-grey-medium:focus{
    --tw-gradient-to: #bbbbbb;
  }

  :root .sm\:focus\:to-am-grey-transparent:focus{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .sm\:focus\:to-am-grey:focus{
    --tw-gradient-to: #666666;
  }

  :root .sm\:focus\:to-am-pink-light:focus{
    --tw-gradient-to: #edcff0;
  }

  :root .sm\:focus\:to-am-pink-dark:focus{
    --tw-gradient-to: #a941ae;
  }

  :root .sm\:focus\:to-am-pink-brightest:focus{
    --tw-gradient-to: #d977dd3b;
  }

  :root .sm\:focus\:to-am-pink-rose:focus{
    --tw-gradient-to: #F8BBD0;
  }

  :root .sm\:focus\:to-am-pink:focus{
    --tw-gradient-to: #D977DD;
  }

  :root .sm\:focus\:to-am-orange-light:focus{
    --tw-gradient-to: #f89103;
  }

  :root .sm\:focus\:to-am-orange-relight:focus{
    --tw-gradient-to: #fff1e8;
  }

  :root .sm\:focus\:to-am-orange-dark:focus{
    --tw-gradient-to: #b57c00;
  }

  :root .sm\:focus\:to-am-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .sm\:focus\:to-am-cyan-light:focus{
    --tw-gradient-to: #b3edf4;
  }

  :root .sm\:focus\:to-am-cyan-dark:focus{
    --tw-gradient-to: #129aa6;
  }

  :root .sm\:focus\:to-am-cyan-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .sm\:focus\:to-am-cyan-green:focus{
    --tw-gradient-to: #b9eadf;
  }

  :root .sm\:focus\:to-am-cyan:focus{
    --tw-gradient-to: #18D9EA;
  }

  :root .sm\:focus\:to-am-blue-light:focus{
    --tw-gradient-to: #92C9F2;
  }

  :root .sm\:focus\:to-am-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .sm\:focus\:to-am-blue-dark:focus{
    --tw-gradient-to: #5784a5;
  }

  :root .sm\:focus\:to-am-yellow-resalt:focus{
    --tw-gradient-to: #FFCE00;
  }

  :root .sm\:focus\:to-am-yellow-light:focus{
    --tw-gradient-to: #f8e9ae;
  }

  :root .sm\:focus\:to-am-yellow-dark:focus{
    --tw-gradient-to: #c18b11;
  }

  :root .sm\:focus\:to-am-yellow:focus{
    --tw-gradient-to: #FAD073;
  }

  :root .sm\:focus\:to-am-cream-entry:focus{
    --tw-gradient-to: #81E6AB;
  }

  :root .sm\:focus\:to-am-cream-entry_light:focus{
    --tw-gradient-to: #81E6AB33;
  }

  :root .sm\:focus\:to-am-cream-entry_text:focus{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .sm\:focus\:to-am-cream-lunchgo:focus{
    --tw-gradient-to: #EEBA72;
  }

  :root .sm\:focus\:to-am-cream-lunchgo_light:focus{
    --tw-gradient-to: #EEBA7233;
  }

  :root .sm\:focus\:to-am-cream-lunchgo_text:focus{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .sm\:focus\:to-am-cream-lunchback:focus{
    --tw-gradient-to: #EE8F72;
  }

  :root .sm\:focus\:to-am-cream-lunchback_light:focus{
    --tw-gradient-to: #EE8F7233;
  }

  :root .sm\:focus\:to-am-cream-lunchback_text:focus{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .sm\:focus\:to-am-cream-exit:focus{
    --tw-gradient-to: #81E6E2;
  }

  :root .sm\:focus\:to-am-cream-exit_light:focus{
    --tw-gradient-to: #81E6E233;
  }

  :root .sm\:focus\:to-am-cream-exit_text:focus{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .sm\:focus\:to-am-cream-yesterday:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .sm\:focus\:to-am-cream-yesterday_light:focus{
    --tw-gradient-to: #DE777733;
  }

  :root .sm\:focus\:to-am-cream-yesterday_text:focus{
    --tw-gradient-to: #DE7777B3;
  }

  :root .sm\:focus\:to-am-brown-light:focus{
    --tw-gradient-to: #f1e1d8;
  }

  :root .sm\:focus\:to-am-brown-dark:focus{
    --tw-gradient-to: #501D0E;
  }

  :root .sm\:focus\:to-am-brown:focus{
    --tw-gradient-to: #A23E00;
  }

  :root .sm\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .sm\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .sm\:bg-auto{
    background-size: auto;
  }

  :root .sm\:bg-cover{
    background-size: cover;
  }

  :root .sm\:bg-contain{
    background-size: contain;
  }

  :root .sm\:bg-fixed{
    background-attachment: fixed;
  }

  :root .sm\:bg-local{
    background-attachment: local;
  }

  :root .sm\:bg-scroll{
    background-attachment: scroll;
  }

  :root .sm\:bg-clip-border{
    background-clip: border-box;
  }

  :root .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .sm\:bg-clip-content{
    background-clip: content-box;
  }

  :root .sm\:bg-clip-text{
    background-clip: text;
  }

  :root .sm\:bg-bottom{
    background-position: bottom;
  }

  :root .sm\:bg-center{
    background-position: center;
  }

  :root .sm\:bg-left{
    background-position: left;
  }

  :root .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .sm\:bg-left-top{
    background-position: left top;
  }

  :root .sm\:bg-right{
    background-position: right;
  }

  :root .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .sm\:bg-right-top{
    background-position: right top;
  }

  :root .sm\:bg-top{
    background-position: top;
  }

  :root .sm\:bg-repeat{
    background-repeat: repeat;
  }

  :root .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .sm\:bg-repeat-round{
    background-repeat: round;
  }

  :root .sm\:bg-repeat-space{
    background-repeat: space;
  }

  :root .sm\:bg-origin-border{
    background-origin: border-box;
  }

  :root .sm\:bg-origin-padding{
    background-origin: padding-box;
  }

  :root .sm\:bg-origin-content{
    background-origin: content-box;
  }

  :root .sm\:fill-current{
    fill: currentColor;
  }

  :root .sm\:stroke-current{
    stroke: currentColor;
  }

  :root .sm\:stroke-0{
    stroke-width: 0;
  }

  :root .sm\:stroke-1{
    stroke-width: 1;
  }

  :root .sm\:stroke-2{
    stroke-width: 2;
  }

  :root .sm\:object-contain{
    object-fit: contain;
  }

  :root .sm\:object-cover{
    object-fit: cover;
  }

  :root .sm\:object-fill{
    object-fit: fill;
  }

  :root .sm\:object-none{
    object-fit: none;
  }

  :root .sm\:object-scale-down{
    object-fit: scale-down;
  }

  :root .sm\:object-bottom{
    object-position: bottom;
  }

  :root .sm\:object-center{
    object-position: center;
  }

  :root .sm\:object-left{
    object-position: left;
  }

  :root .sm\:object-left-bottom{
    object-position: left bottom;
  }

  :root .sm\:object-left-top{
    object-position: left top;
  }

  :root .sm\:object-right{
    object-position: right;
  }

  :root .sm\:object-right-bottom{
    object-position: right bottom;
  }

  :root .sm\:object-right-top{
    object-position: right top;
  }

  :root .sm\:object-top{
    object-position: top;
  }

  :root .sm\:p-0{
    padding: 0;
  }

  :root .sm\:p-1{
    padding: 0.25rem;
  }

  :root .sm\:p-2{
    padding: 0.5rem;
  }

  :root .sm\:p-3{
    padding: 0.75rem;
  }

  :root .sm\:p-4{
    padding: 1rem;
  }

  :root .sm\:p-5{
    padding: 1.25rem;
  }

  :root .sm\:p-6{
    padding: 1.5rem;
  }

  :root .sm\:p-7{
    padding: 1.75rem;
  }

  :root .sm\:p-8{
    padding: 2rem;
  }

  :root .sm\:p-9{
    padding: 2.25rem;
  }

  :root .sm\:p-10{
    padding: 2.5rem;
  }

  :root .sm\:p-11{
    padding: 2.75rem;
  }

  :root .sm\:p-12{
    padding: 3rem;
  }

  :root .sm\:p-13{
    padding: 3.25rem;
  }

  :root .sm\:p-14{
    padding: 3.5rem;
  }

  :root .sm\:p-16{
    padding: 4rem;
  }

  :root .sm\:p-18{
    padding: 4.5rem;
  }

  :root .sm\:p-20{
    padding: 5rem;
  }

  :root .sm\:p-21{
    padding: 5.25rem;
  }

  :root .sm\:p-22{
    padding: 5.5rem;
  }

  :root .sm\:p-24{
    padding: 6rem;
  }

  :root .sm\:p-26{
    padding: 6.5rem;
  }

  :root .sm\:p-27{
    padding: 6.75rem;
  }

  :root .sm\:p-28{
    padding: 7rem;
  }

  :root .sm\:p-30{
    padding: 7.5rem;
  }

  :root .sm\:p-32{
    padding: 8rem;
  }

  :root .sm\:p-36{
    padding: 9rem;
  }

  :root .sm\:p-40{
    padding: 10rem;
  }

  :root .sm\:p-41{
    padding: 11.25rem;
  }

  :root .sm\:p-42{
    padding: 11.5rem;
  }

  :root .sm\:p-44{
    padding: 11rem;
  }

  :root .sm\:p-48{
    padding: 12rem;
  }

  :root .sm\:p-52{
    padding: 13rem;
  }

  :root .sm\:p-54{
    padding: 13.5rem;
  }

  :root .sm\:p-56{
    padding: 14rem;
  }

  :root .sm\:p-60{
    padding: 15rem;
  }

  :root .sm\:p-64{
    padding: 16rem;
  }

  :root .sm\:p-68{
    padding: 17rem;
  }

  :root .sm\:p-72{
    padding: 18rem;
  }

  :root .sm\:p-76{
    padding: 19rem;
  }

  :root .sm\:p-80{
    padding: 20rem;
  }

  :root .sm\:p-84{
    padding: 21rem;
  }

  :root .sm\:p-88{
    padding: 22rem;
  }

  :root .sm\:p-96{
    padding: 24rem;
  }

  :root .sm\:p-112{
    padding: 28rem;
  }

  :root .sm\:p-120{
    padding: 30rem;
  }

  :root .sm\:p-140{
    padding: 35rem;
  }

  :root .sm\:p-150{
    padding: 37.5rem;
  }

  :root .sm\:p-160{
    padding: 40rem;
  }

  :root .sm\:p-220{
    padding: 55rem;
  }

  :root .sm\:p-240{
    padding: 60rem;
  }

  :root .sm\:p-300{
    padding: 75rem;
  }

  :root .sm\:p-320{
    padding: 80rem;
  }

  :root .sm\:p-px{
    padding: 1px;
  }

  :root .sm\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .sm\:p-1\.5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .sm\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-13{
    padding: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-18{
    padding: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-21{
    padding: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-22{
    padding: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-26{
    padding: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-27{
    padding: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-30{
    padding: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-41{
    padding: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-42{
    padding: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-54{
    padding: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-68{
    padding: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-76{
    padding: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-84{
    padding: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-88{
    padding: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-112{
    padding: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-120{
    padding: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-140{
    padding: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-150{
    padding: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-160{
    padding: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-220{
    padding: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-240{
    padding: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-300{
    padding: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-320{
    padding: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-1.sm\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .sm\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-13{
    padding: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-18{
    padding: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-21{
    padding: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-22{
    padding: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-26{
    padding: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-27{
    padding: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-30{
    padding: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-41{
    padding: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-42{
    padding: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-54{
    padding: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-68{
    padding: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-76{
    padding: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-84{
    padding: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-88{
    padding: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-112{
    padding: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-120{
    padding: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-140{
    padding: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-150{
    padding: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-160{
    padding: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-220{
    padding: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-240{
    padding: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-300{
    padding: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-320{
    padding: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-1.sm\:5{
    padding: 0.375rem;
  }

  :root .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .sm\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .sm\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .sm\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root .sm\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .sm\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root .sm\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .sm\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .sm\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .sm\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root .sm\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root .sm\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .sm\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .sm\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .sm\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .sm\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root .sm\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .sm\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root .sm\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .sm\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root .sm\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root .sm\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .sm\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root .sm\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root .sm\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root .sm\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root .sm\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root .sm\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root .sm\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root .sm\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root .sm\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .sm\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .sm\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .sm\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .sm\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .sm\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root .sm\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .sm\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root .sm\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .sm\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .sm\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root .sm\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root .sm\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .sm\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .sm\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .sm\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .sm\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root .sm\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .sm\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root .sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .sm\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root .sm\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root .sm\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .sm\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root .sm\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root .sm\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root .sm\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root .sm\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root .sm\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root .sm\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root .sm\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root .sm\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .sm\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:px-1.sm\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-1.sm\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:px-1.sm\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-1.sm\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .sm\:pt-0{
    padding-top: 0;
  }

  :root .sm\:pt-1{
    padding-top: 0.25rem;
  }

  :root .sm\:pt-2{
    padding-top: 0.5rem;
  }

  :root .sm\:pt-3{
    padding-top: 0.75rem;
  }

  :root .sm\:pt-4{
    padding-top: 1rem;
  }

  :root .sm\:pt-5{
    padding-top: 1.25rem;
  }

  :root .sm\:pt-6{
    padding-top: 1.5rem;
  }

  :root .sm\:pt-7{
    padding-top: 1.75rem;
  }

  :root .sm\:pt-8{
    padding-top: 2rem;
  }

  :root .sm\:pt-9{
    padding-top: 2.25rem;
  }

  :root .sm\:pt-10{
    padding-top: 2.5rem;
  }

  :root .sm\:pt-11{
    padding-top: 2.75rem;
  }

  :root .sm\:pt-12{
    padding-top: 3rem;
  }

  :root .sm\:pt-13{
    padding-top: 3.25rem;
  }

  :root .sm\:pt-14{
    padding-top: 3.5rem;
  }

  :root .sm\:pt-16{
    padding-top: 4rem;
  }

  :root .sm\:pt-18{
    padding-top: 4.5rem;
  }

  :root .sm\:pt-20{
    padding-top: 5rem;
  }

  :root .sm\:pt-21{
    padding-top: 5.25rem;
  }

  :root .sm\:pt-22{
    padding-top: 5.5rem;
  }

  :root .sm\:pt-24{
    padding-top: 6rem;
  }

  :root .sm\:pt-26{
    padding-top: 6.5rem;
  }

  :root .sm\:pt-27{
    padding-top: 6.75rem;
  }

  :root .sm\:pt-28{
    padding-top: 7rem;
  }

  :root .sm\:pt-30{
    padding-top: 7.5rem;
  }

  :root .sm\:pt-32{
    padding-top: 8rem;
  }

  :root .sm\:pt-36{
    padding-top: 9rem;
  }

  :root .sm\:pt-40{
    padding-top: 10rem;
  }

  :root .sm\:pt-41{
    padding-top: 11.25rem;
  }

  :root .sm\:pt-42{
    padding-top: 11.5rem;
  }

  :root .sm\:pt-44{
    padding-top: 11rem;
  }

  :root .sm\:pt-48{
    padding-top: 12rem;
  }

  :root .sm\:pt-52{
    padding-top: 13rem;
  }

  :root .sm\:pt-54{
    padding-top: 13.5rem;
  }

  :root .sm\:pt-56{
    padding-top: 14rem;
  }

  :root .sm\:pt-60{
    padding-top: 15rem;
  }

  :root .sm\:pt-64{
    padding-top: 16rem;
  }

  :root .sm\:pt-68{
    padding-top: 17rem;
  }

  :root .sm\:pt-72{
    padding-top: 18rem;
  }

  :root .sm\:pt-76{
    padding-top: 19rem;
  }

  :root .sm\:pt-80{
    padding-top: 20rem;
  }

  :root .sm\:pt-84{
    padding-top: 21rem;
  }

  :root .sm\:pt-88{
    padding-top: 22rem;
  }

  :root .sm\:pt-96{
    padding-top: 24rem;
  }

  :root .sm\:pt-112{
    padding-top: 28rem;
  }

  :root .sm\:pt-120{
    padding-top: 30rem;
  }

  :root .sm\:pt-140{
    padding-top: 35rem;
  }

  :root .sm\:pt-150{
    padding-top: 37.5rem;
  }

  :root .sm\:pt-160{
    padding-top: 40rem;
  }

  :root .sm\:pt-220{
    padding-top: 55rem;
  }

  :root .sm\:pt-240{
    padding-top: 60rem;
  }

  :root .sm\:pt-300{
    padding-top: 75rem;
  }

  :root .sm\:pt-320{
    padding-top: 80rem;
  }

  :root .sm\:pt-px{
    padding-top: 1px;
  }

  :root .sm\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .sm\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .sm\:pr-0{
    padding-right: 0;
  }

  :root .sm\:pr-1{
    padding-right: 0.25rem;
  }

  :root .sm\:pr-2{
    padding-right: 0.5rem;
  }

  :root .sm\:pr-3{
    padding-right: 0.75rem;
  }

  :root .sm\:pr-4{
    padding-right: 1rem;
  }

  :root .sm\:pr-5{
    padding-right: 1.25rem;
  }

  :root .sm\:pr-6{
    padding-right: 1.5rem;
  }

  :root .sm\:pr-7{
    padding-right: 1.75rem;
  }

  :root .sm\:pr-8{
    padding-right: 2rem;
  }

  :root .sm\:pr-9{
    padding-right: 2.25rem;
  }

  :root .sm\:pr-10{
    padding-right: 2.5rem;
  }

  :root .sm\:pr-11{
    padding-right: 2.75rem;
  }

  :root .sm\:pr-12{
    padding-right: 3rem;
  }

  :root .sm\:pr-13{
    padding-right: 3.25rem;
  }

  :root .sm\:pr-14{
    padding-right: 3.5rem;
  }

  :root .sm\:pr-16{
    padding-right: 4rem;
  }

  :root .sm\:pr-18{
    padding-right: 4.5rem;
  }

  :root .sm\:pr-20{
    padding-right: 5rem;
  }

  :root .sm\:pr-21{
    padding-right: 5.25rem;
  }

  :root .sm\:pr-22{
    padding-right: 5.5rem;
  }

  :root .sm\:pr-24{
    padding-right: 6rem;
  }

  :root .sm\:pr-26{
    padding-right: 6.5rem;
  }

  :root .sm\:pr-27{
    padding-right: 6.75rem;
  }

  :root .sm\:pr-28{
    padding-right: 7rem;
  }

  :root .sm\:pr-30{
    padding-right: 7.5rem;
  }

  :root .sm\:pr-32{
    padding-right: 8rem;
  }

  :root .sm\:pr-36{
    padding-right: 9rem;
  }

  :root .sm\:pr-40{
    padding-right: 10rem;
  }

  :root .sm\:pr-41{
    padding-right: 11.25rem;
  }

  :root .sm\:pr-42{
    padding-right: 11.5rem;
  }

  :root .sm\:pr-44{
    padding-right: 11rem;
  }

  :root .sm\:pr-48{
    padding-right: 12rem;
  }

  :root .sm\:pr-52{
    padding-right: 13rem;
  }

  :root .sm\:pr-54{
    padding-right: 13.5rem;
  }

  :root .sm\:pr-56{
    padding-right: 14rem;
  }

  :root .sm\:pr-60{
    padding-right: 15rem;
  }

  :root .sm\:pr-64{
    padding-right: 16rem;
  }

  :root .sm\:pr-68{
    padding-right: 17rem;
  }

  :root .sm\:pr-72{
    padding-right: 18rem;
  }

  :root .sm\:pr-76{
    padding-right: 19rem;
  }

  :root .sm\:pr-80{
    padding-right: 20rem;
  }

  :root .sm\:pr-84{
    padding-right: 21rem;
  }

  :root .sm\:pr-88{
    padding-right: 22rem;
  }

  :root .sm\:pr-96{
    padding-right: 24rem;
  }

  :root .sm\:pr-112{
    padding-right: 28rem;
  }

  :root .sm\:pr-120{
    padding-right: 30rem;
  }

  :root .sm\:pr-140{
    padding-right: 35rem;
  }

  :root .sm\:pr-150{
    padding-right: 37.5rem;
  }

  :root .sm\:pr-160{
    padding-right: 40rem;
  }

  :root .sm\:pr-220{
    padding-right: 55rem;
  }

  :root .sm\:pr-240{
    padding-right: 60rem;
  }

  :root .sm\:pr-300{
    padding-right: 75rem;
  }

  :root .sm\:pr-320{
    padding-right: 80rem;
  }

  :root .sm\:pr-px{
    padding-right: 1px;
  }

  :root .sm\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .sm\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .sm\:pb-0{
    padding-bottom: 0;
  }

  :root .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .sm\:pb-4{
    padding-bottom: 1rem;
  }

  :root .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .sm\:pb-8{
    padding-bottom: 2rem;
  }

  :root .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .sm\:pb-12{
    padding-bottom: 3rem;
  }

  :root .sm\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .sm\:pb-16{
    padding-bottom: 4rem;
  }

  :root .sm\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root .sm\:pb-20{
    padding-bottom: 5rem;
  }

  :root .sm\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root .sm\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root .sm\:pb-24{
    padding-bottom: 6rem;
  }

  :root .sm\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root .sm\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root .sm\:pb-28{
    padding-bottom: 7rem;
  }

  :root .sm\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root .sm\:pb-32{
    padding-bottom: 8rem;
  }

  :root .sm\:pb-36{
    padding-bottom: 9rem;
  }

  :root .sm\:pb-40{
    padding-bottom: 10rem;
  }

  :root .sm\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root .sm\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root .sm\:pb-44{
    padding-bottom: 11rem;
  }

  :root .sm\:pb-48{
    padding-bottom: 12rem;
  }

  :root .sm\:pb-52{
    padding-bottom: 13rem;
  }

  :root .sm\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root .sm\:pb-56{
    padding-bottom: 14rem;
  }

  :root .sm\:pb-60{
    padding-bottom: 15rem;
  }

  :root .sm\:pb-64{
    padding-bottom: 16rem;
  }

  :root .sm\:pb-68{
    padding-bottom: 17rem;
  }

  :root .sm\:pb-72{
    padding-bottom: 18rem;
  }

  :root .sm\:pb-76{
    padding-bottom: 19rem;
  }

  :root .sm\:pb-80{
    padding-bottom: 20rem;
  }

  :root .sm\:pb-84{
    padding-bottom: 21rem;
  }

  :root .sm\:pb-88{
    padding-bottom: 22rem;
  }

  :root .sm\:pb-96{
    padding-bottom: 24rem;
  }

  :root .sm\:pb-112{
    padding-bottom: 28rem;
  }

  :root .sm\:pb-120{
    padding-bottom: 30rem;
  }

  :root .sm\:pb-140{
    padding-bottom: 35rem;
  }

  :root .sm\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root .sm\:pb-160{
    padding-bottom: 40rem;
  }

  :root .sm\:pb-220{
    padding-bottom: 55rem;
  }

  :root .sm\:pb-240{
    padding-bottom: 60rem;
  }

  :root .sm\:pb-300{
    padding-bottom: 75rem;
  }

  :root .sm\:pb-320{
    padding-bottom: 80rem;
  }

  :root .sm\:pb-px{
    padding-bottom: 1px;
  }

  :root .sm\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .sm\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .sm\:pl-0{
    padding-left: 0;
  }

  :root .sm\:pl-1{
    padding-left: 0.25rem;
  }

  :root .sm\:pl-2{
    padding-left: 0.5rem;
  }

  :root .sm\:pl-3{
    padding-left: 0.75rem;
  }

  :root .sm\:pl-4{
    padding-left: 1rem;
  }

  :root .sm\:pl-5{
    padding-left: 1.25rem;
  }

  :root .sm\:pl-6{
    padding-left: 1.5rem;
  }

  :root .sm\:pl-7{
    padding-left: 1.75rem;
  }

  :root .sm\:pl-8{
    padding-left: 2rem;
  }

  :root .sm\:pl-9{
    padding-left: 2.25rem;
  }

  :root .sm\:pl-10{
    padding-left: 2.5rem;
  }

  :root .sm\:pl-11{
    padding-left: 2.75rem;
  }

  :root .sm\:pl-12{
    padding-left: 3rem;
  }

  :root .sm\:pl-13{
    padding-left: 3.25rem;
  }

  :root .sm\:pl-14{
    padding-left: 3.5rem;
  }

  :root .sm\:pl-16{
    padding-left: 4rem;
  }

  :root .sm\:pl-18{
    padding-left: 4.5rem;
  }

  :root .sm\:pl-20{
    padding-left: 5rem;
  }

  :root .sm\:pl-21{
    padding-left: 5.25rem;
  }

  :root .sm\:pl-22{
    padding-left: 5.5rem;
  }

  :root .sm\:pl-24{
    padding-left: 6rem;
  }

  :root .sm\:pl-26{
    padding-left: 6.5rem;
  }

  :root .sm\:pl-27{
    padding-left: 6.75rem;
  }

  :root .sm\:pl-28{
    padding-left: 7rem;
  }

  :root .sm\:pl-30{
    padding-left: 7.5rem;
  }

  :root .sm\:pl-32{
    padding-left: 8rem;
  }

  :root .sm\:pl-36{
    padding-left: 9rem;
  }

  :root .sm\:pl-40{
    padding-left: 10rem;
  }

  :root .sm\:pl-41{
    padding-left: 11.25rem;
  }

  :root .sm\:pl-42{
    padding-left: 11.5rem;
  }

  :root .sm\:pl-44{
    padding-left: 11rem;
  }

  :root .sm\:pl-48{
    padding-left: 12rem;
  }

  :root .sm\:pl-52{
    padding-left: 13rem;
  }

  :root .sm\:pl-54{
    padding-left: 13.5rem;
  }

  :root .sm\:pl-56{
    padding-left: 14rem;
  }

  :root .sm\:pl-60{
    padding-left: 15rem;
  }

  :root .sm\:pl-64{
    padding-left: 16rem;
  }

  :root .sm\:pl-68{
    padding-left: 17rem;
  }

  :root .sm\:pl-72{
    padding-left: 18rem;
  }

  :root .sm\:pl-76{
    padding-left: 19rem;
  }

  :root .sm\:pl-80{
    padding-left: 20rem;
  }

  :root .sm\:pl-84{
    padding-left: 21rem;
  }

  :root .sm\:pl-88{
    padding-left: 22rem;
  }

  :root .sm\:pl-96{
    padding-left: 24rem;
  }

  :root .sm\:pl-112{
    padding-left: 28rem;
  }

  :root .sm\:pl-120{
    padding-left: 30rem;
  }

  :root .sm\:pl-140{
    padding-left: 35rem;
  }

  :root .sm\:pl-150{
    padding-left: 37.5rem;
  }

  :root .sm\:pl-160{
    padding-left: 40rem;
  }

  :root .sm\:pl-220{
    padding-left: 55rem;
  }

  :root .sm\:pl-240{
    padding-left: 60rem;
  }

  :root .sm\:pl-300{
    padding-left: 75rem;
  }

  :root .sm\:pl-320{
    padding-left: 80rem;
  }

  :root .sm\:pl-px{
    padding-left: 1px;
  }

  :root .sm\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .sm\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-1.sm\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pr-1.sm\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pb-1.sm\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .sm\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=ltr] .sm\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .sm\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pl-1.sm\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-1.sm\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pr-1.sm\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pb-1.sm\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .sm\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=rtl] .sm\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .sm\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pl-1.sm\:5{
    padding-left: 0.375rem;
  }

  :root .sm\:text-left{
    text-align: left;
  }

  :root .sm\:text-center{
    text-align: center;
  }

  :root .sm\:text-right{
    text-align: right;
  }

  :root .sm\:text-justify{
    text-align: justify;
  }

  :root .sm\:align-baseline{
    vertical-align: baseline;
  }

  :root .sm\:align-top{
    vertical-align: top;
  }

  :root .sm\:align-middle{
    vertical-align: middle;
  }

  :root .sm\:align-bottom{
    vertical-align: bottom;
  }

  :root .sm\:align-text-top{
    vertical-align: text-top;
  }

  :root .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .sm\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .sm\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .sm\:text-xxs{
    font-size: 0.625rem;
  }

  :root .sm\:text-xs{
    font-size: 0.75rem;
  }

  :root .sm\:text-sm{
    font-size: 0.875rem;
  }

  :root .sm\:text-base{
    font-size: 1rem;
  }

  :root .sm\:text-lg{
    font-size: 1.125rem;
  }

  :root .sm\:text-xl{
    font-size: 1.25rem;
  }

  :root .sm\:text-2xl{
    font-size: 1.5rem;
  }

  :root .sm\:text-3xl{
    font-size: 1.75rem;
  }

  :root .sm\:text-4xl{
    font-size: 2rem;
  }

  :root .sm\:text-4-5xl{
    font-size: 2.5rem;
  }

  :root .sm\:text-5xl{
    font-size: 3rem;
  }

  :root .sm\:text-6xl{
    font-size: 4rem;
  }

  :root .sm\:font-hairline{
    font-weight: 100;
  }

  :root .sm\:font-thin{
    font-weight: 200;
  }

  :root .sm\:font-light{
    font-weight: 300;
  }

  :root .sm\:font-normal{
    font-weight: 400;
  }

  :root .sm\:font-medium{
    font-weight: 500;
  }

  :root .sm\:font-semibold{
    font-weight: 600;
  }

  :root .sm\:font-bold{
    font-weight: 700;
  }

  :root .sm\:font-extrabold{
    font-weight: 800;
  }

  :root .sm\:font-black{
    font-weight: 900;
  }

  :root .sm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .sm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .sm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .sm\:uppercase{
    text-transform: uppercase;
  }

  :root .sm\:lowercase{
    text-transform: lowercase;
  }

  :root .sm\:capitalize{
    text-transform: capitalize;
  }

  :root .sm\:normal-case{
    text-transform: none;
  }

  :root .sm\:italic{
    font-style: italic;
  }

  :root .sm\:not-italic{
    font-style: normal;
  }

  :root .sm\:ordinal, :root .sm\:slashed-zero, :root .sm\:lining-nums, :root .sm\:oldstyle-nums, :root .sm\:proportional-nums, :root .sm\:tabular-nums, :root .sm\:diagonal-fractions, :root .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .sm\:leading-none{
    line-height: 1;
  }

  :root .sm\:leading-tight{
    line-height: 1.25;
  }

  :root .sm\:leading-snug{
    line-height: 1.375;
  }

  :root .sm\:leading-normal{
    line-height: 1.5;
  }

  :root .sm\:leading-relaxed{
    line-height: 1.625;
  }

  :root .sm\:leading-loose{
    line-height: 2;
  }

  :root .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .sm\:tracking-normal{
    letter-spacing: 0;
  }

  :root .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .sm\:text-secondary{
    color: var(--text-secondary);
  }

  :root .sm\:text-hint{
    color: var(--text-hint);
  }

  :root .sm\:text-current{
    color: currentColor;
  }

  :root .sm\:text-transparent{
    color: transparent;
  }

  :root .sm\:text-black{
    color: var(--text-color);
  }

  :root .sm\:text-white{
    color: var(--text-color-light);
  }

  :root .sm\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-grays-light{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .sm\:text-grays{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .sm\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .sm\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .sm\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .sm\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .sm\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .sm\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .sm\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .sm\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .sm\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .sm\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .sm\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .sm\:text-am-base-background{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-am-main-blue{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:text-am-main-blue-light{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-am-main-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .sm\:text-am-gray{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .sm\:text-am-gray-light{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .sm\:text-am-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-green{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-green-light{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-green-dark{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-orange-light{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .sm\:text-am-coral{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:text-am-coral-light{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .sm\:text-am-coral-dark{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .sm\:text-am-teal{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:text-am-teal-light{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .sm\:text-am-teal-dark{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-red-light{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-red-dark{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-pink-light{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-purple{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-purple-light{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-am-new-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .sm\:text-am-purple-transparent{
    color: #757de338;
  }

  :root .sm\:text-am-purple-relight{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-am-purple-light{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-am-purple-medium{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .sm\:text-am-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .sm\:text-am-purple{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:text-am-green-light{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:text-am-green-brightest{
    color: #77DEA280;
  }

  :root .sm\:text-am-green-cyan{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .sm\:text-am-green-dark{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .sm\:text-am-green-aqua{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .sm\:text-am-green-brightest-transparent{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .sm\:text-am-green-hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .sm\:text-am-green{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .sm\:text-am-red-alive{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .sm\:text-am-red-light{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .sm\:text-am-red-dark{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:text-am-red-intense{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .sm\:text-am-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:text-am-grey-light{
    color: #BFC4FF1F;
  }

  :root .sm\:text-am-grey-dark{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .sm\:text-am-grey-medium{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .sm\:text-am-grey-transparent{
    color: #BFC4FF4B;
  }

  :root .sm\:text-am-grey{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:text-am-pink-light{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .sm\:text-am-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .sm\:text-am-pink-brightest{
    color: #d977dd3b;
  }

  :root .sm\:text-am-pink-rose{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .sm\:text-am-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:text-am-orange-light{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .sm\:text-am-orange-relight{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .sm\:text-am-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-am-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cyan-light{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cyan-dark{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cyan-blue{
    color: #0061FD60;
  }

  :root .sm\:text-am-cyan-green{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cyan{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .sm\:text-am-blue-light{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .sm\:text-am-blue{
    color: #0061FD60;
  }

  :root .sm\:text-am-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .sm\:text-am-yellow-resalt{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-am-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .sm\:text-am-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .sm\:text-am-yellow{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cream-entry{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cream-entry_light{
    color: #81E6AB33;
  }

  :root .sm\:text-am-cream-entry_text{
    color: #81E6ABB3;
  }

  :root .sm\:text-am-cream-lunchgo{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cream-lunchgo_light{
    color: #EEBA7233;
  }

  :root .sm\:text-am-cream-lunchgo_text{
    color: #EEBA72B3;
  }

  :root .sm\:text-am-cream-lunchback{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cream-lunchback_light{
    color: #EE8F7233;
  }

  :root .sm\:text-am-cream-lunchback_text{
    color: #EE8F72B3;
  }

  :root .sm\:text-am-cream-exit{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cream-exit_light{
    color: #81E6E233;
  }

  :root .sm\:text-am-cream-exit_text{
    color: #81E6E2B3;
  }

  :root .sm\:text-am-cream-yesterday{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:text-am-cream-yesterday_light{
    color: #DE777733;
  }

  :root .sm\:text-am-cream-yesterday_text{
    color: #DE7777B3;
  }

  :root .sm\:text-am-brown-light{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .sm\:text-am-brown-dark{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .sm\:text-am-brown{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .sm\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .sm\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .sm\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .sm\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-grays-light:hover{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-grays:hover{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .sm\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .sm\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .sm\:hover\:text-am-base-background:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-main-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-main-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-main-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-green:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-coral:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-coral-light:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-coral-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-teal-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-teal-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-new-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-purple-transparent:hover{
    color: #757de338;
  }

  :root .sm\:hover\:text-am-purple-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-purple-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-green-brightest:hover{
    color: #77DEA280;
  }

  :root .sm\:hover\:text-am-green-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-green-aqua:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-green-brightest-transparent:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-green-hover:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-green:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-red-alive:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-red-intense:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-grey-light:hover{
    color: #BFC4FF1F;
  }

  :root .sm\:hover\:text-am-grey-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-grey-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-grey-transparent:hover{
    color: #BFC4FF4B;
  }

  :root .sm\:hover\:text-am-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-pink-brightest:hover{
    color: #d977dd3b;
  }

  :root .sm\:hover\:text-am-pink-rose:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-orange-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cyan-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cyan-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cyan-blue:hover{
    color: #0061FD60;
  }

  :root .sm\:hover\:text-am-cyan-green:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-blue:hover{
    color: #0061FD60;
  }

  :root .sm\:hover\:text-am-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-yellow-resalt:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cream-entry:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cream-entry_light:hover{
    color: #81E6AB33;
  }

  :root .sm\:hover\:text-am-cream-entry_text:hover{
    color: #81E6ABB3;
  }

  :root .sm\:hover\:text-am-cream-lunchgo:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cream-lunchgo_light:hover{
    color: #EEBA7233;
  }

  :root .sm\:hover\:text-am-cream-lunchgo_text:hover{
    color: #EEBA72B3;
  }

  :root .sm\:hover\:text-am-cream-lunchback:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cream-lunchback_light:hover{
    color: #EE8F7233;
  }

  :root .sm\:hover\:text-am-cream-lunchback_text:hover{
    color: #EE8F72B3;
  }

  :root .sm\:hover\:text-am-cream-exit:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cream-exit_light:hover{
    color: #81E6E233;
  }

  :root .sm\:hover\:text-am-cream-exit_text:hover{
    color: #81E6E2B3;
  }

  :root .sm\:hover\:text-am-cream-yesterday:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-cream-yesterday_light:hover{
    color: #DE777733;
  }

  :root .sm\:hover\:text-am-cream-yesterday_text:hover{
    color: #DE7777B3;
  }

  :root .sm\:hover\:text-am-brown-light:hover{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-brown-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-am-brown:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .sm\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .sm\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .sm\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .sm\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-grays-light:focus{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-grays:focus{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:text-am-base-background:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-main-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-main-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-main-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-green:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-coral:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-coral-light:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-coral-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-teal-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-teal-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-new-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-purple-transparent:focus{
    color: #757de338;
  }

  :root .sm\:focus\:text-am-purple-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-purple-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-green-brightest:focus{
    color: #77DEA280;
  }

  :root .sm\:focus\:text-am-green-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-green-aqua:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-green-brightest-transparent:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-green-hover:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-green:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-red-alive:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-red-intense:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-grey-light:focus{
    color: #BFC4FF1F;
  }

  :root .sm\:focus\:text-am-grey-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-grey-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-grey-transparent:focus{
    color: #BFC4FF4B;
  }

  :root .sm\:focus\:text-am-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-pink-brightest:focus{
    color: #d977dd3b;
  }

  :root .sm\:focus\:text-am-pink-rose:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-orange-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cyan-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cyan-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cyan-blue:focus{
    color: #0061FD60;
  }

  :root .sm\:focus\:text-am-cyan-green:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-blue:focus{
    color: #0061FD60;
  }

  :root .sm\:focus\:text-am-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-yellow-resalt:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cream-entry:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cream-entry_light:focus{
    color: #81E6AB33;
  }

  :root .sm\:focus\:text-am-cream-entry_text:focus{
    color: #81E6ABB3;
  }

  :root .sm\:focus\:text-am-cream-lunchgo:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cream-lunchgo_light:focus{
    color: #EEBA7233;
  }

  :root .sm\:focus\:text-am-cream-lunchgo_text:focus{
    color: #EEBA72B3;
  }

  :root .sm\:focus\:text-am-cream-lunchback:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cream-lunchback_light:focus{
    color: #EE8F7233;
  }

  :root .sm\:focus\:text-am-cream-lunchback_text:focus{
    color: #EE8F72B3;
  }

  :root .sm\:focus\:text-am-cream-exit:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cream-exit_light:focus{
    color: #81E6E233;
  }

  :root .sm\:focus\:text-am-cream-exit_text:focus{
    color: #81E6E2B3;
  }

  :root .sm\:focus\:text-am-cream-yesterday:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-cream-yesterday_light:focus{
    color: #DE777733;
  }

  :root .sm\:focus\:text-am-cream-yesterday_text:focus{
    color: #DE7777B3;
  }

  :root .sm\:focus\:text-am-brown-light:focus{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-brown-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-am-brown:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-secondary:disabled{
    color: var(--text-secondary);
  }

  :root .sm\:disabled\:text-hint:disabled{
    color: var(--text-hint);
  }

  :root .sm\:disabled\:text-current:disabled{
    color: currentColor;
  }

  :root .sm\:disabled\:text-transparent:disabled{
    color: transparent;
  }

  :root .sm\:disabled\:text-black:disabled{
    color: var(--text-color);
  }

  :root .sm\:disabled\:text-white:disabled{
    color: var(--text-color-light);
  }

  :root .sm\:disabled\:text-contrast-black:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-contrast-white:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-grays-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-grays:disabled{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-gray-light:disabled{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:disabled\:text-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-red-light:disabled{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:disabled\:text-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-orange-light:disabled{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:disabled\:text-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-deep-orange-light:disabled{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:disabled\:text-deep-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-amber-light:disabled{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:disabled\:text-amber:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-green-light:disabled{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:disabled\:text-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-teal-light:disabled{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:disabled\:text-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-cyan-light:disabled{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:disabled\:text-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-purple-light:disabled{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:disabled\:text-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-deep-purple-light:disabled{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:disabled\:text-deep-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-pink-light:disabled{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:disabled\:text-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-primary-light:disabled{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:disabled\:text-primary:disabled{
    color: rgb(var(--color-primary));
  }

  :root .sm\:disabled\:text-accent-light:disabled{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:disabled\:text-accent:disabled{
    color: rgb(var(--color-accent));
  }

  :root .sm\:disabled\:text-warn-light:disabled{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:disabled\:text-warn:disabled{
    color: rgb(var(--color-warn));
  }

  :root .sm\:disabled\:text-am-base-background:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-main-blue:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-main-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-main-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-gray-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-gray-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-coral:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-coral-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-coral-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-teal-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-teal-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-new-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-purple-transparent:disabled{
    color: #757de338;
  }

  :root .sm\:disabled\:text-am-purple-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-purple-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-green-brightest:disabled{
    color: #77DEA280;
  }

  :root .sm\:disabled\:text-am-green-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-green-aqua:disabled{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-green-brightest-transparent:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-green-hover:disabled{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-red-alive:disabled{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-red-intense:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-grey-light:disabled{
    color: #BFC4FF1F;
  }

  :root .sm\:disabled\:text-am-grey-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-grey-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-grey-transparent:disabled{
    color: #BFC4FF4B;
  }

  :root .sm\:disabled\:text-am-grey:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-pink-brightest:disabled{
    color: #d977dd3b;
  }

  :root .sm\:disabled\:text-am-pink-rose:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-orange-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cyan-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cyan-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cyan-blue:disabled{
    color: #0061FD60;
  }

  :root .sm\:disabled\:text-am-cyan-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-blue:disabled{
    color: #0061FD60;
  }

  :root .sm\:disabled\:text-am-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-yellow-resalt:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cream-entry:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cream-entry_light:disabled{
    color: #81E6AB33;
  }

  :root .sm\:disabled\:text-am-cream-entry_text:disabled{
    color: #81E6ABB3;
  }

  :root .sm\:disabled\:text-am-cream-lunchgo:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cream-lunchgo_light:disabled{
    color: #EEBA7233;
  }

  :root .sm\:disabled\:text-am-cream-lunchgo_text:disabled{
    color: #EEBA72B3;
  }

  :root .sm\:disabled\:text-am-cream-lunchback:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cream-lunchback_light:disabled{
    color: #EE8F7233;
  }

  :root .sm\:disabled\:text-am-cream-lunchback_text:disabled{
    color: #EE8F72B3;
  }

  :root .sm\:disabled\:text-am-cream-exit:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cream-exit_light:disabled{
    color: #81E6E233;
  }

  :root .sm\:disabled\:text-am-cream-exit_text:disabled{
    color: #81E6E2B3;
  }

  :root .sm\:disabled\:text-am-cream-yesterday:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-cream-yesterday_light:disabled{
    color: #DE777733;
  }

  :root .sm\:disabled\:text-am-cream-yesterday_text:disabled{
    color: #DE7777B3;
  }

  :root .sm\:disabled\:text-am-brown-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-brown-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-am-brown:disabled{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-primary-contrast:disabled{
    color: rgb(var(--color-primary-contrast));
  }

  :root .sm\:disabled\:text-accent-contrast:disabled{
    color: rgb(var(--color-accent-contrast));
  }

  :root .sm\:disabled\:text-warn-contrast:disabled{
    color: rgb(var(--color-warn-contrast));
  }

  :root .sm\:disabled\:text-red-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-amber-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-deep-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-deep-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-cyan-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-teal-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-gray-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .sm\:disabled\:text-light-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  :root .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  :root .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  :root .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .sm\:underline{
    text-decoration: underline;
  }

  :root .sm\:line-through{
    text-decoration: line-through;
  }

  :root .sm\:no-underline{
    text-decoration: none;
  }

  :root .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .sm\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .sm\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-grays-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-grays::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:placeholder-am-base-background::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-main-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-main-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-main-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-coral::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-coral-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-coral-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-teal-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-teal-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-new-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-purple-transparent::placeholder{
    color: #757de338;
  }

  :root .sm\:placeholder-am-purple-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-purple-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-green-brightest::placeholder{
    color: #77DEA280;
  }

  :root .sm\:placeholder-am-green-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-green-aqua::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-green-brightest-transparent::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-green-hover::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-red-alive::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-red-intense::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-grey-light::placeholder{
    color: #BFC4FF1F;
  }

  :root .sm\:placeholder-am-grey-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-grey-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-grey-transparent::placeholder{
    color: #BFC4FF4B;
  }

  :root .sm\:placeholder-am-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-pink-brightest::placeholder{
    color: #d977dd3b;
  }

  :root .sm\:placeholder-am-pink-rose::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-orange-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cyan-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cyan-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cyan-blue::placeholder{
    color: #0061FD60;
  }

  :root .sm\:placeholder-am-cyan-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-blue::placeholder{
    color: #0061FD60;
  }

  :root .sm\:placeholder-am-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-yellow-resalt::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cream-entry::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cream-entry_light::placeholder{
    color: #81E6AB33;
  }

  :root .sm\:placeholder-am-cream-entry_text::placeholder{
    color: #81E6ABB3;
  }

  :root .sm\:placeholder-am-cream-lunchgo::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cream-lunchgo_light::placeholder{
    color: #EEBA7233;
  }

  :root .sm\:placeholder-am-cream-lunchgo_text::placeholder{
    color: #EEBA72B3;
  }

  :root .sm\:placeholder-am-cream-lunchback::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cream-lunchback_light::placeholder{
    color: #EE8F7233;
  }

  :root .sm\:placeholder-am-cream-lunchback_text::placeholder{
    color: #EE8F72B3;
  }

  :root .sm\:placeholder-am-cream-exit::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cream-exit_light::placeholder{
    color: #81E6E233;
  }

  :root .sm\:placeholder-am-cream-exit_text::placeholder{
    color: #81E6E2B3;
  }

  :root .sm\:placeholder-am-cream-yesterday::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-cream-yesterday_light::placeholder{
    color: #DE777733;
  }

  :root .sm\:placeholder-am-cream-yesterday_text::placeholder{
    color: #DE7777B3;
  }

  :root .sm\:placeholder-am-brown-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-brown-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-am-brown::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .sm\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .sm\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .sm\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-grays-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-grays:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:placeholder-am-base-background:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-main-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-main-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-main-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-coral:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-coral-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-coral-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-teal-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-teal-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-new-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-purple-transparent:focus::placeholder{
    color: #757de338;
  }

  :root .sm\:focus\:placeholder-am-purple-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-purple-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-green-brightest:focus::placeholder{
    color: #77DEA280;
  }

  :root .sm\:focus\:placeholder-am-green-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-green-aqua:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-green-hover:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-red-alive:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-red-intense:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-grey-light:focus::placeholder{
    color: #BFC4FF1F;
  }

  :root .sm\:focus\:placeholder-am-grey-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-grey-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-grey-transparent:focus::placeholder{
    color: #BFC4FF4B;
  }

  :root .sm\:focus\:placeholder-am-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-pink-brightest:focus::placeholder{
    color: #d977dd3b;
  }

  :root .sm\:focus\:placeholder-am-pink-rose:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-orange-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cyan-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cyan-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cyan-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .sm\:focus\:placeholder-am-cyan-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .sm\:focus\:placeholder-am-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-yellow-resalt:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cream-entry:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cream-entry_light:focus::placeholder{
    color: #81E6AB33;
  }

  :root .sm\:focus\:placeholder-am-cream-entry_text:focus::placeholder{
    color: #81E6ABB3;
  }

  :root .sm\:focus\:placeholder-am-cream-lunchgo:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
    color: #EEBA7233;
  }

  :root .sm\:focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
    color: #EEBA72B3;
  }

  :root .sm\:focus\:placeholder-am-cream-lunchback:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
    color: #EE8F7233;
  }

  :root .sm\:focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
    color: #EE8F72B3;
  }

  :root .sm\:focus\:placeholder-am-cream-exit:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cream-exit_light:focus::placeholder{
    color: #81E6E233;
  }

  :root .sm\:focus\:placeholder-am-cream-exit_text:focus::placeholder{
    color: #81E6E2B3;
  }

  :root .sm\:focus\:placeholder-am-cream-yesterday:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
    color: #DE777733;
  }

  :root .sm\:focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
    color: #DE7777B3;
  }

  :root .sm\:focus\:placeholder-am-brown-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-brown-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .sm\:focus\:placeholder-am-brown:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .sm\:opacity-0{
    opacity: 0;
  }

  :root .sm\:opacity-25{
    opacity: 0.25;
  }

  :root .sm\:opacity-40{
    opacity: 0.4;
  }

  :root .sm\:opacity-50{
    opacity: 0.5;
  }

  :root .sm\:opacity-75{
    opacity: 0.75;
  }

  :root .sm\:opacity-100{
    opacity: 1;
  }

  :root .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  :root .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  :root .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .sm\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .sm\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .sm\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .sm\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .sm\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .sm\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .sm\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .sm\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .sm\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .sm\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .sm\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .sm\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .sm\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .sm\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .sm\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .sm\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .sm\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .sm\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .sm\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .sm\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .sm\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .sm\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .sm\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .sm\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .sm\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .sm\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .sm\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .sm\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .sm\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .sm\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .sm\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .sm\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .sm\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .sm\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .sm\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .sm\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-grays-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .sm\:ring-grays{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .sm\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .sm\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .sm\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .sm\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .sm\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .sm\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .sm\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .sm\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .sm\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .sm\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .sm\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .sm\:ring-am-base-background{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-main-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-main-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-main-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-coral{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-coral-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-coral-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-teal-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-teal-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-new-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-purple-transparent{
    --tw-ring-color: #757de338;
  }

  :root .sm\:ring-am-purple-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-purple-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-green-brightest{
    --tw-ring-color: #77DEA280;
  }

  :root .sm\:ring-am-green-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-green-aqua{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-green-brightest-transparent{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-green-hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-red-alive{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-red-intense{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-grey-light{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .sm\:ring-am-grey-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-grey-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-grey-transparent{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .sm\:ring-am-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-pink-brightest{
    --tw-ring-color: #d977dd3b;
  }

  :root .sm\:ring-am-pink-rose{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-orange-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cyan-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cyan-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cyan-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .sm\:ring-am-cyan-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .sm\:ring-am-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-yellow-resalt{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cream-entry{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cream-entry_light{
    --tw-ring-color: #81E6AB33;
  }

  :root .sm\:ring-am-cream-entry_text{
    --tw-ring-color: #81E6ABB3;
  }

  :root .sm\:ring-am-cream-lunchgo{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cream-lunchgo_light{
    --tw-ring-color: #EEBA7233;
  }

  :root .sm\:ring-am-cream-lunchgo_text{
    --tw-ring-color: #EEBA72B3;
  }

  :root .sm\:ring-am-cream-lunchback{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cream-lunchback_light{
    --tw-ring-color: #EE8F7233;
  }

  :root .sm\:ring-am-cream-lunchback_text{
    --tw-ring-color: #EE8F72B3;
  }

  :root .sm\:ring-am-cream-exit{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cream-exit_light{
    --tw-ring-color: #81E6E233;
  }

  :root .sm\:ring-am-cream-exit_text{
    --tw-ring-color: #81E6E2B3;
  }

  :root .sm\:ring-am-cream-yesterday{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-cream-yesterday_light{
    --tw-ring-color: #DE777733;
  }

  :root .sm\:ring-am-cream-yesterday_text{
    --tw-ring-color: #DE7777B3;
  }

  :root .sm\:ring-am-brown-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-brown-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .sm\:ring-am-brown{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .sm\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-grays-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-grays:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .sm\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .sm\:focus-within\:ring-am-base-background:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-main-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-main-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-main-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-coral:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-coral-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-coral-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-teal-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-teal-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-new-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-purple-transparent:focus-within{
    --tw-ring-color: #757de338;
  }

  :root .sm\:focus-within\:ring-am-purple-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-purple-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-green-brightest:focus-within{
    --tw-ring-color: #77DEA280;
  }

  :root .sm\:focus-within\:ring-am-green-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-green-aqua:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-green-brightest-transparent:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-green-hover:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-red-alive:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-red-intense:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-grey-light:focus-within{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .sm\:focus-within\:ring-am-grey-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-grey-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-grey-transparent:focus-within{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .sm\:focus-within\:ring-am-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-pink-brightest:focus-within{
    --tw-ring-color: #d977dd3b;
  }

  :root .sm\:focus-within\:ring-am-pink-rose:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-orange-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cyan-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cyan-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cyan-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .sm\:focus-within\:ring-am-cyan-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .sm\:focus-within\:ring-am-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-yellow-resalt:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cream-entry:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cream-entry_light:focus-within{
    --tw-ring-color: #81E6AB33;
  }

  :root .sm\:focus-within\:ring-am-cream-entry_text:focus-within{
    --tw-ring-color: #81E6ABB3;
  }

  :root .sm\:focus-within\:ring-am-cream-lunchgo:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cream-lunchgo_light:focus-within{
    --tw-ring-color: #EEBA7233;
  }

  :root .sm\:focus-within\:ring-am-cream-lunchgo_text:focus-within{
    --tw-ring-color: #EEBA72B3;
  }

  :root .sm\:focus-within\:ring-am-cream-lunchback:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cream-lunchback_light:focus-within{
    --tw-ring-color: #EE8F7233;
  }

  :root .sm\:focus-within\:ring-am-cream-lunchback_text:focus-within{
    --tw-ring-color: #EE8F72B3;
  }

  :root .sm\:focus-within\:ring-am-cream-exit:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cream-exit_light:focus-within{
    --tw-ring-color: #81E6E233;
  }

  :root .sm\:focus-within\:ring-am-cream-exit_text:focus-within{
    --tw-ring-color: #81E6E2B3;
  }

  :root .sm\:focus-within\:ring-am-cream-yesterday:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-cream-yesterday_light:focus-within{
    --tw-ring-color: #DE777733;
  }

  :root .sm\:focus-within\:ring-am-cream-yesterday_text:focus-within{
    --tw-ring-color: #DE7777B3;
  }

  :root .sm\:focus-within\:ring-am-brown-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-brown-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .sm\:focus-within\:ring-am-brown:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .sm\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .sm\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .sm\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-grays-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-grays:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:ring-am-base-background:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-main-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-main-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-main-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-coral:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-coral-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-coral-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-teal-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-teal-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-new-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-purple-transparent:focus{
    --tw-ring-color: #757de338;
  }

  :root .sm\:focus\:ring-am-purple-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-purple-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-green-brightest:focus{
    --tw-ring-color: #77DEA280;
  }

  :root .sm\:focus\:ring-am-green-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-green-aqua:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-green-brightest-transparent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-green-hover:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-red-alive:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-red-intense:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-grey-light:focus{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .sm\:focus\:ring-am-grey-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-grey-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-grey-transparent:focus{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .sm\:focus\:ring-am-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-pink-brightest:focus{
    --tw-ring-color: #d977dd3b;
  }

  :root .sm\:focus\:ring-am-pink-rose:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-orange-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cyan-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cyan-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cyan-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .sm\:focus\:ring-am-cyan-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .sm\:focus\:ring-am-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-yellow-resalt:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cream-entry:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cream-entry_light:focus{
    --tw-ring-color: #81E6AB33;
  }

  :root .sm\:focus\:ring-am-cream-entry_text:focus{
    --tw-ring-color: #81E6ABB3;
  }

  :root .sm\:focus\:ring-am-cream-lunchgo:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cream-lunchgo_light:focus{
    --tw-ring-color: #EEBA7233;
  }

  :root .sm\:focus\:ring-am-cream-lunchgo_text:focus{
    --tw-ring-color: #EEBA72B3;
  }

  :root .sm\:focus\:ring-am-cream-lunchback:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cream-lunchback_light:focus{
    --tw-ring-color: #EE8F7233;
  }

  :root .sm\:focus\:ring-am-cream-lunchback_text:focus{
    --tw-ring-color: #EE8F72B3;
  }

  :root .sm\:focus\:ring-am-cream-exit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cream-exit_light:focus{
    --tw-ring-color: #81E6E233;
  }

  :root .sm\:focus\:ring-am-cream-exit_text:focus{
    --tw-ring-color: #81E6E2B3;
  }

  :root .sm\:focus\:ring-am-cream-yesterday:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-cream-yesterday_light:focus{
    --tw-ring-color: #DE777733;
  }

  :root .sm\:focus\:ring-am-cream-yesterday_text:focus{
    --tw-ring-color: #DE7777B3;
  }

  :root .sm\:focus\:ring-am-brown-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-brown-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .sm\:focus\:ring-am-brown:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  :root .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  :root .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  :root .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .sm\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .sm\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .sm\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .sm\:ring-offset-grays-light{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .sm\:ring-offset-grays{
    --tw-ring-offset-color: #969CA7;
  }

  :root .sm\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .sm\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .sm\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .sm\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .sm\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .sm\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .sm\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .sm\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .sm\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .sm\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .sm\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .sm\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .sm\:ring-offset-am-base-background{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .sm\:ring-offset-am-main-blue{
    --tw-ring-offset-color: #7084E3;
  }

  :root .sm\:ring-offset-am-main-blue-light{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .sm\:ring-offset-am-main-blue-dark{
    --tw-ring-offset-color: #00004d;
  }

  :root .sm\:ring-offset-am-gray{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .sm\:ring-offset-am-gray-light{
    --tw-ring-offset-color: #bebebe;
  }

  :root .sm\:ring-offset-am-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  :root .sm\:ring-offset-am-new-green{
    --tw-ring-offset-color: #77dea2;
  }

  :root .sm\:ring-offset-am-new-green-light{
    --tw-ring-offset-color: #baeed0;
  }

  :root .sm\:ring-offset-am-new-green-dark{
    --tw-ring-offset-color: #27834d;
  }

  :root .sm\:ring-offset-am-new-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .sm\:ring-offset-am-new-orange-light{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .sm\:ring-offset-am-new-orange-dark{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .sm\:ring-offset-am-coral{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .sm\:ring-offset-am-coral-light{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .sm\:ring-offset-am-coral-dark{
    --tw-ring-offset-color: #be6a50;
  }

  :root .sm\:ring-offset-am-teal{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .sm\:ring-offset-am-teal-light{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .sm\:ring-offset-am-teal-dark{
    --tw-ring-offset-color: #449D99;
  }

  :root .sm\:ring-offset-am-new-red{
    --tw-ring-offset-color: #de7777;
  }

  :root .sm\:ring-offset-am-new-red-light{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .sm\:ring-offset-am-new-red-dark{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .sm\:ring-offset-am-new-yellow{
    --tw-ring-offset-color: #ffce00;
  }

  :root .sm\:ring-offset-am-new-yellow-light{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .sm\:ring-offset-am-new-yellow-dark{
    --tw-ring-offset-color: #a56c00;
  }

  :root .sm\:ring-offset-am-new-pink{
    --tw-ring-offset-color: #d977dd;
  }

  :root .sm\:ring-offset-am-new-pink-light{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .sm\:ring-offset-am-new-pink-dark{
    --tw-ring-offset-color: #97569a;
  }

  :root .sm\:ring-offset-am-new-purple{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .sm\:ring-offset-am-new-purple-light{
    --tw-ring-offset-color: #baacff;
  }

  :root .sm\:ring-offset-am-new-purple-dark{
    --tw-ring-offset-color: #7164b1;
  }

  :root .sm\:ring-offset-am-purple-transparent{
    --tw-ring-offset-color: #757de338;
  }

  :root .sm\:ring-offset-am-purple-relight{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .sm\:ring-offset-am-purple-light{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .sm\:ring-offset-am-purple-medium{
    --tw-ring-offset-color: #927DEA;
  }

  :root .sm\:ring-offset-am-purple-dark{
    --tw-ring-offset-color: #465499;
  }

  :root .sm\:ring-offset-am-purple{
    --tw-ring-offset-color: #7084E3;
  }

  :root .sm\:ring-offset-am-green-light{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .sm\:ring-offset-am-green-brightest{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .sm\:ring-offset-am-green-cyan{
    --tw-ring-offset-color: #26b28f;
  }

  :root .sm\:ring-offset-am-green-dark{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .sm\:ring-offset-am-green-aqua{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .sm\:ring-offset-am-green-brightest-transparent{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .sm\:ring-offset-am-green-hover{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .sm\:ring-offset-am-green{
    --tw-ring-offset-color: #54C931;
  }

  :root .sm\:ring-offset-am-red-alive{
    --tw-ring-offset-color: #E56262;
  }

  :root .sm\:ring-offset-am-red-light{
    --tw-ring-offset-color: #ffcece;
  }

  :root .sm\:ring-offset-am-red-dark{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .sm\:ring-offset-am-red-intense{
    --tw-ring-offset-color: #f00846;
  }

  :root .sm\:ring-offset-am-red{
    --tw-ring-offset-color: #DE7777;
  }

  :root .sm\:ring-offset-am-grey-light{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .sm\:ring-offset-am-grey-dark{
    --tw-ring-offset-color: #2C303E;
  }

  :root .sm\:ring-offset-am-grey-medium{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .sm\:ring-offset-am-grey-transparent{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .sm\:ring-offset-am-grey{
    --tw-ring-offset-color: #666666;
  }

  :root .sm\:ring-offset-am-pink-light{
    --tw-ring-offset-color: #edcff0;
  }

  :root .sm\:ring-offset-am-pink-dark{
    --tw-ring-offset-color: #a941ae;
  }

  :root .sm\:ring-offset-am-pink-brightest{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .sm\:ring-offset-am-pink-rose{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .sm\:ring-offset-am-pink{
    --tw-ring-offset-color: #D977DD;
  }

  :root .sm\:ring-offset-am-orange-light{
    --tw-ring-offset-color: #f89103;
  }

  :root .sm\:ring-offset-am-orange-relight{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .sm\:ring-offset-am-orange-dark{
    --tw-ring-offset-color: #b57c00;
  }

  :root .sm\:ring-offset-am-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .sm\:ring-offset-am-cyan-light{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .sm\:ring-offset-am-cyan-dark{
    --tw-ring-offset-color: #129aa6;
  }

  :root .sm\:ring-offset-am-cyan-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .sm\:ring-offset-am-cyan-green{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .sm\:ring-offset-am-cyan{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .sm\:ring-offset-am-blue-light{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .sm\:ring-offset-am-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .sm\:ring-offset-am-blue-dark{
    --tw-ring-offset-color: #5784a5;
  }

  :root .sm\:ring-offset-am-yellow-resalt{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .sm\:ring-offset-am-yellow-light{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .sm\:ring-offset-am-yellow-dark{
    --tw-ring-offset-color: #c18b11;
  }

  :root .sm\:ring-offset-am-yellow{
    --tw-ring-offset-color: #FAD073;
  }

  :root .sm\:ring-offset-am-cream-entry{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .sm\:ring-offset-am-cream-entry_light{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .sm\:ring-offset-am-cream-entry_text{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .sm\:ring-offset-am-cream-lunchgo{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .sm\:ring-offset-am-cream-lunchgo_light{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .sm\:ring-offset-am-cream-lunchgo_text{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .sm\:ring-offset-am-cream-lunchback{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .sm\:ring-offset-am-cream-lunchback_light{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .sm\:ring-offset-am-cream-lunchback_text{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .sm\:ring-offset-am-cream-exit{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .sm\:ring-offset-am-cream-exit_light{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .sm\:ring-offset-am-cream-exit_text{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .sm\:ring-offset-am-cream-yesterday{
    --tw-ring-offset-color: #DE7777;
  }

  :root .sm\:ring-offset-am-cream-yesterday_light{
    --tw-ring-offset-color: #DE777733;
  }

  :root .sm\:ring-offset-am-cream-yesterday_text{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .sm\:ring-offset-am-brown-light{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .sm\:ring-offset-am-brown-dark{
    --tw-ring-offset-color: #501D0E;
  }

  :root .sm\:ring-offset-am-brown{
    --tw-ring-offset-color: #A23E00;
  }

  :root .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .sm\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .sm\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .sm\:focus-within\:ring-offset-grays-light:focus-within{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .sm\:focus-within\:ring-offset-grays:focus-within{
    --tw-ring-offset-color: #969CA7;
  }

  :root .sm\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .sm\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .sm\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .sm\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .sm\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .sm\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .sm\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .sm\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .sm\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .sm\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .sm\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .sm\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .sm\:focus-within\:ring-offset-am-base-background:focus-within{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .sm\:focus-within\:ring-offset-am-main-blue:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .sm\:focus-within\:ring-offset-am-main-blue-light:focus-within{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .sm\:focus-within\:ring-offset-am-main-blue-dark:focus-within{
    --tw-ring-offset-color: #00004d;
  }

  :root .sm\:focus-within\:ring-offset-am-gray:focus-within{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .sm\:focus-within\:ring-offset-am-gray-light:focus-within{
    --tw-ring-offset-color: #bebebe;
  }

  :root .sm\:focus-within\:ring-offset-am-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .sm\:focus-within\:ring-offset-am-new-green:focus-within{
    --tw-ring-offset-color: #77dea2;
  }

  :root .sm\:focus-within\:ring-offset-am-new-green-light:focus-within{
    --tw-ring-offset-color: #baeed0;
  }

  :root .sm\:focus-within\:ring-offset-am-new-green-dark:focus-within{
    --tw-ring-offset-color: #27834d;
  }

  :root .sm\:focus-within\:ring-offset-am-new-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .sm\:focus-within\:ring-offset-am-new-orange-light:focus-within{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .sm\:focus-within\:ring-offset-am-new-orange-dark:focus-within{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .sm\:focus-within\:ring-offset-am-coral:focus-within{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .sm\:focus-within\:ring-offset-am-coral-light:focus-within{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .sm\:focus-within\:ring-offset-am-coral-dark:focus-within{
    --tw-ring-offset-color: #be6a50;
  }

  :root .sm\:focus-within\:ring-offset-am-teal:focus-within{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .sm\:focus-within\:ring-offset-am-teal-light:focus-within{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .sm\:focus-within\:ring-offset-am-teal-dark:focus-within{
    --tw-ring-offset-color: #449D99;
  }

  :root .sm\:focus-within\:ring-offset-am-new-red:focus-within{
    --tw-ring-offset-color: #de7777;
  }

  :root .sm\:focus-within\:ring-offset-am-new-red-light:focus-within{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .sm\:focus-within\:ring-offset-am-new-red-dark:focus-within{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .sm\:focus-within\:ring-offset-am-new-yellow:focus-within{
    --tw-ring-offset-color: #ffce00;
  }

  :root .sm\:focus-within\:ring-offset-am-new-yellow-light:focus-within{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .sm\:focus-within\:ring-offset-am-new-yellow-dark:focus-within{
    --tw-ring-offset-color: #a56c00;
  }

  :root .sm\:focus-within\:ring-offset-am-new-pink:focus-within{
    --tw-ring-offset-color: #d977dd;
  }

  :root .sm\:focus-within\:ring-offset-am-new-pink-light:focus-within{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .sm\:focus-within\:ring-offset-am-new-pink-dark:focus-within{
    --tw-ring-offset-color: #97569a;
  }

  :root .sm\:focus-within\:ring-offset-am-new-purple:focus-within{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .sm\:focus-within\:ring-offset-am-new-purple-light:focus-within{
    --tw-ring-offset-color: #baacff;
  }

  :root .sm\:focus-within\:ring-offset-am-new-purple-dark:focus-within{
    --tw-ring-offset-color: #7164b1;
  }

  :root .sm\:focus-within\:ring-offset-am-purple-transparent:focus-within{
    --tw-ring-offset-color: #757de338;
  }

  :root .sm\:focus-within\:ring-offset-am-purple-relight:focus-within{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .sm\:focus-within\:ring-offset-am-purple-light:focus-within{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .sm\:focus-within\:ring-offset-am-purple-medium:focus-within{
    --tw-ring-offset-color: #927DEA;
  }

  :root .sm\:focus-within\:ring-offset-am-purple-dark:focus-within{
    --tw-ring-offset-color: #465499;
  }

  :root .sm\:focus-within\:ring-offset-am-purple:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .sm\:focus-within\:ring-offset-am-green-light:focus-within{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .sm\:focus-within\:ring-offset-am-green-brightest:focus-within{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .sm\:focus-within\:ring-offset-am-green-cyan:focus-within{
    --tw-ring-offset-color: #26b28f;
  }

  :root .sm\:focus-within\:ring-offset-am-green-dark:focus-within{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .sm\:focus-within\:ring-offset-am-green-aqua:focus-within{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .sm\:focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .sm\:focus-within\:ring-offset-am-green-hover:focus-within{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .sm\:focus-within\:ring-offset-am-green:focus-within{
    --tw-ring-offset-color: #54C931;
  }

  :root .sm\:focus-within\:ring-offset-am-red-alive:focus-within{
    --tw-ring-offset-color: #E56262;
  }

  :root .sm\:focus-within\:ring-offset-am-red-light:focus-within{
    --tw-ring-offset-color: #ffcece;
  }

  :root .sm\:focus-within\:ring-offset-am-red-dark:focus-within{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .sm\:focus-within\:ring-offset-am-red-intense:focus-within{
    --tw-ring-offset-color: #f00846;
  }

  :root .sm\:focus-within\:ring-offset-am-red:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .sm\:focus-within\:ring-offset-am-grey-light:focus-within{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .sm\:focus-within\:ring-offset-am-grey-dark:focus-within{
    --tw-ring-offset-color: #2C303E;
  }

  :root .sm\:focus-within\:ring-offset-am-grey-medium:focus-within{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .sm\:focus-within\:ring-offset-am-grey-transparent:focus-within{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .sm\:focus-within\:ring-offset-am-grey:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .sm\:focus-within\:ring-offset-am-pink-light:focus-within{
    --tw-ring-offset-color: #edcff0;
  }

  :root .sm\:focus-within\:ring-offset-am-pink-dark:focus-within{
    --tw-ring-offset-color: #a941ae;
  }

  :root .sm\:focus-within\:ring-offset-am-pink-brightest:focus-within{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .sm\:focus-within\:ring-offset-am-pink-rose:focus-within{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .sm\:focus-within\:ring-offset-am-pink:focus-within{
    --tw-ring-offset-color: #D977DD;
  }

  :root .sm\:focus-within\:ring-offset-am-orange-light:focus-within{
    --tw-ring-offset-color: #f89103;
  }

  :root .sm\:focus-within\:ring-offset-am-orange-relight:focus-within{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .sm\:focus-within\:ring-offset-am-orange-dark:focus-within{
    --tw-ring-offset-color: #b57c00;
  }

  :root .sm\:focus-within\:ring-offset-am-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .sm\:focus-within\:ring-offset-am-cyan-light:focus-within{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .sm\:focus-within\:ring-offset-am-cyan-dark:focus-within{
    --tw-ring-offset-color: #129aa6;
  }

  :root .sm\:focus-within\:ring-offset-am-cyan-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .sm\:focus-within\:ring-offset-am-cyan-green:focus-within{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .sm\:focus-within\:ring-offset-am-cyan:focus-within{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .sm\:focus-within\:ring-offset-am-blue-light:focus-within{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .sm\:focus-within\:ring-offset-am-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .sm\:focus-within\:ring-offset-am-blue-dark:focus-within{
    --tw-ring-offset-color: #5784a5;
  }

  :root .sm\:focus-within\:ring-offset-am-yellow-resalt:focus-within{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .sm\:focus-within\:ring-offset-am-yellow-light:focus-within{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .sm\:focus-within\:ring-offset-am-yellow-dark:focus-within{
    --tw-ring-offset-color: #c18b11;
  }

  :root .sm\:focus-within\:ring-offset-am-yellow:focus-within{
    --tw-ring-offset-color: #FAD073;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-entry:focus-within{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-entry_light:focus-within{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-entry_text:focus-within{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-lunchgo:focus-within{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-lunchback:focus-within{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-exit:focus-within{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-exit_light:focus-within{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-exit_text:focus-within{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-yesterday:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
    --tw-ring-offset-color: #DE777733;
  }

  :root .sm\:focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .sm\:focus-within\:ring-offset-am-brown-light:focus-within{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .sm\:focus-within\:ring-offset-am-brown-dark:focus-within{
    --tw-ring-offset-color: #501D0E;
  }

  :root .sm\:focus-within\:ring-offset-am-brown:focus-within{
    --tw-ring-offset-color: #A23E00;
  }

  :root .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .sm\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .sm\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .sm\:focus\:ring-offset-grays-light:focus{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .sm\:focus\:ring-offset-grays:focus{
    --tw-ring-offset-color: #969CA7;
  }

  :root .sm\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .sm\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .sm\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .sm\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .sm\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .sm\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .sm\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .sm\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .sm\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .sm\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .sm\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .sm\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .sm\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .sm\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .sm\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .sm\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .sm\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .sm\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .sm\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .sm\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .sm\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .sm\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .sm\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .sm\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .sm\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .sm\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .sm\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .sm\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .sm\:focus\:ring-offset-am-base-background:focus{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .sm\:focus\:ring-offset-am-main-blue:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .sm\:focus\:ring-offset-am-main-blue-light:focus{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .sm\:focus\:ring-offset-am-main-blue-dark:focus{
    --tw-ring-offset-color: #00004d;
  }

  :root .sm\:focus\:ring-offset-am-gray:focus{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .sm\:focus\:ring-offset-am-gray-light:focus{
    --tw-ring-offset-color: #bebebe;
  }

  :root .sm\:focus\:ring-offset-am-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .sm\:focus\:ring-offset-am-new-green:focus{
    --tw-ring-offset-color: #77dea2;
  }

  :root .sm\:focus\:ring-offset-am-new-green-light:focus{
    --tw-ring-offset-color: #baeed0;
  }

  :root .sm\:focus\:ring-offset-am-new-green-dark:focus{
    --tw-ring-offset-color: #27834d;
  }

  :root .sm\:focus\:ring-offset-am-new-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .sm\:focus\:ring-offset-am-new-orange-light:focus{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .sm\:focus\:ring-offset-am-new-orange-dark:focus{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .sm\:focus\:ring-offset-am-coral:focus{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .sm\:focus\:ring-offset-am-coral-light:focus{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .sm\:focus\:ring-offset-am-coral-dark:focus{
    --tw-ring-offset-color: #be6a50;
  }

  :root .sm\:focus\:ring-offset-am-teal:focus{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .sm\:focus\:ring-offset-am-teal-light:focus{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .sm\:focus\:ring-offset-am-teal-dark:focus{
    --tw-ring-offset-color: #449D99;
  }

  :root .sm\:focus\:ring-offset-am-new-red:focus{
    --tw-ring-offset-color: #de7777;
  }

  :root .sm\:focus\:ring-offset-am-new-red-light:focus{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .sm\:focus\:ring-offset-am-new-red-dark:focus{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .sm\:focus\:ring-offset-am-new-yellow:focus{
    --tw-ring-offset-color: #ffce00;
  }

  :root .sm\:focus\:ring-offset-am-new-yellow-light:focus{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .sm\:focus\:ring-offset-am-new-yellow-dark:focus{
    --tw-ring-offset-color: #a56c00;
  }

  :root .sm\:focus\:ring-offset-am-new-pink:focus{
    --tw-ring-offset-color: #d977dd;
  }

  :root .sm\:focus\:ring-offset-am-new-pink-light:focus{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .sm\:focus\:ring-offset-am-new-pink-dark:focus{
    --tw-ring-offset-color: #97569a;
  }

  :root .sm\:focus\:ring-offset-am-new-purple:focus{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .sm\:focus\:ring-offset-am-new-purple-light:focus{
    --tw-ring-offset-color: #baacff;
  }

  :root .sm\:focus\:ring-offset-am-new-purple-dark:focus{
    --tw-ring-offset-color: #7164b1;
  }

  :root .sm\:focus\:ring-offset-am-purple-transparent:focus{
    --tw-ring-offset-color: #757de338;
  }

  :root .sm\:focus\:ring-offset-am-purple-relight:focus{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .sm\:focus\:ring-offset-am-purple-light:focus{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .sm\:focus\:ring-offset-am-purple-medium:focus{
    --tw-ring-offset-color: #927DEA;
  }

  :root .sm\:focus\:ring-offset-am-purple-dark:focus{
    --tw-ring-offset-color: #465499;
  }

  :root .sm\:focus\:ring-offset-am-purple:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .sm\:focus\:ring-offset-am-green-light:focus{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .sm\:focus\:ring-offset-am-green-brightest:focus{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .sm\:focus\:ring-offset-am-green-cyan:focus{
    --tw-ring-offset-color: #26b28f;
  }

  :root .sm\:focus\:ring-offset-am-green-dark:focus{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .sm\:focus\:ring-offset-am-green-aqua:focus{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .sm\:focus\:ring-offset-am-green-brightest-transparent:focus{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .sm\:focus\:ring-offset-am-green-hover:focus{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .sm\:focus\:ring-offset-am-green:focus{
    --tw-ring-offset-color: #54C931;
  }

  :root .sm\:focus\:ring-offset-am-red-alive:focus{
    --tw-ring-offset-color: #E56262;
  }

  :root .sm\:focus\:ring-offset-am-red-light:focus{
    --tw-ring-offset-color: #ffcece;
  }

  :root .sm\:focus\:ring-offset-am-red-dark:focus{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .sm\:focus\:ring-offset-am-red-intense:focus{
    --tw-ring-offset-color: #f00846;
  }

  :root .sm\:focus\:ring-offset-am-red:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .sm\:focus\:ring-offset-am-grey-light:focus{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .sm\:focus\:ring-offset-am-grey-dark:focus{
    --tw-ring-offset-color: #2C303E;
  }

  :root .sm\:focus\:ring-offset-am-grey-medium:focus{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .sm\:focus\:ring-offset-am-grey-transparent:focus{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .sm\:focus\:ring-offset-am-grey:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .sm\:focus\:ring-offset-am-pink-light:focus{
    --tw-ring-offset-color: #edcff0;
  }

  :root .sm\:focus\:ring-offset-am-pink-dark:focus{
    --tw-ring-offset-color: #a941ae;
  }

  :root .sm\:focus\:ring-offset-am-pink-brightest:focus{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .sm\:focus\:ring-offset-am-pink-rose:focus{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .sm\:focus\:ring-offset-am-pink:focus{
    --tw-ring-offset-color: #D977DD;
  }

  :root .sm\:focus\:ring-offset-am-orange-light:focus{
    --tw-ring-offset-color: #f89103;
  }

  :root .sm\:focus\:ring-offset-am-orange-relight:focus{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .sm\:focus\:ring-offset-am-orange-dark:focus{
    --tw-ring-offset-color: #b57c00;
  }

  :root .sm\:focus\:ring-offset-am-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .sm\:focus\:ring-offset-am-cyan-light:focus{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .sm\:focus\:ring-offset-am-cyan-dark:focus{
    --tw-ring-offset-color: #129aa6;
  }

  :root .sm\:focus\:ring-offset-am-cyan-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .sm\:focus\:ring-offset-am-cyan-green:focus{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .sm\:focus\:ring-offset-am-cyan:focus{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .sm\:focus\:ring-offset-am-blue-light:focus{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .sm\:focus\:ring-offset-am-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .sm\:focus\:ring-offset-am-blue-dark:focus{
    --tw-ring-offset-color: #5784a5;
  }

  :root .sm\:focus\:ring-offset-am-yellow-resalt:focus{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .sm\:focus\:ring-offset-am-yellow-light:focus{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .sm\:focus\:ring-offset-am-yellow-dark:focus{
    --tw-ring-offset-color: #c18b11;
  }

  :root .sm\:focus\:ring-offset-am-yellow:focus{
    --tw-ring-offset-color: #FAD073;
  }

  :root .sm\:focus\:ring-offset-am-cream-entry:focus{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .sm\:focus\:ring-offset-am-cream-entry_light:focus{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .sm\:focus\:ring-offset-am-cream-entry_text:focus{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .sm\:focus\:ring-offset-am-cream-lunchgo:focus{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .sm\:focus\:ring-offset-am-cream-lunchgo_light:focus{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .sm\:focus\:ring-offset-am-cream-lunchgo_text:focus{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .sm\:focus\:ring-offset-am-cream-lunchback:focus{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .sm\:focus\:ring-offset-am-cream-lunchback_light:focus{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .sm\:focus\:ring-offset-am-cream-lunchback_text:focus{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .sm\:focus\:ring-offset-am-cream-exit:focus{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .sm\:focus\:ring-offset-am-cream-exit_light:focus{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .sm\:focus\:ring-offset-am-cream-exit_text:focus{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .sm\:focus\:ring-offset-am-cream-yesterday:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .sm\:focus\:ring-offset-am-cream-yesterday_light:focus{
    --tw-ring-offset-color: #DE777733;
  }

  :root .sm\:focus\:ring-offset-am-cream-yesterday_text:focus{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .sm\:focus\:ring-offset-am-brown-light:focus{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .sm\:focus\:ring-offset-am-brown-dark:focus{
    --tw-ring-offset-color: #501D0E;
  }

  :root .sm\:focus\:ring-offset-am-brown:focus{
    --tw-ring-offset-color: #A23E00;
  }

  :root .sm\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .sm\:filter-none{
    filter: none;
  }

  :root .sm\:blur-0{
    --tw-blur: blur(0);
  }

  :root .sm\:blur-none{
    --tw-blur: blur(0);
  }

  :root .sm\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .sm\:blur{
    --tw-blur: blur(8px);
  }

  :root .sm\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .sm\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .sm\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .sm\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .sm\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .sm\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .sm\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .sm\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .sm\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .sm\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .sm\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .sm\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .sm\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .sm\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .sm\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .sm\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .sm\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .sm\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .sm\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .sm\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .sm\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .sm\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .sm\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .sm\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .sm\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .sm\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .sm\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .sm\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .sm\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .sm\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .sm\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .sm\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .sm\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .sm\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .sm\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .sm\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .sm\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .sm\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .sm\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .sm\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .sm\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .sm\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .sm\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .sm\:invert-0{
    --tw-invert: invert(0);
  }

  :root .sm\:invert{
    --tw-invert: invert(100%);
  }

  :root .sm\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .sm\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .sm\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .sm\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .sm\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .sm\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .sm\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .sm\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .sm\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .sm\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  :root .sm\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  :root .sm\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  :root .sm\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  :root .sm\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  :root .sm\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  :root .sm\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  :root .sm\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  :root .sm\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  :root .sm\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .sm\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .sm\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .sm\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .sm\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .sm\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .sm\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .sm\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .sm\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .sm\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .sm\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .sm\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .sm\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .sm\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .sm\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .sm\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .sm\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .sm\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .sm\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .sm\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .sm\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .sm\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .sm\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .sm\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .sm\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .sm\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .sm\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .sm\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .sm\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .sm\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .sm\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .sm\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .sm\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .sm\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  :root .sm\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  :root .sm\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  :root .sm\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  :root .sm\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  :root .sm\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  :root .sm\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .sm\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .sm\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .sm\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .sm\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .sm\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .sm\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  :root .sm\:transition-none{
    transition-property: none;
  }

  :root .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .sm\:delay-75{
    transition-delay: 75ms;
  }

  :root .sm\:delay-100{
    transition-delay: 100ms;
  }

  :root .sm\:delay-150{
    transition-delay: 150ms;
  }

  :root .sm\:delay-200{
    transition-delay: 200ms;
  }

  :root .sm\:delay-300{
    transition-delay: 300ms;
  }

  :root .sm\:delay-500{
    transition-delay: 500ms;
  }

  :root .sm\:delay-700{
    transition-delay: 700ms;
  }

  :root .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .sm\:duration-75{
    transition-duration: 75ms;
  }

  :root .sm\:duration-100{
    transition-duration: 100ms;
  }

  :root .sm\:duration-150{
    transition-duration: 150ms;
  }

  :root .sm\:duration-200{
    transition-duration: 200ms;
  }

  :root .sm\:duration-300{
    transition-duration: 300ms;
  }

  :root .sm\:duration-500{
    transition-duration: 500ms;
  }

  :root .sm\:duration-700{
    transition-duration: 700ms;
  }

  :root .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .sm\:ease-linear{
    transition-timing-function: linear;
  }

  :root .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px){
  :root .smd\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .smd\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .smd\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .smd\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .smd\:pointer-events-none{
    pointer-events: none;
  }

  :root .smd\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .smd\:visible{
    visibility: visible;
  }

  :root .smd\:invisible{
    visibility: hidden;
  }

  :root .smd\:static{
    position: static;
  }

  :root .smd\:fixed{
    position: fixed;
  }

  :root .smd\:absolute{
    position: absolute;
  }

  :root .smd\:relative{
    position: relative;
  }

  :root .smd\:sticky{
    position: sticky;
  }

  :root .smd\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .smd\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .smd\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .smd\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .smd\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .smd\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .smd\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .smd\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .smd\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .smd\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .smd\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .smd\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .smd\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .smd\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .smd\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .smd\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .smd\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .smd\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .smd\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .smd\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .smd\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .smd\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .smd\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .smd\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .smd\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root .smd\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root .smd\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root .smd\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root .smd\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root .smd\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root .smd\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root .smd\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root .smd\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root .smd\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root .smd\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root .smd\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root .smd\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root .smd\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root .smd\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root .smd\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root .smd\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root .smd\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root .smd\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root .smd\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root .smd\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .smd\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .smd\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .smd\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .smd\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .smd\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .smd\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .smd\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .smd\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .smd\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .smd\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .smd\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .smd\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .smd\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .smd\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .smd\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .smd\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .smd\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .smd\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .smd\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .smd\:top-0{
    top: 0;
  }

  :root .smd\:top-1{
    top: 0.25rem;
  }

  :root .smd\:top-2{
    top: 0.5rem;
  }

  :root .smd\:top-3{
    top: 0.75rem;
  }

  :root .smd\:top-4{
    top: 1rem;
  }

  :root .smd\:top-5{
    top: 1.25rem;
  }

  :root .smd\:top-6{
    top: 1.5rem;
  }

  :root .smd\:top-8{
    top: 2rem;
  }

  :root .smd\:top-10{
    top: 2.5rem;
  }

  :root .smd\:top-12{
    top: 3rem;
  }

  :root .smd\:-top-1{
    top: -0.25rem;
  }

  :root .smd\:-top-2{
    top: -0.5rem;
  }

  :root .smd\:-top-3{
    top: -0.75rem;
  }

  :root .smd\:-top-4{
    top: -1rem;
  }

  :root .smd\:-top-5{
    top: -1.25rem;
  }

  :root .smd\:-top-6{
    top: -1.5rem;
  }

  :root .smd\:-top-8{
    top: -2rem;
  }

  :root .smd\:-top-10{
    top: -2.5rem;
  }

  :root .smd\:-top-12{
    top: -3rem;
  }

  :root .smd\:top-auto{
    top: auto;
  }

  :root .smd\:right-0{
    right: 0;
  }

  :root .smd\:right-1{
    right: 0.25rem;
  }

  :root .smd\:right-2{
    right: 0.5rem;
  }

  :root .smd\:right-3{
    right: 0.75rem;
  }

  :root .smd\:right-4{
    right: 1rem;
  }

  :root .smd\:right-5{
    right: 1.25rem;
  }

  :root .smd\:right-6{
    right: 1.5rem;
  }

  :root .smd\:right-8{
    right: 2rem;
  }

  :root .smd\:right-10{
    right: 2.5rem;
  }

  :root .smd\:right-12{
    right: 3rem;
  }

  :root .smd\:-right-1{
    right: -0.25rem;
  }

  :root .smd\:-right-2{
    right: -0.5rem;
  }

  :root .smd\:-right-3{
    right: -0.75rem;
  }

  :root .smd\:-right-4{
    right: -1rem;
  }

  :root .smd\:-right-5{
    right: -1.25rem;
  }

  :root .smd\:-right-6{
    right: -1.5rem;
  }

  :root .smd\:-right-8{
    right: -2rem;
  }

  :root .smd\:-right-10{
    right: -2.5rem;
  }

  :root .smd\:-right-12{
    right: -3rem;
  }

  :root .smd\:right-auto{
    right: auto;
  }

  :root .smd\:bottom-0{
    bottom: 0;
  }

  :root .smd\:bottom-1{
    bottom: 0.25rem;
  }

  :root .smd\:bottom-2{
    bottom: 0.5rem;
  }

  :root .smd\:bottom-3{
    bottom: 0.75rem;
  }

  :root .smd\:bottom-4{
    bottom: 1rem;
  }

  :root .smd\:bottom-5{
    bottom: 1.25rem;
  }

  :root .smd\:bottom-6{
    bottom: 1.5rem;
  }

  :root .smd\:bottom-8{
    bottom: 2rem;
  }

  :root .smd\:bottom-10{
    bottom: 2.5rem;
  }

  :root .smd\:bottom-12{
    bottom: 3rem;
  }

  :root .smd\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .smd\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .smd\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .smd\:-bottom-4{
    bottom: -1rem;
  }

  :root .smd\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .smd\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .smd\:-bottom-8{
    bottom: -2rem;
  }

  :root .smd\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .smd\:-bottom-12{
    bottom: -3rem;
  }

  :root .smd\:bottom-auto{
    bottom: auto;
  }

  :root .smd\:left-0{
    left: 0;
  }

  :root .smd\:left-1{
    left: 0.25rem;
  }

  :root .smd\:left-2{
    left: 0.5rem;
  }

  :root .smd\:left-3{
    left: 0.75rem;
  }

  :root .smd\:left-4{
    left: 1rem;
  }

  :root .smd\:left-5{
    left: 1.25rem;
  }

  :root .smd\:left-6{
    left: 1.5rem;
  }

  :root .smd\:left-8{
    left: 2rem;
  }

  :root .smd\:left-10{
    left: 2.5rem;
  }

  :root .smd\:left-12{
    left: 3rem;
  }

  :root .smd\:-left-1{
    left: -0.25rem;
  }

  :root .smd\:-left-2{
    left: -0.5rem;
  }

  :root .smd\:-left-3{
    left: -0.75rem;
  }

  :root .smd\:-left-4{
    left: -1rem;
  }

  :root .smd\:-left-5{
    left: -1.25rem;
  }

  :root .smd\:-left-6{
    left: -1.5rem;
  }

  :root .smd\:-left-8{
    left: -2rem;
  }

  :root .smd\:-left-10{
    left: -2.5rem;
  }

  :root .smd\:-left-12{
    left: -3rem;
  }

  :root .smd\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .smd\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .smd\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .smd\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .smd\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .smd\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .smd\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .smd\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .smd\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .smd\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .smd\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .smd\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .smd\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:left-auto{
    left: auto;
  }

  :root .smd\:isolate{
    isolation: isolate;
  }

  :root .smd\:isolation-auto{
    isolation: auto;
  }

  :root .smd\:z-0{
    z-index: 0;
  }

  :root .smd\:z-10{
    z-index: 10;
  }

  :root .smd\:z-20{
    z-index: 20;
  }

  :root .smd\:z-30{
    z-index: 30;
  }

  :root .smd\:z-40{
    z-index: 40;
  }

  :root .smd\:z-50{
    z-index: 50;
  }

  :root .smd\:z-auto{
    z-index: auto;
  }

  :root .smd\:order-1{
    order: 1;
  }

  :root .smd\:order-2{
    order: 2;
  }

  :root .smd\:order-3{
    order: 3;
  }

  :root .smd\:order-4{
    order: 4;
  }

  :root .smd\:order-5{
    order: 5;
  }

  :root .smd\:order-6{
    order: 6;
  }

  :root .smd\:order-7{
    order: 7;
  }

  :root .smd\:order-8{
    order: 8;
  }

  :root .smd\:order-9{
    order: 9;
  }

  :root .smd\:order-10{
    order: 10;
  }

  :root .smd\:order-11{
    order: 11;
  }

  :root .smd\:order-12{
    order: 12;
  }

  :root .smd\:order-first{
    order: -9999;
  }

  :root .smd\:order-last{
    order: 9999;
  }

  :root .smd\:order-none{
    order: 0;
  }

  :root .smd\:col-auto{
    grid-column: auto;
  }

  :root .smd\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .smd\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .smd\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .smd\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .smd\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .smd\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .smd\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .smd\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .smd\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .smd\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .smd\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .smd\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .smd\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .smd\:col-start-1{
    grid-column-start: 1;
  }

  :root .smd\:col-start-2{
    grid-column-start: 2;
  }

  :root .smd\:col-start-3{
    grid-column-start: 3;
  }

  :root .smd\:col-start-4{
    grid-column-start: 4;
  }

  :root .smd\:col-start-5{
    grid-column-start: 5;
  }

  :root .smd\:col-start-6{
    grid-column-start: 6;
  }

  :root .smd\:col-start-7{
    grid-column-start: 7;
  }

  :root .smd\:col-start-8{
    grid-column-start: 8;
  }

  :root .smd\:col-start-9{
    grid-column-start: 9;
  }

  :root .smd\:col-start-10{
    grid-column-start: 10;
  }

  :root .smd\:col-start-11{
    grid-column-start: 11;
  }

  :root .smd\:col-start-12{
    grid-column-start: 12;
  }

  :root .smd\:col-start-13{
    grid-column-start: 13;
  }

  :root .smd\:col-start-auto{
    grid-column-start: auto;
  }

  :root .smd\:col-end-1{
    grid-column-end: 1;
  }

  :root .smd\:col-end-2{
    grid-column-end: 2;
  }

  :root .smd\:col-end-3{
    grid-column-end: 3;
  }

  :root .smd\:col-end-4{
    grid-column-end: 4;
  }

  :root .smd\:col-end-5{
    grid-column-end: 5;
  }

  :root .smd\:col-end-6{
    grid-column-end: 6;
  }

  :root .smd\:col-end-7{
    grid-column-end: 7;
  }

  :root .smd\:col-end-8{
    grid-column-end: 8;
  }

  :root .smd\:col-end-9{
    grid-column-end: 9;
  }

  :root .smd\:col-end-10{
    grid-column-end: 10;
  }

  :root .smd\:col-end-11{
    grid-column-end: 11;
  }

  :root .smd\:col-end-12{
    grid-column-end: 12;
  }

  :root .smd\:col-end-13{
    grid-column-end: 13;
  }

  :root .smd\:col-end-auto{
    grid-column-end: auto;
  }

  :root .smd\:row-auto{
    grid-row: auto;
  }

  :root .smd\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .smd\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .smd\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .smd\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .smd\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .smd\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .smd\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .smd\:row-start-1{
    grid-row-start: 1;
  }

  :root .smd\:row-start-2{
    grid-row-start: 2;
  }

  :root .smd\:row-start-3{
    grid-row-start: 3;
  }

  :root .smd\:row-start-4{
    grid-row-start: 4;
  }

  :root .smd\:row-start-5{
    grid-row-start: 5;
  }

  :root .smd\:row-start-6{
    grid-row-start: 6;
  }

  :root .smd\:row-start-7{
    grid-row-start: 7;
  }

  :root .smd\:row-start-auto{
    grid-row-start: auto;
  }

  :root .smd\:row-end-1{
    grid-row-end: 1;
  }

  :root .smd\:row-end-2{
    grid-row-end: 2;
  }

  :root .smd\:row-end-3{
    grid-row-end: 3;
  }

  :root .smd\:row-end-4{
    grid-row-end: 4;
  }

  :root .smd\:row-end-5{
    grid-row-end: 5;
  }

  :root .smd\:row-end-6{
    grid-row-end: 6;
  }

  :root .smd\:row-end-7{
    grid-row-end: 7;
  }

  :root .smd\:row-end-auto{
    grid-row-end: auto;
  }

  :root .smd\:float-right{
    float: right;
  }

  :root .smd\:float-left{
    float: left;
  }

  :root .smd\:float-none{
    float: none;
  }

  :root .smd\:clear-left{
    clear: left;
  }

  :root .smd\:clear-right{
    clear: right;
  }

  :root .smd\:clear-both{
    clear: both;
  }

  :root .smd\:clear-none{
    clear: none;
  }

  :root .smd\:m-0{
    margin: 0;
  }

  :root .smd\:m-1{
    margin: 0.25rem;
  }

  :root .smd\:m-2{
    margin: 0.5rem;
  }

  :root .smd\:m-3{
    margin: 0.75rem;
  }

  :root .smd\:m-4{
    margin: 1rem;
  }

  :root .smd\:m-5{
    margin: 1.25rem;
  }

  :root .smd\:m-6{
    margin: 1.5rem;
  }

  :root .smd\:m-7{
    margin: 1.75rem;
  }

  :root .smd\:m-8{
    margin: 2rem;
  }

  :root .smd\:m-9{
    margin: 2.25rem;
  }

  :root .smd\:m-10{
    margin: 2.5rem;
  }

  :root .smd\:m-11{
    margin: 2.75rem;
  }

  :root .smd\:m-12{
    margin: 3rem;
  }

  :root .smd\:m-13{
    margin: 3.25rem;
  }

  :root .smd\:m-14{
    margin: 3.5rem;
  }

  :root .smd\:m-16{
    margin: 4rem;
  }

  :root .smd\:m-18{
    margin: 4.5rem;
  }

  :root .smd\:m-20{
    margin: 5rem;
  }

  :root .smd\:m-21{
    margin: 5.25rem;
  }

  :root .smd\:m-22{
    margin: 5.5rem;
  }

  :root .smd\:m-24{
    margin: 6rem;
  }

  :root .smd\:m-26{
    margin: 6.5rem;
  }

  :root .smd\:m-27{
    margin: 6.75rem;
  }

  :root .smd\:m-28{
    margin: 7rem;
  }

  :root .smd\:m-30{
    margin: 7.5rem;
  }

  :root .smd\:m-32{
    margin: 8rem;
  }

  :root .smd\:m-36{
    margin: 9rem;
  }

  :root .smd\:m-40{
    margin: 10rem;
  }

  :root .smd\:m-41{
    margin: 11.25rem;
  }

  :root .smd\:m-42{
    margin: 11.5rem;
  }

  :root .smd\:m-44{
    margin: 11rem;
  }

  :root .smd\:m-48{
    margin: 12rem;
  }

  :root .smd\:m-52{
    margin: 13rem;
  }

  :root .smd\:m-54{
    margin: 13.5rem;
  }

  :root .smd\:m-56{
    margin: 14rem;
  }

  :root .smd\:m-60{
    margin: 15rem;
  }

  :root .smd\:m-64{
    margin: 16rem;
  }

  :root .smd\:m-68{
    margin: 17rem;
  }

  :root .smd\:m-72{
    margin: 18rem;
  }

  :root .smd\:m-76{
    margin: 19rem;
  }

  :root .smd\:m-80{
    margin: 20rem;
  }

  :root .smd\:m-84{
    margin: 21rem;
  }

  :root .smd\:m-88{
    margin: 22rem;
  }

  :root .smd\:m-96{
    margin: 24rem;
  }

  :root .smd\:m-112{
    margin: 28rem;
  }

  :root .smd\:m-120{
    margin: 30rem;
  }

  :root .smd\:m-140{
    margin: 35rem;
  }

  :root .smd\:m-150{
    margin: 37.5rem;
  }

  :root .smd\:m-160{
    margin: 40rem;
  }

  :root .smd\:m-220{
    margin: 55rem;
  }

  :root .smd\:m-240{
    margin: 60rem;
  }

  :root .smd\:m-300{
    margin: 75rem;
  }

  :root .smd\:m-320{
    margin: 80rem;
  }

  :root .smd\:m-auto{
    margin: auto;
  }

  :root .smd\:m-px{
    margin: 1px;
  }

  :root .smd\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .smd\:m-1\.5{
    margin: 0.375rem;
  }

  :root .smd\:-m-1{
    margin: -0.25rem;
  }

  :root .smd\:-m-2{
    margin: -0.5rem;
  }

  :root .smd\:-m-3{
    margin: -0.75rem;
  }

  :root .smd\:-m-4{
    margin: -1rem;
  }

  :root .smd\:-m-5{
    margin: -1.25rem;
  }

  :root .smd\:-m-6{
    margin: -1.5rem;
  }

  :root .smd\:-m-7{
    margin: -1.75rem;
  }

  :root .smd\:-m-8{
    margin: -2rem;
  }

  :root .smd\:-m-9{
    margin: -2.25rem;
  }

  :root .smd\:-m-10{
    margin: -2.5rem;
  }

  :root .smd\:-m-11{
    margin: -2.75rem;
  }

  :root .smd\:-m-12{
    margin: -3rem;
  }

  :root .smd\:-m-13{
    margin: -3.25rem;
  }

  :root .smd\:-m-14{
    margin: -3.5rem;
  }

  :root .smd\:-m-16{
    margin: -4rem;
  }

  :root .smd\:-m-18{
    margin: -4.5rem;
  }

  :root .smd\:-m-20{
    margin: -5rem;
  }

  :root .smd\:-m-21{
    margin: -5.25rem;
  }

  :root .smd\:-m-22{
    margin: -5.5rem;
  }

  :root .smd\:-m-24{
    margin: -6rem;
  }

  :root .smd\:-m-26{
    margin: -6.5rem;
  }

  :root .smd\:-m-27{
    margin: -6.75rem;
  }

  :root .smd\:-m-28{
    margin: -7rem;
  }

  :root .smd\:-m-30{
    margin: -7.5rem;
  }

  :root .smd\:-m-32{
    margin: -8rem;
  }

  :root .smd\:-m-36{
    margin: -9rem;
  }

  :root .smd\:-m-40{
    margin: -10rem;
  }

  :root .smd\:-m-41{
    margin: -11.25rem;
  }

  :root .smd\:-m-42{
    margin: -11.5rem;
  }

  :root .smd\:-m-44{
    margin: -11rem;
  }

  :root .smd\:-m-48{
    margin: -12rem;
  }

  :root .smd\:-m-52{
    margin: -13rem;
  }

  :root .smd\:-m-54{
    margin: -13.5rem;
  }

  :root .smd\:-m-56{
    margin: -14rem;
  }

  :root .smd\:-m-60{
    margin: -15rem;
  }

  :root .smd\:-m-64{
    margin: -16rem;
  }

  :root .smd\:-m-68{
    margin: -17rem;
  }

  :root .smd\:-m-72{
    margin: -18rem;
  }

  :root .smd\:-m-76{
    margin: -19rem;
  }

  :root .smd\:-m-80{
    margin: -20rem;
  }

  :root .smd\:-m-84{
    margin: -21rem;
  }

  :root .smd\:-m-88{
    margin: -22rem;
  }

  :root .smd\:-m-96{
    margin: -24rem;
  }

  :root .smd\:-m-112{
    margin: -28rem;
  }

  :root .smd\:-m-120{
    margin: -30rem;
  }

  :root .smd\:-m-140{
    margin: -35rem;
  }

  :root .smd\:-m-150{
    margin: -37.5rem;
  }

  :root .smd\:-m-160{
    margin: -40rem;
  }

  :root .smd\:-m-220{
    margin: -55rem;
  }

  :root .smd\:-m-240{
    margin: -60rem;
  }

  :root .smd\:-m-300{
    margin: -75rem;
  }

  :root .smd\:-m-320{
    margin: -80rem;
  }

  :root .smd\:-m-px{
    margin: -1px;
  }

  :root .smd\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-m-1\.5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .smd\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-13{
    margin: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-18{
    margin: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-21{
    margin: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-22{
    margin: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-26{
    margin: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-27{
    margin: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-30{
    margin: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-41{
    margin: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-42{
    margin: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-54{
    margin: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-68{
    margin: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-76{
    margin: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-84{
    margin: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-88{
    margin: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-112{
    margin: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-120{
    margin: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-140{
    margin: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-150{
    margin: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-160{
    margin: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-220{
    margin: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-240{
    margin: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-300{
    margin: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-320{
    margin: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .smd\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-1.smd\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-68{
    margin: -17rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-76{
    margin: -19rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-84{
    margin: -21rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-88{
    margin: -22rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-112{
    margin: -28rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-120{
    margin: -30rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-140{
    margin: -35rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-160{
    margin: -40rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-220{
    margin: -55rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-240{
    margin: -60rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-300{
    margin: -75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-320{
    margin: -80rem;
  }

  :root [dir=ltr] .smd\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .smd\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-1.smd\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .smd\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-13{
    margin: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-18{
    margin: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-21{
    margin: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-22{
    margin: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-26{
    margin: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-27{
    margin: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-30{
    margin: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-41{
    margin: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-42{
    margin: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-54{
    margin: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-68{
    margin: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-76{
    margin: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-84{
    margin: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-88{
    margin: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-112{
    margin: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-120{
    margin: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-140{
    margin: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-150{
    margin: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-160{
    margin: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-220{
    margin: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-240{
    margin: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-300{
    margin: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-320{
    margin: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .smd\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-1.smd\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-68{
    margin: -17rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-76{
    margin: -19rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-84{
    margin: -21rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-88{
    margin: -22rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-112{
    margin: -28rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-120{
    margin: -30rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-140{
    margin: -35rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-160{
    margin: -40rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-220{
    margin: -55rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-240{
    margin: -60rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-300{
    margin: -75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-320{
    margin: -80rem;
  }

  :root [dir=rtl] .smd\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .smd\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-1.smd\:5{
    margin: -0.375rem;
  }

  :root .smd\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .smd\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .smd\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .smd\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .smd\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .smd\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .smd\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .smd\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .smd\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .smd\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .smd\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .smd\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .smd\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .smd\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root .smd\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .smd\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .smd\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root .smd\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .smd\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root .smd\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root .smd\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .smd\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root .smd\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root .smd\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .smd\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root .smd\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .smd\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .smd\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .smd\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root .smd\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root .smd\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .smd\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .smd\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .smd\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root .smd\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .smd\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .smd\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .smd\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root .smd\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .smd\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root .smd\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .smd\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root .smd\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root .smd\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .smd\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root .smd\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root .smd\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root .smd\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root .smd\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root .smd\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root .smd\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root .smd\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root .smd\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root .smd\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .smd\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .smd\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .smd\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .smd\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .smd\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .smd\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .smd\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .smd\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .smd\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .smd\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .smd\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .smd\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .smd\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .smd\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .smd\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .smd\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root .smd\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .smd\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .smd\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root .smd\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .smd\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root .smd\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root .smd\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .smd\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root .smd\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root .smd\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .smd\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root .smd\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .smd\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .smd\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .smd\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root .smd\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root .smd\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .smd\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .smd\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .smd\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root .smd\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .smd\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .smd\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .smd\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root .smd\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .smd\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root .smd\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .smd\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root .smd\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root .smd\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .smd\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root .smd\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root .smd\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root .smd\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root .smd\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root .smd\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root .smd\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root .smd\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root .smd\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root .smd\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .smd\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .smd\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .smd\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .smd\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .smd\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .smd\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .smd\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .smd\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .smd\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .smd\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .smd\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .smd\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .smd\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .smd\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .smd\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root .smd\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .smd\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .smd\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root .smd\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .smd\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root .smd\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root .smd\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .smd\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root .smd\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root .smd\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .smd\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root .smd\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .smd\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .smd\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .smd\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root .smd\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root .smd\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .smd\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .smd\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .smd\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root .smd\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .smd\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .smd\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .smd\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root .smd\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .smd\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root .smd\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .smd\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root .smd\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root .smd\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .smd\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root .smd\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root .smd\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root .smd\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root .smd\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root .smd\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root .smd\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root .smd\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root .smd\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root .smd\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .smd\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .smd\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .smd\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .smd\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .smd\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .smd\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .smd\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .smd\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .smd\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .smd\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .smd\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .smd\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .smd\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .smd\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .smd\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .smd\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root .smd\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .smd\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .smd\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root .smd\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .smd\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root .smd\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root .smd\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .smd\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root .smd\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root .smd\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .smd\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root .smd\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .smd\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .smd\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .smd\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root .smd\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root .smd\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .smd\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .smd\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .smd\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root .smd\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .smd\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .smd\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .smd\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root .smd\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .smd\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root .smd\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .smd\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root .smd\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root .smd\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .smd\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root .smd\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root .smd\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root .smd\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root .smd\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root .smd\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root .smd\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root .smd\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root .smd\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root .smd\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .smd\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .smd\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .smd\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mx-1.smd\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .smd\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mx-1.smd\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .smd\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .smd\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-1.smd\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .smd\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .smd\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-1.smd\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .smd\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .smd\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mx-1.smd\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .smd\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mx-1.smd\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .smd\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .smd\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-1.smd\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .smd\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .smd\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-1.smd\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .smd\:mt-0{
    margin-top: 0;
  }

  :root .smd\:mt-1{
    margin-top: 0.25rem;
  }

  :root .smd\:mt-2{
    margin-top: 0.5rem;
  }

  :root .smd\:mt-3{
    margin-top: 0.75rem;
  }

  :root .smd\:mt-4{
    margin-top: 1rem;
  }

  :root .smd\:mt-5{
    margin-top: 1.25rem;
  }

  :root .smd\:mt-6{
    margin-top: 1.5rem;
  }

  :root .smd\:mt-7{
    margin-top: 1.75rem;
  }

  :root .smd\:mt-8{
    margin-top: 2rem;
  }

  :root .smd\:mt-9{
    margin-top: 2.25rem;
  }

  :root .smd\:mt-10{
    margin-top: 2.5rem;
  }

  :root .smd\:mt-11{
    margin-top: 2.75rem;
  }

  :root .smd\:mt-12{
    margin-top: 3rem;
  }

  :root .smd\:mt-13{
    margin-top: 3.25rem;
  }

  :root .smd\:mt-14{
    margin-top: 3.5rem;
  }

  :root .smd\:mt-16{
    margin-top: 4rem;
  }

  :root .smd\:mt-18{
    margin-top: 4.5rem;
  }

  :root .smd\:mt-20{
    margin-top: 5rem;
  }

  :root .smd\:mt-21{
    margin-top: 5.25rem;
  }

  :root .smd\:mt-22{
    margin-top: 5.5rem;
  }

  :root .smd\:mt-24{
    margin-top: 6rem;
  }

  :root .smd\:mt-26{
    margin-top: 6.5rem;
  }

  :root .smd\:mt-27{
    margin-top: 6.75rem;
  }

  :root .smd\:mt-28{
    margin-top: 7rem;
  }

  :root .smd\:mt-30{
    margin-top: 7.5rem;
  }

  :root .smd\:mt-32{
    margin-top: 8rem;
  }

  :root .smd\:mt-36{
    margin-top: 9rem;
  }

  :root .smd\:mt-40{
    margin-top: 10rem;
  }

  :root .smd\:mt-41{
    margin-top: 11.25rem;
  }

  :root .smd\:mt-42{
    margin-top: 11.5rem;
  }

  :root .smd\:mt-44{
    margin-top: 11rem;
  }

  :root .smd\:mt-48{
    margin-top: 12rem;
  }

  :root .smd\:mt-52{
    margin-top: 13rem;
  }

  :root .smd\:mt-54{
    margin-top: 13.5rem;
  }

  :root .smd\:mt-56{
    margin-top: 14rem;
  }

  :root .smd\:mt-60{
    margin-top: 15rem;
  }

  :root .smd\:mt-64{
    margin-top: 16rem;
  }

  :root .smd\:mt-68{
    margin-top: 17rem;
  }

  :root .smd\:mt-72{
    margin-top: 18rem;
  }

  :root .smd\:mt-76{
    margin-top: 19rem;
  }

  :root .smd\:mt-80{
    margin-top: 20rem;
  }

  :root .smd\:mt-84{
    margin-top: 21rem;
  }

  :root .smd\:mt-88{
    margin-top: 22rem;
  }

  :root .smd\:mt-96{
    margin-top: 24rem;
  }

  :root .smd\:mt-112{
    margin-top: 28rem;
  }

  :root .smd\:mt-120{
    margin-top: 30rem;
  }

  :root .smd\:mt-140{
    margin-top: 35rem;
  }

  :root .smd\:mt-150{
    margin-top: 37.5rem;
  }

  :root .smd\:mt-160{
    margin-top: 40rem;
  }

  :root .smd\:mt-220{
    margin-top: 55rem;
  }

  :root .smd\:mt-240{
    margin-top: 60rem;
  }

  :root .smd\:mt-300{
    margin-top: 75rem;
  }

  :root .smd\:mt-320{
    margin-top: 80rem;
  }

  :root .smd\:mt-auto{
    margin-top: auto;
  }

  :root .smd\:mt-px{
    margin-top: 1px;
  }

  :root .smd\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .smd\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .smd\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .smd\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .smd\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .smd\:-mt-4{
    margin-top: -1rem;
  }

  :root .smd\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .smd\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .smd\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .smd\:-mt-8{
    margin-top: -2rem;
  }

  :root .smd\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .smd\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .smd\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .smd\:-mt-12{
    margin-top: -3rem;
  }

  :root .smd\:-mt-13{
    margin-top: -3.25rem;
  }

  :root .smd\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .smd\:-mt-16{
    margin-top: -4rem;
  }

  :root .smd\:-mt-18{
    margin-top: -4.5rem;
  }

  :root .smd\:-mt-20{
    margin-top: -5rem;
  }

  :root .smd\:-mt-21{
    margin-top: -5.25rem;
  }

  :root .smd\:-mt-22{
    margin-top: -5.5rem;
  }

  :root .smd\:-mt-24{
    margin-top: -6rem;
  }

  :root .smd\:-mt-26{
    margin-top: -6.5rem;
  }

  :root .smd\:-mt-27{
    margin-top: -6.75rem;
  }

  :root .smd\:-mt-28{
    margin-top: -7rem;
  }

  :root .smd\:-mt-30{
    margin-top: -7.5rem;
  }

  :root .smd\:-mt-32{
    margin-top: -8rem;
  }

  :root .smd\:-mt-36{
    margin-top: -9rem;
  }

  :root .smd\:-mt-40{
    margin-top: -10rem;
  }

  :root .smd\:-mt-41{
    margin-top: -11.25rem;
  }

  :root .smd\:-mt-42{
    margin-top: -11.5rem;
  }

  :root .smd\:-mt-44{
    margin-top: -11rem;
  }

  :root .smd\:-mt-48{
    margin-top: -12rem;
  }

  :root .smd\:-mt-52{
    margin-top: -13rem;
  }

  :root .smd\:-mt-54{
    margin-top: -13.5rem;
  }

  :root .smd\:-mt-56{
    margin-top: -14rem;
  }

  :root .smd\:-mt-60{
    margin-top: -15rem;
  }

  :root .smd\:-mt-64{
    margin-top: -16rem;
  }

  :root .smd\:-mt-68{
    margin-top: -17rem;
  }

  :root .smd\:-mt-72{
    margin-top: -18rem;
  }

  :root .smd\:-mt-76{
    margin-top: -19rem;
  }

  :root .smd\:-mt-80{
    margin-top: -20rem;
  }

  :root .smd\:-mt-84{
    margin-top: -21rem;
  }

  :root .smd\:-mt-88{
    margin-top: -22rem;
  }

  :root .smd\:-mt-96{
    margin-top: -24rem;
  }

  :root .smd\:-mt-112{
    margin-top: -28rem;
  }

  :root .smd\:-mt-120{
    margin-top: -30rem;
  }

  :root .smd\:-mt-140{
    margin-top: -35rem;
  }

  :root .smd\:-mt-150{
    margin-top: -37.5rem;
  }

  :root .smd\:-mt-160{
    margin-top: -40rem;
  }

  :root .smd\:-mt-220{
    margin-top: -55rem;
  }

  :root .smd\:-mt-240{
    margin-top: -60rem;
  }

  :root .smd\:-mt-300{
    margin-top: -75rem;
  }

  :root .smd\:-mt-320{
    margin-top: -80rem;
  }

  :root .smd\:-mt-px{
    margin-top: -1px;
  }

  :root .smd\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .smd\:mr-0{
    margin-right: 0;
  }

  :root .smd\:mr-1{
    margin-right: 0.25rem;
  }

  :root .smd\:mr-2{
    margin-right: 0.5rem;
  }

  :root .smd\:mr-3{
    margin-right: 0.75rem;
  }

  :root .smd\:mr-4{
    margin-right: 1rem;
  }

  :root .smd\:mr-5{
    margin-right: 1.25rem;
  }

  :root .smd\:mr-6{
    margin-right: 1.5rem;
  }

  :root .smd\:mr-7{
    margin-right: 1.75rem;
  }

  :root .smd\:mr-8{
    margin-right: 2rem;
  }

  :root .smd\:mr-9{
    margin-right: 2.25rem;
  }

  :root .smd\:mr-10{
    margin-right: 2.5rem;
  }

  :root .smd\:mr-11{
    margin-right: 2.75rem;
  }

  :root .smd\:mr-12{
    margin-right: 3rem;
  }

  :root .smd\:mr-13{
    margin-right: 3.25rem;
  }

  :root .smd\:mr-14{
    margin-right: 3.5rem;
  }

  :root .smd\:mr-16{
    margin-right: 4rem;
  }

  :root .smd\:mr-18{
    margin-right: 4.5rem;
  }

  :root .smd\:mr-20{
    margin-right: 5rem;
  }

  :root .smd\:mr-21{
    margin-right: 5.25rem;
  }

  :root .smd\:mr-22{
    margin-right: 5.5rem;
  }

  :root .smd\:mr-24{
    margin-right: 6rem;
  }

  :root .smd\:mr-26{
    margin-right: 6.5rem;
  }

  :root .smd\:mr-27{
    margin-right: 6.75rem;
  }

  :root .smd\:mr-28{
    margin-right: 7rem;
  }

  :root .smd\:mr-30{
    margin-right: 7.5rem;
  }

  :root .smd\:mr-32{
    margin-right: 8rem;
  }

  :root .smd\:mr-36{
    margin-right: 9rem;
  }

  :root .smd\:mr-40{
    margin-right: 10rem;
  }

  :root .smd\:mr-41{
    margin-right: 11.25rem;
  }

  :root .smd\:mr-42{
    margin-right: 11.5rem;
  }

  :root .smd\:mr-44{
    margin-right: 11rem;
  }

  :root .smd\:mr-48{
    margin-right: 12rem;
  }

  :root .smd\:mr-52{
    margin-right: 13rem;
  }

  :root .smd\:mr-54{
    margin-right: 13.5rem;
  }

  :root .smd\:mr-56{
    margin-right: 14rem;
  }

  :root .smd\:mr-60{
    margin-right: 15rem;
  }

  :root .smd\:mr-64{
    margin-right: 16rem;
  }

  :root .smd\:mr-68{
    margin-right: 17rem;
  }

  :root .smd\:mr-72{
    margin-right: 18rem;
  }

  :root .smd\:mr-76{
    margin-right: 19rem;
  }

  :root .smd\:mr-80{
    margin-right: 20rem;
  }

  :root .smd\:mr-84{
    margin-right: 21rem;
  }

  :root .smd\:mr-88{
    margin-right: 22rem;
  }

  :root .smd\:mr-96{
    margin-right: 24rem;
  }

  :root .smd\:mr-112{
    margin-right: 28rem;
  }

  :root .smd\:mr-120{
    margin-right: 30rem;
  }

  :root .smd\:mr-140{
    margin-right: 35rem;
  }

  :root .smd\:mr-150{
    margin-right: 37.5rem;
  }

  :root .smd\:mr-160{
    margin-right: 40rem;
  }

  :root .smd\:mr-220{
    margin-right: 55rem;
  }

  :root .smd\:mr-240{
    margin-right: 60rem;
  }

  :root .smd\:mr-300{
    margin-right: 75rem;
  }

  :root .smd\:mr-320{
    margin-right: 80rem;
  }

  :root .smd\:mr-auto{
    margin-right: auto;
  }

  :root .smd\:mr-px{
    margin-right: 1px;
  }

  :root .smd\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .smd\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .smd\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .smd\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .smd\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .smd\:-mr-4{
    margin-right: -1rem;
  }

  :root .smd\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .smd\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .smd\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .smd\:-mr-8{
    margin-right: -2rem;
  }

  :root .smd\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .smd\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .smd\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .smd\:-mr-12{
    margin-right: -3rem;
  }

  :root .smd\:-mr-13{
    margin-right: -3.25rem;
  }

  :root .smd\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .smd\:-mr-16{
    margin-right: -4rem;
  }

  :root .smd\:-mr-18{
    margin-right: -4.5rem;
  }

  :root .smd\:-mr-20{
    margin-right: -5rem;
  }

  :root .smd\:-mr-21{
    margin-right: -5.25rem;
  }

  :root .smd\:-mr-22{
    margin-right: -5.5rem;
  }

  :root .smd\:-mr-24{
    margin-right: -6rem;
  }

  :root .smd\:-mr-26{
    margin-right: -6.5rem;
  }

  :root .smd\:-mr-27{
    margin-right: -6.75rem;
  }

  :root .smd\:-mr-28{
    margin-right: -7rem;
  }

  :root .smd\:-mr-30{
    margin-right: -7.5rem;
  }

  :root .smd\:-mr-32{
    margin-right: -8rem;
  }

  :root .smd\:-mr-36{
    margin-right: -9rem;
  }

  :root .smd\:-mr-40{
    margin-right: -10rem;
  }

  :root .smd\:-mr-41{
    margin-right: -11.25rem;
  }

  :root .smd\:-mr-42{
    margin-right: -11.5rem;
  }

  :root .smd\:-mr-44{
    margin-right: -11rem;
  }

  :root .smd\:-mr-48{
    margin-right: -12rem;
  }

  :root .smd\:-mr-52{
    margin-right: -13rem;
  }

  :root .smd\:-mr-54{
    margin-right: -13.5rem;
  }

  :root .smd\:-mr-56{
    margin-right: -14rem;
  }

  :root .smd\:-mr-60{
    margin-right: -15rem;
  }

  :root .smd\:-mr-64{
    margin-right: -16rem;
  }

  :root .smd\:-mr-68{
    margin-right: -17rem;
  }

  :root .smd\:-mr-72{
    margin-right: -18rem;
  }

  :root .smd\:-mr-76{
    margin-right: -19rem;
  }

  :root .smd\:-mr-80{
    margin-right: -20rem;
  }

  :root .smd\:-mr-84{
    margin-right: -21rem;
  }

  :root .smd\:-mr-88{
    margin-right: -22rem;
  }

  :root .smd\:-mr-96{
    margin-right: -24rem;
  }

  :root .smd\:-mr-112{
    margin-right: -28rem;
  }

  :root .smd\:-mr-120{
    margin-right: -30rem;
  }

  :root .smd\:-mr-140{
    margin-right: -35rem;
  }

  :root .smd\:-mr-150{
    margin-right: -37.5rem;
  }

  :root .smd\:-mr-160{
    margin-right: -40rem;
  }

  :root .smd\:-mr-220{
    margin-right: -55rem;
  }

  :root .smd\:-mr-240{
    margin-right: -60rem;
  }

  :root .smd\:-mr-300{
    margin-right: -75rem;
  }

  :root .smd\:-mr-320{
    margin-right: -80rem;
  }

  :root .smd\:-mr-px{
    margin-right: -1px;
  }

  :root .smd\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .smd\:mb-0{
    margin-bottom: 0;
  }

  :root .smd\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .smd\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .smd\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .smd\:mb-4{
    margin-bottom: 1rem;
  }

  :root .smd\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .smd\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .smd\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .smd\:mb-8{
    margin-bottom: 2rem;
  }

  :root .smd\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .smd\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .smd\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .smd\:mb-12{
    margin-bottom: 3rem;
  }

  :root .smd\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root .smd\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .smd\:mb-16{
    margin-bottom: 4rem;
  }

  :root .smd\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root .smd\:mb-20{
    margin-bottom: 5rem;
  }

  :root .smd\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root .smd\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root .smd\:mb-24{
    margin-bottom: 6rem;
  }

  :root .smd\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root .smd\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root .smd\:mb-28{
    margin-bottom: 7rem;
  }

  :root .smd\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root .smd\:mb-32{
    margin-bottom: 8rem;
  }

  :root .smd\:mb-36{
    margin-bottom: 9rem;
  }

  :root .smd\:mb-40{
    margin-bottom: 10rem;
  }

  :root .smd\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root .smd\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root .smd\:mb-44{
    margin-bottom: 11rem;
  }

  :root .smd\:mb-48{
    margin-bottom: 12rem;
  }

  :root .smd\:mb-52{
    margin-bottom: 13rem;
  }

  :root .smd\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root .smd\:mb-56{
    margin-bottom: 14rem;
  }

  :root .smd\:mb-60{
    margin-bottom: 15rem;
  }

  :root .smd\:mb-64{
    margin-bottom: 16rem;
  }

  :root .smd\:mb-68{
    margin-bottom: 17rem;
  }

  :root .smd\:mb-72{
    margin-bottom: 18rem;
  }

  :root .smd\:mb-76{
    margin-bottom: 19rem;
  }

  :root .smd\:mb-80{
    margin-bottom: 20rem;
  }

  :root .smd\:mb-84{
    margin-bottom: 21rem;
  }

  :root .smd\:mb-88{
    margin-bottom: 22rem;
  }

  :root .smd\:mb-96{
    margin-bottom: 24rem;
  }

  :root .smd\:mb-112{
    margin-bottom: 28rem;
  }

  :root .smd\:mb-120{
    margin-bottom: 30rem;
  }

  :root .smd\:mb-140{
    margin-bottom: 35rem;
  }

  :root .smd\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root .smd\:mb-160{
    margin-bottom: 40rem;
  }

  :root .smd\:mb-220{
    margin-bottom: 55rem;
  }

  :root .smd\:mb-240{
    margin-bottom: 60rem;
  }

  :root .smd\:mb-300{
    margin-bottom: 75rem;
  }

  :root .smd\:mb-320{
    margin-bottom: 80rem;
  }

  :root .smd\:mb-auto{
    margin-bottom: auto;
  }

  :root .smd\:mb-px{
    margin-bottom: 1px;
  }

  :root .smd\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .smd\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .smd\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .smd\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .smd\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .smd\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .smd\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .smd\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .smd\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .smd\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .smd\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .smd\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .smd\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .smd\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .smd\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root .smd\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .smd\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .smd\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root .smd\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .smd\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root .smd\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root .smd\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .smd\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root .smd\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root .smd\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .smd\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root .smd\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .smd\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .smd\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .smd\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root .smd\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root .smd\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .smd\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .smd\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .smd\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root .smd\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .smd\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .smd\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .smd\:-mb-68{
    margin-bottom: -17rem;
  }

  :root .smd\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .smd\:-mb-76{
    margin-bottom: -19rem;
  }

  :root .smd\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .smd\:-mb-84{
    margin-bottom: -21rem;
  }

  :root .smd\:-mb-88{
    margin-bottom: -22rem;
  }

  :root .smd\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .smd\:-mb-112{
    margin-bottom: -28rem;
  }

  :root .smd\:-mb-120{
    margin-bottom: -30rem;
  }

  :root .smd\:-mb-140{
    margin-bottom: -35rem;
  }

  :root .smd\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root .smd\:-mb-160{
    margin-bottom: -40rem;
  }

  :root .smd\:-mb-220{
    margin-bottom: -55rem;
  }

  :root .smd\:-mb-240{
    margin-bottom: -60rem;
  }

  :root .smd\:-mb-300{
    margin-bottom: -75rem;
  }

  :root .smd\:-mb-320{
    margin-bottom: -80rem;
  }

  :root .smd\:-mb-px{
    margin-bottom: -1px;
  }

  :root .smd\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .smd\:ml-0{
    margin-left: 0;
  }

  :root .smd\:ml-1{
    margin-left: 0.25rem;
  }

  :root .smd\:ml-2{
    margin-left: 0.5rem;
  }

  :root .smd\:ml-3{
    margin-left: 0.75rem;
  }

  :root .smd\:ml-4{
    margin-left: 1rem;
  }

  :root .smd\:ml-5{
    margin-left: 1.25rem;
  }

  :root .smd\:ml-6{
    margin-left: 1.5rem;
  }

  :root .smd\:ml-7{
    margin-left: 1.75rem;
  }

  :root .smd\:ml-8{
    margin-left: 2rem;
  }

  :root .smd\:ml-9{
    margin-left: 2.25rem;
  }

  :root .smd\:ml-10{
    margin-left: 2.5rem;
  }

  :root .smd\:ml-11{
    margin-left: 2.75rem;
  }

  :root .smd\:ml-12{
    margin-left: 3rem;
  }

  :root .smd\:ml-13{
    margin-left: 3.25rem;
  }

  :root .smd\:ml-14{
    margin-left: 3.5rem;
  }

  :root .smd\:ml-16{
    margin-left: 4rem;
  }

  :root .smd\:ml-18{
    margin-left: 4.5rem;
  }

  :root .smd\:ml-20{
    margin-left: 5rem;
  }

  :root .smd\:ml-21{
    margin-left: 5.25rem;
  }

  :root .smd\:ml-22{
    margin-left: 5.5rem;
  }

  :root .smd\:ml-24{
    margin-left: 6rem;
  }

  :root .smd\:ml-26{
    margin-left: 6.5rem;
  }

  :root .smd\:ml-27{
    margin-left: 6.75rem;
  }

  :root .smd\:ml-28{
    margin-left: 7rem;
  }

  :root .smd\:ml-30{
    margin-left: 7.5rem;
  }

  :root .smd\:ml-32{
    margin-left: 8rem;
  }

  :root .smd\:ml-36{
    margin-left: 9rem;
  }

  :root .smd\:ml-40{
    margin-left: 10rem;
  }

  :root .smd\:ml-41{
    margin-left: 11.25rem;
  }

  :root .smd\:ml-42{
    margin-left: 11.5rem;
  }

  :root .smd\:ml-44{
    margin-left: 11rem;
  }

  :root .smd\:ml-48{
    margin-left: 12rem;
  }

  :root .smd\:ml-52{
    margin-left: 13rem;
  }

  :root .smd\:ml-54{
    margin-left: 13.5rem;
  }

  :root .smd\:ml-56{
    margin-left: 14rem;
  }

  :root .smd\:ml-60{
    margin-left: 15rem;
  }

  :root .smd\:ml-64{
    margin-left: 16rem;
  }

  :root .smd\:ml-68{
    margin-left: 17rem;
  }

  :root .smd\:ml-72{
    margin-left: 18rem;
  }

  :root .smd\:ml-76{
    margin-left: 19rem;
  }

  :root .smd\:ml-80{
    margin-left: 20rem;
  }

  :root .smd\:ml-84{
    margin-left: 21rem;
  }

  :root .smd\:ml-88{
    margin-left: 22rem;
  }

  :root .smd\:ml-96{
    margin-left: 24rem;
  }

  :root .smd\:ml-112{
    margin-left: 28rem;
  }

  :root .smd\:ml-120{
    margin-left: 30rem;
  }

  :root .smd\:ml-140{
    margin-left: 35rem;
  }

  :root .smd\:ml-150{
    margin-left: 37.5rem;
  }

  :root .smd\:ml-160{
    margin-left: 40rem;
  }

  :root .smd\:ml-220{
    margin-left: 55rem;
  }

  :root .smd\:ml-240{
    margin-left: 60rem;
  }

  :root .smd\:ml-300{
    margin-left: 75rem;
  }

  :root .smd\:ml-320{
    margin-left: 80rem;
  }

  :root .smd\:ml-auto{
    margin-left: auto;
  }

  :root .smd\:ml-px{
    margin-left: 1px;
  }

  :root .smd\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .smd\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .smd\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .smd\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .smd\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .smd\:-ml-4{
    margin-left: -1rem;
  }

  :root .smd\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .smd\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .smd\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .smd\:-ml-8{
    margin-left: -2rem;
  }

  :root .smd\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .smd\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .smd\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .smd\:-ml-12{
    margin-left: -3rem;
  }

  :root .smd\:-ml-13{
    margin-left: -3.25rem;
  }

  :root .smd\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .smd\:-ml-16{
    margin-left: -4rem;
  }

  :root .smd\:-ml-18{
    margin-left: -4.5rem;
  }

  :root .smd\:-ml-20{
    margin-left: -5rem;
  }

  :root .smd\:-ml-21{
    margin-left: -5.25rem;
  }

  :root .smd\:-ml-22{
    margin-left: -5.5rem;
  }

  :root .smd\:-ml-24{
    margin-left: -6rem;
  }

  :root .smd\:-ml-26{
    margin-left: -6.5rem;
  }

  :root .smd\:-ml-27{
    margin-left: -6.75rem;
  }

  :root .smd\:-ml-28{
    margin-left: -7rem;
  }

  :root .smd\:-ml-30{
    margin-left: -7.5rem;
  }

  :root .smd\:-ml-32{
    margin-left: -8rem;
  }

  :root .smd\:-ml-36{
    margin-left: -9rem;
  }

  :root .smd\:-ml-40{
    margin-left: -10rem;
  }

  :root .smd\:-ml-41{
    margin-left: -11.25rem;
  }

  :root .smd\:-ml-42{
    margin-left: -11.5rem;
  }

  :root .smd\:-ml-44{
    margin-left: -11rem;
  }

  :root .smd\:-ml-48{
    margin-left: -12rem;
  }

  :root .smd\:-ml-52{
    margin-left: -13rem;
  }

  :root .smd\:-ml-54{
    margin-left: -13.5rem;
  }

  :root .smd\:-ml-56{
    margin-left: -14rem;
  }

  :root .smd\:-ml-60{
    margin-left: -15rem;
  }

  :root .smd\:-ml-64{
    margin-left: -16rem;
  }

  :root .smd\:-ml-68{
    margin-left: -17rem;
  }

  :root .smd\:-ml-72{
    margin-left: -18rem;
  }

  :root .smd\:-ml-76{
    margin-left: -19rem;
  }

  :root .smd\:-ml-80{
    margin-left: -20rem;
  }

  :root .smd\:-ml-84{
    margin-left: -21rem;
  }

  :root .smd\:-ml-88{
    margin-left: -22rem;
  }

  :root .smd\:-ml-96{
    margin-left: -24rem;
  }

  :root .smd\:-ml-112{
    margin-left: -28rem;
  }

  :root .smd\:-ml-120{
    margin-left: -30rem;
  }

  :root .smd\:-ml-140{
    margin-left: -35rem;
  }

  :root .smd\:-ml-150{
    margin-left: -37.5rem;
  }

  :root .smd\:-ml-160{
    margin-left: -40rem;
  }

  :root .smd\:-ml-220{
    margin-left: -55rem;
  }

  :root .smd\:-ml-240{
    margin-left: -60rem;
  }

  :root .smd\:-ml-300{
    margin-left: -75rem;
  }

  :root .smd\:-ml-320{
    margin-left: -80rem;
  }

  :root .smd\:-ml-px{
    margin-left: -1px;
  }

  :root .smd\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .smd\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .smd\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-1.smd\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .smd\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-1.smd\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .smd\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .smd\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mr-1.smd\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .smd\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mr-1.smd\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .smd\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .smd\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mb-1.smd\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .smd\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mb-1.smd\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .smd\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .smd\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:ml-1.smd\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .smd\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-ml-1.smd\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .smd\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .smd\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-1.smd\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .smd\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-1.smd\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .smd\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .smd\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mr-1.smd\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .smd\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mr-1.smd\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .smd\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .smd\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mb-1.smd\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .smd\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mb-1.smd\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .smd\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .smd\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:ml-1.smd\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .smd\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-ml-1.smd\:5{
    margin-left: -0.375rem;
  }

  :root .smd\:box-border{
    box-sizing: border-box;
  }

  :root .smd\:box-content{
    box-sizing: content-box;
  }

  :root .smd\:block{
    display: block;
  }

  :root .smd\:inline-block{
    display: inline-block;
  }

  :root .smd\:inline{
    display: inline;
  }

  :root .smd\:flex{
    display: flex;
  }

  :root .smd\:inline-flex{
    display: inline-flex;
  }

  :root .smd\:table{
    display: table;
  }

  :root .smd\:inline-table{
    display: inline-table;
  }

  :root .smd\:table-caption{
    display: table-caption;
  }

  :root .smd\:table-cell{
    display: table-cell;
  }

  :root .smd\:table-column{
    display: table-column;
  }

  :root .smd\:table-column-group{
    display: table-column-group;
  }

  :root .smd\:table-footer-group{
    display: table-footer-group;
  }

  :root .smd\:table-header-group{
    display: table-header-group;
  }

  :root .smd\:table-row-group{
    display: table-row-group;
  }

  :root .smd\:table-row{
    display: table-row;
  }

  :root .smd\:flow-root{
    display: flow-root;
  }

  :root .smd\:grid{
    display: grid;
  }

  :root .smd\:inline-grid{
    display: inline-grid;
  }

  :root .smd\:contents{
    display: contents;
  }

  :root .smd\:list-item{
    display: list-item;
  }

  :root .smd\:hidden{
    display: none;
  }

  :root .smd\:h-0{
    height: 0;
  }

  :root .smd\:h-1{
    height: 0.25rem;
  }

  :root .smd\:h-2{
    height: 0.5rem;
  }

  :root .smd\:h-3{
    height: 0.75rem;
  }

  :root .smd\:h-4{
    height: 1rem;
  }

  :root .smd\:h-5{
    height: 1.25rem;
  }

  :root .smd\:h-6{
    height: 1.5rem;
  }

  :root .smd\:h-7{
    height: 1.75rem;
  }

  :root .smd\:h-8{
    height: 2rem;
  }

  :root .smd\:h-9{
    height: 2.25rem;
  }

  :root .smd\:h-10{
    height: 2.5rem;
  }

  :root .smd\:h-11{
    height: 2.75rem;
  }

  :root .smd\:h-12{
    height: 3rem;
  }

  :root .smd\:h-13{
    height: 3.25rem;
  }

  :root .smd\:h-14{
    height: 3.5rem;
  }

  :root .smd\:h-16{
    height: 4rem;
  }

  :root .smd\:h-18{
    height: 4.5rem;
  }

  :root .smd\:h-20{
    height: 5rem;
  }

  :root .smd\:h-21{
    height: 5.25rem;
  }

  :root .smd\:h-22{
    height: 5.5rem;
  }

  :root .smd\:h-24{
    height: 6rem;
  }

  :root .smd\:h-26{
    height: 6.5rem;
  }

  :root .smd\:h-27{
    height: 6.75rem;
  }

  :root .smd\:h-28{
    height: 7rem;
  }

  :root .smd\:h-30{
    height: 7.5rem;
  }

  :root .smd\:h-32{
    height: 8rem;
  }

  :root .smd\:h-36{
    height: 9rem;
  }

  :root .smd\:h-40{
    height: 10rem;
  }

  :root .smd\:h-41{
    height: 11.25rem;
  }

  :root .smd\:h-42{
    height: 11.5rem;
  }

  :root .smd\:h-44{
    height: 11rem;
  }

  :root .smd\:h-48{
    height: 12rem;
  }

  :root .smd\:h-52{
    height: 13rem;
  }

  :root .smd\:h-54{
    height: 13.5rem;
  }

  :root .smd\:h-56{
    height: 14rem;
  }

  :root .smd\:h-60{
    height: 15rem;
  }

  :root .smd\:h-64{
    height: 16rem;
  }

  :root .smd\:h-68{
    height: 17rem;
  }

  :root .smd\:h-72{
    height: 18rem;
  }

  :root .smd\:h-76{
    height: 19rem;
  }

  :root .smd\:h-80{
    height: 20rem;
  }

  :root .smd\:h-84{
    height: 21rem;
  }

  :root .smd\:h-88{
    height: 22rem;
  }

  :root .smd\:h-96{
    height: 24rem;
  }

  :root .smd\:h-112{
    height: 28rem;
  }

  :root .smd\:h-120{
    height: 30rem;
  }

  :root .smd\:h-140{
    height: 35rem;
  }

  :root .smd\:h-150{
    height: 37.5rem;
  }

  :root .smd\:h-160{
    height: 40rem;
  }

  :root .smd\:h-220{
    height: 55rem;
  }

  :root .smd\:h-240{
    height: 60rem;
  }

  :root .smd\:h-300{
    height: 75rem;
  }

  :root .smd\:h-320{
    height: 80rem;
  }

  :root .smd\:h-auto{
    height: auto;
  }

  :root .smd\:h-px{
    height: 1px;
  }

  :root .smd\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .smd\:h-1\.5{
    height: 0.375rem;
  }

  :root .smd\:h-full{
    height: 100%;
  }

  :root .smd\:h-screen{
    height: 100vh;
  }

  :root .smd\:h-fit{
    height: fit-content;
  }

  :root .smd\:max-h-0{
    max-height: 0;
  }

  :root .smd\:max-h-1{
    max-height: 0.25rem;
  }

  :root .smd\:max-h-2{
    max-height: 0.5rem;
  }

  :root .smd\:max-h-3{
    max-height: 0.75rem;
  }

  :root .smd\:max-h-4{
    max-height: 1rem;
  }

  :root .smd\:max-h-5{
    max-height: 1.25rem;
  }

  :root .smd\:max-h-6{
    max-height: 1.5rem;
  }

  :root .smd\:max-h-7{
    max-height: 1.75rem;
  }

  :root .smd\:max-h-8{
    max-height: 2rem;
  }

  :root .smd\:max-h-9{
    max-height: 2.25rem;
  }

  :root .smd\:max-h-10{
    max-height: 2.5rem;
  }

  :root .smd\:max-h-11{
    max-height: 2.75rem;
  }

  :root .smd\:max-h-12{
    max-height: 3rem;
  }

  :root .smd\:max-h-13{
    max-height: 3.25rem;
  }

  :root .smd\:max-h-14{
    max-height: 3.5rem;
  }

  :root .smd\:max-h-16{
    max-height: 4rem;
  }

  :root .smd\:max-h-18{
    max-height: 4.5rem;
  }

  :root .smd\:max-h-20{
    max-height: 5rem;
  }

  :root .smd\:max-h-21{
    max-height: 5.25rem;
  }

  :root .smd\:max-h-22{
    max-height: 5.5rem;
  }

  :root .smd\:max-h-24{
    max-height: 6rem;
  }

  :root .smd\:max-h-26{
    max-height: 6.5rem;
  }

  :root .smd\:max-h-27{
    max-height: 6.75rem;
  }

  :root .smd\:max-h-28{
    max-height: 7rem;
  }

  :root .smd\:max-h-30{
    max-height: 7.5rem;
  }

  :root .smd\:max-h-32{
    max-height: 8rem;
  }

  :root .smd\:max-h-36{
    max-height: 9rem;
  }

  :root .smd\:max-h-40{
    max-height: 10rem;
  }

  :root .smd\:max-h-41{
    max-height: 11.25rem;
  }

  :root .smd\:max-h-42{
    max-height: 11.5rem;
  }

  :root .smd\:max-h-44{
    max-height: 11rem;
  }

  :root .smd\:max-h-48{
    max-height: 12rem;
  }

  :root .smd\:max-h-52{
    max-height: 13rem;
  }

  :root .smd\:max-h-54{
    max-height: 13.5rem;
  }

  :root .smd\:max-h-56{
    max-height: 14rem;
  }

  :root .smd\:max-h-60{
    max-height: 15rem;
  }

  :root .smd\:max-h-64{
    max-height: 16rem;
  }

  :root .smd\:max-h-68{
    max-height: 17rem;
  }

  :root .smd\:max-h-72{
    max-height: 18rem;
  }

  :root .smd\:max-h-76{
    max-height: 19rem;
  }

  :root .smd\:max-h-80{
    max-height: 20rem;
  }

  :root .smd\:max-h-84{
    max-height: 21rem;
  }

  :root .smd\:max-h-88{
    max-height: 22rem;
  }

  :root .smd\:max-h-96{
    max-height: 24rem;
  }

  :root .smd\:max-h-112{
    max-height: 28rem;
  }

  :root .smd\:max-h-120{
    max-height: 30rem;
  }

  :root .smd\:max-h-140{
    max-height: 35rem;
  }

  :root .smd\:max-h-150{
    max-height: 37.5rem;
  }

  :root .smd\:max-h-160{
    max-height: 40rem;
  }

  :root .smd\:max-h-220{
    max-height: 55rem;
  }

  :root .smd\:max-h-240{
    max-height: 60rem;
  }

  :root .smd\:max-h-300{
    max-height: 75rem;
  }

  :root .smd\:max-h-320{
    max-height: 80rem;
  }

  :root .smd\:max-h-full{
    max-height: 100%;
  }

  :root .smd\:max-h-screen{
    max-height: 100vh;
  }

  :root .smd\:max-h-px{
    max-height: 1px;
  }

  :root .smd\:max-h-gutter{
    max-height: var(--padding-gutter);
  }

  :root .smd\:max-h-1\.5{
    max-height: 0.375rem;
  }

  :root .smd\:min-h-0{
    min-height: 0;
  }

  :root .smd\:min-h-1{
    min-height: 0.25rem;
  }

  :root .smd\:min-h-2{
    min-height: 0.5rem;
  }

  :root .smd\:min-h-3{
    min-height: 0.75rem;
  }

  :root .smd\:min-h-4{
    min-height: 1rem;
  }

  :root .smd\:min-h-5{
    min-height: 1.25rem;
  }

  :root .smd\:min-h-6{
    min-height: 1.5rem;
  }

  :root .smd\:min-h-7{
    min-height: 1.75rem;
  }

  :root .smd\:min-h-8{
    min-height: 2rem;
  }

  :root .smd\:min-h-9{
    min-height: 2.25rem;
  }

  :root .smd\:min-h-10{
    min-height: 2.5rem;
  }

  :root .smd\:min-h-11{
    min-height: 2.75rem;
  }

  :root .smd\:min-h-12{
    min-height: 3rem;
  }

  :root .smd\:min-h-13{
    min-height: 3.25rem;
  }

  :root .smd\:min-h-14{
    min-height: 3.5rem;
  }

  :root .smd\:min-h-16{
    min-height: 4rem;
  }

  :root .smd\:min-h-18{
    min-height: 4.5rem;
  }

  :root .smd\:min-h-20{
    min-height: 5rem;
  }

  :root .smd\:min-h-21{
    min-height: 5.25rem;
  }

  :root .smd\:min-h-22{
    min-height: 5.5rem;
  }

  :root .smd\:min-h-24{
    min-height: 6rem;
  }

  :root .smd\:min-h-26{
    min-height: 6.5rem;
  }

  :root .smd\:min-h-27{
    min-height: 6.75rem;
  }

  :root .smd\:min-h-28{
    min-height: 7rem;
  }

  :root .smd\:min-h-30{
    min-height: 7.5rem;
  }

  :root .smd\:min-h-32{
    min-height: 8rem;
  }

  :root .smd\:min-h-36{
    min-height: 9rem;
  }

  :root .smd\:min-h-40{
    min-height: 10rem;
  }

  :root .smd\:min-h-41{
    min-height: 11.25rem;
  }

  :root .smd\:min-h-42{
    min-height: 11.5rem;
  }

  :root .smd\:min-h-44{
    min-height: 11rem;
  }

  :root .smd\:min-h-48{
    min-height: 12rem;
  }

  :root .smd\:min-h-52{
    min-height: 13rem;
  }

  :root .smd\:min-h-54{
    min-height: 13.5rem;
  }

  :root .smd\:min-h-56{
    min-height: 14rem;
  }

  :root .smd\:min-h-60{
    min-height: 15rem;
  }

  :root .smd\:min-h-64{
    min-height: 16rem;
  }

  :root .smd\:min-h-68{
    min-height: 17rem;
  }

  :root .smd\:min-h-72{
    min-height: 18rem;
  }

  :root .smd\:min-h-76{
    min-height: 19rem;
  }

  :root .smd\:min-h-80{
    min-height: 20rem;
  }

  :root .smd\:min-h-84{
    min-height: 21rem;
  }

  :root .smd\:min-h-88{
    min-height: 22rem;
  }

  :root .smd\:min-h-96{
    min-height: 24rem;
  }

  :root .smd\:min-h-112{
    min-height: 28rem;
  }

  :root .smd\:min-h-120{
    min-height: 30rem;
  }

  :root .smd\:min-h-140{
    min-height: 35rem;
  }

  :root .smd\:min-h-150{
    min-height: 37.5rem;
  }

  :root .smd\:min-h-160{
    min-height: 40rem;
  }

  :root .smd\:min-h-220{
    min-height: 55rem;
  }

  :root .smd\:min-h-240{
    min-height: 60rem;
  }

  :root .smd\:min-h-300{
    min-height: 75rem;
  }

  :root .smd\:min-h-320{
    min-height: 80rem;
  }

  :root .smd\:min-h-full{
    min-height: 100%;
  }

  :root .smd\:min-h-screen{
    min-height: 100vh;
  }

  :root .smd\:min-h-px{
    min-height: 1px;
  }

  :root .smd\:min-h-gutter{
    min-height: var(--padding-gutter);
  }

  :root .smd\:min-h-1\.5{
    min-height: 0.375rem;
  }

  :root .smd\:w-0{
    width: 0;
  }

  :root .smd\:w-1{
    width: 0.25rem;
  }

  :root .smd\:w-2{
    width: 0.5rem;
  }

  :root .smd\:w-3{
    width: 0.75rem;
  }

  :root .smd\:w-4{
    width: 1rem;
  }

  :root .smd\:w-5{
    width: 1.25rem;
  }

  :root .smd\:w-6{
    width: 1.5rem;
  }

  :root .smd\:w-7{
    width: 1.75rem;
  }

  :root .smd\:w-8{
    width: 2rem;
  }

  :root .smd\:w-9{
    width: 2.25rem;
  }

  :root .smd\:w-10{
    width: 2.5rem;
  }

  :root .smd\:w-11{
    width: 2.75rem;
  }

  :root .smd\:w-12{
    width: 3rem;
  }

  :root .smd\:w-13{
    width: 3.25rem;
  }

  :root .smd\:w-14{
    width: 3.5rem;
  }

  :root .smd\:w-16{
    width: 4rem;
  }

  :root .smd\:w-18{
    width: 4.5rem;
  }

  :root .smd\:w-20{
    width: 5rem;
  }

  :root .smd\:w-21{
    width: 5.25rem;
  }

  :root .smd\:w-22{
    width: 5.5rem;
  }

  :root .smd\:w-24{
    width: 6rem;
  }

  :root .smd\:w-26{
    width: 6.5rem;
  }

  :root .smd\:w-27{
    width: 6.75rem;
  }

  :root .smd\:w-28{
    width: 7rem;
  }

  :root .smd\:w-30{
    width: 7.5rem;
  }

  :root .smd\:w-32{
    width: 8rem;
  }

  :root .smd\:w-36{
    width: 9rem;
  }

  :root .smd\:w-40{
    width: 10rem;
  }

  :root .smd\:w-41{
    width: 11.25rem;
  }

  :root .smd\:w-42{
    width: 11.5rem;
  }

  :root .smd\:w-44{
    width: 11rem;
  }

  :root .smd\:w-48{
    width: 12rem;
  }

  :root .smd\:w-52{
    width: 13rem;
  }

  :root .smd\:w-54{
    width: 13.5rem;
  }

  :root .smd\:w-56{
    width: 14rem;
  }

  :root .smd\:w-60{
    width: 15rem;
  }

  :root .smd\:w-64{
    width: 16rem;
  }

  :root .smd\:w-68{
    width: 17rem;
  }

  :root .smd\:w-72{
    width: 18rem;
  }

  :root .smd\:w-76{
    width: 19rem;
  }

  :root .smd\:w-80{
    width: 20rem;
  }

  :root .smd\:w-84{
    width: 21rem;
  }

  :root .smd\:w-88{
    width: 22rem;
  }

  :root .smd\:w-96{
    width: 24rem;
  }

  :root .smd\:w-112{
    width: 28rem;
  }

  :root .smd\:w-120{
    width: 30rem;
  }

  :root .smd\:w-140{
    width: 35rem;
  }

  :root .smd\:w-150{
    width: 37.5rem;
  }

  :root .smd\:w-160{
    width: 40rem;
  }

  :root .smd\:w-220{
    width: 55rem;
  }

  :root .smd\:w-240{
    width: 60rem;
  }

  :root .smd\:w-300{
    width: 75rem;
  }

  :root .smd\:w-320{
    width: 80rem;
  }

  :root .smd\:w-auto{
    width: auto;
  }

  :root .smd\:w-px{
    width: 1px;
  }

  :root .smd\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .smd\:w-1\.5{
    width: 0.375rem;
  }

  :root .smd\:w-1\/2{
    width: 50%;
  }

  :root .smd\:w-1\/3{
    width: 33.333333%;
  }

  :root .smd\:w-2\/3{
    width: 66.666667%;
  }

  :root .smd\:w-1\/4{
    width: 25%;
  }

  :root .smd\:w-2\/4{
    width: 50%;
  }

  :root .smd\:w-3\/4{
    width: 75%;
  }

  :root .smd\:w-1\/5{
    width: 20%;
  }

  :root .smd\:w-2\/5{
    width: 40%;
  }

  :root .smd\:w-3\/5{
    width: 60%;
  }

  :root .smd\:w-4\/5{
    width: 80%;
  }

  :root .smd\:w-1\/6{
    width: 16.666667%;
  }

  :root .smd\:w-2\/6{
    width: 33.333333%;
  }

  :root .smd\:w-3\/6{
    width: 50%;
  }

  :root .smd\:w-4\/6{
    width: 66.666667%;
  }

  :root .smd\:w-5\/6{
    width: 83.333333%;
  }

  :root .smd\:w-1\/12{
    width: 8.333333%;
  }

  :root .smd\:w-2\/12{
    width: 16.666667%;
  }

  :root .smd\:w-3\/12{
    width: 25%;
  }

  :root .smd\:w-4\/12{
    width: 33.333333%;
  }

  :root .smd\:w-5\/12{
    width: 41.666667%;
  }

  :root .smd\:w-6\/12{
    width: 50%;
  }

  :root .smd\:w-7\/12{
    width: 58.333333%;
  }

  :root .smd\:w-8\/12{
    width: 66.666667%;
  }

  :root .smd\:w-9\/12{
    width: 75%;
  }

  :root .smd\:w-10\/12{
    width: 83.333333%;
  }

  :root .smd\:w-11\/12{
    width: 91.666667%;
  }

  :root .smd\:w-full{
    width: 100%;
  }

  :root .smd\:w-screen{
    width: 100vw;
  }

  :root .smd\:w-fit{
    width: fit-content;
  }

  :root .smd\:min-w-0{
    min-width: 0;
  }

  :root .smd\:min-w-1{
    min-width: 0.25rem;
  }

  :root .smd\:min-w-2{
    min-width: 0.5rem;
  }

  :root .smd\:min-w-3{
    min-width: 0.75rem;
  }

  :root .smd\:min-w-4{
    min-width: 1rem;
  }

  :root .smd\:min-w-5{
    min-width: 1.25rem;
  }

  :root .smd\:min-w-6{
    min-width: 1.5rem;
  }

  :root .smd\:min-w-7{
    min-width: 1.75rem;
  }

  :root .smd\:min-w-8{
    min-width: 2rem;
  }

  :root .smd\:min-w-9{
    min-width: 2.25rem;
  }

  :root .smd\:min-w-10{
    min-width: 2.5rem;
  }

  :root .smd\:min-w-11{
    min-width: 2.75rem;
  }

  :root .smd\:min-w-12{
    min-width: 3rem;
  }

  :root .smd\:min-w-13{
    min-width: 3.25rem;
  }

  :root .smd\:min-w-14{
    min-width: 3.5rem;
  }

  :root .smd\:min-w-16{
    min-width: 4rem;
  }

  :root .smd\:min-w-18{
    min-width: 4.5rem;
  }

  :root .smd\:min-w-20{
    min-width: 5rem;
  }

  :root .smd\:min-w-21{
    min-width: 5.25rem;
  }

  :root .smd\:min-w-22{
    min-width: 5.5rem;
  }

  :root .smd\:min-w-24{
    min-width: 6rem;
  }

  :root .smd\:min-w-26{
    min-width: 6.5rem;
  }

  :root .smd\:min-w-27{
    min-width: 6.75rem;
  }

  :root .smd\:min-w-28{
    min-width: 7rem;
  }

  :root .smd\:min-w-30{
    min-width: 7.5rem;
  }

  :root .smd\:min-w-32{
    min-width: 8rem;
  }

  :root .smd\:min-w-36{
    min-width: 9rem;
  }

  :root .smd\:min-w-40{
    min-width: 10rem;
  }

  :root .smd\:min-w-41{
    min-width: 11.25rem;
  }

  :root .smd\:min-w-42{
    min-width: 11.5rem;
  }

  :root .smd\:min-w-44{
    min-width: 11rem;
  }

  :root .smd\:min-w-48{
    min-width: 12rem;
  }

  :root .smd\:min-w-52{
    min-width: 13rem;
  }

  :root .smd\:min-w-54{
    min-width: 13.5rem;
  }

  :root .smd\:min-w-56{
    min-width: 14rem;
  }

  :root .smd\:min-w-60{
    min-width: 15rem;
  }

  :root .smd\:min-w-64{
    min-width: 16rem;
  }

  :root .smd\:min-w-68{
    min-width: 17rem;
  }

  :root .smd\:min-w-72{
    min-width: 18rem;
  }

  :root .smd\:min-w-76{
    min-width: 19rem;
  }

  :root .smd\:min-w-80{
    min-width: 20rem;
  }

  :root .smd\:min-w-84{
    min-width: 21rem;
  }

  :root .smd\:min-w-88{
    min-width: 22rem;
  }

  :root .smd\:min-w-96{
    min-width: 24rem;
  }

  :root .smd\:min-w-112{
    min-width: 28rem;
  }

  :root .smd\:min-w-120{
    min-width: 30rem;
  }

  :root .smd\:min-w-140{
    min-width: 35rem;
  }

  :root .smd\:min-w-150{
    min-width: 37.5rem;
  }

  :root .smd\:min-w-160{
    min-width: 40rem;
  }

  :root .smd\:min-w-220{
    min-width: 55rem;
  }

  :root .smd\:min-w-240{
    min-width: 60rem;
  }

  :root .smd\:min-w-300{
    min-width: 75rem;
  }

  :root .smd\:min-w-320{
    min-width: 80rem;
  }

  :root .smd\:min-w-full{
    min-width: 100%;
  }

  :root .smd\:min-w-px{
    min-width: 1px;
  }

  :root .smd\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .smd\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .smd\:max-w-0{
    max-width: 0;
  }

  :root .smd\:max-w-1{
    max-width: 0.25rem;
  }

  :root .smd\:max-w-2{
    max-width: 0.5rem;
  }

  :root .smd\:max-w-3{
    max-width: 0.75rem;
  }

  :root .smd\:max-w-4{
    max-width: 1rem;
  }

  :root .smd\:max-w-5{
    max-width: 1.25rem;
  }

  :root .smd\:max-w-6{
    max-width: 1.5rem;
  }

  :root .smd\:max-w-7{
    max-width: 1.75rem;
  }

  :root .smd\:max-w-8{
    max-width: 2rem;
  }

  :root .smd\:max-w-9{
    max-width: 2.25rem;
  }

  :root .smd\:max-w-10{
    max-width: 2.5rem;
  }

  :root .smd\:max-w-11{
    max-width: 2.75rem;
  }

  :root .smd\:max-w-12{
    max-width: 3rem;
  }

  :root .smd\:max-w-13{
    max-width: 3.25rem;
  }

  :root .smd\:max-w-14{
    max-width: 3.5rem;
  }

  :root .smd\:max-w-16{
    max-width: 4rem;
  }

  :root .smd\:max-w-18{
    max-width: 4.5rem;
  }

  :root .smd\:max-w-20{
    max-width: 5rem;
  }

  :root .smd\:max-w-21{
    max-width: 5.25rem;
  }

  :root .smd\:max-w-22{
    max-width: 5.5rem;
  }

  :root .smd\:max-w-24{
    max-width: 6rem;
  }

  :root .smd\:max-w-26{
    max-width: 6.5rem;
  }

  :root .smd\:max-w-27{
    max-width: 6.75rem;
  }

  :root .smd\:max-w-28{
    max-width: 7rem;
  }

  :root .smd\:max-w-30{
    max-width: 7.5rem;
  }

  :root .smd\:max-w-32{
    max-width: 8rem;
  }

  :root .smd\:max-w-36{
    max-width: 9rem;
  }

  :root .smd\:max-w-40{
    max-width: 10rem;
  }

  :root .smd\:max-w-41{
    max-width: 11.25rem;
  }

  :root .smd\:max-w-42{
    max-width: 11.5rem;
  }

  :root .smd\:max-w-44{
    max-width: 11rem;
  }

  :root .smd\:max-w-48{
    max-width: 12rem;
  }

  :root .smd\:max-w-52{
    max-width: 13rem;
  }

  :root .smd\:max-w-54{
    max-width: 13.5rem;
  }

  :root .smd\:max-w-56{
    max-width: 14rem;
  }

  :root .smd\:max-w-60{
    max-width: 15rem;
  }

  :root .smd\:max-w-64{
    max-width: 16rem;
  }

  :root .smd\:max-w-68{
    max-width: 17rem;
  }

  :root .smd\:max-w-72{
    max-width: 18rem;
  }

  :root .smd\:max-w-76{
    max-width: 19rem;
  }

  :root .smd\:max-w-80{
    max-width: 20rem;
  }

  :root .smd\:max-w-84{
    max-width: 21rem;
  }

  :root .smd\:max-w-88{
    max-width: 22rem;
  }

  :root .smd\:max-w-96{
    max-width: 24rem;
  }

  :root .smd\:max-w-112{
    max-width: 28rem;
  }

  :root .smd\:max-w-120{
    max-width: 30rem;
  }

  :root .smd\:max-w-140{
    max-width: 35rem;
  }

  :root .smd\:max-w-150{
    max-width: 37.5rem;
  }

  :root .smd\:max-w-160{
    max-width: 40rem;
  }

  :root .smd\:max-w-220{
    max-width: 55rem;
  }

  :root .smd\:max-w-240{
    max-width: 60rem;
  }

  :root .smd\:max-w-300{
    max-width: 75rem;
  }

  :root .smd\:max-w-320{
    max-width: 80rem;
  }

  :root .smd\:max-w-screen-80{
    max-width: 80rem;
  }

  :root .smd\:max-w-screen-96{
    max-width: 96rem;
  }

  :root .smd\:max-w-screen-160{
    max-width: 160rem;
  }

  :root .smd\:max-w-full{
    max-width: 100%;
  }

  :root .smd\:max-w-px{
    max-width: 1px;
  }

  :root .smd\:max-w-gutter{
    max-width: var(--padding-gutter);
  }

  :root .smd\:max-w-1\.5{
    max-width: 0.375rem;
  }

  :root .smd\:flex-1{
    flex: 1 1 0%;
  }

  :root .smd\:flex-auto{
    flex: 1 1 auto;
  }

  :root .smd\:flex-initial{
    flex: 0 1 auto;
  }

  :root .smd\:flex-none{
    flex: none;
  }

  :root .smd\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .smd\:flex-shrink{
    flex-shrink: 1;
  }

  :root .smd\:flex-grow-0{
    flex-grow: 0;
  }

  :root .smd\:flex-grow{
    flex-grow: 1;
  }

  :root .smd\:table-auto{
    table-layout: auto;
  }

  :root .smd\:table-fixed{
    table-layout: fixed;
  }

  :root .smd\:border-collapse{
    border-collapse: collapse;
  }

  :root .smd\:border-separate{
    border-collapse: separate;
  }

  :root .smd\:origin-center{
    transform-origin: center;
  }

  :root .smd\:origin-top{
    transform-origin: top;
  }

  :root .smd\:origin-top-right{
    transform-origin: top right;
  }

  :root .smd\:origin-right{
    transform-origin: right;
  }

  :root .smd\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .smd\:origin-bottom{
    transform-origin: bottom;
  }

  :root .smd\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .smd\:origin-left{
    transform-origin: left;
  }

  :root .smd\:origin-top-left{
    transform-origin: top left;
  }

  :root .smd\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .smd\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .smd\:transform-none{
    transform: none;
  }

  :root .smd\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .smd\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .smd\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .smd\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .smd\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .smd\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .smd\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .smd\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .smd\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .smd\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .smd\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .smd\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .smd\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .smd\:translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  :root .smd\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .smd\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .smd\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  :root .smd\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .smd\:translate-x-21{
    --tw-translate-x: 5.25rem;
  }

  :root .smd\:translate-x-22{
    --tw-translate-x: 5.5rem;
  }

  :root .smd\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .smd\:translate-x-26{
    --tw-translate-x: 6.5rem;
  }

  :root .smd\:translate-x-27{
    --tw-translate-x: 6.75rem;
  }

  :root .smd\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .smd\:translate-x-30{
    --tw-translate-x: 7.5rem;
  }

  :root .smd\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .smd\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .smd\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .smd\:translate-x-41{
    --tw-translate-x: 11.25rem;
  }

  :root .smd\:translate-x-42{
    --tw-translate-x: 11.5rem;
  }

  :root .smd\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .smd\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .smd\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .smd\:translate-x-54{
    --tw-translate-x: 13.5rem;
  }

  :root .smd\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .smd\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .smd\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .smd\:translate-x-68{
    --tw-translate-x: 17rem;
  }

  :root .smd\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .smd\:translate-x-76{
    --tw-translate-x: 19rem;
  }

  :root .smd\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .smd\:translate-x-84{
    --tw-translate-x: 21rem;
  }

  :root .smd\:translate-x-88{
    --tw-translate-x: 22rem;
  }

  :root .smd\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .smd\:translate-x-112{
    --tw-translate-x: 28rem;
  }

  :root .smd\:translate-x-120{
    --tw-translate-x: 30rem;
  }

  :root .smd\:translate-x-140{
    --tw-translate-x: 35rem;
  }

  :root .smd\:translate-x-150{
    --tw-translate-x: 37.5rem;
  }

  :root .smd\:translate-x-160{
    --tw-translate-x: 40rem;
  }

  :root .smd\:translate-x-220{
    --tw-translate-x: 55rem;
  }

  :root .smd\:translate-x-240{
    --tw-translate-x: 60rem;
  }

  :root .smd\:translate-x-300{
    --tw-translate-x: 75rem;
  }

  :root .smd\:translate-x-320{
    --tw-translate-x: 80rem;
  }

  :root .smd\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .smd\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .smd\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .smd\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .smd\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .smd\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .smd\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .smd\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .smd\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .smd\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .smd\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .smd\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .smd\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .smd\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .smd\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .smd\:-translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  :root .smd\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .smd\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .smd\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  :root .smd\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .smd\:-translate-x-21{
    --tw-translate-x: -5.25rem;
  }

  :root .smd\:-translate-x-22{
    --tw-translate-x: -5.5rem;
  }

  :root .smd\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .smd\:-translate-x-26{
    --tw-translate-x: -6.5rem;
  }

  :root .smd\:-translate-x-27{
    --tw-translate-x: -6.75rem;
  }

  :root .smd\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .smd\:-translate-x-30{
    --tw-translate-x: -7.5rem;
  }

  :root .smd\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .smd\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .smd\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .smd\:-translate-x-41{
    --tw-translate-x: -11.25rem;
  }

  :root .smd\:-translate-x-42{
    --tw-translate-x: -11.5rem;
  }

  :root .smd\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .smd\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .smd\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .smd\:-translate-x-54{
    --tw-translate-x: -13.5rem;
  }

  :root .smd\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .smd\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .smd\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .smd\:-translate-x-68{
    --tw-translate-x: -17rem;
  }

  :root .smd\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .smd\:-translate-x-76{
    --tw-translate-x: -19rem;
  }

  :root .smd\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .smd\:-translate-x-84{
    --tw-translate-x: -21rem;
  }

  :root .smd\:-translate-x-88{
    --tw-translate-x: -22rem;
  }

  :root .smd\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .smd\:-translate-x-112{
    --tw-translate-x: -28rem;
  }

  :root .smd\:-translate-x-120{
    --tw-translate-x: -30rem;
  }

  :root .smd\:-translate-x-140{
    --tw-translate-x: -35rem;
  }

  :root .smd\:-translate-x-150{
    --tw-translate-x: -37.5rem;
  }

  :root .smd\:-translate-x-160{
    --tw-translate-x: -40rem;
  }

  :root .smd\:-translate-x-220{
    --tw-translate-x: -55rem;
  }

  :root .smd\:-translate-x-240{
    --tw-translate-x: -60rem;
  }

  :root .smd\:-translate-x-300{
    --tw-translate-x: -75rem;
  }

  :root .smd\:-translate-x-320{
    --tw-translate-x: -80rem;
  }

  :root .smd\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .smd\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .smd\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .smd\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .smd\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .smd\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .smd\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .smd\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .smd\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .smd\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .smd\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .smd\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .smd\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .smd\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .smd\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .smd\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .smd\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .smd\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .smd\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .smd\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .smd\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .smd\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .smd\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .smd\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .smd\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .smd\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .smd\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .smd\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .smd\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .smd\:translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  :root .smd\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .smd\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .smd\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  :root .smd\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .smd\:translate-y-21{
    --tw-translate-y: 5.25rem;
  }

  :root .smd\:translate-y-22{
    --tw-translate-y: 5.5rem;
  }

  :root .smd\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .smd\:translate-y-26{
    --tw-translate-y: 6.5rem;
  }

  :root .smd\:translate-y-27{
    --tw-translate-y: 6.75rem;
  }

  :root .smd\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .smd\:translate-y-30{
    --tw-translate-y: 7.5rem;
  }

  :root .smd\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .smd\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .smd\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .smd\:translate-y-41{
    --tw-translate-y: 11.25rem;
  }

  :root .smd\:translate-y-42{
    --tw-translate-y: 11.5rem;
  }

  :root .smd\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .smd\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .smd\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .smd\:translate-y-54{
    --tw-translate-y: 13.5rem;
  }

  :root .smd\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .smd\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .smd\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .smd\:translate-y-68{
    --tw-translate-y: 17rem;
  }

  :root .smd\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .smd\:translate-y-76{
    --tw-translate-y: 19rem;
  }

  :root .smd\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .smd\:translate-y-84{
    --tw-translate-y: 21rem;
  }

  :root .smd\:translate-y-88{
    --tw-translate-y: 22rem;
  }

  :root .smd\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .smd\:translate-y-112{
    --tw-translate-y: 28rem;
  }

  :root .smd\:translate-y-120{
    --tw-translate-y: 30rem;
  }

  :root .smd\:translate-y-140{
    --tw-translate-y: 35rem;
  }

  :root .smd\:translate-y-150{
    --tw-translate-y: 37.5rem;
  }

  :root .smd\:translate-y-160{
    --tw-translate-y: 40rem;
  }

  :root .smd\:translate-y-220{
    --tw-translate-y: 55rem;
  }

  :root .smd\:translate-y-240{
    --tw-translate-y: 60rem;
  }

  :root .smd\:translate-y-300{
    --tw-translate-y: 75rem;
  }

  :root .smd\:translate-y-320{
    --tw-translate-y: 80rem;
  }

  :root .smd\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .smd\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .smd\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .smd\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .smd\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .smd\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .smd\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .smd\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .smd\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .smd\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .smd\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .smd\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .smd\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .smd\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .smd\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .smd\:-translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  :root .smd\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .smd\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .smd\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  :root .smd\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .smd\:-translate-y-21{
    --tw-translate-y: -5.25rem;
  }

  :root .smd\:-translate-y-22{
    --tw-translate-y: -5.5rem;
  }

  :root .smd\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .smd\:-translate-y-26{
    --tw-translate-y: -6.5rem;
  }

  :root .smd\:-translate-y-27{
    --tw-translate-y: -6.75rem;
  }

  :root .smd\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .smd\:-translate-y-30{
    --tw-translate-y: -7.5rem;
  }

  :root .smd\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .smd\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .smd\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .smd\:-translate-y-41{
    --tw-translate-y: -11.25rem;
  }

  :root .smd\:-translate-y-42{
    --tw-translate-y: -11.5rem;
  }

  :root .smd\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .smd\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .smd\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .smd\:-translate-y-54{
    --tw-translate-y: -13.5rem;
  }

  :root .smd\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .smd\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .smd\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .smd\:-translate-y-68{
    --tw-translate-y: -17rem;
  }

  :root .smd\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .smd\:-translate-y-76{
    --tw-translate-y: -19rem;
  }

  :root .smd\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .smd\:-translate-y-84{
    --tw-translate-y: -21rem;
  }

  :root .smd\:-translate-y-88{
    --tw-translate-y: -22rem;
  }

  :root .smd\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .smd\:-translate-y-112{
    --tw-translate-y: -28rem;
  }

  :root .smd\:-translate-y-120{
    --tw-translate-y: -30rem;
  }

  :root .smd\:-translate-y-140{
    --tw-translate-y: -35rem;
  }

  :root .smd\:-translate-y-150{
    --tw-translate-y: -37.5rem;
  }

  :root .smd\:-translate-y-160{
    --tw-translate-y: -40rem;
  }

  :root .smd\:-translate-y-220{
    --tw-translate-y: -55rem;
  }

  :root .smd\:-translate-y-240{
    --tw-translate-y: -60rem;
  }

  :root .smd\:-translate-y-300{
    --tw-translate-y: -75rem;
  }

  :root .smd\:-translate-y-320{
    --tw-translate-y: -80rem;
  }

  :root .smd\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .smd\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .smd\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .smd\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .smd\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .smd\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .smd\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .smd\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .smd\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .smd\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .smd\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .smd\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .smd\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .smd\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .smd\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .smd\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .smd\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .smd\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .smd\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .smd\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .smd\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .smd\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .smd\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .smd\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .smd\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .smd\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .smd\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .smd\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .smd\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .smd\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  :root .smd\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .smd\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .smd\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  :root .smd\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .smd\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.25rem;
  }

  :root .smd\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.5rem;
  }

  :root .smd\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .smd\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.5rem;
  }

  :root .smd\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.75rem;
  }

  :root .smd\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .smd\:hover\:translate-x-30:hover{
    --tw-translate-x: 7.5rem;
  }

  :root .smd\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .smd\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .smd\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .smd\:hover\:translate-x-41:hover{
    --tw-translate-x: 11.25rem;
  }

  :root .smd\:hover\:translate-x-42:hover{
    --tw-translate-x: 11.5rem;
  }

  :root .smd\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .smd\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .smd\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .smd\:hover\:translate-x-54:hover{
    --tw-translate-x: 13.5rem;
  }

  :root .smd\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .smd\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .smd\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .smd\:hover\:translate-x-68:hover{
    --tw-translate-x: 17rem;
  }

  :root .smd\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .smd\:hover\:translate-x-76:hover{
    --tw-translate-x: 19rem;
  }

  :root .smd\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .smd\:hover\:translate-x-84:hover{
    --tw-translate-x: 21rem;
  }

  :root .smd\:hover\:translate-x-88:hover{
    --tw-translate-x: 22rem;
  }

  :root .smd\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .smd\:hover\:translate-x-112:hover{
    --tw-translate-x: 28rem;
  }

  :root .smd\:hover\:translate-x-120:hover{
    --tw-translate-x: 30rem;
  }

  :root .smd\:hover\:translate-x-140:hover{
    --tw-translate-x: 35rem;
  }

  :root .smd\:hover\:translate-x-150:hover{
    --tw-translate-x: 37.5rem;
  }

  :root .smd\:hover\:translate-x-160:hover{
    --tw-translate-x: 40rem;
  }

  :root .smd\:hover\:translate-x-220:hover{
    --tw-translate-x: 55rem;
  }

  :root .smd\:hover\:translate-x-240:hover{
    --tw-translate-x: 60rem;
  }

  :root .smd\:hover\:translate-x-300:hover{
    --tw-translate-x: 75rem;
  }

  :root .smd\:hover\:translate-x-320:hover{
    --tw-translate-x: 80rem;
  }

  :root .smd\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .smd\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .smd\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .smd\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .smd\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .smd\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .smd\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .smd\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .smd\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .smd\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .smd\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .smd\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .smd\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .smd\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .smd\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .smd\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  :root .smd\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .smd\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .smd\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  :root .smd\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .smd\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.25rem;
  }

  :root .smd\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.5rem;
  }

  :root .smd\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .smd\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.5rem;
  }

  :root .smd\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.75rem;
  }

  :root .smd\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .smd\:hover\:-translate-x-30:hover{
    --tw-translate-x: -7.5rem;
  }

  :root .smd\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .smd\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .smd\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .smd\:hover\:-translate-x-41:hover{
    --tw-translate-x: -11.25rem;
  }

  :root .smd\:hover\:-translate-x-42:hover{
    --tw-translate-x: -11.5rem;
  }

  :root .smd\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .smd\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .smd\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .smd\:hover\:-translate-x-54:hover{
    --tw-translate-x: -13.5rem;
  }

  :root .smd\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .smd\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .smd\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .smd\:hover\:-translate-x-68:hover{
    --tw-translate-x: -17rem;
  }

  :root .smd\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .smd\:hover\:-translate-x-76:hover{
    --tw-translate-x: -19rem;
  }

  :root .smd\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .smd\:hover\:-translate-x-84:hover{
    --tw-translate-x: -21rem;
  }

  :root .smd\:hover\:-translate-x-88:hover{
    --tw-translate-x: -22rem;
  }

  :root .smd\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .smd\:hover\:-translate-x-112:hover{
    --tw-translate-x: -28rem;
  }

  :root .smd\:hover\:-translate-x-120:hover{
    --tw-translate-x: -30rem;
  }

  :root .smd\:hover\:-translate-x-140:hover{
    --tw-translate-x: -35rem;
  }

  :root .smd\:hover\:-translate-x-150:hover{
    --tw-translate-x: -37.5rem;
  }

  :root .smd\:hover\:-translate-x-160:hover{
    --tw-translate-x: -40rem;
  }

  :root .smd\:hover\:-translate-x-220:hover{
    --tw-translate-x: -55rem;
  }

  :root .smd\:hover\:-translate-x-240:hover{
    --tw-translate-x: -60rem;
  }

  :root .smd\:hover\:-translate-x-300:hover{
    --tw-translate-x: -75rem;
  }

  :root .smd\:hover\:-translate-x-320:hover{
    --tw-translate-x: -80rem;
  }

  :root .smd\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .smd\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .smd\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .smd\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .smd\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .smd\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .smd\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .smd\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .smd\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .smd\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .smd\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .smd\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .smd\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .smd\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .smd\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .smd\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .smd\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .smd\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .smd\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .smd\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .smd\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .smd\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .smd\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .smd\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .smd\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .smd\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .smd\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .smd\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .smd\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .smd\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  :root .smd\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .smd\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .smd\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  :root .smd\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .smd\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.25rem;
  }

  :root .smd\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.5rem;
  }

  :root .smd\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .smd\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.5rem;
  }

  :root .smd\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.75rem;
  }

  :root .smd\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .smd\:hover\:translate-y-30:hover{
    --tw-translate-y: 7.5rem;
  }

  :root .smd\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .smd\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .smd\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .smd\:hover\:translate-y-41:hover{
    --tw-translate-y: 11.25rem;
  }

  :root .smd\:hover\:translate-y-42:hover{
    --tw-translate-y: 11.5rem;
  }

  :root .smd\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .smd\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .smd\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .smd\:hover\:translate-y-54:hover{
    --tw-translate-y: 13.5rem;
  }

  :root .smd\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .smd\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .smd\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .smd\:hover\:translate-y-68:hover{
    --tw-translate-y: 17rem;
  }

  :root .smd\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .smd\:hover\:translate-y-76:hover{
    --tw-translate-y: 19rem;
  }

  :root .smd\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .smd\:hover\:translate-y-84:hover{
    --tw-translate-y: 21rem;
  }

  :root .smd\:hover\:translate-y-88:hover{
    --tw-translate-y: 22rem;
  }

  :root .smd\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .smd\:hover\:translate-y-112:hover{
    --tw-translate-y: 28rem;
  }

  :root .smd\:hover\:translate-y-120:hover{
    --tw-translate-y: 30rem;
  }

  :root .smd\:hover\:translate-y-140:hover{
    --tw-translate-y: 35rem;
  }

  :root .smd\:hover\:translate-y-150:hover{
    --tw-translate-y: 37.5rem;
  }

  :root .smd\:hover\:translate-y-160:hover{
    --tw-translate-y: 40rem;
  }

  :root .smd\:hover\:translate-y-220:hover{
    --tw-translate-y: 55rem;
  }

  :root .smd\:hover\:translate-y-240:hover{
    --tw-translate-y: 60rem;
  }

  :root .smd\:hover\:translate-y-300:hover{
    --tw-translate-y: 75rem;
  }

  :root .smd\:hover\:translate-y-320:hover{
    --tw-translate-y: 80rem;
  }

  :root .smd\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .smd\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .smd\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .smd\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .smd\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .smd\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .smd\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .smd\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .smd\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .smd\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .smd\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .smd\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .smd\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .smd\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .smd\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .smd\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  :root .smd\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .smd\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .smd\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  :root .smd\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .smd\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.25rem;
  }

  :root .smd\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.5rem;
  }

  :root .smd\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .smd\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.5rem;
  }

  :root .smd\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.75rem;
  }

  :root .smd\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .smd\:hover\:-translate-y-30:hover{
    --tw-translate-y: -7.5rem;
  }

  :root .smd\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .smd\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .smd\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .smd\:hover\:-translate-y-41:hover{
    --tw-translate-y: -11.25rem;
  }

  :root .smd\:hover\:-translate-y-42:hover{
    --tw-translate-y: -11.5rem;
  }

  :root .smd\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .smd\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .smd\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .smd\:hover\:-translate-y-54:hover{
    --tw-translate-y: -13.5rem;
  }

  :root .smd\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .smd\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .smd\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .smd\:hover\:-translate-y-68:hover{
    --tw-translate-y: -17rem;
  }

  :root .smd\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .smd\:hover\:-translate-y-76:hover{
    --tw-translate-y: -19rem;
  }

  :root .smd\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .smd\:hover\:-translate-y-84:hover{
    --tw-translate-y: -21rem;
  }

  :root .smd\:hover\:-translate-y-88:hover{
    --tw-translate-y: -22rem;
  }

  :root .smd\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .smd\:hover\:-translate-y-112:hover{
    --tw-translate-y: -28rem;
  }

  :root .smd\:hover\:-translate-y-120:hover{
    --tw-translate-y: -30rem;
  }

  :root .smd\:hover\:-translate-y-140:hover{
    --tw-translate-y: -35rem;
  }

  :root .smd\:hover\:-translate-y-150:hover{
    --tw-translate-y: -37.5rem;
  }

  :root .smd\:hover\:-translate-y-160:hover{
    --tw-translate-y: -40rem;
  }

  :root .smd\:hover\:-translate-y-220:hover{
    --tw-translate-y: -55rem;
  }

  :root .smd\:hover\:-translate-y-240:hover{
    --tw-translate-y: -60rem;
  }

  :root .smd\:hover\:-translate-y-300:hover{
    --tw-translate-y: -75rem;
  }

  :root .smd\:hover\:-translate-y-320:hover{
    --tw-translate-y: -80rem;
  }

  :root .smd\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .smd\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .smd\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .smd\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .smd\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .smd\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .smd\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .smd\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .smd\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .smd\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .smd\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .smd\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .smd\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .smd\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .smd\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .smd\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .smd\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .smd\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .smd\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .smd\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .smd\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .smd\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .smd\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .smd\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .smd\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .smd\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .smd\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .smd\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .smd\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .smd\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  :root .smd\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .smd\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .smd\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  :root .smd\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .smd\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.25rem;
  }

  :root .smd\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.5rem;
  }

  :root .smd\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .smd\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.5rem;
  }

  :root .smd\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.75rem;
  }

  :root .smd\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .smd\:focus\:translate-x-30:focus{
    --tw-translate-x: 7.5rem;
  }

  :root .smd\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .smd\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .smd\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .smd\:focus\:translate-x-41:focus{
    --tw-translate-x: 11.25rem;
  }

  :root .smd\:focus\:translate-x-42:focus{
    --tw-translate-x: 11.5rem;
  }

  :root .smd\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .smd\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .smd\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .smd\:focus\:translate-x-54:focus{
    --tw-translate-x: 13.5rem;
  }

  :root .smd\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .smd\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .smd\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .smd\:focus\:translate-x-68:focus{
    --tw-translate-x: 17rem;
  }

  :root .smd\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .smd\:focus\:translate-x-76:focus{
    --tw-translate-x: 19rem;
  }

  :root .smd\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .smd\:focus\:translate-x-84:focus{
    --tw-translate-x: 21rem;
  }

  :root .smd\:focus\:translate-x-88:focus{
    --tw-translate-x: 22rem;
  }

  :root .smd\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .smd\:focus\:translate-x-112:focus{
    --tw-translate-x: 28rem;
  }

  :root .smd\:focus\:translate-x-120:focus{
    --tw-translate-x: 30rem;
  }

  :root .smd\:focus\:translate-x-140:focus{
    --tw-translate-x: 35rem;
  }

  :root .smd\:focus\:translate-x-150:focus{
    --tw-translate-x: 37.5rem;
  }

  :root .smd\:focus\:translate-x-160:focus{
    --tw-translate-x: 40rem;
  }

  :root .smd\:focus\:translate-x-220:focus{
    --tw-translate-x: 55rem;
  }

  :root .smd\:focus\:translate-x-240:focus{
    --tw-translate-x: 60rem;
  }

  :root .smd\:focus\:translate-x-300:focus{
    --tw-translate-x: 75rem;
  }

  :root .smd\:focus\:translate-x-320:focus{
    --tw-translate-x: 80rem;
  }

  :root .smd\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .smd\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .smd\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .smd\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .smd\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .smd\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .smd\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .smd\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .smd\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .smd\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .smd\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .smd\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .smd\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .smd\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .smd\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .smd\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  :root .smd\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .smd\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .smd\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  :root .smd\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .smd\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.25rem;
  }

  :root .smd\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.5rem;
  }

  :root .smd\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .smd\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.5rem;
  }

  :root .smd\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.75rem;
  }

  :root .smd\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .smd\:focus\:-translate-x-30:focus{
    --tw-translate-x: -7.5rem;
  }

  :root .smd\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .smd\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .smd\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .smd\:focus\:-translate-x-41:focus{
    --tw-translate-x: -11.25rem;
  }

  :root .smd\:focus\:-translate-x-42:focus{
    --tw-translate-x: -11.5rem;
  }

  :root .smd\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .smd\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .smd\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .smd\:focus\:-translate-x-54:focus{
    --tw-translate-x: -13.5rem;
  }

  :root .smd\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .smd\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .smd\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .smd\:focus\:-translate-x-68:focus{
    --tw-translate-x: -17rem;
  }

  :root .smd\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .smd\:focus\:-translate-x-76:focus{
    --tw-translate-x: -19rem;
  }

  :root .smd\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .smd\:focus\:-translate-x-84:focus{
    --tw-translate-x: -21rem;
  }

  :root .smd\:focus\:-translate-x-88:focus{
    --tw-translate-x: -22rem;
  }

  :root .smd\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .smd\:focus\:-translate-x-112:focus{
    --tw-translate-x: -28rem;
  }

  :root .smd\:focus\:-translate-x-120:focus{
    --tw-translate-x: -30rem;
  }

  :root .smd\:focus\:-translate-x-140:focus{
    --tw-translate-x: -35rem;
  }

  :root .smd\:focus\:-translate-x-150:focus{
    --tw-translate-x: -37.5rem;
  }

  :root .smd\:focus\:-translate-x-160:focus{
    --tw-translate-x: -40rem;
  }

  :root .smd\:focus\:-translate-x-220:focus{
    --tw-translate-x: -55rem;
  }

  :root .smd\:focus\:-translate-x-240:focus{
    --tw-translate-x: -60rem;
  }

  :root .smd\:focus\:-translate-x-300:focus{
    --tw-translate-x: -75rem;
  }

  :root .smd\:focus\:-translate-x-320:focus{
    --tw-translate-x: -80rem;
  }

  :root .smd\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .smd\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .smd\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .smd\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .smd\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .smd\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .smd\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .smd\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .smd\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .smd\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .smd\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .smd\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .smd\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .smd\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .smd\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .smd\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .smd\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .smd\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .smd\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .smd\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .smd\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .smd\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .smd\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .smd\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .smd\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .smd\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .smd\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .smd\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .smd\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .smd\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  :root .smd\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .smd\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .smd\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  :root .smd\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .smd\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.25rem;
  }

  :root .smd\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.5rem;
  }

  :root .smd\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .smd\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.5rem;
  }

  :root .smd\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.75rem;
  }

  :root .smd\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .smd\:focus\:translate-y-30:focus{
    --tw-translate-y: 7.5rem;
  }

  :root .smd\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .smd\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .smd\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .smd\:focus\:translate-y-41:focus{
    --tw-translate-y: 11.25rem;
  }

  :root .smd\:focus\:translate-y-42:focus{
    --tw-translate-y: 11.5rem;
  }

  :root .smd\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .smd\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .smd\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .smd\:focus\:translate-y-54:focus{
    --tw-translate-y: 13.5rem;
  }

  :root .smd\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .smd\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .smd\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .smd\:focus\:translate-y-68:focus{
    --tw-translate-y: 17rem;
  }

  :root .smd\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .smd\:focus\:translate-y-76:focus{
    --tw-translate-y: 19rem;
  }

  :root .smd\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .smd\:focus\:translate-y-84:focus{
    --tw-translate-y: 21rem;
  }

  :root .smd\:focus\:translate-y-88:focus{
    --tw-translate-y: 22rem;
  }

  :root .smd\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .smd\:focus\:translate-y-112:focus{
    --tw-translate-y: 28rem;
  }

  :root .smd\:focus\:translate-y-120:focus{
    --tw-translate-y: 30rem;
  }

  :root .smd\:focus\:translate-y-140:focus{
    --tw-translate-y: 35rem;
  }

  :root .smd\:focus\:translate-y-150:focus{
    --tw-translate-y: 37.5rem;
  }

  :root .smd\:focus\:translate-y-160:focus{
    --tw-translate-y: 40rem;
  }

  :root .smd\:focus\:translate-y-220:focus{
    --tw-translate-y: 55rem;
  }

  :root .smd\:focus\:translate-y-240:focus{
    --tw-translate-y: 60rem;
  }

  :root .smd\:focus\:translate-y-300:focus{
    --tw-translate-y: 75rem;
  }

  :root .smd\:focus\:translate-y-320:focus{
    --tw-translate-y: 80rem;
  }

  :root .smd\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .smd\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .smd\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .smd\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .smd\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .smd\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .smd\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .smd\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .smd\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .smd\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .smd\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .smd\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .smd\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .smd\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .smd\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .smd\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  :root .smd\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .smd\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .smd\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  :root .smd\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .smd\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.25rem;
  }

  :root .smd\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.5rem;
  }

  :root .smd\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .smd\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.5rem;
  }

  :root .smd\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.75rem;
  }

  :root .smd\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .smd\:focus\:-translate-y-30:focus{
    --tw-translate-y: -7.5rem;
  }

  :root .smd\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .smd\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .smd\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .smd\:focus\:-translate-y-41:focus{
    --tw-translate-y: -11.25rem;
  }

  :root .smd\:focus\:-translate-y-42:focus{
    --tw-translate-y: -11.5rem;
  }

  :root .smd\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .smd\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .smd\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .smd\:focus\:-translate-y-54:focus{
    --tw-translate-y: -13.5rem;
  }

  :root .smd\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .smd\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .smd\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .smd\:focus\:-translate-y-68:focus{
    --tw-translate-y: -17rem;
  }

  :root .smd\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .smd\:focus\:-translate-y-76:focus{
    --tw-translate-y: -19rem;
  }

  :root .smd\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .smd\:focus\:-translate-y-84:focus{
    --tw-translate-y: -21rem;
  }

  :root .smd\:focus\:-translate-y-88:focus{
    --tw-translate-y: -22rem;
  }

  :root .smd\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .smd\:focus\:-translate-y-112:focus{
    --tw-translate-y: -28rem;
  }

  :root .smd\:focus\:-translate-y-120:focus{
    --tw-translate-y: -30rem;
  }

  :root .smd\:focus\:-translate-y-140:focus{
    --tw-translate-y: -35rem;
  }

  :root .smd\:focus\:-translate-y-150:focus{
    --tw-translate-y: -37.5rem;
  }

  :root .smd\:focus\:-translate-y-160:focus{
    --tw-translate-y: -40rem;
  }

  :root .smd\:focus\:-translate-y-220:focus{
    --tw-translate-y: -55rem;
  }

  :root .smd\:focus\:-translate-y-240:focus{
    --tw-translate-y: -60rem;
  }

  :root .smd\:focus\:-translate-y-300:focus{
    --tw-translate-y: -75rem;
  }

  :root .smd\:focus\:-translate-y-320:focus{
    --tw-translate-y: -80rem;
  }

  :root .smd\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .smd\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .smd\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .smd\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .smd\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .smd\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .smd\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .smd\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .smd\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .smd\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .smd\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .smd\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .smd\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .smd\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .smd\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .smd\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .smd\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .smd\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .smd\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .smd\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .smd\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .smd\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .smd\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .smd\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .smd\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .smd\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .smd\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .smd\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .smd\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .smd\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .smd\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .smd\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .smd\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .smd\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .smd\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .smd\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .smd\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .smd\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .smd\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .smd\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .smd\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .smd\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .smd\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .smd\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .smd\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .smd\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .smd\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .smd\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .smd\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .smd\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .smd\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .smd\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .smd\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .smd\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .smd\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .smd\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .smd\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .smd\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .smd\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .smd\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .smd\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .smd\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .smd\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .smd\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .smd\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .smd\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .smd\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .smd\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .smd\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .smd\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .smd\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .smd\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .smd\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .smd\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .smd\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .smd\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .smd\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .smd\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .smd\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .smd\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .smd\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .smd\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .smd\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .smd\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .smd\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .smd\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .smd\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .smd\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .smd\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .smd\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .smd\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .smd\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .smd\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .smd\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .smd\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .smd\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .smd\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .smd\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .smd\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .smd\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .smd\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .smd\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .smd\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .smd\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .smd\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .smd\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .smd\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .smd\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .smd\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .smd\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .smd\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .smd\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .smd\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .smd\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .smd\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .smd\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .smd\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .smd\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .smd\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .smd\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .smd\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .smd\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .smd\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .smd\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .smd\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .smd\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .smd\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .smd\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .smd\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .smd\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .smd\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .smd\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .smd\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .smd\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .smd\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .smd\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .smd\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .smd\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .smd\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .smd\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .smd\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .smd\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .smd\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .smd\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .smd\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .smd\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .smd\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .smd\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .smd\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .smd\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .smd\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .smd\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .smd\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .smd\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .smd\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .smd\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .smd\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .smd\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .smd\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .smd\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .smd\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .smd\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .smd\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .smd\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .smd\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .smd\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .smd\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .smd\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .smd\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .smd\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .smd\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .smd\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .smd\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .smd\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .smd\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .smd\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .smd\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .smd\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .smd\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .smd\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .smd\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .smd\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .smd\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .smd\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .smd\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .smd\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .smd\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .smd\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .smd\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .smd\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .smd\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .smd\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .smd\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .smd\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .smd\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .smd\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .smd\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .smd\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .smd\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .smd\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .smd\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .smd\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .smd\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .smd\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .smd\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .smd\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .smd\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .smd\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .smd\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .smd\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .smd\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .smd\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .smd\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .smd\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .smd\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .smd\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .smd\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .smd\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .smd\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .smd\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .smd\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .smd\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .smd\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .smd\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .smd\:animate-none{
    animation: none;
  }

  :root .smd\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .smd\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .smd\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .smd\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .smd\:cursor-auto{
    cursor: auto;
  }

  :root .smd\:cursor{
    cursor: default;
  }

  :root .smd\:cursor-pointer{
    cursor: pointer;
  }

  :root .smd\:cursor-wait{
    cursor: wait;
  }

  :root .smd\:cursor-text{
    cursor: text;
  }

  :root .smd\:cursor-move{
    cursor: move;
  }

  :root .smd\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .smd\:disabled\:cursor-auto:disabled{
    cursor: auto;
  }

  :root .smd\:disabled\:cursor:disabled{
    cursor: default;
  }

  :root .smd\:disabled\:cursor-pointer:disabled{
    cursor: pointer;
  }

  :root .smd\:disabled\:cursor-wait:disabled{
    cursor: wait;
  }

  :root .smd\:disabled\:cursor-text:disabled{
    cursor: text;
  }

  :root .smd\:disabled\:cursor-move:disabled{
    cursor: move;
  }

  :root .smd\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
  }

  :root .smd\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .smd\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .smd\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .smd\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .smd\:resize-none{
    resize: none;
  }

  :root .smd\:resize-y{
    resize: vertical;
  }

  :root .smd\:resize-x{
    resize: horizontal;
  }

  :root .smd\:resize{
    resize: both;
  }

  :root .smd\:list-inside{
    list-style-position: inside;
  }

  :root .smd\:list-outside{
    list-style-position: outside;
  }

  :root .smd\:list-none{
    list-style-type: none;
  }

  :root .smd\:list-disc{
    list-style-type: disc;
  }

  :root .smd\:list-decimal{
    list-style-type: decimal;
  }

  :root .smd\:appearance-none{
    appearance: none;
  }

  :root .smd\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .smd\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .smd\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .smd\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .smd\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .smd\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .smd\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .smd\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .smd\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .smd\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .smd\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .smd\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .smd\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .smd\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .smd\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .smd\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .smd\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .smd\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .smd\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .smd\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .smd\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .smd\:flex-row{
    flex-direction: row;
  }

  :root .smd\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .smd\:flex-col{
    flex-direction: column;
  }

  :root .smd\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .smd\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .smd\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .smd\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .smd\:place-content-center{
    place-content: center;
  }

  :root .smd\:place-content-start{
    place-content: start;
  }

  :root .smd\:place-content-end{
    place-content: end;
  }

  :root .smd\:place-content-between{
    place-content: space-between;
  }

  :root .smd\:place-content-around{
    place-content: space-around;
  }

  :root .smd\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .smd\:place-content-stretch{
    place-content: stretch;
  }

  :root .smd\:place-items-start{
    place-items: start;
  }

  :root .smd\:place-items-end{
    place-items: end;
  }

  :root .smd\:place-items-center{
    place-items: center;
  }

  :root .smd\:place-items-stretch{
    place-items: stretch;
  }

  :root .smd\:content-center{
    align-content: center;
  }

  :root .smd\:content-start{
    align-content: flex-start;
  }

  :root .smd\:content-end{
    align-content: flex-end;
  }

  :root .smd\:content-between{
    align-content: space-between;
  }

  :root .smd\:content-around{
    align-content: space-around;
  }

  :root .smd\:content-evenly{
    align-content: space-evenly;
  }

  :root .smd\:items-start{
    align-items: flex-start;
  }

  :root .smd\:items-end{
    align-items: flex-end;
  }

  :root .smd\:items-center{
    align-items: center;
  }

  :root .smd\:items-baseline{
    align-items: baseline;
  }

  :root .smd\:items-stretch{
    align-items: stretch;
  }

  :root .smd\:justify-start{
    justify-content: flex-start;
  }

  :root .smd\:justify-end{
    justify-content: flex-end;
  }

  :root .smd\:justify-center{
    justify-content: center;
  }

  :root .smd\:justify-between{
    justify-content: space-between;
  }

  :root .smd\:justify-around{
    justify-content: space-around;
  }

  :root .smd\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .smd\:justify-items-start{
    justify-items: start;
  }

  :root .smd\:justify-items-end{
    justify-items: end;
  }

  :root .smd\:justify-items-center{
    justify-items: center;
  }

  :root .smd\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .smd\:gap-0{
    gap: 0;
  }

  :root .smd\:gap-1{
    gap: 0.25rem;
  }

  :root .smd\:gap-2{
    gap: 0.5rem;
  }

  :root .smd\:gap-3{
    gap: 0.75rem;
  }

  :root .smd\:gap-4{
    gap: 1rem;
  }

  :root .smd\:gap-5{
    gap: 1.25rem;
  }

  :root .smd\:gap-6{
    gap: 1.5rem;
  }

  :root .smd\:gap-7{
    gap: 1.75rem;
  }

  :root .smd\:gap-8{
    gap: 2rem;
  }

  :root .smd\:gap-9{
    gap: 2.25rem;
  }

  :root .smd\:gap-10{
    gap: 2.5rem;
  }

  :root .smd\:gap-11{
    gap: 2.75rem;
  }

  :root .smd\:gap-12{
    gap: 3rem;
  }

  :root .smd\:gap-13{
    gap: 3.25rem;
  }

  :root .smd\:gap-14{
    gap: 3.5rem;
  }

  :root .smd\:gap-16{
    gap: 4rem;
  }

  :root .smd\:gap-18{
    gap: 4.5rem;
  }

  :root .smd\:gap-20{
    gap: 5rem;
  }

  :root .smd\:gap-21{
    gap: 5.25rem;
  }

  :root .smd\:gap-22{
    gap: 5.5rem;
  }

  :root .smd\:gap-24{
    gap: 6rem;
  }

  :root .smd\:gap-26{
    gap: 6.5rem;
  }

  :root .smd\:gap-27{
    gap: 6.75rem;
  }

  :root .smd\:gap-28{
    gap: 7rem;
  }

  :root .smd\:gap-30{
    gap: 7.5rem;
  }

  :root .smd\:gap-32{
    gap: 8rem;
  }

  :root .smd\:gap-36{
    gap: 9rem;
  }

  :root .smd\:gap-40{
    gap: 10rem;
  }

  :root .smd\:gap-41{
    gap: 11.25rem;
  }

  :root .smd\:gap-42{
    gap: 11.5rem;
  }

  :root .smd\:gap-44{
    gap: 11rem;
  }

  :root .smd\:gap-48{
    gap: 12rem;
  }

  :root .smd\:gap-52{
    gap: 13rem;
  }

  :root .smd\:gap-54{
    gap: 13.5rem;
  }

  :root .smd\:gap-56{
    gap: 14rem;
  }

  :root .smd\:gap-60{
    gap: 15rem;
  }

  :root .smd\:gap-64{
    gap: 16rem;
  }

  :root .smd\:gap-68{
    gap: 17rem;
  }

  :root .smd\:gap-72{
    gap: 18rem;
  }

  :root .smd\:gap-76{
    gap: 19rem;
  }

  :root .smd\:gap-80{
    gap: 20rem;
  }

  :root .smd\:gap-84{
    gap: 21rem;
  }

  :root .smd\:gap-88{
    gap: 22rem;
  }

  :root .smd\:gap-96{
    gap: 24rem;
  }

  :root .smd\:gap-112{
    gap: 28rem;
  }

  :root .smd\:gap-120{
    gap: 30rem;
  }

  :root .smd\:gap-140{
    gap: 35rem;
  }

  :root .smd\:gap-150{
    gap: 37.5rem;
  }

  :root .smd\:gap-160{
    gap: 40rem;
  }

  :root .smd\:gap-220{
    gap: 55rem;
  }

  :root .smd\:gap-240{
    gap: 60rem;
  }

  :root .smd\:gap-300{
    gap: 75rem;
  }

  :root .smd\:gap-320{
    gap: 80rem;
  }

  :root .smd\:gap-px{
    gap: 1px;
  }

  :root .smd\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .smd\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .smd\:gap-x-0{
    column-gap: 0;
  }

  :root .smd\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .smd\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .smd\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .smd\:gap-x-4{
    column-gap: 1rem;
  }

  :root .smd\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .smd\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .smd\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .smd\:gap-x-8{
    column-gap: 2rem;
  }

  :root .smd\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .smd\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .smd\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .smd\:gap-x-12{
    column-gap: 3rem;
  }

  :root .smd\:gap-x-13{
    column-gap: 3.25rem;
  }

  :root .smd\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .smd\:gap-x-16{
    column-gap: 4rem;
  }

  :root .smd\:gap-x-18{
    column-gap: 4.5rem;
  }

  :root .smd\:gap-x-20{
    column-gap: 5rem;
  }

  :root .smd\:gap-x-21{
    column-gap: 5.25rem;
  }

  :root .smd\:gap-x-22{
    column-gap: 5.5rem;
  }

  :root .smd\:gap-x-24{
    column-gap: 6rem;
  }

  :root .smd\:gap-x-26{
    column-gap: 6.5rem;
  }

  :root .smd\:gap-x-27{
    column-gap: 6.75rem;
  }

  :root .smd\:gap-x-28{
    column-gap: 7rem;
  }

  :root .smd\:gap-x-30{
    column-gap: 7.5rem;
  }

  :root .smd\:gap-x-32{
    column-gap: 8rem;
  }

  :root .smd\:gap-x-36{
    column-gap: 9rem;
  }

  :root .smd\:gap-x-40{
    column-gap: 10rem;
  }

  :root .smd\:gap-x-41{
    column-gap: 11.25rem;
  }

  :root .smd\:gap-x-42{
    column-gap: 11.5rem;
  }

  :root .smd\:gap-x-44{
    column-gap: 11rem;
  }

  :root .smd\:gap-x-48{
    column-gap: 12rem;
  }

  :root .smd\:gap-x-52{
    column-gap: 13rem;
  }

  :root .smd\:gap-x-54{
    column-gap: 13.5rem;
  }

  :root .smd\:gap-x-56{
    column-gap: 14rem;
  }

  :root .smd\:gap-x-60{
    column-gap: 15rem;
  }

  :root .smd\:gap-x-64{
    column-gap: 16rem;
  }

  :root .smd\:gap-x-68{
    column-gap: 17rem;
  }

  :root .smd\:gap-x-72{
    column-gap: 18rem;
  }

  :root .smd\:gap-x-76{
    column-gap: 19rem;
  }

  :root .smd\:gap-x-80{
    column-gap: 20rem;
  }

  :root .smd\:gap-x-84{
    column-gap: 21rem;
  }

  :root .smd\:gap-x-88{
    column-gap: 22rem;
  }

  :root .smd\:gap-x-96{
    column-gap: 24rem;
  }

  :root .smd\:gap-x-112{
    column-gap: 28rem;
  }

  :root .smd\:gap-x-120{
    column-gap: 30rem;
  }

  :root .smd\:gap-x-140{
    column-gap: 35rem;
  }

  :root .smd\:gap-x-150{
    column-gap: 37.5rem;
  }

  :root .smd\:gap-x-160{
    column-gap: 40rem;
  }

  :root .smd\:gap-x-220{
    column-gap: 55rem;
  }

  :root .smd\:gap-x-240{
    column-gap: 60rem;
  }

  :root .smd\:gap-x-300{
    column-gap: 75rem;
  }

  :root .smd\:gap-x-320{
    column-gap: 80rem;
  }

  :root .smd\:gap-x-px{
    column-gap: 1px;
  }

  :root .smd\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .smd\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .smd\:gap-y-0{
    row-gap: 0;
  }

  :root .smd\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .smd\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .smd\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .smd\:gap-y-4{
    row-gap: 1rem;
  }

  :root .smd\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .smd\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .smd\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .smd\:gap-y-8{
    row-gap: 2rem;
  }

  :root .smd\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .smd\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .smd\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .smd\:gap-y-12{
    row-gap: 3rem;
  }

  :root .smd\:gap-y-13{
    row-gap: 3.25rem;
  }

  :root .smd\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .smd\:gap-y-16{
    row-gap: 4rem;
  }

  :root .smd\:gap-y-18{
    row-gap: 4.5rem;
  }

  :root .smd\:gap-y-20{
    row-gap: 5rem;
  }

  :root .smd\:gap-y-21{
    row-gap: 5.25rem;
  }

  :root .smd\:gap-y-22{
    row-gap: 5.5rem;
  }

  :root .smd\:gap-y-24{
    row-gap: 6rem;
  }

  :root .smd\:gap-y-26{
    row-gap: 6.5rem;
  }

  :root .smd\:gap-y-27{
    row-gap: 6.75rem;
  }

  :root .smd\:gap-y-28{
    row-gap: 7rem;
  }

  :root .smd\:gap-y-30{
    row-gap: 7.5rem;
  }

  :root .smd\:gap-y-32{
    row-gap: 8rem;
  }

  :root .smd\:gap-y-36{
    row-gap: 9rem;
  }

  :root .smd\:gap-y-40{
    row-gap: 10rem;
  }

  :root .smd\:gap-y-41{
    row-gap: 11.25rem;
  }

  :root .smd\:gap-y-42{
    row-gap: 11.5rem;
  }

  :root .smd\:gap-y-44{
    row-gap: 11rem;
  }

  :root .smd\:gap-y-48{
    row-gap: 12rem;
  }

  :root .smd\:gap-y-52{
    row-gap: 13rem;
  }

  :root .smd\:gap-y-54{
    row-gap: 13.5rem;
  }

  :root .smd\:gap-y-56{
    row-gap: 14rem;
  }

  :root .smd\:gap-y-60{
    row-gap: 15rem;
  }

  :root .smd\:gap-y-64{
    row-gap: 16rem;
  }

  :root .smd\:gap-y-68{
    row-gap: 17rem;
  }

  :root .smd\:gap-y-72{
    row-gap: 18rem;
  }

  :root .smd\:gap-y-76{
    row-gap: 19rem;
  }

  :root .smd\:gap-y-80{
    row-gap: 20rem;
  }

  :root .smd\:gap-y-84{
    row-gap: 21rem;
  }

  :root .smd\:gap-y-88{
    row-gap: 22rem;
  }

  :root .smd\:gap-y-96{
    row-gap: 24rem;
  }

  :root .smd\:gap-y-112{
    row-gap: 28rem;
  }

  :root .smd\:gap-y-120{
    row-gap: 30rem;
  }

  :root .smd\:gap-y-140{
    row-gap: 35rem;
  }

  :root .smd\:gap-y-150{
    row-gap: 37.5rem;
  }

  :root .smd\:gap-y-160{
    row-gap: 40rem;
  }

  :root .smd\:gap-y-220{
    row-gap: 55rem;
  }

  :root .smd\:gap-y-240{
    row-gap: 60rem;
  }

  :root .smd\:gap-y-300{
    row-gap: 75rem;
  }

  :root .smd\:gap-y-320{
    row-gap: 80rem;
  }

  :root .smd\:gap-y-px{
    row-gap: 1px;
  }

  :root .smd\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .smd\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .smd\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(21rem * var(--tw-space-x-reverse));
    margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28rem * var(--tw-space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35rem * var(--tw-space-x-reverse));
    margin-left: calc(35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55rem * var(--tw-space-x-reverse));
    margin-left: calc(55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75rem * var(--tw-space-x-reverse));
    margin-left: calc(75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80rem * var(--tw-space-x-reverse));
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-21rem * var(--tw-space-x-reverse));
    margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28rem * var(--tw-space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35rem * var(--tw-space-x-reverse));
    margin-left: calc(-35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55rem * var(--tw-space-x-reverse));
    margin-left: calc(-55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75rem * var(--tw-space-x-reverse));
    margin-left: calc(-75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80rem * var(--tw-space-x-reverse));
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .smd\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .smd\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .smd\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .smd\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .smd\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .smd\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .smd\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .smd\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .smd\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .smd\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .smd\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .smd\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .smd\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .smd\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .smd\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .smd\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .smd\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .smd\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .smd\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .smd\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .smd\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .smd\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .smd\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .smd\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .smd\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .smd\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .smd\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .smd\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .smd\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .smd\:divide-grays-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  :root .smd\:divide-grays > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
  }

  :root .smd\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .smd\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .smd\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .smd\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .smd\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .smd\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .smd\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .smd\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .smd\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .smd\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .smd\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .smd\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .smd\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .smd\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .smd\:divide-am-base-background > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-coral > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #757de338;
  }

  :root .smd\:divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #77DEA280;
  }

  :root .smd\:divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF1F;
  }

  :root .smd\:divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF4B;
  }

  :root .smd\:divide-am-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #d977dd3b;
  }

  :root .smd\:divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .smd\:divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .smd\:divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6AB33;
  }

  :root .smd\:divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6ABB3;
  }

  :root .smd\:divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA7233;
  }

  :root .smd\:divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA72B3;
  }

  :root .smd\:divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F7233;
  }

  :root .smd\:divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F72B3;
  }

  :root .smd\:divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E233;
  }

  :root .smd\:divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E2B3;
  }

  :root .smd\:divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
    border-color: #DE777733;
  }

  :root .smd\:divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
    border-color: #DE7777B3;
  }

  :root .smd\:divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
  }

  :root .smd\:divide-am-brown > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
  }

  :root .smd\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .smd\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .smd\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  :root .smd\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .smd\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .smd\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .smd\:place-self-auto{
    place-self: auto;
  }

  :root .smd\:place-self-start{
    place-self: start;
  }

  :root .smd\:place-self-end{
    place-self: end;
  }

  :root .smd\:place-self-center{
    place-self: center;
  }

  :root .smd\:place-self-stretch{
    place-self: stretch;
  }

  :root .smd\:self-auto{
    align-self: auto;
  }

  :root .smd\:self-start{
    align-self: flex-start;
  }

  :root .smd\:self-end{
    align-self: flex-end;
  }

  :root .smd\:self-center{
    align-self: center;
  }

  :root .smd\:self-stretch{
    align-self: stretch;
  }

  :root .smd\:self-baseline{
    align-self: baseline;
  }

  :root .smd\:justify-self-auto{
    justify-self: auto;
  }

  :root .smd\:justify-self-start{
    justify-self: start;
  }

  :root .smd\:justify-self-end{
    justify-self: end;
  }

  :root .smd\:justify-self-center{
    justify-self: center;
  }

  :root .smd\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .smd\:overflow-auto{
    overflow: auto;
  }

  :root .smd\:overflow-hidden{
    overflow: hidden;
  }

  :root .smd\:overflow-visible{
    overflow: visible;
  }

  :root .smd\:overflow-scroll{
    overflow: scroll;
  }

  :root .smd\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .smd\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .smd\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .smd\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .smd\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .smd\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .smd\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .smd\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .smd\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .smd\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .smd\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .smd\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .smd\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .smd\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .smd\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .smd\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .smd\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .smd\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .smd\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .smd\:overflow-clip{
    text-overflow: clip;
  }

  :root .smd\:whitespace-normal{
    white-space: normal;
  }

  :root .smd\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .smd\:whitespace-pre{
    white-space: pre;
  }

  :root .smd\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .smd\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .smd\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .smd\:break-words{
    overflow-wrap: break-word;
  }

  :root .smd\:break-all{
    word-break: break-all;
  }

  :root .smd\:rounded-none{
    border-radius: 0;
  }

  :root .smd\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .smd\:rounded{
    border-radius: 0.25rem;
  }

  :root .smd\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .smd\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .smd\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root .smd\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root .smd\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root .smd\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .smd\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .smd\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .smd\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .smd\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .smd\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root .smd\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root .smd\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .smd\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .smd\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .smd\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .smd\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .smd\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .smd\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root .smd\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root .smd\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .smd\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .smd\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .smd\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .smd\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .smd\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .smd\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .smd\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .smd\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .smd\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .smd\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .smd\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .smd\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .smd\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .smd\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .smd\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .smd\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .smd\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .smd\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .smd\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .smd\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .smd\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .smd\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root .smd\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root .smd\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .smd\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .smd\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .smd\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .smd\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .smd\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .smd\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root .smd\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root .smd\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .smd\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .smd\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .smd\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .smd\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .smd\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .smd\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root .smd\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root .smd\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .smd\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .smd\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .smd\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .smd\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .smd\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .smd\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root .smd\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root .smd\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .smd\:border-0{
    border-width: 0;
  }

  :root .smd\:border-2{
    border-width: 2px;
  }

  :root .smd\:border-3{
    border-width: 3px;
  }

  :root .smd\:border-4{
    border-width: 4px;
  }

  :root .smd\:border-8{
    border-width: 8px;
  }

  :root .smd\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .smd\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .smd\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .smd\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .smd\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .smd\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .smd\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .smd\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .smd\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .smd\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .smd\:rtl\:border{
    border-width: 1px;
  }

  :root .smd\:border-t-0{
    border-top-width: 0;
  }

  :root .smd\:border-t-2{
    border-top-width: 2px;
  }

  :root .smd\:border-t-3{
    border-top-width: 3px;
  }

  :root .smd\:border-t-4{
    border-top-width: 4px;
  }

  :root .smd\:border-t-8{
    border-top-width: 8px;
  }

  :root .smd\:border-t{
    border-top-width: 1px;
  }

  :root .smd\:border-r-0{
    border-right-width: 0;
  }

  :root .smd\:border-r-2{
    border-right-width: 2px;
  }

  :root .smd\:border-r-3{
    border-right-width: 3px;
  }

  :root .smd\:border-r-4{
    border-right-width: 4px;
  }

  :root .smd\:border-r-8{
    border-right-width: 8px;
  }

  :root .smd\:border-r{
    border-right-width: 1px;
  }

  :root .smd\:border-b-0{
    border-bottom-width: 0;
  }

  :root .smd\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .smd\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .smd\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .smd\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .smd\:border-b{
    border-bottom-width: 1px;
  }

  :root .smd\:border-l-0{
    border-left-width: 0;
  }

  :root .smd\:border-l-2{
    border-left-width: 2px;
  }

  :root .smd\:border-l-3{
    border-left-width: 3px;
  }

  :root .smd\:border-l-4{
    border-left-width: 4px;
  }

  :root .smd\:border-l-8{
    border-left-width: 8px;
  }

  :root .smd\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .smd\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .smd\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .smd\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .smd\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .smd\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .smd\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .smd\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .smd\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .smd\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .smd\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .smd\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .smd\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .smd\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .smd\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .smd\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .smd\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .smd\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .smd\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .smd\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .smd\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .smd\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .smd\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .smd\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .smd\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .smd\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .smd\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .smd\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .smd\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .smd\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .smd\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .smd\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .smd\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .smd\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .smd\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .smd\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .smd\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .smd\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .smd\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .smd\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .smd\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .smd\:border-solid{
    border-style: solid;
  }

  :root .smd\:border-dashed{
    border-style: dashed;
  }

  :root .smd\:border-dotted{
    border-style: dotted;
  }

  :root .smd\:border-double{
    border-style: double;
  }

  :root .smd\:border-none{
    border-style: none;
  }

  :root .smd\:border-current{
    border-color: currentColor;
  }

  :root .smd\:border-transparent{
    border-color: transparent;
  }

  :root .smd\:border-black{
    border-color: var(--text-color);
  }

  :root .smd\:border-white{
    border-color: var(--text-color-light);
  }

  :root .smd\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .smd\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .smd\:border-grays-light{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .smd\:border-grays{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .smd\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .smd\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .smd\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .smd\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .smd\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .smd\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .smd\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .smd\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .smd\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .smd\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .smd\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .smd\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .smd\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .smd\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .smd\:border-am-base-background{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .smd\:border-am-main-blue{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .smd\:border-am-main-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .smd\:border-am-main-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .smd\:border-am-gray{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .smd\:border-am-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .smd\:border-am-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-green{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .smd\:border-am-coral{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .smd\:border-am-coral-light{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .smd\:border-am-coral-dark{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .smd\:border-am-teal{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .smd\:border-am-teal-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .smd\:border-am-teal-dark{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-purple{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .smd\:border-am-new-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .smd\:border-am-purple-transparent{
    border-color: #757de338;
  }

  :root .smd\:border-am-purple-relight{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .smd\:border-am-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .smd\:border-am-purple-medium{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .smd\:border-am-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .smd\:border-am-purple{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .smd\:border-am-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .smd\:border-am-green-brightest{
    border-color: #77DEA280;
  }

  :root .smd\:border-am-green-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .smd\:border-am-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .smd\:border-am-green-aqua{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .smd\:border-am-green-brightest-transparent{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .smd\:border-am-green-hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .smd\:border-am-green{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .smd\:border-am-red-alive{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .smd\:border-am-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .smd\:border-am-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .smd\:border-am-red-intense{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .smd\:border-am-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:border-am-grey-light{
    border-color: #BFC4FF1F;
  }

  :root .smd\:border-am-grey-dark{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .smd\:border-am-grey-medium{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .smd\:border-am-grey-transparent{
    border-color: #BFC4FF4B;
  }

  :root .smd\:border-am-grey{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .smd\:border-am-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .smd\:border-am-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .smd\:border-am-pink-brightest{
    border-color: #d977dd3b;
  }

  :root .smd\:border-am-pink-rose{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .smd\:border-am-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .smd\:border-am-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .smd\:border-am-orange-relight{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .smd\:border-am-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .smd\:border-am-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cyan-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cyan-dark{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cyan-blue{
    border-color: #0061FD60;
  }

  :root .smd\:border-am-cyan-green{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .smd\:border-am-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .smd\:border-am-blue{
    border-color: #0061FD60;
  }

  :root .smd\:border-am-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .smd\:border-am-yellow-resalt{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .smd\:border-am-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .smd\:border-am-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .smd\:border-am-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cream-entry{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cream-entry_light{
    border-color: #81E6AB33;
  }

  :root .smd\:border-am-cream-entry_text{
    border-color: #81E6ABB3;
  }

  :root .smd\:border-am-cream-lunchgo{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cream-lunchgo_light{
    border-color: #EEBA7233;
  }

  :root .smd\:border-am-cream-lunchgo_text{
    border-color: #EEBA72B3;
  }

  :root .smd\:border-am-cream-lunchback{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cream-lunchback_light{
    border-color: #EE8F7233;
  }

  :root .smd\:border-am-cream-lunchback_text{
    border-color: #EE8F72B3;
  }

  :root .smd\:border-am-cream-exit{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cream-exit_light{
    border-color: #81E6E233;
  }

  :root .smd\:border-am-cream-exit_text{
    border-color: #81E6E2B3;
  }

  :root .smd\:border-am-cream-yesterday{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:border-am-cream-yesterday_light{
    border-color: #DE777733;
  }

  :root .smd\:border-am-cream-yesterday_text{
    border-color: #DE7777B3;
  }

  :root .smd\:border-am-brown-light{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .smd\:border-am-brown-dark{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .smd\:border-am-brown{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .smd\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .smd\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .smd\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .smd\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-grays-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-grays:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .smd\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .smd\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .smd\:hover\:border-am-base-background:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-main-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-main-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-main-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-coral:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-coral-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-coral-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-teal-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-teal-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-new-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-purple-transparent:hover{
    border-color: #757de338;
  }

  :root .smd\:hover\:border-am-purple-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-purple-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-green-brightest:hover{
    border-color: #77DEA280;
  }

  :root .smd\:hover\:border-am-green-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-green-aqua:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-green-brightest-transparent:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-green-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-red-alive:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-red-intense:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-grey-light:hover{
    border-color: #BFC4FF1F;
  }

  :root .smd\:hover\:border-am-grey-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-grey-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-grey-transparent:hover{
    border-color: #BFC4FF4B;
  }

  :root .smd\:hover\:border-am-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-pink-brightest:hover{
    border-color: #d977dd3b;
  }

  :root .smd\:hover\:border-am-pink-rose:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-orange-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cyan-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cyan-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cyan-blue:hover{
    border-color: #0061FD60;
  }

  :root .smd\:hover\:border-am-cyan-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-blue:hover{
    border-color: #0061FD60;
  }

  :root .smd\:hover\:border-am-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-yellow-resalt:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cream-entry:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cream-entry_light:hover{
    border-color: #81E6AB33;
  }

  :root .smd\:hover\:border-am-cream-entry_text:hover{
    border-color: #81E6ABB3;
  }

  :root .smd\:hover\:border-am-cream-lunchgo:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cream-lunchgo_light:hover{
    border-color: #EEBA7233;
  }

  :root .smd\:hover\:border-am-cream-lunchgo_text:hover{
    border-color: #EEBA72B3;
  }

  :root .smd\:hover\:border-am-cream-lunchback:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cream-lunchback_light:hover{
    border-color: #EE8F7233;
  }

  :root .smd\:hover\:border-am-cream-lunchback_text:hover{
    border-color: #EE8F72B3;
  }

  :root .smd\:hover\:border-am-cream-exit:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cream-exit_light:hover{
    border-color: #81E6E233;
  }

  :root .smd\:hover\:border-am-cream-exit_text:hover{
    border-color: #81E6E2B3;
  }

  :root .smd\:hover\:border-am-cream-yesterday:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-cream-yesterday_light:hover{
    border-color: #DE777733;
  }

  :root .smd\:hover\:border-am-cream-yesterday_text:hover{
    border-color: #DE7777B3;
  }

  :root .smd\:hover\:border-am-brown-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-brown-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .smd\:hover\:border-am-brown:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .smd\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .smd\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .smd\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .smd\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-grays-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-grays:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .smd\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .smd\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .smd\:focus\:border-am-base-background:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-main-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-main-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-main-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-coral:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-coral-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-coral-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-teal-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-teal-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-new-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-purple-transparent:focus{
    border-color: #757de338;
  }

  :root .smd\:focus\:border-am-purple-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-purple-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-green-brightest:focus{
    border-color: #77DEA280;
  }

  :root .smd\:focus\:border-am-green-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-green-aqua:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-green-brightest-transparent:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-green-hover:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-red-alive:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-red-intense:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-grey-light:focus{
    border-color: #BFC4FF1F;
  }

  :root .smd\:focus\:border-am-grey-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-grey-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-grey-transparent:focus{
    border-color: #BFC4FF4B;
  }

  :root .smd\:focus\:border-am-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-pink-brightest:focus{
    border-color: #d977dd3b;
  }

  :root .smd\:focus\:border-am-pink-rose:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-orange-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cyan-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cyan-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cyan-blue:focus{
    border-color: #0061FD60;
  }

  :root .smd\:focus\:border-am-cyan-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-blue:focus{
    border-color: #0061FD60;
  }

  :root .smd\:focus\:border-am-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-yellow-resalt:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cream-entry:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cream-entry_light:focus{
    border-color: #81E6AB33;
  }

  :root .smd\:focus\:border-am-cream-entry_text:focus{
    border-color: #81E6ABB3;
  }

  :root .smd\:focus\:border-am-cream-lunchgo:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cream-lunchgo_light:focus{
    border-color: #EEBA7233;
  }

  :root .smd\:focus\:border-am-cream-lunchgo_text:focus{
    border-color: #EEBA72B3;
  }

  :root .smd\:focus\:border-am-cream-lunchback:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cream-lunchback_light:focus{
    border-color: #EE8F7233;
  }

  :root .smd\:focus\:border-am-cream-lunchback_text:focus{
    border-color: #EE8F72B3;
  }

  :root .smd\:focus\:border-am-cream-exit:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cream-exit_light:focus{
    border-color: #81E6E233;
  }

  :root .smd\:focus\:border-am-cream-exit_text:focus{
    border-color: #81E6E2B3;
  }

  :root .smd\:focus\:border-am-cream-yesterday:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-cream-yesterday_light:focus{
    border-color: #DE777733;
  }

  :root .smd\:focus\:border-am-cream-yesterday_text:focus{
    border-color: #DE7777B3;
  }

  :root .smd\:focus\:border-am-brown-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-brown-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .smd\:focus\:border-am-brown:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .smd\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .smd\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .smd\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .smd\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .smd\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .smd\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .smd\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .smd\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .smd\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .group:hover .smd\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .smd\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .smd\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .smd\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .smd\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .smd\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  :root .smd\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .smd\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .smd\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .smd\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .smd\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .smd\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  :root .smd\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .smd\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .smd\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .smd\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .smd\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .smd\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  :root .smd\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .smd\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .smd\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .smd\:bg-base{
    background-color: var(--background-base);
  }

  :root .smd\:bg-card{
    background-color: var(--background-card);
  }

  :root .smd\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .smd\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .smd\:bg-current{
    background-color: currentColor;
  }

  :root .smd\:bg-transparent{
    background-color: transparent;
  }

  :root .smd\:bg-black{
    background-color: var(--text-color);
  }

  :root .smd\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .smd\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .smd\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .smd\:bg-grays-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .smd\:bg-grays{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .smd\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .smd\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .smd\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .smd\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .smd\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .smd\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .smd\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .smd\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .smd\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .smd\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .smd\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .smd\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .smd\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .smd\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .smd\:bg-am-base-background{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-main-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-main-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-green{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-coral{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-coral-light{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-coral-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-teal-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-teal-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-new-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-purple-transparent{
    background-color: #757de338;
  }

  :root .smd\:bg-am-purple-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-purple-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-green-brightest{
    background-color: #77DEA280;
  }

  :root .smd\:bg-am-green-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-green-aqua{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-green-brightest-transparent{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-green-hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-green{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-red-alive{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-red-intense{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-grey-light{
    background-color: #BFC4FF1F;
  }

  :root .smd\:bg-am-grey-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-grey-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-grey-transparent{
    background-color: #BFC4FF4B;
  }

  :root .smd\:bg-am-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-pink-brightest{
    background-color: #d977dd3b;
  }

  :root .smd\:bg-am-pink-rose{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-orange-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cyan-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cyan-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cyan-blue{
    background-color: #0061FD60;
  }

  :root .smd\:bg-am-cyan-green{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-blue{
    background-color: #0061FD60;
  }

  :root .smd\:bg-am-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-yellow-resalt{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cream-entry{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cream-entry_light{
    background-color: #81E6AB33;
  }

  :root .smd\:bg-am-cream-entry_text{
    background-color: #81E6ABB3;
  }

  :root .smd\:bg-am-cream-lunchgo{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cream-lunchgo_light{
    background-color: #EEBA7233;
  }

  :root .smd\:bg-am-cream-lunchgo_text{
    background-color: #EEBA72B3;
  }

  :root .smd\:bg-am-cream-lunchback{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cream-lunchback_light{
    background-color: #EE8F7233;
  }

  :root .smd\:bg-am-cream-lunchback_text{
    background-color: #EE8F72B3;
  }

  :root .smd\:bg-am-cream-exit{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cream-exit_light{
    background-color: #81E6E233;
  }

  :root .smd\:bg-am-cream-exit_text{
    background-color: #81E6E2B3;
  }

  :root .smd\:bg-am-cream-yesterday{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-cream-yesterday_light{
    background-color: #DE777733;
  }

  :root .smd\:bg-am-cream-yesterday_text{
    background-color: #DE7777B3;
  }

  :root .smd\:bg-am-brown-light{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-brown-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .smd\:bg-am-brown{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .smd\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .smd\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .smd\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .smd\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .smd\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .smd\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .smd\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .smd\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-grays-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-grays:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .smd\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .smd\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .smd\:hover\:bg-am-base-background:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-main-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-main-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-main-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-coral:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-coral-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-coral-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-teal-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-teal-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-new-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-purple-transparent:hover{
    background-color: #757de338;
  }

  :root .smd\:hover\:bg-am-purple-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-purple-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-green-brightest:hover{
    background-color: #77DEA280;
  }

  :root .smd\:hover\:bg-am-green-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-green-aqua:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-green-brightest-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-green-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-red-alive:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-red-intense:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-grey-light:hover{
    background-color: #BFC4FF1F;
  }

  :root .smd\:hover\:bg-am-grey-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-grey-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-grey-transparent:hover{
    background-color: #BFC4FF4B;
  }

  :root .smd\:hover\:bg-am-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-pink-brightest:hover{
    background-color: #d977dd3b;
  }

  :root .smd\:hover\:bg-am-pink-rose:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-orange-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cyan-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cyan-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cyan-blue:hover{
    background-color: #0061FD60;
  }

  :root .smd\:hover\:bg-am-cyan-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-blue:hover{
    background-color: #0061FD60;
  }

  :root .smd\:hover\:bg-am-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-yellow-resalt:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cream-entry:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cream-entry_light:hover{
    background-color: #81E6AB33;
  }

  :root .smd\:hover\:bg-am-cream-entry_text:hover{
    background-color: #81E6ABB3;
  }

  :root .smd\:hover\:bg-am-cream-lunchgo:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cream-lunchgo_light:hover{
    background-color: #EEBA7233;
  }

  :root .smd\:hover\:bg-am-cream-lunchgo_text:hover{
    background-color: #EEBA72B3;
  }

  :root .smd\:hover\:bg-am-cream-lunchback:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cream-lunchback_light:hover{
    background-color: #EE8F7233;
  }

  :root .smd\:hover\:bg-am-cream-lunchback_text:hover{
    background-color: #EE8F72B3;
  }

  :root .smd\:hover\:bg-am-cream-exit:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cream-exit_light:hover{
    background-color: #81E6E233;
  }

  :root .smd\:hover\:bg-am-cream-exit_text:hover{
    background-color: #81E6E2B3;
  }

  :root .smd\:hover\:bg-am-cream-yesterday:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-cream-yesterday_light:hover{
    background-color: #DE777733;
  }

  :root .smd\:hover\:bg-am-cream-yesterday_text:hover{
    background-color: #DE7777B3;
  }

  :root .smd\:hover\:bg-am-brown-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-brown-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .smd\:hover\:bg-am-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .smd\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .smd\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .smd\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .smd\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .smd\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .smd\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .smd\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .smd\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-grays-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-grays:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .smd\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .smd\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .smd\:focus\:bg-am-base-background:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-main-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-main-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-main-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-coral:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-coral-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-coral-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-teal-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-teal-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-new-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-purple-transparent:focus{
    background-color: #757de338;
  }

  :root .smd\:focus\:bg-am-purple-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-purple-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-green-brightest:focus{
    background-color: #77DEA280;
  }

  :root .smd\:focus\:bg-am-green-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-green-aqua:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-green-brightest-transparent:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-green-hover:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-red-alive:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-red-intense:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-grey-light:focus{
    background-color: #BFC4FF1F;
  }

  :root .smd\:focus\:bg-am-grey-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-grey-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-grey-transparent:focus{
    background-color: #BFC4FF4B;
  }

  :root .smd\:focus\:bg-am-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-pink-brightest:focus{
    background-color: #d977dd3b;
  }

  :root .smd\:focus\:bg-am-pink-rose:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-orange-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cyan-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cyan-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cyan-blue:focus{
    background-color: #0061FD60;
  }

  :root .smd\:focus\:bg-am-cyan-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-blue:focus{
    background-color: #0061FD60;
  }

  :root .smd\:focus\:bg-am-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-yellow-resalt:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cream-entry:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cream-entry_light:focus{
    background-color: #81E6AB33;
  }

  :root .smd\:focus\:bg-am-cream-entry_text:focus{
    background-color: #81E6ABB3;
  }

  :root .smd\:focus\:bg-am-cream-lunchgo:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cream-lunchgo_light:focus{
    background-color: #EEBA7233;
  }

  :root .smd\:focus\:bg-am-cream-lunchgo_text:focus{
    background-color: #EEBA72B3;
  }

  :root .smd\:focus\:bg-am-cream-lunchback:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cream-lunchback_light:focus{
    background-color: #EE8F7233;
  }

  :root .smd\:focus\:bg-am-cream-lunchback_text:focus{
    background-color: #EE8F72B3;
  }

  :root .smd\:focus\:bg-am-cream-exit:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cream-exit_light:focus{
    background-color: #81E6E233;
  }

  :root .smd\:focus\:bg-am-cream-exit_text:focus{
    background-color: #81E6E2B3;
  }

  :root .smd\:focus\:bg-am-cream-yesterday:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-cream-yesterday_light:focus{
    background-color: #DE777733;
  }

  :root .smd\:focus\:bg-am-cream-yesterday_text:focus{
    background-color: #DE7777B3;
  }

  :root .smd\:focus\:bg-am-brown-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-brown-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .smd\:focus\:bg-am-brown:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-base:disabled{
    background-color: var(--background-base);
  }

  :root .smd\:disabled\:bg-card:disabled{
    background-color: var(--background-card);
  }

  :root .smd\:disabled\:bg-app-bar:disabled{
    background-color: var(--background-app-bar);
  }

  :root .smd\:disabled\:bg-hover:disabled{
    background-color: var(--background-hover);
  }

  :root .smd\:disabled\:bg-current:disabled{
    background-color: currentColor;
  }

  :root .smd\:disabled\:bg-transparent:disabled{
    background-color: transparent;
  }

  :root .smd\:disabled\:bg-black:disabled{
    background-color: var(--text-color);
  }

  :root .smd\:disabled\:bg-white:disabled{
    background-color: var(--text-color-light);
  }

  :root .smd\:disabled\:bg-contrast-black:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-contrast-white:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-grays-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-grays:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-gray-light:disabled{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:disabled\:bg-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-red-light:disabled{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:disabled\:bg-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-orange-light:disabled{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:disabled\:bg-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-deep-orange-light:disabled{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:disabled\:bg-deep-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-amber-light:disabled{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:disabled\:bg-amber:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-green-light:disabled{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:disabled\:bg-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-teal-light:disabled{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:disabled\:bg-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-cyan-light:disabled{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:disabled\:bg-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-purple-light:disabled{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:disabled\:bg-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-deep-purple-light:disabled{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:disabled\:bg-deep-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-pink-light:disabled{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:disabled\:bg-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-primary-light:disabled{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:disabled\:bg-primary:disabled{
    background-color: rgb(var(--color-primary));
  }

  :root .smd\:disabled\:bg-accent-light:disabled{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:disabled\:bg-accent:disabled{
    background-color: rgb(var(--color-accent));
  }

  :root .smd\:disabled\:bg-warn-light:disabled{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:disabled\:bg-warn:disabled{
    background-color: rgb(var(--color-warn));
  }

  :root .smd\:disabled\:bg-am-base-background:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-main-blue:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-main-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-main-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-gray-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-gray-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-coral:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-coral-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-coral-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-teal-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-teal-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-new-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-purple-transparent:disabled{
    background-color: #757de338;
  }

  :root .smd\:disabled\:bg-am-purple-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-purple-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-green-brightest:disabled{
    background-color: #77DEA280;
  }

  :root .smd\:disabled\:bg-am-green-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-green-aqua:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-green-brightest-transparent:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-green-hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-red-alive:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-red-intense:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-grey-light:disabled{
    background-color: #BFC4FF1F;
  }

  :root .smd\:disabled\:bg-am-grey-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-grey-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-grey-transparent:disabled{
    background-color: #BFC4FF4B;
  }

  :root .smd\:disabled\:bg-am-grey:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-pink-brightest:disabled{
    background-color: #d977dd3b;
  }

  :root .smd\:disabled\:bg-am-pink-rose:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-orange-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cyan-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cyan-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cyan-blue:disabled{
    background-color: #0061FD60;
  }

  :root .smd\:disabled\:bg-am-cyan-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-blue:disabled{
    background-color: #0061FD60;
  }

  :root .smd\:disabled\:bg-am-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-yellow-resalt:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cream-entry:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cream-entry_light:disabled{
    background-color: #81E6AB33;
  }

  :root .smd\:disabled\:bg-am-cream-entry_text:disabled{
    background-color: #81E6ABB3;
  }

  :root .smd\:disabled\:bg-am-cream-lunchgo:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cream-lunchgo_light:disabled{
    background-color: #EEBA7233;
  }

  :root .smd\:disabled\:bg-am-cream-lunchgo_text:disabled{
    background-color: #EEBA72B3;
  }

  :root .smd\:disabled\:bg-am-cream-lunchback:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cream-lunchback_light:disabled{
    background-color: #EE8F7233;
  }

  :root .smd\:disabled\:bg-am-cream-lunchback_text:disabled{
    background-color: #EE8F72B3;
  }

  :root .smd\:disabled\:bg-am-cream-exit:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cream-exit_light:disabled{
    background-color: #81E6E233;
  }

  :root .smd\:disabled\:bg-am-cream-exit_text:disabled{
    background-color: #81E6E2B3;
  }

  :root .smd\:disabled\:bg-am-cream-yesterday:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-cream-yesterday_light:disabled{
    background-color: #DE777733;
  }

  :root .smd\:disabled\:bg-am-cream-yesterday_text:disabled{
    background-color: #DE7777B3;
  }

  :root .smd\:disabled\:bg-am-brown-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-brown-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .smd\:disabled\:bg-am-brown:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .smd\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .smd\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .smd\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .smd\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .smd\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .smd\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .smd\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .smd\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .smd\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .group:hover .smd\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .smd\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .smd\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .smd\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .smd\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .smd\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  :root .smd\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .smd\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .smd\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .smd\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .smd\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .smd\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  :root .smd\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .smd\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .smd\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .smd\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .smd\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .smd\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  :root .smd\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .smd\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .smd\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .smd\:bg-none{
    background-image: none;
  }

  :root .smd\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .smd\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .smd\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .smd\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .smd\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .smd\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .smd\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .smd\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .smd\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-grays-light{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .smd\:from-grays{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .smd\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:from-am-base-background{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .smd\:from-am-main-blue{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:from-am-main-blue-light{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .smd\:from-am-main-blue-dark{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .smd\:from-am-gray{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .smd\:from-am-gray-light{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .smd\:from-am-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:from-am-new-green{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:from-am-new-green-light{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .smd\:from-am-new-green-dark{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .smd\:from-am-new-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:from-am-new-orange-light{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .smd\:from-am-new-orange-dark{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .smd\:from-am-coral{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:from-am-coral-light{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .smd\:from-am-coral-dark{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .smd\:from-am-teal{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:from-am-teal-light{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .smd\:from-am-teal-dark{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .smd\:from-am-new-red{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:from-am-new-red-light{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .smd\:from-am-new-red-dark{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .smd\:from-am-new-yellow{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:from-am-new-yellow-light{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .smd\:from-am-new-yellow-dark{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .smd\:from-am-new-pink{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:from-am-new-pink-light{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .smd\:from-am-new-pink-dark{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .smd\:from-am-new-purple{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .smd\:from-am-new-purple-light{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .smd\:from-am-new-purple-dark{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .smd\:from-am-purple-transparent{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .smd\:from-am-purple-relight{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .smd\:from-am-purple-light{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .smd\:from-am-purple-medium{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .smd\:from-am-purple-dark{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .smd\:from-am-purple{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:from-am-green-light{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:from-am-green-brightest{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:from-am-green-cyan{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .smd\:from-am-green-dark{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .smd\:from-am-green-aqua{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .smd\:from-am-green-brightest-transparent{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .smd\:from-am-green-hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .smd\:from-am-green{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .smd\:from-am-red-alive{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .smd\:from-am-red-light{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .smd\:from-am-red-dark{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .smd\:from-am-red-intense{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .smd\:from-am-red{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:from-am-grey-light{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:from-am-grey-dark{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .smd\:from-am-grey-medium{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .smd\:from-am-grey-transparent{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:from-am-grey{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:from-am-pink-light{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .smd\:from-am-pink-dark{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .smd\:from-am-pink-brightest{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:from-am-pink-rose{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .smd\:from-am-pink{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:from-am-orange-light{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .smd\:from-am-orange-relight{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .smd\:from-am-orange-dark{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .smd\:from-am-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:from-am-cyan-light{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .smd\:from-am-cyan-dark{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .smd\:from-am-cyan-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:from-am-cyan-green{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .smd\:from-am-cyan{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .smd\:from-am-blue-light{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .smd\:from-am-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:from-am-blue-dark{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .smd\:from-am-yellow-resalt{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:from-am-yellow-light{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .smd\:from-am-yellow-dark{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .smd\:from-am-yellow{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .smd\:from-am-cream-entry{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:from-am-cream-entry_light{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:from-am-cream-entry_text{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:from-am-cream-lunchgo{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:from-am-cream-lunchgo_light{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:from-am-cream-lunchgo_text{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:from-am-cream-lunchback{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:from-am-cream-lunchback_light{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:from-am-cream-lunchback_text{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:from-am-cream-exit{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:from-am-cream-exit_light{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:from-am-cream-exit_text{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:from-am-cream-yesterday{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:from-am-cream-yesterday_light{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:from-am-cream-yesterday_text{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:from-am-brown-light{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .smd\:from-am-brown-dark{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .smd\:from-am-brown{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .smd\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-grays-light:hover{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .smd\:hover\:from-grays:hover{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .smd\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:from-am-base-background:hover{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .smd\:hover\:from-am-main-blue:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:hover\:from-am-main-blue-light:hover{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .smd\:hover\:from-am-main-blue-dark:hover{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .smd\:hover\:from-am-gray:hover{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .smd\:hover\:from-am-gray-light:hover{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .smd\:hover\:from-am-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:hover\:from-am-new-green:hover{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:hover\:from-am-new-green-light:hover{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .smd\:hover\:from-am-new-green-dark:hover{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .smd\:hover\:from-am-new-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:hover\:from-am-new-orange-light:hover{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .smd\:hover\:from-am-new-orange-dark:hover{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .smd\:hover\:from-am-coral:hover{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:from-am-coral-light:hover{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .smd\:hover\:from-am-coral-dark:hover{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .smd\:hover\:from-am-teal:hover{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:from-am-teal-light:hover{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .smd\:hover\:from-am-teal-dark:hover{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .smd\:hover\:from-am-new-red:hover{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:from-am-new-red-light:hover{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .smd\:hover\:from-am-new-red-dark:hover{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .smd\:hover\:from-am-new-yellow:hover{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:hover\:from-am-new-yellow-light:hover{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .smd\:hover\:from-am-new-yellow-dark:hover{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .smd\:hover\:from-am-new-pink:hover{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:hover\:from-am-new-pink-light:hover{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .smd\:hover\:from-am-new-pink-dark:hover{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .smd\:hover\:from-am-new-purple:hover{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .smd\:hover\:from-am-new-purple-light:hover{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .smd\:hover\:from-am-new-purple-dark:hover{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .smd\:hover\:from-am-purple-transparent:hover{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .smd\:hover\:from-am-purple-relight:hover{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .smd\:hover\:from-am-purple-light:hover{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .smd\:hover\:from-am-purple-medium:hover{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .smd\:hover\:from-am-purple-dark:hover{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .smd\:hover\:from-am-purple:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:hover\:from-am-green-light:hover{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:hover\:from-am-green-brightest:hover{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:hover\:from-am-green-cyan:hover{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .smd\:hover\:from-am-green-dark:hover{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .smd\:hover\:from-am-green-aqua:hover{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .smd\:hover\:from-am-green-brightest-transparent:hover{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .smd\:hover\:from-am-green-hover:hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .smd\:hover\:from-am-green:hover{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .smd\:hover\:from-am-red-alive:hover{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .smd\:hover\:from-am-red-light:hover{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .smd\:hover\:from-am-red-dark:hover{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .smd\:hover\:from-am-red-intense:hover{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .smd\:hover\:from-am-red:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:from-am-grey-light:hover{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:hover\:from-am-grey-dark:hover{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .smd\:hover\:from-am-grey-medium:hover{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .smd\:hover\:from-am-grey-transparent:hover{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:hover\:from-am-grey:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:hover\:from-am-pink-light:hover{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .smd\:hover\:from-am-pink-dark:hover{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .smd\:hover\:from-am-pink-brightest:hover{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:hover\:from-am-pink-rose:hover{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .smd\:hover\:from-am-pink:hover{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:hover\:from-am-orange-light:hover{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .smd\:hover\:from-am-orange-relight:hover{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .smd\:hover\:from-am-orange-dark:hover{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .smd\:hover\:from-am-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:hover\:from-am-cyan-light:hover{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .smd\:hover\:from-am-cyan-dark:hover{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .smd\:hover\:from-am-cyan-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:hover\:from-am-cyan-green:hover{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .smd\:hover\:from-am-cyan:hover{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .smd\:hover\:from-am-blue-light:hover{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .smd\:hover\:from-am-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:hover\:from-am-blue-dark:hover{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .smd\:hover\:from-am-yellow-resalt:hover{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:hover\:from-am-yellow-light:hover{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .smd\:hover\:from-am-yellow-dark:hover{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .smd\:hover\:from-am-yellow:hover{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .smd\:hover\:from-am-cream-entry:hover{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:hover\:from-am-cream-entry_light:hover{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:hover\:from-am-cream-entry_text:hover{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:hover\:from-am-cream-lunchgo:hover{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:hover\:from-am-cream-lunchgo_light:hover{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:hover\:from-am-cream-lunchgo_text:hover{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:hover\:from-am-cream-lunchback:hover{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:from-am-cream-lunchback_light:hover{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:from-am-cream-lunchback_text:hover{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:from-am-cream-exit:hover{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:from-am-cream-exit_light:hover{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:from-am-cream-exit_text:hover{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:from-am-cream-yesterday:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:from-am-cream-yesterday_light:hover{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:from-am-cream-yesterday_text:hover{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:from-am-brown-light:hover{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .smd\:hover\:from-am-brown-dark:hover{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .smd\:hover\:from-am-brown:hover{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .smd\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-grays-light:focus{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .smd\:focus\:from-grays:focus{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .smd\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:from-am-base-background:focus{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .smd\:focus\:from-am-main-blue:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:focus\:from-am-main-blue-light:focus{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .smd\:focus\:from-am-main-blue-dark:focus{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .smd\:focus\:from-am-gray:focus{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .smd\:focus\:from-am-gray-light:focus{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .smd\:focus\:from-am-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:focus\:from-am-new-green:focus{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:focus\:from-am-new-green-light:focus{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .smd\:focus\:from-am-new-green-dark:focus{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .smd\:focus\:from-am-new-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:focus\:from-am-new-orange-light:focus{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .smd\:focus\:from-am-new-orange-dark:focus{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .smd\:focus\:from-am-coral:focus{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:from-am-coral-light:focus{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .smd\:focus\:from-am-coral-dark:focus{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .smd\:focus\:from-am-teal:focus{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:from-am-teal-light:focus{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .smd\:focus\:from-am-teal-dark:focus{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .smd\:focus\:from-am-new-red:focus{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:from-am-new-red-light:focus{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .smd\:focus\:from-am-new-red-dark:focus{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .smd\:focus\:from-am-new-yellow:focus{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:focus\:from-am-new-yellow-light:focus{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .smd\:focus\:from-am-new-yellow-dark:focus{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .smd\:focus\:from-am-new-pink:focus{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:focus\:from-am-new-pink-light:focus{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .smd\:focus\:from-am-new-pink-dark:focus{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .smd\:focus\:from-am-new-purple:focus{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .smd\:focus\:from-am-new-purple-light:focus{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .smd\:focus\:from-am-new-purple-dark:focus{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .smd\:focus\:from-am-purple-transparent:focus{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .smd\:focus\:from-am-purple-relight:focus{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .smd\:focus\:from-am-purple-light:focus{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .smd\:focus\:from-am-purple-medium:focus{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .smd\:focus\:from-am-purple-dark:focus{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .smd\:focus\:from-am-purple:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:focus\:from-am-green-light:focus{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:focus\:from-am-green-brightest:focus{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:focus\:from-am-green-cyan:focus{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .smd\:focus\:from-am-green-dark:focus{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .smd\:focus\:from-am-green-aqua:focus{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .smd\:focus\:from-am-green-brightest-transparent:focus{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .smd\:focus\:from-am-green-hover:focus{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .smd\:focus\:from-am-green:focus{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .smd\:focus\:from-am-red-alive:focus{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .smd\:focus\:from-am-red-light:focus{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .smd\:focus\:from-am-red-dark:focus{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .smd\:focus\:from-am-red-intense:focus{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .smd\:focus\:from-am-red:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:from-am-grey-light:focus{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:focus\:from-am-grey-dark:focus{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .smd\:focus\:from-am-grey-medium:focus{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .smd\:focus\:from-am-grey-transparent:focus{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:focus\:from-am-grey:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:focus\:from-am-pink-light:focus{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .smd\:focus\:from-am-pink-dark:focus{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .smd\:focus\:from-am-pink-brightest:focus{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:focus\:from-am-pink-rose:focus{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .smd\:focus\:from-am-pink:focus{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:focus\:from-am-orange-light:focus{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .smd\:focus\:from-am-orange-relight:focus{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .smd\:focus\:from-am-orange-dark:focus{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .smd\:focus\:from-am-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:focus\:from-am-cyan-light:focus{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .smd\:focus\:from-am-cyan-dark:focus{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .smd\:focus\:from-am-cyan-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:focus\:from-am-cyan-green:focus{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .smd\:focus\:from-am-cyan:focus{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .smd\:focus\:from-am-blue-light:focus{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .smd\:focus\:from-am-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:focus\:from-am-blue-dark:focus{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .smd\:focus\:from-am-yellow-resalt:focus{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:focus\:from-am-yellow-light:focus{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .smd\:focus\:from-am-yellow-dark:focus{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .smd\:focus\:from-am-yellow:focus{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .smd\:focus\:from-am-cream-entry:focus{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:focus\:from-am-cream-entry_light:focus{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:focus\:from-am-cream-entry_text:focus{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:focus\:from-am-cream-lunchgo:focus{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:focus\:from-am-cream-lunchgo_light:focus{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:focus\:from-am-cream-lunchgo_text:focus{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:focus\:from-am-cream-lunchback:focus{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:from-am-cream-lunchback_light:focus{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:from-am-cream-lunchback_text:focus{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:from-am-cream-exit:focus{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:from-am-cream-exit_light:focus{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:from-am-cream-exit_text:focus{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:from-am-cream-yesterday:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:from-am-cream-yesterday_light:focus{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:from-am-cream-yesterday_text:focus{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:from-am-brown-light:focus{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .smd\:focus\:from-am-brown-dark:focus{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .smd\:focus\:from-am-brown:focus{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .smd\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-grays-light{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .smd\:via-grays{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .smd\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:via-am-base-background{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .smd\:via-am-main-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:via-am-main-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .smd\:via-am-main-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .smd\:via-am-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .smd\:via-am-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .smd\:via-am-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:via-am-new-green{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:via-am-new-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .smd\:via-am-new-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .smd\:via-am-new-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:via-am-new-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .smd\:via-am-new-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .smd\:via-am-coral{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:via-am-coral-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .smd\:via-am-coral-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .smd\:via-am-teal{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:via-am-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .smd\:via-am-teal-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .smd\:via-am-new-red{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:via-am-new-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .smd\:via-am-new-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .smd\:via-am-new-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:via-am-new-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .smd\:via-am-new-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .smd\:via-am-new-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:via-am-new-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .smd\:via-am-new-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .smd\:via-am-new-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .smd\:via-am-new-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .smd\:via-am-new-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .smd\:via-am-purple-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .smd\:via-am-purple-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .smd\:via-am-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .smd\:via-am-purple-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .smd\:via-am-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .smd\:via-am-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:via-am-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:via-am-green-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:via-am-green-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .smd\:via-am-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .smd\:via-am-green-aqua{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .smd\:via-am-green-brightest-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .smd\:via-am-green-hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .smd\:via-am-green{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .smd\:via-am-red-alive{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .smd\:via-am-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .smd\:via-am-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .smd\:via-am-red-intense{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .smd\:via-am-red{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:via-am-grey-light{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:via-am-grey-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .smd\:via-am-grey-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .smd\:via-am-grey-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:via-am-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:via-am-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .smd\:via-am-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .smd\:via-am-pink-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:via-am-pink-rose{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .smd\:via-am-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:via-am-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .smd\:via-am-orange-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .smd\:via-am-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .smd\:via-am-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:via-am-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .smd\:via-am-cyan-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .smd\:via-am-cyan-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:via-am-cyan-green{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .smd\:via-am-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .smd\:via-am-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .smd\:via-am-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:via-am-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .smd\:via-am-yellow-resalt{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:via-am-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .smd\:via-am-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .smd\:via-am-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .smd\:via-am-cream-entry{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:via-am-cream-entry_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:via-am-cream-entry_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:via-am-cream-lunchgo{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:via-am-cream-lunchgo_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:via-am-cream-lunchgo_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:via-am-cream-lunchback{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:via-am-cream-lunchback_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:via-am-cream-lunchback_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:via-am-cream-exit{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:via-am-cream-exit_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:via-am-cream-exit_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:via-am-cream-yesterday{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:via-am-cream-yesterday_light{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:via-am-cream-yesterday_text{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:via-am-brown-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .smd\:via-am-brown-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .smd\:via-am-brown{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .smd\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-grays-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .smd\:hover\:via-grays:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .smd\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:hover\:via-am-base-background:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .smd\:hover\:via-am-main-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:hover\:via-am-main-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .smd\:hover\:via-am-main-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .smd\:hover\:via-am-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .smd\:hover\:via-am-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .smd\:hover\:via-am-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:hover\:via-am-new-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:hover\:via-am-new-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .smd\:hover\:via-am-new-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .smd\:hover\:via-am-new-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:hover\:via-am-new-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .smd\:hover\:via-am-new-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .smd\:hover\:via-am-coral:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:via-am-coral-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .smd\:hover\:via-am-coral-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .smd\:hover\:via-am-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:via-am-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .smd\:hover\:via-am-teal-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .smd\:hover\:via-am-new-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:via-am-new-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .smd\:hover\:via-am-new-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .smd\:hover\:via-am-new-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:hover\:via-am-new-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .smd\:hover\:via-am-new-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .smd\:hover\:via-am-new-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:hover\:via-am-new-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .smd\:hover\:via-am-new-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .smd\:hover\:via-am-new-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .smd\:hover\:via-am-new-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .smd\:hover\:via-am-new-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .smd\:hover\:via-am-purple-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .smd\:hover\:via-am-purple-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .smd\:hover\:via-am-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .smd\:hover\:via-am-purple-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .smd\:hover\:via-am-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .smd\:hover\:via-am-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:hover\:via-am-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:hover\:via-am-green-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:hover\:via-am-green-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .smd\:hover\:via-am-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .smd\:hover\:via-am-green-aqua:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .smd\:hover\:via-am-green-brightest-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .smd\:hover\:via-am-green-hover:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .smd\:hover\:via-am-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .smd\:hover\:via-am-red-alive:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .smd\:hover\:via-am-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .smd\:hover\:via-am-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .smd\:hover\:via-am-red-intense:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .smd\:hover\:via-am-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:via-am-grey-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:hover\:via-am-grey-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .smd\:hover\:via-am-grey-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .smd\:hover\:via-am-grey-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:hover\:via-am-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:hover\:via-am-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .smd\:hover\:via-am-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .smd\:hover\:via-am-pink-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:hover\:via-am-pink-rose:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .smd\:hover\:via-am-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:hover\:via-am-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .smd\:hover\:via-am-orange-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .smd\:hover\:via-am-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .smd\:hover\:via-am-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:hover\:via-am-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .smd\:hover\:via-am-cyan-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .smd\:hover\:via-am-cyan-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:hover\:via-am-cyan-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .smd\:hover\:via-am-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .smd\:hover\:via-am-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .smd\:hover\:via-am-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:hover\:via-am-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .smd\:hover\:via-am-yellow-resalt:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:hover\:via-am-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .smd\:hover\:via-am-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .smd\:hover\:via-am-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .smd\:hover\:via-am-cream-entry:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:hover\:via-am-cream-entry_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:hover\:via-am-cream-entry_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:hover\:via-am-cream-lunchgo:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:hover\:via-am-cream-lunchgo_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:hover\:via-am-cream-lunchgo_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:hover\:via-am-cream-lunchback:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:via-am-cream-lunchback_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:via-am-cream-lunchback_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:hover\:via-am-cream-exit:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:via-am-cream-exit_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:via-am-cream-exit_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:hover\:via-am-cream-yesterday:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:via-am-cream-yesterday_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:via-am-cream-yesterday_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:hover\:via-am-brown-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .smd\:hover\:via-am-brown-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .smd\:hover\:via-am-brown:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .smd\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .smd\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-grays-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .smd\:focus\:via-grays:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .smd\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .smd\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .smd\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .smd\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .smd\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .smd\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .smd\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .smd\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .smd\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .smd\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .smd\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .smd\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .smd\:focus\:via-am-base-background:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .smd\:focus\:via-am-main-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:focus\:via-am-main-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .smd\:focus\:via-am-main-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .smd\:focus\:via-am-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .smd\:focus\:via-am-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .smd\:focus\:via-am-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:focus\:via-am-new-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:focus\:via-am-new-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .smd\:focus\:via-am-new-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .smd\:focus\:via-am-new-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:focus\:via-am-new-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .smd\:focus\:via-am-new-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .smd\:focus\:via-am-coral:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:via-am-coral-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .smd\:focus\:via-am-coral-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .smd\:focus\:via-am-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:via-am-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .smd\:focus\:via-am-teal-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .smd\:focus\:via-am-new-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:via-am-new-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .smd\:focus\:via-am-new-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .smd\:focus\:via-am-new-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:focus\:via-am-new-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .smd\:focus\:via-am-new-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .smd\:focus\:via-am-new-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:focus\:via-am-new-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .smd\:focus\:via-am-new-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .smd\:focus\:via-am-new-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .smd\:focus\:via-am-new-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .smd\:focus\:via-am-new-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .smd\:focus\:via-am-purple-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .smd\:focus\:via-am-purple-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .smd\:focus\:via-am-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .smd\:focus\:via-am-purple-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .smd\:focus\:via-am-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .smd\:focus\:via-am-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .smd\:focus\:via-am-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:focus\:via-am-green-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .smd\:focus\:via-am-green-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .smd\:focus\:via-am-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .smd\:focus\:via-am-green-aqua:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .smd\:focus\:via-am-green-brightest-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .smd\:focus\:via-am-green-hover:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .smd\:focus\:via-am-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .smd\:focus\:via-am-red-alive:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .smd\:focus\:via-am-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .smd\:focus\:via-am-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .smd\:focus\:via-am-red-intense:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .smd\:focus\:via-am-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:via-am-grey-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:focus\:via-am-grey-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .smd\:focus\:via-am-grey-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .smd\:focus\:via-am-grey-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .smd\:focus\:via-am-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .smd\:focus\:via-am-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .smd\:focus\:via-am-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .smd\:focus\:via-am-pink-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:focus\:via-am-pink-rose:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .smd\:focus\:via-am-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .smd\:focus\:via-am-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .smd\:focus\:via-am-orange-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .smd\:focus\:via-am-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .smd\:focus\:via-am-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .smd\:focus\:via-am-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .smd\:focus\:via-am-cyan-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .smd\:focus\:via-am-cyan-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:focus\:via-am-cyan-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .smd\:focus\:via-am-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .smd\:focus\:via-am-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .smd\:focus\:via-am-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .smd\:focus\:via-am-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .smd\:focus\:via-am-yellow-resalt:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .smd\:focus\:via-am-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .smd\:focus\:via-am-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .smd\:focus\:via-am-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .smd\:focus\:via-am-cream-entry:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:focus\:via-am-cream-entry_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:focus\:via-am-cream-entry_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .smd\:focus\:via-am-cream-lunchgo:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:focus\:via-am-cream-lunchgo_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:focus\:via-am-cream-lunchgo_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .smd\:focus\:via-am-cream-lunchback:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:via-am-cream-lunchback_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:via-am-cream-lunchback_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .smd\:focus\:via-am-cream-exit:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:via-am-cream-exit_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:via-am-cream-exit_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .smd\:focus\:via-am-cream-yesterday:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:via-am-cream-yesterday_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:via-am-cream-yesterday_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .smd\:focus\:via-am-brown-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .smd\:focus\:via-am-brown-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .smd\:focus\:via-am-brown:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .smd\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .smd\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .smd\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .smd\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .smd\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .smd\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .smd\:to-grays-light{
    --tw-gradient-to: #D6D6D6;
  }

  :root .smd\:to-grays{
    --tw-gradient-to: #969CA7;
  }

  :root .smd\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .smd\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .smd\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .smd\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .smd\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .smd\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .smd\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .smd\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .smd\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .smd\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .smd\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .smd\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .smd\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .smd\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .smd\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .smd\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .smd\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .smd\:to-am-base-background{
    --tw-gradient-to: #F4F6FF;
  }

  :root .smd\:to-am-main-blue{
    --tw-gradient-to: #7084E3;
  }

  :root .smd\:to-am-main-blue-light{
    --tw-gradient-to: #d0d8ff;
  }

  :root .smd\:to-am-main-blue-dark{
    --tw-gradient-to: #00004d;
  }

  :root .smd\:to-am-gray{
    --tw-gradient-to: #9a9a9a;
  }

  :root .smd\:to-am-gray-light{
    --tw-gradient-to: #bebebe;
  }

  :root .smd\:to-am-gray-dark{
    --tw-gradient-to: #666666;
  }

  :root .smd\:to-am-new-green{
    --tw-gradient-to: #77dea2;
  }

  :root .smd\:to-am-new-green-light{
    --tw-gradient-to: #baeed0;
  }

  :root .smd\:to-am-new-green-dark{
    --tw-gradient-to: #27834d;
  }

  :root .smd\:to-am-new-orange{
    --tw-gradient-to: #f78842;
  }

  :root .smd\:to-am-new-orange-light{
    --tw-gradient-to: #fbc3a0;
  }

  :root .smd\:to-am-new-orange-dark{
    --tw-gradient-to: #af5f2e;
  }

  :root .smd\:to-am-coral{
    --tw-gradient-to: #ee8f72;
  }

  :root .smd\:to-am-coral-light{
    --tw-gradient-to: #f6c7b8;
  }

  :root .smd\:to-am-coral-dark{
    --tw-gradient-to: #be6a50;
  }

  :root .smd\:to-am-teal{
    --tw-gradient-to: #81e6e2;
  }

  :root .smd\:to-am-teal-light{
    --tw-gradient-to: #b3f0ed;
  }

  :root .smd\:to-am-teal-dark{
    --tw-gradient-to: #449D99;
  }

  :root .smd\:to-am-new-red{
    --tw-gradient-to: #de7777;
  }

  :root .smd\:to-am-new-red-light{
    --tw-gradient-to: #f2b0b0;
  }

  :root .smd\:to-am-new-red-dark{
    --tw-gradient-to: #ac3d3d;
  }

  :root .smd\:to-am-new-yellow{
    --tw-gradient-to: #ffce00;
  }

  :root .smd\:to-am-new-yellow-light{
    --tw-gradient-to: #ffeb99;
  }

  :root .smd\:to-am-new-yellow-dark{
    --tw-gradient-to: #a56c00;
  }

  :root .smd\:to-am-new-pink{
    --tw-gradient-to: #d977dd;
  }

  :root .smd\:to-am-new-pink-light{
    --tw-gradient-to: #ecbaee;
  }

  :root .smd\:to-am-new-pink-dark{
    --tw-gradient-to: #97569a;
  }

  :root .smd\:to-am-new-purple{
    --tw-gradient-to: #8f7ee3;
  }

  :root .smd\:to-am-new-purple-light{
    --tw-gradient-to: #baacff;
  }

  :root .smd\:to-am-new-purple-dark{
    --tw-gradient-to: #7164b1;
  }

  :root .smd\:to-am-purple-transparent{
    --tw-gradient-to: #757de338;
  }

  :root .smd\:to-am-purple-relight{
    --tw-gradient-to: #f0f1ff;
  }

  :root .smd\:to-am-purple-light{
    --tw-gradient-to: #dbdcff;
  }

  :root .smd\:to-am-purple-medium{
    --tw-gradient-to: #927DEA;
  }

  :root .smd\:to-am-purple-dark{
    --tw-gradient-to: #465499;
  }

  :root .smd\:to-am-purple{
    --tw-gradient-to: #7084E3;
  }

  :root .smd\:to-am-green-light{
    --tw-gradient-to: #77DEA2;
  }

  :root .smd\:to-am-green-brightest{
    --tw-gradient-to: #77DEA280;
  }

  :root .smd\:to-am-green-cyan{
    --tw-gradient-to: #26b28f;
  }

  :root .smd\:to-am-green-dark{
    --tw-gradient-to: #1f8f4e;
  }

  :root .smd\:to-am-green-aqua{
    --tw-gradient-to: #7DEAB4;
  }

  :root .smd\:to-am-green-brightest-transparent{
    --tw-gradient-to: #e9f8ee;
  }

  :root .smd\:to-am-green-hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .smd\:to-am-green{
    --tw-gradient-to: #54C931;
  }

  :root .smd\:to-am-red-alive{
    --tw-gradient-to: #E56262;
  }

  :root .smd\:to-am-red-light{
    --tw-gradient-to: #ffcece;
  }

  :root .smd\:to-am-red-dark{
    --tw-gradient-to: #d93d3d;
  }

  :root .smd\:to-am-red-intense{
    --tw-gradient-to: #f00846;
  }

  :root .smd\:to-am-red{
    --tw-gradient-to: #DE7777;
  }

  :root .smd\:to-am-grey-light{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .smd\:to-am-grey-dark{
    --tw-gradient-to: #2C303E;
  }

  :root .smd\:to-am-grey-medium{
    --tw-gradient-to: #bbbbbb;
  }

  :root .smd\:to-am-grey-transparent{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .smd\:to-am-grey{
    --tw-gradient-to: #666666;
  }

  :root .smd\:to-am-pink-light{
    --tw-gradient-to: #edcff0;
  }

  :root .smd\:to-am-pink-dark{
    --tw-gradient-to: #a941ae;
  }

  :root .smd\:to-am-pink-brightest{
    --tw-gradient-to: #d977dd3b;
  }

  :root .smd\:to-am-pink-rose{
    --tw-gradient-to: #F8BBD0;
  }

  :root .smd\:to-am-pink{
    --tw-gradient-to: #D977DD;
  }

  :root .smd\:to-am-orange-light{
    --tw-gradient-to: #f89103;
  }

  :root .smd\:to-am-orange-relight{
    --tw-gradient-to: #fff1e8;
  }

  :root .smd\:to-am-orange-dark{
    --tw-gradient-to: #b57c00;
  }

  :root .smd\:to-am-orange{
    --tw-gradient-to: #f78842;
  }

  :root .smd\:to-am-cyan-light{
    --tw-gradient-to: #b3edf4;
  }

  :root .smd\:to-am-cyan-dark{
    --tw-gradient-to: #129aa6;
  }

  :root .smd\:to-am-cyan-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .smd\:to-am-cyan-green{
    --tw-gradient-to: #b9eadf;
  }

  :root .smd\:to-am-cyan{
    --tw-gradient-to: #18D9EA;
  }

  :root .smd\:to-am-blue-light{
    --tw-gradient-to: #92C9F2;
  }

  :root .smd\:to-am-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .smd\:to-am-blue-dark{
    --tw-gradient-to: #5784a5;
  }

  :root .smd\:to-am-yellow-resalt{
    --tw-gradient-to: #FFCE00;
  }

  :root .smd\:to-am-yellow-light{
    --tw-gradient-to: #f8e9ae;
  }

  :root .smd\:to-am-yellow-dark{
    --tw-gradient-to: #c18b11;
  }

  :root .smd\:to-am-yellow{
    --tw-gradient-to: #FAD073;
  }

  :root .smd\:to-am-cream-entry{
    --tw-gradient-to: #81E6AB;
  }

  :root .smd\:to-am-cream-entry_light{
    --tw-gradient-to: #81E6AB33;
  }

  :root .smd\:to-am-cream-entry_text{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .smd\:to-am-cream-lunchgo{
    --tw-gradient-to: #EEBA72;
  }

  :root .smd\:to-am-cream-lunchgo_light{
    --tw-gradient-to: #EEBA7233;
  }

  :root .smd\:to-am-cream-lunchgo_text{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .smd\:to-am-cream-lunchback{
    --tw-gradient-to: #EE8F72;
  }

  :root .smd\:to-am-cream-lunchback_light{
    --tw-gradient-to: #EE8F7233;
  }

  :root .smd\:to-am-cream-lunchback_text{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .smd\:to-am-cream-exit{
    --tw-gradient-to: #81E6E2;
  }

  :root .smd\:to-am-cream-exit_light{
    --tw-gradient-to: #81E6E233;
  }

  :root .smd\:to-am-cream-exit_text{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .smd\:to-am-cream-yesterday{
    --tw-gradient-to: #DE7777;
  }

  :root .smd\:to-am-cream-yesterday_light{
    --tw-gradient-to: #DE777733;
  }

  :root .smd\:to-am-cream-yesterday_text{
    --tw-gradient-to: #DE7777B3;
  }

  :root .smd\:to-am-brown-light{
    --tw-gradient-to: #f1e1d8;
  }

  :root .smd\:to-am-brown-dark{
    --tw-gradient-to: #501D0E;
  }

  :root .smd\:to-am-brown{
    --tw-gradient-to: #A23E00;
  }

  :root .smd\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .smd\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .smd\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .smd\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .smd\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .smd\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .smd\:hover\:to-grays-light:hover{
    --tw-gradient-to: #D6D6D6;
  }

  :root .smd\:hover\:to-grays:hover{
    --tw-gradient-to: #969CA7;
  }

  :root .smd\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .smd\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .smd\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .smd\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .smd\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .smd\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .smd\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .smd\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .smd\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .smd\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .smd\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .smd\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .smd\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .smd\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .smd\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .smd\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .smd\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .smd\:hover\:to-am-base-background:hover{
    --tw-gradient-to: #F4F6FF;
  }

  :root .smd\:hover\:to-am-main-blue:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .smd\:hover\:to-am-main-blue-light:hover{
    --tw-gradient-to: #d0d8ff;
  }

  :root .smd\:hover\:to-am-main-blue-dark:hover{
    --tw-gradient-to: #00004d;
  }

  :root .smd\:hover\:to-am-gray:hover{
    --tw-gradient-to: #9a9a9a;
  }

  :root .smd\:hover\:to-am-gray-light:hover{
    --tw-gradient-to: #bebebe;
  }

  :root .smd\:hover\:to-am-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  :root .smd\:hover\:to-am-new-green:hover{
    --tw-gradient-to: #77dea2;
  }

  :root .smd\:hover\:to-am-new-green-light:hover{
    --tw-gradient-to: #baeed0;
  }

  :root .smd\:hover\:to-am-new-green-dark:hover{
    --tw-gradient-to: #27834d;
  }

  :root .smd\:hover\:to-am-new-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .smd\:hover\:to-am-new-orange-light:hover{
    --tw-gradient-to: #fbc3a0;
  }

  :root .smd\:hover\:to-am-new-orange-dark:hover{
    --tw-gradient-to: #af5f2e;
  }

  :root .smd\:hover\:to-am-coral:hover{
    --tw-gradient-to: #ee8f72;
  }

  :root .smd\:hover\:to-am-coral-light:hover{
    --tw-gradient-to: #f6c7b8;
  }

  :root .smd\:hover\:to-am-coral-dark:hover{
    --tw-gradient-to: #be6a50;
  }

  :root .smd\:hover\:to-am-teal:hover{
    --tw-gradient-to: #81e6e2;
  }

  :root .smd\:hover\:to-am-teal-light:hover{
    --tw-gradient-to: #b3f0ed;
  }

  :root .smd\:hover\:to-am-teal-dark:hover{
    --tw-gradient-to: #449D99;
  }

  :root .smd\:hover\:to-am-new-red:hover{
    --tw-gradient-to: #de7777;
  }

  :root .smd\:hover\:to-am-new-red-light:hover{
    --tw-gradient-to: #f2b0b0;
  }

  :root .smd\:hover\:to-am-new-red-dark:hover{
    --tw-gradient-to: #ac3d3d;
  }

  :root .smd\:hover\:to-am-new-yellow:hover{
    --tw-gradient-to: #ffce00;
  }

  :root .smd\:hover\:to-am-new-yellow-light:hover{
    --tw-gradient-to: #ffeb99;
  }

  :root .smd\:hover\:to-am-new-yellow-dark:hover{
    --tw-gradient-to: #a56c00;
  }

  :root .smd\:hover\:to-am-new-pink:hover{
    --tw-gradient-to: #d977dd;
  }

  :root .smd\:hover\:to-am-new-pink-light:hover{
    --tw-gradient-to: #ecbaee;
  }

  :root .smd\:hover\:to-am-new-pink-dark:hover{
    --tw-gradient-to: #97569a;
  }

  :root .smd\:hover\:to-am-new-purple:hover{
    --tw-gradient-to: #8f7ee3;
  }

  :root .smd\:hover\:to-am-new-purple-light:hover{
    --tw-gradient-to: #baacff;
  }

  :root .smd\:hover\:to-am-new-purple-dark:hover{
    --tw-gradient-to: #7164b1;
  }

  :root .smd\:hover\:to-am-purple-transparent:hover{
    --tw-gradient-to: #757de338;
  }

  :root .smd\:hover\:to-am-purple-relight:hover{
    --tw-gradient-to: #f0f1ff;
  }

  :root .smd\:hover\:to-am-purple-light:hover{
    --tw-gradient-to: #dbdcff;
  }

  :root .smd\:hover\:to-am-purple-medium:hover{
    --tw-gradient-to: #927DEA;
  }

  :root .smd\:hover\:to-am-purple-dark:hover{
    --tw-gradient-to: #465499;
  }

  :root .smd\:hover\:to-am-purple:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .smd\:hover\:to-am-green-light:hover{
    --tw-gradient-to: #77DEA2;
  }

  :root .smd\:hover\:to-am-green-brightest:hover{
    --tw-gradient-to: #77DEA280;
  }

  :root .smd\:hover\:to-am-green-cyan:hover{
    --tw-gradient-to: #26b28f;
  }

  :root .smd\:hover\:to-am-green-dark:hover{
    --tw-gradient-to: #1f8f4e;
  }

  :root .smd\:hover\:to-am-green-aqua:hover{
    --tw-gradient-to: #7DEAB4;
  }

  :root .smd\:hover\:to-am-green-brightest-transparent:hover{
    --tw-gradient-to: #e9f8ee;
  }

  :root .smd\:hover\:to-am-green-hover:hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .smd\:hover\:to-am-green:hover{
    --tw-gradient-to: #54C931;
  }

  :root .smd\:hover\:to-am-red-alive:hover{
    --tw-gradient-to: #E56262;
  }

  :root .smd\:hover\:to-am-red-light:hover{
    --tw-gradient-to: #ffcece;
  }

  :root .smd\:hover\:to-am-red-dark:hover{
    --tw-gradient-to: #d93d3d;
  }

  :root .smd\:hover\:to-am-red-intense:hover{
    --tw-gradient-to: #f00846;
  }

  :root .smd\:hover\:to-am-red:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .smd\:hover\:to-am-grey-light:hover{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .smd\:hover\:to-am-grey-dark:hover{
    --tw-gradient-to: #2C303E;
  }

  :root .smd\:hover\:to-am-grey-medium:hover{
    --tw-gradient-to: #bbbbbb;
  }

  :root .smd\:hover\:to-am-grey-transparent:hover{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .smd\:hover\:to-am-grey:hover{
    --tw-gradient-to: #666666;
  }

  :root .smd\:hover\:to-am-pink-light:hover{
    --tw-gradient-to: #edcff0;
  }

  :root .smd\:hover\:to-am-pink-dark:hover{
    --tw-gradient-to: #a941ae;
  }

  :root .smd\:hover\:to-am-pink-brightest:hover{
    --tw-gradient-to: #d977dd3b;
  }

  :root .smd\:hover\:to-am-pink-rose:hover{
    --tw-gradient-to: #F8BBD0;
  }

  :root .smd\:hover\:to-am-pink:hover{
    --tw-gradient-to: #D977DD;
  }

  :root .smd\:hover\:to-am-orange-light:hover{
    --tw-gradient-to: #f89103;
  }

  :root .smd\:hover\:to-am-orange-relight:hover{
    --tw-gradient-to: #fff1e8;
  }

  :root .smd\:hover\:to-am-orange-dark:hover{
    --tw-gradient-to: #b57c00;
  }

  :root .smd\:hover\:to-am-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .smd\:hover\:to-am-cyan-light:hover{
    --tw-gradient-to: #b3edf4;
  }

  :root .smd\:hover\:to-am-cyan-dark:hover{
    --tw-gradient-to: #129aa6;
  }

  :root .smd\:hover\:to-am-cyan-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .smd\:hover\:to-am-cyan-green:hover{
    --tw-gradient-to: #b9eadf;
  }

  :root .smd\:hover\:to-am-cyan:hover{
    --tw-gradient-to: #18D9EA;
  }

  :root .smd\:hover\:to-am-blue-light:hover{
    --tw-gradient-to: #92C9F2;
  }

  :root .smd\:hover\:to-am-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .smd\:hover\:to-am-blue-dark:hover{
    --tw-gradient-to: #5784a5;
  }

  :root .smd\:hover\:to-am-yellow-resalt:hover{
    --tw-gradient-to: #FFCE00;
  }

  :root .smd\:hover\:to-am-yellow-light:hover{
    --tw-gradient-to: #f8e9ae;
  }

  :root .smd\:hover\:to-am-yellow-dark:hover{
    --tw-gradient-to: #c18b11;
  }

  :root .smd\:hover\:to-am-yellow:hover{
    --tw-gradient-to: #FAD073;
  }

  :root .smd\:hover\:to-am-cream-entry:hover{
    --tw-gradient-to: #81E6AB;
  }

  :root .smd\:hover\:to-am-cream-entry_light:hover{
    --tw-gradient-to: #81E6AB33;
  }

  :root .smd\:hover\:to-am-cream-entry_text:hover{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .smd\:hover\:to-am-cream-lunchgo:hover{
    --tw-gradient-to: #EEBA72;
  }

  :root .smd\:hover\:to-am-cream-lunchgo_light:hover{
    --tw-gradient-to: #EEBA7233;
  }

  :root .smd\:hover\:to-am-cream-lunchgo_text:hover{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .smd\:hover\:to-am-cream-lunchback:hover{
    --tw-gradient-to: #EE8F72;
  }

  :root .smd\:hover\:to-am-cream-lunchback_light:hover{
    --tw-gradient-to: #EE8F7233;
  }

  :root .smd\:hover\:to-am-cream-lunchback_text:hover{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .smd\:hover\:to-am-cream-exit:hover{
    --tw-gradient-to: #81E6E2;
  }

  :root .smd\:hover\:to-am-cream-exit_light:hover{
    --tw-gradient-to: #81E6E233;
  }

  :root .smd\:hover\:to-am-cream-exit_text:hover{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .smd\:hover\:to-am-cream-yesterday:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .smd\:hover\:to-am-cream-yesterday_light:hover{
    --tw-gradient-to: #DE777733;
  }

  :root .smd\:hover\:to-am-cream-yesterday_text:hover{
    --tw-gradient-to: #DE7777B3;
  }

  :root .smd\:hover\:to-am-brown-light:hover{
    --tw-gradient-to: #f1e1d8;
  }

  :root .smd\:hover\:to-am-brown-dark:hover{
    --tw-gradient-to: #501D0E;
  }

  :root .smd\:hover\:to-am-brown:hover{
    --tw-gradient-to: #A23E00;
  }

  :root .smd\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .smd\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .smd\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .smd\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .smd\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .smd\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .smd\:focus\:to-grays-light:focus{
    --tw-gradient-to: #D6D6D6;
  }

  :root .smd\:focus\:to-grays:focus{
    --tw-gradient-to: #969CA7;
  }

  :root .smd\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .smd\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .smd\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .smd\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .smd\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .smd\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .smd\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .smd\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .smd\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .smd\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .smd\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .smd\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .smd\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .smd\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .smd\:focus\:to-am-base-background:focus{
    --tw-gradient-to: #F4F6FF;
  }

  :root .smd\:focus\:to-am-main-blue:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .smd\:focus\:to-am-main-blue-light:focus{
    --tw-gradient-to: #d0d8ff;
  }

  :root .smd\:focus\:to-am-main-blue-dark:focus{
    --tw-gradient-to: #00004d;
  }

  :root .smd\:focus\:to-am-gray:focus{
    --tw-gradient-to: #9a9a9a;
  }

  :root .smd\:focus\:to-am-gray-light:focus{
    --tw-gradient-to: #bebebe;
  }

  :root .smd\:focus\:to-am-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  :root .smd\:focus\:to-am-new-green:focus{
    --tw-gradient-to: #77dea2;
  }

  :root .smd\:focus\:to-am-new-green-light:focus{
    --tw-gradient-to: #baeed0;
  }

  :root .smd\:focus\:to-am-new-green-dark:focus{
    --tw-gradient-to: #27834d;
  }

  :root .smd\:focus\:to-am-new-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .smd\:focus\:to-am-new-orange-light:focus{
    --tw-gradient-to: #fbc3a0;
  }

  :root .smd\:focus\:to-am-new-orange-dark:focus{
    --tw-gradient-to: #af5f2e;
  }

  :root .smd\:focus\:to-am-coral:focus{
    --tw-gradient-to: #ee8f72;
  }

  :root .smd\:focus\:to-am-coral-light:focus{
    --tw-gradient-to: #f6c7b8;
  }

  :root .smd\:focus\:to-am-coral-dark:focus{
    --tw-gradient-to: #be6a50;
  }

  :root .smd\:focus\:to-am-teal:focus{
    --tw-gradient-to: #81e6e2;
  }

  :root .smd\:focus\:to-am-teal-light:focus{
    --tw-gradient-to: #b3f0ed;
  }

  :root .smd\:focus\:to-am-teal-dark:focus{
    --tw-gradient-to: #449D99;
  }

  :root .smd\:focus\:to-am-new-red:focus{
    --tw-gradient-to: #de7777;
  }

  :root .smd\:focus\:to-am-new-red-light:focus{
    --tw-gradient-to: #f2b0b0;
  }

  :root .smd\:focus\:to-am-new-red-dark:focus{
    --tw-gradient-to: #ac3d3d;
  }

  :root .smd\:focus\:to-am-new-yellow:focus{
    --tw-gradient-to: #ffce00;
  }

  :root .smd\:focus\:to-am-new-yellow-light:focus{
    --tw-gradient-to: #ffeb99;
  }

  :root .smd\:focus\:to-am-new-yellow-dark:focus{
    --tw-gradient-to: #a56c00;
  }

  :root .smd\:focus\:to-am-new-pink:focus{
    --tw-gradient-to: #d977dd;
  }

  :root .smd\:focus\:to-am-new-pink-light:focus{
    --tw-gradient-to: #ecbaee;
  }

  :root .smd\:focus\:to-am-new-pink-dark:focus{
    --tw-gradient-to: #97569a;
  }

  :root .smd\:focus\:to-am-new-purple:focus{
    --tw-gradient-to: #8f7ee3;
  }

  :root .smd\:focus\:to-am-new-purple-light:focus{
    --tw-gradient-to: #baacff;
  }

  :root .smd\:focus\:to-am-new-purple-dark:focus{
    --tw-gradient-to: #7164b1;
  }

  :root .smd\:focus\:to-am-purple-transparent:focus{
    --tw-gradient-to: #757de338;
  }

  :root .smd\:focus\:to-am-purple-relight:focus{
    --tw-gradient-to: #f0f1ff;
  }

  :root .smd\:focus\:to-am-purple-light:focus{
    --tw-gradient-to: #dbdcff;
  }

  :root .smd\:focus\:to-am-purple-medium:focus{
    --tw-gradient-to: #927DEA;
  }

  :root .smd\:focus\:to-am-purple-dark:focus{
    --tw-gradient-to: #465499;
  }

  :root .smd\:focus\:to-am-purple:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .smd\:focus\:to-am-green-light:focus{
    --tw-gradient-to: #77DEA2;
  }

  :root .smd\:focus\:to-am-green-brightest:focus{
    --tw-gradient-to: #77DEA280;
  }

  :root .smd\:focus\:to-am-green-cyan:focus{
    --tw-gradient-to: #26b28f;
  }

  :root .smd\:focus\:to-am-green-dark:focus{
    --tw-gradient-to: #1f8f4e;
  }

  :root .smd\:focus\:to-am-green-aqua:focus{
    --tw-gradient-to: #7DEAB4;
  }

  :root .smd\:focus\:to-am-green-brightest-transparent:focus{
    --tw-gradient-to: #e9f8ee;
  }

  :root .smd\:focus\:to-am-green-hover:focus{
    --tw-gradient-to: #F5FCF7;
  }

  :root .smd\:focus\:to-am-green:focus{
    --tw-gradient-to: #54C931;
  }

  :root .smd\:focus\:to-am-red-alive:focus{
    --tw-gradient-to: #E56262;
  }

  :root .smd\:focus\:to-am-red-light:focus{
    --tw-gradient-to: #ffcece;
  }

  :root .smd\:focus\:to-am-red-dark:focus{
    --tw-gradient-to: #d93d3d;
  }

  :root .smd\:focus\:to-am-red-intense:focus{
    --tw-gradient-to: #f00846;
  }

  :root .smd\:focus\:to-am-red:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .smd\:focus\:to-am-grey-light:focus{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .smd\:focus\:to-am-grey-dark:focus{
    --tw-gradient-to: #2C303E;
  }

  :root .smd\:focus\:to-am-grey-medium:focus{
    --tw-gradient-to: #bbbbbb;
  }

  :root .smd\:focus\:to-am-grey-transparent:focus{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .smd\:focus\:to-am-grey:focus{
    --tw-gradient-to: #666666;
  }

  :root .smd\:focus\:to-am-pink-light:focus{
    --tw-gradient-to: #edcff0;
  }

  :root .smd\:focus\:to-am-pink-dark:focus{
    --tw-gradient-to: #a941ae;
  }

  :root .smd\:focus\:to-am-pink-brightest:focus{
    --tw-gradient-to: #d977dd3b;
  }

  :root .smd\:focus\:to-am-pink-rose:focus{
    --tw-gradient-to: #F8BBD0;
  }

  :root .smd\:focus\:to-am-pink:focus{
    --tw-gradient-to: #D977DD;
  }

  :root .smd\:focus\:to-am-orange-light:focus{
    --tw-gradient-to: #f89103;
  }

  :root .smd\:focus\:to-am-orange-relight:focus{
    --tw-gradient-to: #fff1e8;
  }

  :root .smd\:focus\:to-am-orange-dark:focus{
    --tw-gradient-to: #b57c00;
  }

  :root .smd\:focus\:to-am-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .smd\:focus\:to-am-cyan-light:focus{
    --tw-gradient-to: #b3edf4;
  }

  :root .smd\:focus\:to-am-cyan-dark:focus{
    --tw-gradient-to: #129aa6;
  }

  :root .smd\:focus\:to-am-cyan-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .smd\:focus\:to-am-cyan-green:focus{
    --tw-gradient-to: #b9eadf;
  }

  :root .smd\:focus\:to-am-cyan:focus{
    --tw-gradient-to: #18D9EA;
  }

  :root .smd\:focus\:to-am-blue-light:focus{
    --tw-gradient-to: #92C9F2;
  }

  :root .smd\:focus\:to-am-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .smd\:focus\:to-am-blue-dark:focus{
    --tw-gradient-to: #5784a5;
  }

  :root .smd\:focus\:to-am-yellow-resalt:focus{
    --tw-gradient-to: #FFCE00;
  }

  :root .smd\:focus\:to-am-yellow-light:focus{
    --tw-gradient-to: #f8e9ae;
  }

  :root .smd\:focus\:to-am-yellow-dark:focus{
    --tw-gradient-to: #c18b11;
  }

  :root .smd\:focus\:to-am-yellow:focus{
    --tw-gradient-to: #FAD073;
  }

  :root .smd\:focus\:to-am-cream-entry:focus{
    --tw-gradient-to: #81E6AB;
  }

  :root .smd\:focus\:to-am-cream-entry_light:focus{
    --tw-gradient-to: #81E6AB33;
  }

  :root .smd\:focus\:to-am-cream-entry_text:focus{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .smd\:focus\:to-am-cream-lunchgo:focus{
    --tw-gradient-to: #EEBA72;
  }

  :root .smd\:focus\:to-am-cream-lunchgo_light:focus{
    --tw-gradient-to: #EEBA7233;
  }

  :root .smd\:focus\:to-am-cream-lunchgo_text:focus{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .smd\:focus\:to-am-cream-lunchback:focus{
    --tw-gradient-to: #EE8F72;
  }

  :root .smd\:focus\:to-am-cream-lunchback_light:focus{
    --tw-gradient-to: #EE8F7233;
  }

  :root .smd\:focus\:to-am-cream-lunchback_text:focus{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .smd\:focus\:to-am-cream-exit:focus{
    --tw-gradient-to: #81E6E2;
  }

  :root .smd\:focus\:to-am-cream-exit_light:focus{
    --tw-gradient-to: #81E6E233;
  }

  :root .smd\:focus\:to-am-cream-exit_text:focus{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .smd\:focus\:to-am-cream-yesterday:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .smd\:focus\:to-am-cream-yesterday_light:focus{
    --tw-gradient-to: #DE777733;
  }

  :root .smd\:focus\:to-am-cream-yesterday_text:focus{
    --tw-gradient-to: #DE7777B3;
  }

  :root .smd\:focus\:to-am-brown-light:focus{
    --tw-gradient-to: #f1e1d8;
  }

  :root .smd\:focus\:to-am-brown-dark:focus{
    --tw-gradient-to: #501D0E;
  }

  :root .smd\:focus\:to-am-brown:focus{
    --tw-gradient-to: #A23E00;
  }

  :root .smd\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .smd\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .smd\:bg-auto{
    background-size: auto;
  }

  :root .smd\:bg-cover{
    background-size: cover;
  }

  :root .smd\:bg-contain{
    background-size: contain;
  }

  :root .smd\:bg-fixed{
    background-attachment: fixed;
  }

  :root .smd\:bg-local{
    background-attachment: local;
  }

  :root .smd\:bg-scroll{
    background-attachment: scroll;
  }

  :root .smd\:bg-clip-border{
    background-clip: border-box;
  }

  :root .smd\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .smd\:bg-clip-content{
    background-clip: content-box;
  }

  :root .smd\:bg-clip-text{
    background-clip: text;
  }

  :root .smd\:bg-bottom{
    background-position: bottom;
  }

  :root .smd\:bg-center{
    background-position: center;
  }

  :root .smd\:bg-left{
    background-position: left;
  }

  :root .smd\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .smd\:bg-left-top{
    background-position: left top;
  }

  :root .smd\:bg-right{
    background-position: right;
  }

  :root .smd\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .smd\:bg-right-top{
    background-position: right top;
  }

  :root .smd\:bg-top{
    background-position: top;
  }

  :root .smd\:bg-repeat{
    background-repeat: repeat;
  }

  :root .smd\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .smd\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .smd\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .smd\:bg-repeat-round{
    background-repeat: round;
  }

  :root .smd\:bg-repeat-space{
    background-repeat: space;
  }

  :root .smd\:bg-origin-border{
    background-origin: border-box;
  }

  :root .smd\:bg-origin-padding{
    background-origin: padding-box;
  }

  :root .smd\:bg-origin-content{
    background-origin: content-box;
  }

  :root .smd\:fill-current{
    fill: currentColor;
  }

  :root .smd\:stroke-current{
    stroke: currentColor;
  }

  :root .smd\:stroke-0{
    stroke-width: 0;
  }

  :root .smd\:stroke-1{
    stroke-width: 1;
  }

  :root .smd\:stroke-2{
    stroke-width: 2;
  }

  :root .smd\:object-contain{
    object-fit: contain;
  }

  :root .smd\:object-cover{
    object-fit: cover;
  }

  :root .smd\:object-fill{
    object-fit: fill;
  }

  :root .smd\:object-none{
    object-fit: none;
  }

  :root .smd\:object-scale-down{
    object-fit: scale-down;
  }

  :root .smd\:object-bottom{
    object-position: bottom;
  }

  :root .smd\:object-center{
    object-position: center;
  }

  :root .smd\:object-left{
    object-position: left;
  }

  :root .smd\:object-left-bottom{
    object-position: left bottom;
  }

  :root .smd\:object-left-top{
    object-position: left top;
  }

  :root .smd\:object-right{
    object-position: right;
  }

  :root .smd\:object-right-bottom{
    object-position: right bottom;
  }

  :root .smd\:object-right-top{
    object-position: right top;
  }

  :root .smd\:object-top{
    object-position: top;
  }

  :root .smd\:p-0{
    padding: 0;
  }

  :root .smd\:p-1{
    padding: 0.25rem;
  }

  :root .smd\:p-2{
    padding: 0.5rem;
  }

  :root .smd\:p-3{
    padding: 0.75rem;
  }

  :root .smd\:p-4{
    padding: 1rem;
  }

  :root .smd\:p-5{
    padding: 1.25rem;
  }

  :root .smd\:p-6{
    padding: 1.5rem;
  }

  :root .smd\:p-7{
    padding: 1.75rem;
  }

  :root .smd\:p-8{
    padding: 2rem;
  }

  :root .smd\:p-9{
    padding: 2.25rem;
  }

  :root .smd\:p-10{
    padding: 2.5rem;
  }

  :root .smd\:p-11{
    padding: 2.75rem;
  }

  :root .smd\:p-12{
    padding: 3rem;
  }

  :root .smd\:p-13{
    padding: 3.25rem;
  }

  :root .smd\:p-14{
    padding: 3.5rem;
  }

  :root .smd\:p-16{
    padding: 4rem;
  }

  :root .smd\:p-18{
    padding: 4.5rem;
  }

  :root .smd\:p-20{
    padding: 5rem;
  }

  :root .smd\:p-21{
    padding: 5.25rem;
  }

  :root .smd\:p-22{
    padding: 5.5rem;
  }

  :root .smd\:p-24{
    padding: 6rem;
  }

  :root .smd\:p-26{
    padding: 6.5rem;
  }

  :root .smd\:p-27{
    padding: 6.75rem;
  }

  :root .smd\:p-28{
    padding: 7rem;
  }

  :root .smd\:p-30{
    padding: 7.5rem;
  }

  :root .smd\:p-32{
    padding: 8rem;
  }

  :root .smd\:p-36{
    padding: 9rem;
  }

  :root .smd\:p-40{
    padding: 10rem;
  }

  :root .smd\:p-41{
    padding: 11.25rem;
  }

  :root .smd\:p-42{
    padding: 11.5rem;
  }

  :root .smd\:p-44{
    padding: 11rem;
  }

  :root .smd\:p-48{
    padding: 12rem;
  }

  :root .smd\:p-52{
    padding: 13rem;
  }

  :root .smd\:p-54{
    padding: 13.5rem;
  }

  :root .smd\:p-56{
    padding: 14rem;
  }

  :root .smd\:p-60{
    padding: 15rem;
  }

  :root .smd\:p-64{
    padding: 16rem;
  }

  :root .smd\:p-68{
    padding: 17rem;
  }

  :root .smd\:p-72{
    padding: 18rem;
  }

  :root .smd\:p-76{
    padding: 19rem;
  }

  :root .smd\:p-80{
    padding: 20rem;
  }

  :root .smd\:p-84{
    padding: 21rem;
  }

  :root .smd\:p-88{
    padding: 22rem;
  }

  :root .smd\:p-96{
    padding: 24rem;
  }

  :root .smd\:p-112{
    padding: 28rem;
  }

  :root .smd\:p-120{
    padding: 30rem;
  }

  :root .smd\:p-140{
    padding: 35rem;
  }

  :root .smd\:p-150{
    padding: 37.5rem;
  }

  :root .smd\:p-160{
    padding: 40rem;
  }

  :root .smd\:p-220{
    padding: 55rem;
  }

  :root .smd\:p-240{
    padding: 60rem;
  }

  :root .smd\:p-300{
    padding: 75rem;
  }

  :root .smd\:p-320{
    padding: 80rem;
  }

  :root .smd\:p-px{
    padding: 1px;
  }

  :root .smd\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .smd\:p-1\.5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .smd\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-13{
    padding: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-18{
    padding: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-21{
    padding: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-22{
    padding: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-26{
    padding: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-27{
    padding: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-30{
    padding: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-41{
    padding: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-42{
    padding: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-54{
    padding: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-68{
    padding: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-76{
    padding: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-84{
    padding: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-88{
    padding: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-112{
    padding: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-120{
    padding: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-140{
    padding: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-150{
    padding: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-160{
    padding: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-220{
    padding: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-240{
    padding: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-300{
    padding: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-320{
    padding: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-1.smd\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .smd\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-13{
    padding: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-18{
    padding: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-21{
    padding: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-22{
    padding: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-26{
    padding: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-27{
    padding: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-30{
    padding: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-41{
    padding: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-42{
    padding: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-54{
    padding: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-68{
    padding: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-76{
    padding: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-84{
    padding: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-88{
    padding: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-112{
    padding: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-120{
    padding: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-140{
    padding: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-150{
    padding: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-160{
    padding: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-220{
    padding: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-240{
    padding: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-300{
    padding: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-320{
    padding: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-1.smd\:5{
    padding: 0.375rem;
  }

  :root .smd\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .smd\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .smd\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .smd\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .smd\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .smd\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .smd\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .smd\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .smd\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .smd\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .smd\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .smd\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .smd\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .smd\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root .smd\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .smd\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .smd\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root .smd\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .smd\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root .smd\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root .smd\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .smd\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root .smd\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root .smd\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .smd\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root .smd\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .smd\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .smd\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .smd\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root .smd\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root .smd\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .smd\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .smd\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .smd\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root .smd\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .smd\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .smd\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .smd\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root .smd\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .smd\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root .smd\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .smd\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root .smd\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root .smd\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .smd\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root .smd\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root .smd\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root .smd\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root .smd\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root .smd\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root .smd\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root .smd\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root .smd\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root .smd\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .smd\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .smd\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .smd\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .smd\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .smd\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .smd\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .smd\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .smd\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .smd\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .smd\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .smd\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .smd\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .smd\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .smd\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .smd\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .smd\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root .smd\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .smd\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .smd\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root .smd\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .smd\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root .smd\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root .smd\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .smd\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root .smd\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root .smd\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .smd\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root .smd\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .smd\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .smd\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .smd\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root .smd\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root .smd\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .smd\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .smd\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .smd\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root .smd\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .smd\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .smd\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .smd\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root .smd\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .smd\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root .smd\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .smd\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root .smd\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root .smd\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .smd\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root .smd\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root .smd\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root .smd\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root .smd\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root .smd\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root .smd\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root .smd\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root .smd\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root .smd\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .smd\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .smd\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .smd\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:px-1.smd\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .smd\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-1.smd\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .smd\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:px-1.smd\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .smd\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-1.smd\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .smd\:pt-0{
    padding-top: 0;
  }

  :root .smd\:pt-1{
    padding-top: 0.25rem;
  }

  :root .smd\:pt-2{
    padding-top: 0.5rem;
  }

  :root .smd\:pt-3{
    padding-top: 0.75rem;
  }

  :root .smd\:pt-4{
    padding-top: 1rem;
  }

  :root .smd\:pt-5{
    padding-top: 1.25rem;
  }

  :root .smd\:pt-6{
    padding-top: 1.5rem;
  }

  :root .smd\:pt-7{
    padding-top: 1.75rem;
  }

  :root .smd\:pt-8{
    padding-top: 2rem;
  }

  :root .smd\:pt-9{
    padding-top: 2.25rem;
  }

  :root .smd\:pt-10{
    padding-top: 2.5rem;
  }

  :root .smd\:pt-11{
    padding-top: 2.75rem;
  }

  :root .smd\:pt-12{
    padding-top: 3rem;
  }

  :root .smd\:pt-13{
    padding-top: 3.25rem;
  }

  :root .smd\:pt-14{
    padding-top: 3.5rem;
  }

  :root .smd\:pt-16{
    padding-top: 4rem;
  }

  :root .smd\:pt-18{
    padding-top: 4.5rem;
  }

  :root .smd\:pt-20{
    padding-top: 5rem;
  }

  :root .smd\:pt-21{
    padding-top: 5.25rem;
  }

  :root .smd\:pt-22{
    padding-top: 5.5rem;
  }

  :root .smd\:pt-24{
    padding-top: 6rem;
  }

  :root .smd\:pt-26{
    padding-top: 6.5rem;
  }

  :root .smd\:pt-27{
    padding-top: 6.75rem;
  }

  :root .smd\:pt-28{
    padding-top: 7rem;
  }

  :root .smd\:pt-30{
    padding-top: 7.5rem;
  }

  :root .smd\:pt-32{
    padding-top: 8rem;
  }

  :root .smd\:pt-36{
    padding-top: 9rem;
  }

  :root .smd\:pt-40{
    padding-top: 10rem;
  }

  :root .smd\:pt-41{
    padding-top: 11.25rem;
  }

  :root .smd\:pt-42{
    padding-top: 11.5rem;
  }

  :root .smd\:pt-44{
    padding-top: 11rem;
  }

  :root .smd\:pt-48{
    padding-top: 12rem;
  }

  :root .smd\:pt-52{
    padding-top: 13rem;
  }

  :root .smd\:pt-54{
    padding-top: 13.5rem;
  }

  :root .smd\:pt-56{
    padding-top: 14rem;
  }

  :root .smd\:pt-60{
    padding-top: 15rem;
  }

  :root .smd\:pt-64{
    padding-top: 16rem;
  }

  :root .smd\:pt-68{
    padding-top: 17rem;
  }

  :root .smd\:pt-72{
    padding-top: 18rem;
  }

  :root .smd\:pt-76{
    padding-top: 19rem;
  }

  :root .smd\:pt-80{
    padding-top: 20rem;
  }

  :root .smd\:pt-84{
    padding-top: 21rem;
  }

  :root .smd\:pt-88{
    padding-top: 22rem;
  }

  :root .smd\:pt-96{
    padding-top: 24rem;
  }

  :root .smd\:pt-112{
    padding-top: 28rem;
  }

  :root .smd\:pt-120{
    padding-top: 30rem;
  }

  :root .smd\:pt-140{
    padding-top: 35rem;
  }

  :root .smd\:pt-150{
    padding-top: 37.5rem;
  }

  :root .smd\:pt-160{
    padding-top: 40rem;
  }

  :root .smd\:pt-220{
    padding-top: 55rem;
  }

  :root .smd\:pt-240{
    padding-top: 60rem;
  }

  :root .smd\:pt-300{
    padding-top: 75rem;
  }

  :root .smd\:pt-320{
    padding-top: 80rem;
  }

  :root .smd\:pt-px{
    padding-top: 1px;
  }

  :root .smd\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .smd\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .smd\:pr-0{
    padding-right: 0;
  }

  :root .smd\:pr-1{
    padding-right: 0.25rem;
  }

  :root .smd\:pr-2{
    padding-right: 0.5rem;
  }

  :root .smd\:pr-3{
    padding-right: 0.75rem;
  }

  :root .smd\:pr-4{
    padding-right: 1rem;
  }

  :root .smd\:pr-5{
    padding-right: 1.25rem;
  }

  :root .smd\:pr-6{
    padding-right: 1.5rem;
  }

  :root .smd\:pr-7{
    padding-right: 1.75rem;
  }

  :root .smd\:pr-8{
    padding-right: 2rem;
  }

  :root .smd\:pr-9{
    padding-right: 2.25rem;
  }

  :root .smd\:pr-10{
    padding-right: 2.5rem;
  }

  :root .smd\:pr-11{
    padding-right: 2.75rem;
  }

  :root .smd\:pr-12{
    padding-right: 3rem;
  }

  :root .smd\:pr-13{
    padding-right: 3.25rem;
  }

  :root .smd\:pr-14{
    padding-right: 3.5rem;
  }

  :root .smd\:pr-16{
    padding-right: 4rem;
  }

  :root .smd\:pr-18{
    padding-right: 4.5rem;
  }

  :root .smd\:pr-20{
    padding-right: 5rem;
  }

  :root .smd\:pr-21{
    padding-right: 5.25rem;
  }

  :root .smd\:pr-22{
    padding-right: 5.5rem;
  }

  :root .smd\:pr-24{
    padding-right: 6rem;
  }

  :root .smd\:pr-26{
    padding-right: 6.5rem;
  }

  :root .smd\:pr-27{
    padding-right: 6.75rem;
  }

  :root .smd\:pr-28{
    padding-right: 7rem;
  }

  :root .smd\:pr-30{
    padding-right: 7.5rem;
  }

  :root .smd\:pr-32{
    padding-right: 8rem;
  }

  :root .smd\:pr-36{
    padding-right: 9rem;
  }

  :root .smd\:pr-40{
    padding-right: 10rem;
  }

  :root .smd\:pr-41{
    padding-right: 11.25rem;
  }

  :root .smd\:pr-42{
    padding-right: 11.5rem;
  }

  :root .smd\:pr-44{
    padding-right: 11rem;
  }

  :root .smd\:pr-48{
    padding-right: 12rem;
  }

  :root .smd\:pr-52{
    padding-right: 13rem;
  }

  :root .smd\:pr-54{
    padding-right: 13.5rem;
  }

  :root .smd\:pr-56{
    padding-right: 14rem;
  }

  :root .smd\:pr-60{
    padding-right: 15rem;
  }

  :root .smd\:pr-64{
    padding-right: 16rem;
  }

  :root .smd\:pr-68{
    padding-right: 17rem;
  }

  :root .smd\:pr-72{
    padding-right: 18rem;
  }

  :root .smd\:pr-76{
    padding-right: 19rem;
  }

  :root .smd\:pr-80{
    padding-right: 20rem;
  }

  :root .smd\:pr-84{
    padding-right: 21rem;
  }

  :root .smd\:pr-88{
    padding-right: 22rem;
  }

  :root .smd\:pr-96{
    padding-right: 24rem;
  }

  :root .smd\:pr-112{
    padding-right: 28rem;
  }

  :root .smd\:pr-120{
    padding-right: 30rem;
  }

  :root .smd\:pr-140{
    padding-right: 35rem;
  }

  :root .smd\:pr-150{
    padding-right: 37.5rem;
  }

  :root .smd\:pr-160{
    padding-right: 40rem;
  }

  :root .smd\:pr-220{
    padding-right: 55rem;
  }

  :root .smd\:pr-240{
    padding-right: 60rem;
  }

  :root .smd\:pr-300{
    padding-right: 75rem;
  }

  :root .smd\:pr-320{
    padding-right: 80rem;
  }

  :root .smd\:pr-px{
    padding-right: 1px;
  }

  :root .smd\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .smd\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .smd\:pb-0{
    padding-bottom: 0;
  }

  :root .smd\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .smd\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .smd\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .smd\:pb-4{
    padding-bottom: 1rem;
  }

  :root .smd\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .smd\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .smd\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .smd\:pb-8{
    padding-bottom: 2rem;
  }

  :root .smd\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .smd\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .smd\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .smd\:pb-12{
    padding-bottom: 3rem;
  }

  :root .smd\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root .smd\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .smd\:pb-16{
    padding-bottom: 4rem;
  }

  :root .smd\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root .smd\:pb-20{
    padding-bottom: 5rem;
  }

  :root .smd\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root .smd\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root .smd\:pb-24{
    padding-bottom: 6rem;
  }

  :root .smd\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root .smd\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root .smd\:pb-28{
    padding-bottom: 7rem;
  }

  :root .smd\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root .smd\:pb-32{
    padding-bottom: 8rem;
  }

  :root .smd\:pb-36{
    padding-bottom: 9rem;
  }

  :root .smd\:pb-40{
    padding-bottom: 10rem;
  }

  :root .smd\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root .smd\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root .smd\:pb-44{
    padding-bottom: 11rem;
  }

  :root .smd\:pb-48{
    padding-bottom: 12rem;
  }

  :root .smd\:pb-52{
    padding-bottom: 13rem;
  }

  :root .smd\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root .smd\:pb-56{
    padding-bottom: 14rem;
  }

  :root .smd\:pb-60{
    padding-bottom: 15rem;
  }

  :root .smd\:pb-64{
    padding-bottom: 16rem;
  }

  :root .smd\:pb-68{
    padding-bottom: 17rem;
  }

  :root .smd\:pb-72{
    padding-bottom: 18rem;
  }

  :root .smd\:pb-76{
    padding-bottom: 19rem;
  }

  :root .smd\:pb-80{
    padding-bottom: 20rem;
  }

  :root .smd\:pb-84{
    padding-bottom: 21rem;
  }

  :root .smd\:pb-88{
    padding-bottom: 22rem;
  }

  :root .smd\:pb-96{
    padding-bottom: 24rem;
  }

  :root .smd\:pb-112{
    padding-bottom: 28rem;
  }

  :root .smd\:pb-120{
    padding-bottom: 30rem;
  }

  :root .smd\:pb-140{
    padding-bottom: 35rem;
  }

  :root .smd\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root .smd\:pb-160{
    padding-bottom: 40rem;
  }

  :root .smd\:pb-220{
    padding-bottom: 55rem;
  }

  :root .smd\:pb-240{
    padding-bottom: 60rem;
  }

  :root .smd\:pb-300{
    padding-bottom: 75rem;
  }

  :root .smd\:pb-320{
    padding-bottom: 80rem;
  }

  :root .smd\:pb-px{
    padding-bottom: 1px;
  }

  :root .smd\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .smd\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .smd\:pl-0{
    padding-left: 0;
  }

  :root .smd\:pl-1{
    padding-left: 0.25rem;
  }

  :root .smd\:pl-2{
    padding-left: 0.5rem;
  }

  :root .smd\:pl-3{
    padding-left: 0.75rem;
  }

  :root .smd\:pl-4{
    padding-left: 1rem;
  }

  :root .smd\:pl-5{
    padding-left: 1.25rem;
  }

  :root .smd\:pl-6{
    padding-left: 1.5rem;
  }

  :root .smd\:pl-7{
    padding-left: 1.75rem;
  }

  :root .smd\:pl-8{
    padding-left: 2rem;
  }

  :root .smd\:pl-9{
    padding-left: 2.25rem;
  }

  :root .smd\:pl-10{
    padding-left: 2.5rem;
  }

  :root .smd\:pl-11{
    padding-left: 2.75rem;
  }

  :root .smd\:pl-12{
    padding-left: 3rem;
  }

  :root .smd\:pl-13{
    padding-left: 3.25rem;
  }

  :root .smd\:pl-14{
    padding-left: 3.5rem;
  }

  :root .smd\:pl-16{
    padding-left: 4rem;
  }

  :root .smd\:pl-18{
    padding-left: 4.5rem;
  }

  :root .smd\:pl-20{
    padding-left: 5rem;
  }

  :root .smd\:pl-21{
    padding-left: 5.25rem;
  }

  :root .smd\:pl-22{
    padding-left: 5.5rem;
  }

  :root .smd\:pl-24{
    padding-left: 6rem;
  }

  :root .smd\:pl-26{
    padding-left: 6.5rem;
  }

  :root .smd\:pl-27{
    padding-left: 6.75rem;
  }

  :root .smd\:pl-28{
    padding-left: 7rem;
  }

  :root .smd\:pl-30{
    padding-left: 7.5rem;
  }

  :root .smd\:pl-32{
    padding-left: 8rem;
  }

  :root .smd\:pl-36{
    padding-left: 9rem;
  }

  :root .smd\:pl-40{
    padding-left: 10rem;
  }

  :root .smd\:pl-41{
    padding-left: 11.25rem;
  }

  :root .smd\:pl-42{
    padding-left: 11.5rem;
  }

  :root .smd\:pl-44{
    padding-left: 11rem;
  }

  :root .smd\:pl-48{
    padding-left: 12rem;
  }

  :root .smd\:pl-52{
    padding-left: 13rem;
  }

  :root .smd\:pl-54{
    padding-left: 13.5rem;
  }

  :root .smd\:pl-56{
    padding-left: 14rem;
  }

  :root .smd\:pl-60{
    padding-left: 15rem;
  }

  :root .smd\:pl-64{
    padding-left: 16rem;
  }

  :root .smd\:pl-68{
    padding-left: 17rem;
  }

  :root .smd\:pl-72{
    padding-left: 18rem;
  }

  :root .smd\:pl-76{
    padding-left: 19rem;
  }

  :root .smd\:pl-80{
    padding-left: 20rem;
  }

  :root .smd\:pl-84{
    padding-left: 21rem;
  }

  :root .smd\:pl-88{
    padding-left: 22rem;
  }

  :root .smd\:pl-96{
    padding-left: 24rem;
  }

  :root .smd\:pl-112{
    padding-left: 28rem;
  }

  :root .smd\:pl-120{
    padding-left: 30rem;
  }

  :root .smd\:pl-140{
    padding-left: 35rem;
  }

  :root .smd\:pl-150{
    padding-left: 37.5rem;
  }

  :root .smd\:pl-160{
    padding-left: 40rem;
  }

  :root .smd\:pl-220{
    padding-left: 55rem;
  }

  :root .smd\:pl-240{
    padding-left: 60rem;
  }

  :root .smd\:pl-300{
    padding-left: 75rem;
  }

  :root .smd\:pl-320{
    padding-left: 80rem;
  }

  :root .smd\:pl-px{
    padding-left: 1px;
  }

  :root .smd\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .smd\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .smd\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-1.smd\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .smd\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pr-1.smd\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .smd\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pb-1.smd\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .smd\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=ltr] .smd\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .smd\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pl-1.smd\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .smd\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-1.smd\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .smd\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pr-1.smd\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .smd\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pb-1.smd\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .smd\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=rtl] .smd\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .smd\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pl-1.smd\:5{
    padding-left: 0.375rem;
  }

  :root .smd\:text-left{
    text-align: left;
  }

  :root .smd\:text-center{
    text-align: center;
  }

  :root .smd\:text-right{
    text-align: right;
  }

  :root .smd\:text-justify{
    text-align: justify;
  }

  :root .smd\:align-baseline{
    vertical-align: baseline;
  }

  :root .smd\:align-top{
    vertical-align: top;
  }

  :root .smd\:align-middle{
    vertical-align: middle;
  }

  :root .smd\:align-bottom{
    vertical-align: bottom;
  }

  :root .smd\:align-text-top{
    vertical-align: text-top;
  }

  :root .smd\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .smd\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .smd\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .smd\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .smd\:text-xxs{
    font-size: 0.625rem;
  }

  :root .smd\:text-xs{
    font-size: 0.75rem;
  }

  :root .smd\:text-sm{
    font-size: 0.875rem;
  }

  :root .smd\:text-base{
    font-size: 1rem;
  }

  :root .smd\:text-lg{
    font-size: 1.125rem;
  }

  :root .smd\:text-xl{
    font-size: 1.25rem;
  }

  :root .smd\:text-2xl{
    font-size: 1.5rem;
  }

  :root .smd\:text-3xl{
    font-size: 1.75rem;
  }

  :root .smd\:text-4xl{
    font-size: 2rem;
  }

  :root .smd\:text-4-5xl{
    font-size: 2.5rem;
  }

  :root .smd\:text-5xl{
    font-size: 3rem;
  }

  :root .smd\:text-6xl{
    font-size: 4rem;
  }

  :root .smd\:font-hairline{
    font-weight: 100;
  }

  :root .smd\:font-thin{
    font-weight: 200;
  }

  :root .smd\:font-light{
    font-weight: 300;
  }

  :root .smd\:font-normal{
    font-weight: 400;
  }

  :root .smd\:font-medium{
    font-weight: 500;
  }

  :root .smd\:font-semibold{
    font-weight: 600;
  }

  :root .smd\:font-bold{
    font-weight: 700;
  }

  :root .smd\:font-extrabold{
    font-weight: 800;
  }

  :root .smd\:font-black{
    font-weight: 900;
  }

  :root .smd\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .smd\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .smd\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .smd\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .smd\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .smd\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .smd\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .smd\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .smd\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .smd\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .smd\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .smd\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .smd\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .smd\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .smd\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .smd\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .smd\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .smd\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .smd\:uppercase{
    text-transform: uppercase;
  }

  :root .smd\:lowercase{
    text-transform: lowercase;
  }

  :root .smd\:capitalize{
    text-transform: capitalize;
  }

  :root .smd\:normal-case{
    text-transform: none;
  }

  :root .smd\:italic{
    font-style: italic;
  }

  :root .smd\:not-italic{
    font-style: normal;
  }

  :root .smd\:ordinal, :root .smd\:slashed-zero, :root .smd\:lining-nums, :root .smd\:oldstyle-nums, :root .smd\:proportional-nums, :root .smd\:tabular-nums, :root .smd\:diagonal-fractions, :root .smd\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .smd\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .smd\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .smd\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .smd\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .smd\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .smd\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .smd\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .smd\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .smd\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .smd\:leading-none{
    line-height: 1;
  }

  :root .smd\:leading-tight{
    line-height: 1.25;
  }

  :root .smd\:leading-snug{
    line-height: 1.375;
  }

  :root .smd\:leading-normal{
    line-height: 1.5;
  }

  :root .smd\:leading-relaxed{
    line-height: 1.625;
  }

  :root .smd\:leading-loose{
    line-height: 2;
  }

  :root .smd\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .smd\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .smd\:tracking-normal{
    letter-spacing: 0;
  }

  :root .smd\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .smd\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .smd\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .smd\:text-secondary{
    color: var(--text-secondary);
  }

  :root .smd\:text-hint{
    color: var(--text-hint);
  }

  :root .smd\:text-current{
    color: currentColor;
  }

  :root .smd\:text-transparent{
    color: transparent;
  }

  :root .smd\:text-black{
    color: var(--text-color);
  }

  :root .smd\:text-white{
    color: var(--text-color-light);
  }

  :root .smd\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-grays-light{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .smd\:text-grays{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .smd\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .smd\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .smd\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .smd\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .smd\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .smd\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .smd\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .smd\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .smd\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .smd\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .smd\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .smd\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .smd\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .smd\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .smd\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .smd\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .smd\:text-am-base-background{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-am-main-blue{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:text-am-main-blue-light{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-am-main-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .smd\:text-am-gray{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .smd\:text-am-gray-light{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .smd\:text-am-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-green{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-green-light{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-green-dark{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-orange-light{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .smd\:text-am-coral{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:text-am-coral-light{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .smd\:text-am-coral-dark{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .smd\:text-am-teal{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:text-am-teal-light{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .smd\:text-am-teal-dark{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-red-light{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-red-dark{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-pink-light{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-purple{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-purple-light{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-am-new-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .smd\:text-am-purple-transparent{
    color: #757de338;
  }

  :root .smd\:text-am-purple-relight{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-am-purple-light{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-am-purple-medium{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .smd\:text-am-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .smd\:text-am-purple{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:text-am-green-light{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:text-am-green-brightest{
    color: #77DEA280;
  }

  :root .smd\:text-am-green-cyan{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .smd\:text-am-green-dark{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .smd\:text-am-green-aqua{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .smd\:text-am-green-brightest-transparent{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .smd\:text-am-green-hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .smd\:text-am-green{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .smd\:text-am-red-alive{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .smd\:text-am-red-light{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .smd\:text-am-red-dark{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:text-am-red-intense{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .smd\:text-am-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:text-am-grey-light{
    color: #BFC4FF1F;
  }

  :root .smd\:text-am-grey-dark{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .smd\:text-am-grey-medium{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .smd\:text-am-grey-transparent{
    color: #BFC4FF4B;
  }

  :root .smd\:text-am-grey{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:text-am-pink-light{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .smd\:text-am-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .smd\:text-am-pink-brightest{
    color: #d977dd3b;
  }

  :root .smd\:text-am-pink-rose{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .smd\:text-am-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:text-am-orange-light{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .smd\:text-am-orange-relight{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .smd\:text-am-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-am-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cyan-light{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cyan-dark{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cyan-blue{
    color: #0061FD60;
  }

  :root .smd\:text-am-cyan-green{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cyan{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .smd\:text-am-blue-light{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .smd\:text-am-blue{
    color: #0061FD60;
  }

  :root .smd\:text-am-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .smd\:text-am-yellow-resalt{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-am-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .smd\:text-am-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .smd\:text-am-yellow{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cream-entry{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cream-entry_light{
    color: #81E6AB33;
  }

  :root .smd\:text-am-cream-entry_text{
    color: #81E6ABB3;
  }

  :root .smd\:text-am-cream-lunchgo{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cream-lunchgo_light{
    color: #EEBA7233;
  }

  :root .smd\:text-am-cream-lunchgo_text{
    color: #EEBA72B3;
  }

  :root .smd\:text-am-cream-lunchback{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cream-lunchback_light{
    color: #EE8F7233;
  }

  :root .smd\:text-am-cream-lunchback_text{
    color: #EE8F72B3;
  }

  :root .smd\:text-am-cream-exit{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cream-exit_light{
    color: #81E6E233;
  }

  :root .smd\:text-am-cream-exit_text{
    color: #81E6E2B3;
  }

  :root .smd\:text-am-cream-yesterday{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:text-am-cream-yesterday_light{
    color: #DE777733;
  }

  :root .smd\:text-am-cream-yesterday_text{
    color: #DE7777B3;
  }

  :root .smd\:text-am-brown-light{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .smd\:text-am-brown-dark{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .smd\:text-am-brown{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .smd\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .smd\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .smd\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .smd\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .smd\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .smd\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .smd\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .smd\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .smd\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-grays-light:hover{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-grays:hover{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .smd\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .smd\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .smd\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .smd\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .smd\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .smd\:hover\:text-am-base-background:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-main-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-main-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-main-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-green:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-coral:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-coral-light:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-coral-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-teal-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-teal-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-new-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-purple-transparent:hover{
    color: #757de338;
  }

  :root .smd\:hover\:text-am-purple-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-purple-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-green-brightest:hover{
    color: #77DEA280;
  }

  :root .smd\:hover\:text-am-green-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-green-aqua:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-green-brightest-transparent:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-green-hover:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-green:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-red-alive:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-red-intense:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-grey-light:hover{
    color: #BFC4FF1F;
  }

  :root .smd\:hover\:text-am-grey-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-grey-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-grey-transparent:hover{
    color: #BFC4FF4B;
  }

  :root .smd\:hover\:text-am-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-pink-brightest:hover{
    color: #d977dd3b;
  }

  :root .smd\:hover\:text-am-pink-rose:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-orange-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cyan-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cyan-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cyan-blue:hover{
    color: #0061FD60;
  }

  :root .smd\:hover\:text-am-cyan-green:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-blue:hover{
    color: #0061FD60;
  }

  :root .smd\:hover\:text-am-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-yellow-resalt:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cream-entry:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cream-entry_light:hover{
    color: #81E6AB33;
  }

  :root .smd\:hover\:text-am-cream-entry_text:hover{
    color: #81E6ABB3;
  }

  :root .smd\:hover\:text-am-cream-lunchgo:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cream-lunchgo_light:hover{
    color: #EEBA7233;
  }

  :root .smd\:hover\:text-am-cream-lunchgo_text:hover{
    color: #EEBA72B3;
  }

  :root .smd\:hover\:text-am-cream-lunchback:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cream-lunchback_light:hover{
    color: #EE8F7233;
  }

  :root .smd\:hover\:text-am-cream-lunchback_text:hover{
    color: #EE8F72B3;
  }

  :root .smd\:hover\:text-am-cream-exit:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cream-exit_light:hover{
    color: #81E6E233;
  }

  :root .smd\:hover\:text-am-cream-exit_text:hover{
    color: #81E6E2B3;
  }

  :root .smd\:hover\:text-am-cream-yesterday:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-cream-yesterday_light:hover{
    color: #DE777733;
  }

  :root .smd\:hover\:text-am-cream-yesterday_text:hover{
    color: #DE7777B3;
  }

  :root .smd\:hover\:text-am-brown-light:hover{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-brown-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-am-brown:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .smd\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .smd\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .smd\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .smd\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .smd\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .smd\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .smd\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .smd\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .smd\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-grays-light:focus{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-grays:focus{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .smd\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .smd\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .smd\:focus\:text-am-base-background:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-main-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-main-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-main-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-green:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-coral:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-coral-light:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-coral-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-teal-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-teal-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-new-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-purple-transparent:focus{
    color: #757de338;
  }

  :root .smd\:focus\:text-am-purple-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-purple-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-green-brightest:focus{
    color: #77DEA280;
  }

  :root .smd\:focus\:text-am-green-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-green-aqua:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-green-brightest-transparent:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-green-hover:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-green:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-red-alive:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-red-intense:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-grey-light:focus{
    color: #BFC4FF1F;
  }

  :root .smd\:focus\:text-am-grey-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-grey-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-grey-transparent:focus{
    color: #BFC4FF4B;
  }

  :root .smd\:focus\:text-am-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-pink-brightest:focus{
    color: #d977dd3b;
  }

  :root .smd\:focus\:text-am-pink-rose:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-orange-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cyan-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cyan-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cyan-blue:focus{
    color: #0061FD60;
  }

  :root .smd\:focus\:text-am-cyan-green:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-blue:focus{
    color: #0061FD60;
  }

  :root .smd\:focus\:text-am-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-yellow-resalt:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cream-entry:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cream-entry_light:focus{
    color: #81E6AB33;
  }

  :root .smd\:focus\:text-am-cream-entry_text:focus{
    color: #81E6ABB3;
  }

  :root .smd\:focus\:text-am-cream-lunchgo:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cream-lunchgo_light:focus{
    color: #EEBA7233;
  }

  :root .smd\:focus\:text-am-cream-lunchgo_text:focus{
    color: #EEBA72B3;
  }

  :root .smd\:focus\:text-am-cream-lunchback:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cream-lunchback_light:focus{
    color: #EE8F7233;
  }

  :root .smd\:focus\:text-am-cream-lunchback_text:focus{
    color: #EE8F72B3;
  }

  :root .smd\:focus\:text-am-cream-exit:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cream-exit_light:focus{
    color: #81E6E233;
  }

  :root .smd\:focus\:text-am-cream-exit_text:focus{
    color: #81E6E2B3;
  }

  :root .smd\:focus\:text-am-cream-yesterday:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-cream-yesterday_light:focus{
    color: #DE777733;
  }

  :root .smd\:focus\:text-am-cream-yesterday_text:focus{
    color: #DE7777B3;
  }

  :root .smd\:focus\:text-am-brown-light:focus{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-brown-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-am-brown:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .smd\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .smd\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .smd\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-secondary:disabled{
    color: var(--text-secondary);
  }

  :root .smd\:disabled\:text-hint:disabled{
    color: var(--text-hint);
  }

  :root .smd\:disabled\:text-current:disabled{
    color: currentColor;
  }

  :root .smd\:disabled\:text-transparent:disabled{
    color: transparent;
  }

  :root .smd\:disabled\:text-black:disabled{
    color: var(--text-color);
  }

  :root .smd\:disabled\:text-white:disabled{
    color: var(--text-color-light);
  }

  :root .smd\:disabled\:text-contrast-black:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-contrast-white:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-grays-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-grays:disabled{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-gray-light:disabled{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:disabled\:text-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-red-light:disabled{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:disabled\:text-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-orange-light:disabled{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:disabled\:text-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-deep-orange-light:disabled{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:disabled\:text-deep-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-amber-light:disabled{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:disabled\:text-amber:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-green-light:disabled{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:disabled\:text-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-teal-light:disabled{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:disabled\:text-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-cyan-light:disabled{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:disabled\:text-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-purple-light:disabled{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:disabled\:text-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-deep-purple-light:disabled{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:disabled\:text-deep-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-pink-light:disabled{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:disabled\:text-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-primary-light:disabled{
    color: rgba(var(--color-primary), .1);
  }

  :root .smd\:disabled\:text-primary:disabled{
    color: rgb(var(--color-primary));
  }

  :root .smd\:disabled\:text-accent-light:disabled{
    color: rgba(var(--color-accent), .1);
  }

  :root .smd\:disabled\:text-accent:disabled{
    color: rgb(var(--color-accent));
  }

  :root .smd\:disabled\:text-warn-light:disabled{
    color: rgba(var(--color-warn), .1);
  }

  :root .smd\:disabled\:text-warn:disabled{
    color: rgb(var(--color-warn));
  }

  :root .smd\:disabled\:text-am-base-background:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-main-blue:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-main-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-main-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-gray-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-gray-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-coral:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-coral-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-coral-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-teal-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-teal-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-new-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-purple-transparent:disabled{
    color: #757de338;
  }

  :root .smd\:disabled\:text-am-purple-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-purple-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-green-brightest:disabled{
    color: #77DEA280;
  }

  :root .smd\:disabled\:text-am-green-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-green-aqua:disabled{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-green-brightest-transparent:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-green-hover:disabled{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-red-alive:disabled{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-red-intense:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-grey-light:disabled{
    color: #BFC4FF1F;
  }

  :root .smd\:disabled\:text-am-grey-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-grey-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-grey-transparent:disabled{
    color: #BFC4FF4B;
  }

  :root .smd\:disabled\:text-am-grey:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-pink-brightest:disabled{
    color: #d977dd3b;
  }

  :root .smd\:disabled\:text-am-pink-rose:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-orange-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cyan-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cyan-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cyan-blue:disabled{
    color: #0061FD60;
  }

  :root .smd\:disabled\:text-am-cyan-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-blue:disabled{
    color: #0061FD60;
  }

  :root .smd\:disabled\:text-am-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-yellow-resalt:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cream-entry:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cream-entry_light:disabled{
    color: #81E6AB33;
  }

  :root .smd\:disabled\:text-am-cream-entry_text:disabled{
    color: #81E6ABB3;
  }

  :root .smd\:disabled\:text-am-cream-lunchgo:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cream-lunchgo_light:disabled{
    color: #EEBA7233;
  }

  :root .smd\:disabled\:text-am-cream-lunchgo_text:disabled{
    color: #EEBA72B3;
  }

  :root .smd\:disabled\:text-am-cream-lunchback:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cream-lunchback_light:disabled{
    color: #EE8F7233;
  }

  :root .smd\:disabled\:text-am-cream-lunchback_text:disabled{
    color: #EE8F72B3;
  }

  :root .smd\:disabled\:text-am-cream-exit:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cream-exit_light:disabled{
    color: #81E6E233;
  }

  :root .smd\:disabled\:text-am-cream-exit_text:disabled{
    color: #81E6E2B3;
  }

  :root .smd\:disabled\:text-am-cream-yesterday:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-cream-yesterday_light:disabled{
    color: #DE777733;
  }

  :root .smd\:disabled\:text-am-cream-yesterday_text:disabled{
    color: #DE7777B3;
  }

  :root .smd\:disabled\:text-am-brown-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-brown-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-am-brown:disabled{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-primary-contrast:disabled{
    color: rgb(var(--color-primary-contrast));
  }

  :root .smd\:disabled\:text-accent-contrast:disabled{
    color: rgb(var(--color-accent-contrast));
  }

  :root .smd\:disabled\:text-warn-contrast:disabled{
    color: rgb(var(--color-warn-contrast));
  }

  :root .smd\:disabled\:text-red-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-amber-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-deep-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-deep-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-cyan-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-teal-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-gray-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .smd\:disabled\:text-light-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .smd\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .smd\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .smd\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .smd\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .smd\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .smd\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .smd\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .smd\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .smd\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .group:hover .smd\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .smd\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .smd\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .smd\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .smd\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .smd\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  :root .smd\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .smd\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .smd\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .smd\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .smd\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .smd\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  :root .smd\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .smd\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .smd\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .smd\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .smd\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .smd\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  :root .smd\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .smd\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .smd\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .smd\:underline{
    text-decoration: underline;
  }

  :root .smd\:line-through{
    text-decoration: line-through;
  }

  :root .smd\:no-underline{
    text-decoration: none;
  }

  :root .smd\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .smd\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .smd\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .smd\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .smd\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .smd\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .smd\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .smd\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .smd\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .smd\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .smd\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .smd\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .smd\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-grays-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-grays::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .smd\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .smd\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .smd\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .smd\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .smd\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .smd\:placeholder-am-base-background::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-main-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-main-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-main-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-coral::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-coral-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-coral-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-teal-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-teal-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-new-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-purple-transparent::placeholder{
    color: #757de338;
  }

  :root .smd\:placeholder-am-purple-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-purple-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-green-brightest::placeholder{
    color: #77DEA280;
  }

  :root .smd\:placeholder-am-green-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-green-aqua::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-green-brightest-transparent::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-green-hover::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-red-alive::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-red-intense::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-grey-light::placeholder{
    color: #BFC4FF1F;
  }

  :root .smd\:placeholder-am-grey-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-grey-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-grey-transparent::placeholder{
    color: #BFC4FF4B;
  }

  :root .smd\:placeholder-am-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-pink-brightest::placeholder{
    color: #d977dd3b;
  }

  :root .smd\:placeholder-am-pink-rose::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-orange-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cyan-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cyan-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cyan-blue::placeholder{
    color: #0061FD60;
  }

  :root .smd\:placeholder-am-cyan-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-blue::placeholder{
    color: #0061FD60;
  }

  :root .smd\:placeholder-am-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-yellow-resalt::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cream-entry::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cream-entry_light::placeholder{
    color: #81E6AB33;
  }

  :root .smd\:placeholder-am-cream-entry_text::placeholder{
    color: #81E6ABB3;
  }

  :root .smd\:placeholder-am-cream-lunchgo::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cream-lunchgo_light::placeholder{
    color: #EEBA7233;
  }

  :root .smd\:placeholder-am-cream-lunchgo_text::placeholder{
    color: #EEBA72B3;
  }

  :root .smd\:placeholder-am-cream-lunchback::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cream-lunchback_light::placeholder{
    color: #EE8F7233;
  }

  :root .smd\:placeholder-am-cream-lunchback_text::placeholder{
    color: #EE8F72B3;
  }

  :root .smd\:placeholder-am-cream-exit::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cream-exit_light::placeholder{
    color: #81E6E233;
  }

  :root .smd\:placeholder-am-cream-exit_text::placeholder{
    color: #81E6E2B3;
  }

  :root .smd\:placeholder-am-cream-yesterday::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-cream-yesterday_light::placeholder{
    color: #DE777733;
  }

  :root .smd\:placeholder-am-cream-yesterday_text::placeholder{
    color: #DE7777B3;
  }

  :root .smd\:placeholder-am-brown-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-brown-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-am-brown::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .smd\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .smd\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .smd\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .smd\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-grays-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-grays:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .smd\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .smd\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .smd\:focus\:placeholder-am-base-background:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-main-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-main-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-main-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-coral:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-coral-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-coral-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-teal-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-teal-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-new-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-purple-transparent:focus::placeholder{
    color: #757de338;
  }

  :root .smd\:focus\:placeholder-am-purple-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-purple-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-green-brightest:focus::placeholder{
    color: #77DEA280;
  }

  :root .smd\:focus\:placeholder-am-green-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-green-aqua:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-green-hover:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-red-alive:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-red-intense:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-grey-light:focus::placeholder{
    color: #BFC4FF1F;
  }

  :root .smd\:focus\:placeholder-am-grey-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-grey-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-grey-transparent:focus::placeholder{
    color: #BFC4FF4B;
  }

  :root .smd\:focus\:placeholder-am-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-pink-brightest:focus::placeholder{
    color: #d977dd3b;
  }

  :root .smd\:focus\:placeholder-am-pink-rose:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-orange-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cyan-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cyan-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cyan-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .smd\:focus\:placeholder-am-cyan-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .smd\:focus\:placeholder-am-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-yellow-resalt:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cream-entry:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cream-entry_light:focus::placeholder{
    color: #81E6AB33;
  }

  :root .smd\:focus\:placeholder-am-cream-entry_text:focus::placeholder{
    color: #81E6ABB3;
  }

  :root .smd\:focus\:placeholder-am-cream-lunchgo:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
    color: #EEBA7233;
  }

  :root .smd\:focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
    color: #EEBA72B3;
  }

  :root .smd\:focus\:placeholder-am-cream-lunchback:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
    color: #EE8F7233;
  }

  :root .smd\:focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
    color: #EE8F72B3;
  }

  :root .smd\:focus\:placeholder-am-cream-exit:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cream-exit_light:focus::placeholder{
    color: #81E6E233;
  }

  :root .smd\:focus\:placeholder-am-cream-exit_text:focus::placeholder{
    color: #81E6E2B3;
  }

  :root .smd\:focus\:placeholder-am-cream-yesterday:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
    color: #DE777733;
  }

  :root .smd\:focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
    color: #DE7777B3;
  }

  :root .smd\:focus\:placeholder-am-brown-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-brown-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .smd\:focus\:placeholder-am-brown:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .smd\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .smd\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .smd\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .smd\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .smd\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .smd\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .smd\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .smd\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .smd\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .smd\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .smd\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .smd\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .smd\:opacity-0{
    opacity: 0;
  }

  :root .smd\:opacity-25{
    opacity: 0.25;
  }

  :root .smd\:opacity-40{
    opacity: 0.4;
  }

  :root .smd\:opacity-50{
    opacity: 0.5;
  }

  :root .smd\:opacity-75{
    opacity: 0.75;
  }

  :root .smd\:opacity-100{
    opacity: 1;
  }

  :root .smd\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .smd\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .smd\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  :root .smd\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .smd\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .smd\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .smd\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .smd\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .smd\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  :root .smd\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .smd\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .smd\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .smd\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .smd\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .smd\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .smd\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .smd\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .smd\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .smd\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .smd\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .smd\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .smd\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .smd\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .smd\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .smd\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .smd\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .smd\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .smd\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .smd\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .smd\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .smd\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .smd\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .smd\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .smd\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .smd\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .smd\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .smd\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .smd\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .smd\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .smd\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .smd\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .smd\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .smd\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .smd\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .smd\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .smd\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .smd\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .smd\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .smd\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .smd\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .smd\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .smd\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .smd\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .smd\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .smd\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .smd\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .smd\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .smd\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .smd\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .smd\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .smd\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .smd\:ring-grays-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .smd\:ring-grays{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .smd\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .smd\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .smd\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .smd\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .smd\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .smd\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .smd\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .smd\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .smd\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .smd\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .smd\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .smd\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .smd\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .smd\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .smd\:ring-am-base-background{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-main-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-main-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-main-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-coral{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-coral-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-coral-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-teal-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-teal-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-new-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-purple-transparent{
    --tw-ring-color: #757de338;
  }

  :root .smd\:ring-am-purple-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-purple-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-green-brightest{
    --tw-ring-color: #77DEA280;
  }

  :root .smd\:ring-am-green-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-green-aqua{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-green-brightest-transparent{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-green-hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-red-alive{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-red-intense{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-grey-light{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .smd\:ring-am-grey-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-grey-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-grey-transparent{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .smd\:ring-am-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-pink-brightest{
    --tw-ring-color: #d977dd3b;
  }

  :root .smd\:ring-am-pink-rose{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-orange-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cyan-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cyan-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cyan-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .smd\:ring-am-cyan-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .smd\:ring-am-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-yellow-resalt{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cream-entry{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cream-entry_light{
    --tw-ring-color: #81E6AB33;
  }

  :root .smd\:ring-am-cream-entry_text{
    --tw-ring-color: #81E6ABB3;
  }

  :root .smd\:ring-am-cream-lunchgo{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cream-lunchgo_light{
    --tw-ring-color: #EEBA7233;
  }

  :root .smd\:ring-am-cream-lunchgo_text{
    --tw-ring-color: #EEBA72B3;
  }

  :root .smd\:ring-am-cream-lunchback{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cream-lunchback_light{
    --tw-ring-color: #EE8F7233;
  }

  :root .smd\:ring-am-cream-lunchback_text{
    --tw-ring-color: #EE8F72B3;
  }

  :root .smd\:ring-am-cream-exit{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cream-exit_light{
    --tw-ring-color: #81E6E233;
  }

  :root .smd\:ring-am-cream-exit_text{
    --tw-ring-color: #81E6E2B3;
  }

  :root .smd\:ring-am-cream-yesterday{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-cream-yesterday_light{
    --tw-ring-color: #DE777733;
  }

  :root .smd\:ring-am-cream-yesterday_text{
    --tw-ring-color: #DE7777B3;
  }

  :root .smd\:ring-am-brown-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-brown-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .smd\:ring-am-brown{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .smd\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .smd\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .smd\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .smd\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-grays-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-grays:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .smd\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .smd\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .smd\:focus-within\:ring-am-base-background:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-main-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-main-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-main-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-coral:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-coral-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-coral-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-teal-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-teal-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-new-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-purple-transparent:focus-within{
    --tw-ring-color: #757de338;
  }

  :root .smd\:focus-within\:ring-am-purple-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-purple-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-green-brightest:focus-within{
    --tw-ring-color: #77DEA280;
  }

  :root .smd\:focus-within\:ring-am-green-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-green-aqua:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-green-brightest-transparent:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-green-hover:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-red-alive:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-red-intense:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-grey-light:focus-within{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .smd\:focus-within\:ring-am-grey-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-grey-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-grey-transparent:focus-within{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .smd\:focus-within\:ring-am-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-pink-brightest:focus-within{
    --tw-ring-color: #d977dd3b;
  }

  :root .smd\:focus-within\:ring-am-pink-rose:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-orange-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cyan-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cyan-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cyan-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .smd\:focus-within\:ring-am-cyan-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .smd\:focus-within\:ring-am-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-yellow-resalt:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cream-entry:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cream-entry_light:focus-within{
    --tw-ring-color: #81E6AB33;
  }

  :root .smd\:focus-within\:ring-am-cream-entry_text:focus-within{
    --tw-ring-color: #81E6ABB3;
  }

  :root .smd\:focus-within\:ring-am-cream-lunchgo:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cream-lunchgo_light:focus-within{
    --tw-ring-color: #EEBA7233;
  }

  :root .smd\:focus-within\:ring-am-cream-lunchgo_text:focus-within{
    --tw-ring-color: #EEBA72B3;
  }

  :root .smd\:focus-within\:ring-am-cream-lunchback:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cream-lunchback_light:focus-within{
    --tw-ring-color: #EE8F7233;
  }

  :root .smd\:focus-within\:ring-am-cream-lunchback_text:focus-within{
    --tw-ring-color: #EE8F72B3;
  }

  :root .smd\:focus-within\:ring-am-cream-exit:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cream-exit_light:focus-within{
    --tw-ring-color: #81E6E233;
  }

  :root .smd\:focus-within\:ring-am-cream-exit_text:focus-within{
    --tw-ring-color: #81E6E2B3;
  }

  :root .smd\:focus-within\:ring-am-cream-yesterday:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-cream-yesterday_light:focus-within{
    --tw-ring-color: #DE777733;
  }

  :root .smd\:focus-within\:ring-am-cream-yesterday_text:focus-within{
    --tw-ring-color: #DE7777B3;
  }

  :root .smd\:focus-within\:ring-am-brown-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-brown-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .smd\:focus-within\:ring-am-brown:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .smd\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .smd\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .smd\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .smd\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-grays-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-grays:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .smd\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .smd\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .smd\:focus\:ring-am-base-background:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-main-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-main-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-main-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-coral:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-coral-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-coral-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-teal-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-teal-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-new-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-purple-transparent:focus{
    --tw-ring-color: #757de338;
  }

  :root .smd\:focus\:ring-am-purple-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-purple-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-green-brightest:focus{
    --tw-ring-color: #77DEA280;
  }

  :root .smd\:focus\:ring-am-green-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-green-aqua:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-green-brightest-transparent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-green-hover:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-red-alive:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-red-intense:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-grey-light:focus{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .smd\:focus\:ring-am-grey-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-grey-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-grey-transparent:focus{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .smd\:focus\:ring-am-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-pink-brightest:focus{
    --tw-ring-color: #d977dd3b;
  }

  :root .smd\:focus\:ring-am-pink-rose:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-orange-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cyan-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cyan-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cyan-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .smd\:focus\:ring-am-cyan-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .smd\:focus\:ring-am-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-yellow-resalt:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cream-entry:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cream-entry_light:focus{
    --tw-ring-color: #81E6AB33;
  }

  :root .smd\:focus\:ring-am-cream-entry_text:focus{
    --tw-ring-color: #81E6ABB3;
  }

  :root .smd\:focus\:ring-am-cream-lunchgo:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cream-lunchgo_light:focus{
    --tw-ring-color: #EEBA7233;
  }

  :root .smd\:focus\:ring-am-cream-lunchgo_text:focus{
    --tw-ring-color: #EEBA72B3;
  }

  :root .smd\:focus\:ring-am-cream-lunchback:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cream-lunchback_light:focus{
    --tw-ring-color: #EE8F7233;
  }

  :root .smd\:focus\:ring-am-cream-lunchback_text:focus{
    --tw-ring-color: #EE8F72B3;
  }

  :root .smd\:focus\:ring-am-cream-exit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cream-exit_light:focus{
    --tw-ring-color: #81E6E233;
  }

  :root .smd\:focus\:ring-am-cream-exit_text:focus{
    --tw-ring-color: #81E6E2B3;
  }

  :root .smd\:focus\:ring-am-cream-yesterday:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-cream-yesterday_light:focus{
    --tw-ring-color: #DE777733;
  }

  :root .smd\:focus\:ring-am-cream-yesterday_text:focus{
    --tw-ring-color: #DE7777B3;
  }

  :root .smd\:focus\:ring-am-brown-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-brown-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .smd\:focus\:ring-am-brown:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .smd\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .smd\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .smd\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  :root .smd\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .smd\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .smd\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .smd\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .smd\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .smd\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  :root .smd\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .smd\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .smd\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .smd\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .smd\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .smd\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  :root .smd\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .smd\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .smd\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .smd\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .smd\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .smd\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .smd\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .smd\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .smd\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .smd\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .smd\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .smd\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .smd\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .smd\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .smd\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .smd\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .smd\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .smd\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .smd\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .smd\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .smd\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .smd\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .smd\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .smd\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .smd\:ring-offset-grays-light{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .smd\:ring-offset-grays{
    --tw-ring-offset-color: #969CA7;
  }

  :root .smd\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .smd\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .smd\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .smd\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .smd\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .smd\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .smd\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .smd\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .smd\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .smd\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .smd\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .smd\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .smd\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .smd\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .smd\:ring-offset-am-base-background{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .smd\:ring-offset-am-main-blue{
    --tw-ring-offset-color: #7084E3;
  }

  :root .smd\:ring-offset-am-main-blue-light{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .smd\:ring-offset-am-main-blue-dark{
    --tw-ring-offset-color: #00004d;
  }

  :root .smd\:ring-offset-am-gray{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .smd\:ring-offset-am-gray-light{
    --tw-ring-offset-color: #bebebe;
  }

  :root .smd\:ring-offset-am-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  :root .smd\:ring-offset-am-new-green{
    --tw-ring-offset-color: #77dea2;
  }

  :root .smd\:ring-offset-am-new-green-light{
    --tw-ring-offset-color: #baeed0;
  }

  :root .smd\:ring-offset-am-new-green-dark{
    --tw-ring-offset-color: #27834d;
  }

  :root .smd\:ring-offset-am-new-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .smd\:ring-offset-am-new-orange-light{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .smd\:ring-offset-am-new-orange-dark{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .smd\:ring-offset-am-coral{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .smd\:ring-offset-am-coral-light{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .smd\:ring-offset-am-coral-dark{
    --tw-ring-offset-color: #be6a50;
  }

  :root .smd\:ring-offset-am-teal{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .smd\:ring-offset-am-teal-light{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .smd\:ring-offset-am-teal-dark{
    --tw-ring-offset-color: #449D99;
  }

  :root .smd\:ring-offset-am-new-red{
    --tw-ring-offset-color: #de7777;
  }

  :root .smd\:ring-offset-am-new-red-light{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .smd\:ring-offset-am-new-red-dark{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .smd\:ring-offset-am-new-yellow{
    --tw-ring-offset-color: #ffce00;
  }

  :root .smd\:ring-offset-am-new-yellow-light{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .smd\:ring-offset-am-new-yellow-dark{
    --tw-ring-offset-color: #a56c00;
  }

  :root .smd\:ring-offset-am-new-pink{
    --tw-ring-offset-color: #d977dd;
  }

  :root .smd\:ring-offset-am-new-pink-light{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .smd\:ring-offset-am-new-pink-dark{
    --tw-ring-offset-color: #97569a;
  }

  :root .smd\:ring-offset-am-new-purple{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .smd\:ring-offset-am-new-purple-light{
    --tw-ring-offset-color: #baacff;
  }

  :root .smd\:ring-offset-am-new-purple-dark{
    --tw-ring-offset-color: #7164b1;
  }

  :root .smd\:ring-offset-am-purple-transparent{
    --tw-ring-offset-color: #757de338;
  }

  :root .smd\:ring-offset-am-purple-relight{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .smd\:ring-offset-am-purple-light{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .smd\:ring-offset-am-purple-medium{
    --tw-ring-offset-color: #927DEA;
  }

  :root .smd\:ring-offset-am-purple-dark{
    --tw-ring-offset-color: #465499;
  }

  :root .smd\:ring-offset-am-purple{
    --tw-ring-offset-color: #7084E3;
  }

  :root .smd\:ring-offset-am-green-light{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .smd\:ring-offset-am-green-brightest{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .smd\:ring-offset-am-green-cyan{
    --tw-ring-offset-color: #26b28f;
  }

  :root .smd\:ring-offset-am-green-dark{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .smd\:ring-offset-am-green-aqua{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .smd\:ring-offset-am-green-brightest-transparent{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .smd\:ring-offset-am-green-hover{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .smd\:ring-offset-am-green{
    --tw-ring-offset-color: #54C931;
  }

  :root .smd\:ring-offset-am-red-alive{
    --tw-ring-offset-color: #E56262;
  }

  :root .smd\:ring-offset-am-red-light{
    --tw-ring-offset-color: #ffcece;
  }

  :root .smd\:ring-offset-am-red-dark{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .smd\:ring-offset-am-red-intense{
    --tw-ring-offset-color: #f00846;
  }

  :root .smd\:ring-offset-am-red{
    --tw-ring-offset-color: #DE7777;
  }

  :root .smd\:ring-offset-am-grey-light{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .smd\:ring-offset-am-grey-dark{
    --tw-ring-offset-color: #2C303E;
  }

  :root .smd\:ring-offset-am-grey-medium{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .smd\:ring-offset-am-grey-transparent{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .smd\:ring-offset-am-grey{
    --tw-ring-offset-color: #666666;
  }

  :root .smd\:ring-offset-am-pink-light{
    --tw-ring-offset-color: #edcff0;
  }

  :root .smd\:ring-offset-am-pink-dark{
    --tw-ring-offset-color: #a941ae;
  }

  :root .smd\:ring-offset-am-pink-brightest{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .smd\:ring-offset-am-pink-rose{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .smd\:ring-offset-am-pink{
    --tw-ring-offset-color: #D977DD;
  }

  :root .smd\:ring-offset-am-orange-light{
    --tw-ring-offset-color: #f89103;
  }

  :root .smd\:ring-offset-am-orange-relight{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .smd\:ring-offset-am-orange-dark{
    --tw-ring-offset-color: #b57c00;
  }

  :root .smd\:ring-offset-am-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .smd\:ring-offset-am-cyan-light{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .smd\:ring-offset-am-cyan-dark{
    --tw-ring-offset-color: #129aa6;
  }

  :root .smd\:ring-offset-am-cyan-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .smd\:ring-offset-am-cyan-green{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .smd\:ring-offset-am-cyan{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .smd\:ring-offset-am-blue-light{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .smd\:ring-offset-am-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .smd\:ring-offset-am-blue-dark{
    --tw-ring-offset-color: #5784a5;
  }

  :root .smd\:ring-offset-am-yellow-resalt{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .smd\:ring-offset-am-yellow-light{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .smd\:ring-offset-am-yellow-dark{
    --tw-ring-offset-color: #c18b11;
  }

  :root .smd\:ring-offset-am-yellow{
    --tw-ring-offset-color: #FAD073;
  }

  :root .smd\:ring-offset-am-cream-entry{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .smd\:ring-offset-am-cream-entry_light{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .smd\:ring-offset-am-cream-entry_text{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .smd\:ring-offset-am-cream-lunchgo{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .smd\:ring-offset-am-cream-lunchgo_light{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .smd\:ring-offset-am-cream-lunchgo_text{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .smd\:ring-offset-am-cream-lunchback{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .smd\:ring-offset-am-cream-lunchback_light{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .smd\:ring-offset-am-cream-lunchback_text{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .smd\:ring-offset-am-cream-exit{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .smd\:ring-offset-am-cream-exit_light{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .smd\:ring-offset-am-cream-exit_text{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .smd\:ring-offset-am-cream-yesterday{
    --tw-ring-offset-color: #DE7777;
  }

  :root .smd\:ring-offset-am-cream-yesterday_light{
    --tw-ring-offset-color: #DE777733;
  }

  :root .smd\:ring-offset-am-cream-yesterday_text{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .smd\:ring-offset-am-brown-light{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .smd\:ring-offset-am-brown-dark{
    --tw-ring-offset-color: #501D0E;
  }

  :root .smd\:ring-offset-am-brown{
    --tw-ring-offset-color: #A23E00;
  }

  :root .smd\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .smd\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .smd\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .smd\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .smd\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .smd\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .smd\:focus-within\:ring-offset-grays-light:focus-within{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .smd\:focus-within\:ring-offset-grays:focus-within{
    --tw-ring-offset-color: #969CA7;
  }

  :root .smd\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .smd\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .smd\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .smd\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .smd\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .smd\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .smd\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .smd\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .smd\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .smd\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .smd\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .smd\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .smd\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .smd\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .smd\:focus-within\:ring-offset-am-base-background:focus-within{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .smd\:focus-within\:ring-offset-am-main-blue:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .smd\:focus-within\:ring-offset-am-main-blue-light:focus-within{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .smd\:focus-within\:ring-offset-am-main-blue-dark:focus-within{
    --tw-ring-offset-color: #00004d;
  }

  :root .smd\:focus-within\:ring-offset-am-gray:focus-within{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .smd\:focus-within\:ring-offset-am-gray-light:focus-within{
    --tw-ring-offset-color: #bebebe;
  }

  :root .smd\:focus-within\:ring-offset-am-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .smd\:focus-within\:ring-offset-am-new-green:focus-within{
    --tw-ring-offset-color: #77dea2;
  }

  :root .smd\:focus-within\:ring-offset-am-new-green-light:focus-within{
    --tw-ring-offset-color: #baeed0;
  }

  :root .smd\:focus-within\:ring-offset-am-new-green-dark:focus-within{
    --tw-ring-offset-color: #27834d;
  }

  :root .smd\:focus-within\:ring-offset-am-new-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .smd\:focus-within\:ring-offset-am-new-orange-light:focus-within{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .smd\:focus-within\:ring-offset-am-new-orange-dark:focus-within{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .smd\:focus-within\:ring-offset-am-coral:focus-within{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .smd\:focus-within\:ring-offset-am-coral-light:focus-within{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .smd\:focus-within\:ring-offset-am-coral-dark:focus-within{
    --tw-ring-offset-color: #be6a50;
  }

  :root .smd\:focus-within\:ring-offset-am-teal:focus-within{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .smd\:focus-within\:ring-offset-am-teal-light:focus-within{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .smd\:focus-within\:ring-offset-am-teal-dark:focus-within{
    --tw-ring-offset-color: #449D99;
  }

  :root .smd\:focus-within\:ring-offset-am-new-red:focus-within{
    --tw-ring-offset-color: #de7777;
  }

  :root .smd\:focus-within\:ring-offset-am-new-red-light:focus-within{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .smd\:focus-within\:ring-offset-am-new-red-dark:focus-within{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .smd\:focus-within\:ring-offset-am-new-yellow:focus-within{
    --tw-ring-offset-color: #ffce00;
  }

  :root .smd\:focus-within\:ring-offset-am-new-yellow-light:focus-within{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .smd\:focus-within\:ring-offset-am-new-yellow-dark:focus-within{
    --tw-ring-offset-color: #a56c00;
  }

  :root .smd\:focus-within\:ring-offset-am-new-pink:focus-within{
    --tw-ring-offset-color: #d977dd;
  }

  :root .smd\:focus-within\:ring-offset-am-new-pink-light:focus-within{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .smd\:focus-within\:ring-offset-am-new-pink-dark:focus-within{
    --tw-ring-offset-color: #97569a;
  }

  :root .smd\:focus-within\:ring-offset-am-new-purple:focus-within{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .smd\:focus-within\:ring-offset-am-new-purple-light:focus-within{
    --tw-ring-offset-color: #baacff;
  }

  :root .smd\:focus-within\:ring-offset-am-new-purple-dark:focus-within{
    --tw-ring-offset-color: #7164b1;
  }

  :root .smd\:focus-within\:ring-offset-am-purple-transparent:focus-within{
    --tw-ring-offset-color: #757de338;
  }

  :root .smd\:focus-within\:ring-offset-am-purple-relight:focus-within{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .smd\:focus-within\:ring-offset-am-purple-light:focus-within{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .smd\:focus-within\:ring-offset-am-purple-medium:focus-within{
    --tw-ring-offset-color: #927DEA;
  }

  :root .smd\:focus-within\:ring-offset-am-purple-dark:focus-within{
    --tw-ring-offset-color: #465499;
  }

  :root .smd\:focus-within\:ring-offset-am-purple:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .smd\:focus-within\:ring-offset-am-green-light:focus-within{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .smd\:focus-within\:ring-offset-am-green-brightest:focus-within{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .smd\:focus-within\:ring-offset-am-green-cyan:focus-within{
    --tw-ring-offset-color: #26b28f;
  }

  :root .smd\:focus-within\:ring-offset-am-green-dark:focus-within{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .smd\:focus-within\:ring-offset-am-green-aqua:focus-within{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .smd\:focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .smd\:focus-within\:ring-offset-am-green-hover:focus-within{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .smd\:focus-within\:ring-offset-am-green:focus-within{
    --tw-ring-offset-color: #54C931;
  }

  :root .smd\:focus-within\:ring-offset-am-red-alive:focus-within{
    --tw-ring-offset-color: #E56262;
  }

  :root .smd\:focus-within\:ring-offset-am-red-light:focus-within{
    --tw-ring-offset-color: #ffcece;
  }

  :root .smd\:focus-within\:ring-offset-am-red-dark:focus-within{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .smd\:focus-within\:ring-offset-am-red-intense:focus-within{
    --tw-ring-offset-color: #f00846;
  }

  :root .smd\:focus-within\:ring-offset-am-red:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .smd\:focus-within\:ring-offset-am-grey-light:focus-within{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .smd\:focus-within\:ring-offset-am-grey-dark:focus-within{
    --tw-ring-offset-color: #2C303E;
  }

  :root .smd\:focus-within\:ring-offset-am-grey-medium:focus-within{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .smd\:focus-within\:ring-offset-am-grey-transparent:focus-within{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .smd\:focus-within\:ring-offset-am-grey:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .smd\:focus-within\:ring-offset-am-pink-light:focus-within{
    --tw-ring-offset-color: #edcff0;
  }

  :root .smd\:focus-within\:ring-offset-am-pink-dark:focus-within{
    --tw-ring-offset-color: #a941ae;
  }

  :root .smd\:focus-within\:ring-offset-am-pink-brightest:focus-within{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .smd\:focus-within\:ring-offset-am-pink-rose:focus-within{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .smd\:focus-within\:ring-offset-am-pink:focus-within{
    --tw-ring-offset-color: #D977DD;
  }

  :root .smd\:focus-within\:ring-offset-am-orange-light:focus-within{
    --tw-ring-offset-color: #f89103;
  }

  :root .smd\:focus-within\:ring-offset-am-orange-relight:focus-within{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .smd\:focus-within\:ring-offset-am-orange-dark:focus-within{
    --tw-ring-offset-color: #b57c00;
  }

  :root .smd\:focus-within\:ring-offset-am-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .smd\:focus-within\:ring-offset-am-cyan-light:focus-within{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .smd\:focus-within\:ring-offset-am-cyan-dark:focus-within{
    --tw-ring-offset-color: #129aa6;
  }

  :root .smd\:focus-within\:ring-offset-am-cyan-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .smd\:focus-within\:ring-offset-am-cyan-green:focus-within{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .smd\:focus-within\:ring-offset-am-cyan:focus-within{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .smd\:focus-within\:ring-offset-am-blue-light:focus-within{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .smd\:focus-within\:ring-offset-am-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .smd\:focus-within\:ring-offset-am-blue-dark:focus-within{
    --tw-ring-offset-color: #5784a5;
  }

  :root .smd\:focus-within\:ring-offset-am-yellow-resalt:focus-within{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .smd\:focus-within\:ring-offset-am-yellow-light:focus-within{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .smd\:focus-within\:ring-offset-am-yellow-dark:focus-within{
    --tw-ring-offset-color: #c18b11;
  }

  :root .smd\:focus-within\:ring-offset-am-yellow:focus-within{
    --tw-ring-offset-color: #FAD073;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-entry:focus-within{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-entry_light:focus-within{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-entry_text:focus-within{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-lunchgo:focus-within{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-lunchback:focus-within{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-exit:focus-within{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-exit_light:focus-within{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-exit_text:focus-within{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-yesterday:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
    --tw-ring-offset-color: #DE777733;
  }

  :root .smd\:focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .smd\:focus-within\:ring-offset-am-brown-light:focus-within{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .smd\:focus-within\:ring-offset-am-brown-dark:focus-within{
    --tw-ring-offset-color: #501D0E;
  }

  :root .smd\:focus-within\:ring-offset-am-brown:focus-within{
    --tw-ring-offset-color: #A23E00;
  }

  :root .smd\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .smd\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .smd\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .smd\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .smd\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .smd\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .smd\:focus\:ring-offset-grays-light:focus{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .smd\:focus\:ring-offset-grays:focus{
    --tw-ring-offset-color: #969CA7;
  }

  :root .smd\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .smd\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .smd\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .smd\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .smd\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .smd\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .smd\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .smd\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .smd\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .smd\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .smd\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .smd\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .smd\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .smd\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .smd\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .smd\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .smd\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .smd\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .smd\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .smd\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .smd\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .smd\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .smd\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .smd\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .smd\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .smd\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .smd\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .smd\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .smd\:focus\:ring-offset-am-base-background:focus{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .smd\:focus\:ring-offset-am-main-blue:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .smd\:focus\:ring-offset-am-main-blue-light:focus{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .smd\:focus\:ring-offset-am-main-blue-dark:focus{
    --tw-ring-offset-color: #00004d;
  }

  :root .smd\:focus\:ring-offset-am-gray:focus{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .smd\:focus\:ring-offset-am-gray-light:focus{
    --tw-ring-offset-color: #bebebe;
  }

  :root .smd\:focus\:ring-offset-am-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .smd\:focus\:ring-offset-am-new-green:focus{
    --tw-ring-offset-color: #77dea2;
  }

  :root .smd\:focus\:ring-offset-am-new-green-light:focus{
    --tw-ring-offset-color: #baeed0;
  }

  :root .smd\:focus\:ring-offset-am-new-green-dark:focus{
    --tw-ring-offset-color: #27834d;
  }

  :root .smd\:focus\:ring-offset-am-new-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .smd\:focus\:ring-offset-am-new-orange-light:focus{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .smd\:focus\:ring-offset-am-new-orange-dark:focus{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .smd\:focus\:ring-offset-am-coral:focus{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .smd\:focus\:ring-offset-am-coral-light:focus{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .smd\:focus\:ring-offset-am-coral-dark:focus{
    --tw-ring-offset-color: #be6a50;
  }

  :root .smd\:focus\:ring-offset-am-teal:focus{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .smd\:focus\:ring-offset-am-teal-light:focus{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .smd\:focus\:ring-offset-am-teal-dark:focus{
    --tw-ring-offset-color: #449D99;
  }

  :root .smd\:focus\:ring-offset-am-new-red:focus{
    --tw-ring-offset-color: #de7777;
  }

  :root .smd\:focus\:ring-offset-am-new-red-light:focus{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .smd\:focus\:ring-offset-am-new-red-dark:focus{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .smd\:focus\:ring-offset-am-new-yellow:focus{
    --tw-ring-offset-color: #ffce00;
  }

  :root .smd\:focus\:ring-offset-am-new-yellow-light:focus{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .smd\:focus\:ring-offset-am-new-yellow-dark:focus{
    --tw-ring-offset-color: #a56c00;
  }

  :root .smd\:focus\:ring-offset-am-new-pink:focus{
    --tw-ring-offset-color: #d977dd;
  }

  :root .smd\:focus\:ring-offset-am-new-pink-light:focus{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .smd\:focus\:ring-offset-am-new-pink-dark:focus{
    --tw-ring-offset-color: #97569a;
  }

  :root .smd\:focus\:ring-offset-am-new-purple:focus{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .smd\:focus\:ring-offset-am-new-purple-light:focus{
    --tw-ring-offset-color: #baacff;
  }

  :root .smd\:focus\:ring-offset-am-new-purple-dark:focus{
    --tw-ring-offset-color: #7164b1;
  }

  :root .smd\:focus\:ring-offset-am-purple-transparent:focus{
    --tw-ring-offset-color: #757de338;
  }

  :root .smd\:focus\:ring-offset-am-purple-relight:focus{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .smd\:focus\:ring-offset-am-purple-light:focus{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .smd\:focus\:ring-offset-am-purple-medium:focus{
    --tw-ring-offset-color: #927DEA;
  }

  :root .smd\:focus\:ring-offset-am-purple-dark:focus{
    --tw-ring-offset-color: #465499;
  }

  :root .smd\:focus\:ring-offset-am-purple:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .smd\:focus\:ring-offset-am-green-light:focus{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .smd\:focus\:ring-offset-am-green-brightest:focus{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .smd\:focus\:ring-offset-am-green-cyan:focus{
    --tw-ring-offset-color: #26b28f;
  }

  :root .smd\:focus\:ring-offset-am-green-dark:focus{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .smd\:focus\:ring-offset-am-green-aqua:focus{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .smd\:focus\:ring-offset-am-green-brightest-transparent:focus{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .smd\:focus\:ring-offset-am-green-hover:focus{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .smd\:focus\:ring-offset-am-green:focus{
    --tw-ring-offset-color: #54C931;
  }

  :root .smd\:focus\:ring-offset-am-red-alive:focus{
    --tw-ring-offset-color: #E56262;
  }

  :root .smd\:focus\:ring-offset-am-red-light:focus{
    --tw-ring-offset-color: #ffcece;
  }

  :root .smd\:focus\:ring-offset-am-red-dark:focus{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .smd\:focus\:ring-offset-am-red-intense:focus{
    --tw-ring-offset-color: #f00846;
  }

  :root .smd\:focus\:ring-offset-am-red:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .smd\:focus\:ring-offset-am-grey-light:focus{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .smd\:focus\:ring-offset-am-grey-dark:focus{
    --tw-ring-offset-color: #2C303E;
  }

  :root .smd\:focus\:ring-offset-am-grey-medium:focus{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .smd\:focus\:ring-offset-am-grey-transparent:focus{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .smd\:focus\:ring-offset-am-grey:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .smd\:focus\:ring-offset-am-pink-light:focus{
    --tw-ring-offset-color: #edcff0;
  }

  :root .smd\:focus\:ring-offset-am-pink-dark:focus{
    --tw-ring-offset-color: #a941ae;
  }

  :root .smd\:focus\:ring-offset-am-pink-brightest:focus{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .smd\:focus\:ring-offset-am-pink-rose:focus{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .smd\:focus\:ring-offset-am-pink:focus{
    --tw-ring-offset-color: #D977DD;
  }

  :root .smd\:focus\:ring-offset-am-orange-light:focus{
    --tw-ring-offset-color: #f89103;
  }

  :root .smd\:focus\:ring-offset-am-orange-relight:focus{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .smd\:focus\:ring-offset-am-orange-dark:focus{
    --tw-ring-offset-color: #b57c00;
  }

  :root .smd\:focus\:ring-offset-am-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .smd\:focus\:ring-offset-am-cyan-light:focus{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .smd\:focus\:ring-offset-am-cyan-dark:focus{
    --tw-ring-offset-color: #129aa6;
  }

  :root .smd\:focus\:ring-offset-am-cyan-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .smd\:focus\:ring-offset-am-cyan-green:focus{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .smd\:focus\:ring-offset-am-cyan:focus{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .smd\:focus\:ring-offset-am-blue-light:focus{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .smd\:focus\:ring-offset-am-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .smd\:focus\:ring-offset-am-blue-dark:focus{
    --tw-ring-offset-color: #5784a5;
  }

  :root .smd\:focus\:ring-offset-am-yellow-resalt:focus{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .smd\:focus\:ring-offset-am-yellow-light:focus{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .smd\:focus\:ring-offset-am-yellow-dark:focus{
    --tw-ring-offset-color: #c18b11;
  }

  :root .smd\:focus\:ring-offset-am-yellow:focus{
    --tw-ring-offset-color: #FAD073;
  }

  :root .smd\:focus\:ring-offset-am-cream-entry:focus{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .smd\:focus\:ring-offset-am-cream-entry_light:focus{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .smd\:focus\:ring-offset-am-cream-entry_text:focus{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .smd\:focus\:ring-offset-am-cream-lunchgo:focus{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .smd\:focus\:ring-offset-am-cream-lunchgo_light:focus{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .smd\:focus\:ring-offset-am-cream-lunchgo_text:focus{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .smd\:focus\:ring-offset-am-cream-lunchback:focus{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .smd\:focus\:ring-offset-am-cream-lunchback_light:focus{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .smd\:focus\:ring-offset-am-cream-lunchback_text:focus{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .smd\:focus\:ring-offset-am-cream-exit:focus{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .smd\:focus\:ring-offset-am-cream-exit_light:focus{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .smd\:focus\:ring-offset-am-cream-exit_text:focus{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .smd\:focus\:ring-offset-am-cream-yesterday:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .smd\:focus\:ring-offset-am-cream-yesterday_light:focus{
    --tw-ring-offset-color: #DE777733;
  }

  :root .smd\:focus\:ring-offset-am-cream-yesterday_text:focus{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .smd\:focus\:ring-offset-am-brown-light:focus{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .smd\:focus\:ring-offset-am-brown-dark:focus{
    --tw-ring-offset-color: #501D0E;
  }

  :root .smd\:focus\:ring-offset-am-brown:focus{
    --tw-ring-offset-color: #A23E00;
  }

  :root .smd\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .smd\:filter-none{
    filter: none;
  }

  :root .smd\:blur-0{
    --tw-blur: blur(0);
  }

  :root .smd\:blur-none{
    --tw-blur: blur(0);
  }

  :root .smd\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .smd\:blur{
    --tw-blur: blur(8px);
  }

  :root .smd\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .smd\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .smd\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .smd\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .smd\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .smd\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .smd\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .smd\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .smd\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .smd\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .smd\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .smd\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .smd\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .smd\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .smd\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .smd\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .smd\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .smd\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .smd\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .smd\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .smd\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .smd\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .smd\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .smd\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .smd\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .smd\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .smd\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .smd\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .smd\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .smd\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .smd\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .smd\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .smd\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .smd\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .smd\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .smd\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .smd\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .smd\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .smd\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .smd\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .smd\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .smd\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .smd\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .smd\:invert-0{
    --tw-invert: invert(0);
  }

  :root .smd\:invert{
    --tw-invert: invert(100%);
  }

  :root .smd\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .smd\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .smd\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .smd\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .smd\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .smd\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .smd\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .smd\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .smd\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .smd\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  :root .smd\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  :root .smd\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  :root .smd\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  :root .smd\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  :root .smd\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  :root .smd\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  :root .smd\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  :root .smd\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  :root .smd\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .smd\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .smd\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .smd\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .smd\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .smd\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .smd\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .smd\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .smd\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .smd\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .smd\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .smd\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .smd\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .smd\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .smd\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .smd\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .smd\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .smd\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .smd\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .smd\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .smd\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .smd\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .smd\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .smd\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .smd\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .smd\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .smd\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .smd\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .smd\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .smd\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .smd\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .smd\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .smd\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .smd\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  :root .smd\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  :root .smd\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  :root .smd\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  :root .smd\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  :root .smd\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  :root .smd\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .smd\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .smd\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .smd\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .smd\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .smd\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .smd\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  :root .smd\:transition-none{
    transition-property: none;
  }

  :root .smd\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .smd\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .smd\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .smd\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .smd\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .smd\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .smd\:delay-75{
    transition-delay: 75ms;
  }

  :root .smd\:delay-100{
    transition-delay: 100ms;
  }

  :root .smd\:delay-150{
    transition-delay: 150ms;
  }

  :root .smd\:delay-200{
    transition-delay: 200ms;
  }

  :root .smd\:delay-300{
    transition-delay: 300ms;
  }

  :root .smd\:delay-500{
    transition-delay: 500ms;
  }

  :root .smd\:delay-700{
    transition-delay: 700ms;
  }

  :root .smd\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .smd\:duration-75{
    transition-duration: 75ms;
  }

  :root .smd\:duration-100{
    transition-duration: 100ms;
  }

  :root .smd\:duration-150{
    transition-duration: 150ms;
  }

  :root .smd\:duration-200{
    transition-duration: 200ms;
  }

  :root .smd\:duration-300{
    transition-duration: 300ms;
  }

  :root .smd\:duration-500{
    transition-duration: 500ms;
  }

  :root .smd\:duration-700{
    transition-duration: 700ms;
  }

  :root .smd\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .smd\:ease-linear{
    transition-timing-function: linear;
  }

  :root .smd\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .smd\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .smd\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 960px){
  :root .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .md\:pointer-events-none{
    pointer-events: none;
  }

  :root .md\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .md\:visible{
    visibility: visible;
  }

  :root .md\:invisible{
    visibility: hidden;
  }

  :root .md\:static{
    position: static;
  }

  :root .md\:fixed{
    position: fixed;
  }

  :root .md\:absolute{
    position: absolute;
  }

  :root .md\:relative{
    position: relative;
  }

  :root .md\:sticky{
    position: sticky;
  }

  :root .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .md\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .md\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .md\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .md\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .md\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .md\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .md\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .md\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .md\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .md\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .md\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .md\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .md\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .md\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .md\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .md\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .md\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .md\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .md\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root .md\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root .md\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root .md\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root .md\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root .md\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root .md\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root .md\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root .md\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root .md\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root .md\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root .md\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root .md\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root .md\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root .md\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root .md\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root .md\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root .md\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root .md\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root .md\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .md\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .md\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .md\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .md\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .md\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .md\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .md\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .md\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .md\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .md\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .md\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .md\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .md\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .md\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .md\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .md\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .md\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .md\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .md\:top-0{
    top: 0;
  }

  :root .md\:top-1{
    top: 0.25rem;
  }

  :root .md\:top-2{
    top: 0.5rem;
  }

  :root .md\:top-3{
    top: 0.75rem;
  }

  :root .md\:top-4{
    top: 1rem;
  }

  :root .md\:top-5{
    top: 1.25rem;
  }

  :root .md\:top-6{
    top: 1.5rem;
  }

  :root .md\:top-8{
    top: 2rem;
  }

  :root .md\:top-10{
    top: 2.5rem;
  }

  :root .md\:top-12{
    top: 3rem;
  }

  :root .md\:-top-1{
    top: -0.25rem;
  }

  :root .md\:-top-2{
    top: -0.5rem;
  }

  :root .md\:-top-3{
    top: -0.75rem;
  }

  :root .md\:-top-4{
    top: -1rem;
  }

  :root .md\:-top-5{
    top: -1.25rem;
  }

  :root .md\:-top-6{
    top: -1.5rem;
  }

  :root .md\:-top-8{
    top: -2rem;
  }

  :root .md\:-top-10{
    top: -2.5rem;
  }

  :root .md\:-top-12{
    top: -3rem;
  }

  :root .md\:top-auto{
    top: auto;
  }

  :root .md\:right-0{
    right: 0;
  }

  :root .md\:right-1{
    right: 0.25rem;
  }

  :root .md\:right-2{
    right: 0.5rem;
  }

  :root .md\:right-3{
    right: 0.75rem;
  }

  :root .md\:right-4{
    right: 1rem;
  }

  :root .md\:right-5{
    right: 1.25rem;
  }

  :root .md\:right-6{
    right: 1.5rem;
  }

  :root .md\:right-8{
    right: 2rem;
  }

  :root .md\:right-10{
    right: 2.5rem;
  }

  :root .md\:right-12{
    right: 3rem;
  }

  :root .md\:-right-1{
    right: -0.25rem;
  }

  :root .md\:-right-2{
    right: -0.5rem;
  }

  :root .md\:-right-3{
    right: -0.75rem;
  }

  :root .md\:-right-4{
    right: -1rem;
  }

  :root .md\:-right-5{
    right: -1.25rem;
  }

  :root .md\:-right-6{
    right: -1.5rem;
  }

  :root .md\:-right-8{
    right: -2rem;
  }

  :root .md\:-right-10{
    right: -2.5rem;
  }

  :root .md\:-right-12{
    right: -3rem;
  }

  :root .md\:right-auto{
    right: auto;
  }

  :root .md\:bottom-0{
    bottom: 0;
  }

  :root .md\:bottom-1{
    bottom: 0.25rem;
  }

  :root .md\:bottom-2{
    bottom: 0.5rem;
  }

  :root .md\:bottom-3{
    bottom: 0.75rem;
  }

  :root .md\:bottom-4{
    bottom: 1rem;
  }

  :root .md\:bottom-5{
    bottom: 1.25rem;
  }

  :root .md\:bottom-6{
    bottom: 1.5rem;
  }

  :root .md\:bottom-8{
    bottom: 2rem;
  }

  :root .md\:bottom-10{
    bottom: 2.5rem;
  }

  :root .md\:bottom-12{
    bottom: 3rem;
  }

  :root .md\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .md\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .md\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .md\:-bottom-4{
    bottom: -1rem;
  }

  :root .md\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .md\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .md\:-bottom-8{
    bottom: -2rem;
  }

  :root .md\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .md\:-bottom-12{
    bottom: -3rem;
  }

  :root .md\:bottom-auto{
    bottom: auto;
  }

  :root .md\:left-0{
    left: 0;
  }

  :root .md\:left-1{
    left: 0.25rem;
  }

  :root .md\:left-2{
    left: 0.5rem;
  }

  :root .md\:left-3{
    left: 0.75rem;
  }

  :root .md\:left-4{
    left: 1rem;
  }

  :root .md\:left-5{
    left: 1.25rem;
  }

  :root .md\:left-6{
    left: 1.5rem;
  }

  :root .md\:left-8{
    left: 2rem;
  }

  :root .md\:left-10{
    left: 2.5rem;
  }

  :root .md\:left-12{
    left: 3rem;
  }

  :root .md\:-left-1{
    left: -0.25rem;
  }

  :root .md\:-left-2{
    left: -0.5rem;
  }

  :root .md\:-left-3{
    left: -0.75rem;
  }

  :root .md\:-left-4{
    left: -1rem;
  }

  :root .md\:-left-5{
    left: -1.25rem;
  }

  :root .md\:-left-6{
    left: -1.5rem;
  }

  :root .md\:-left-8{
    left: -2rem;
  }

  :root .md\:-left-10{
    left: -2.5rem;
  }

  :root .md\:-left-12{
    left: -3rem;
  }

  :root .md\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .md\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .md\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .md\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .md\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .md\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .md\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .md\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .md\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .md\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .md\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .md\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .md\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:left-auto{
    left: auto;
  }

  :root .md\:isolate{
    isolation: isolate;
  }

  :root .md\:isolation-auto{
    isolation: auto;
  }

  :root .md\:z-0{
    z-index: 0;
  }

  :root .md\:z-10{
    z-index: 10;
  }

  :root .md\:z-20{
    z-index: 20;
  }

  :root .md\:z-30{
    z-index: 30;
  }

  :root .md\:z-40{
    z-index: 40;
  }

  :root .md\:z-50{
    z-index: 50;
  }

  :root .md\:z-auto{
    z-index: auto;
  }

  :root .md\:order-1{
    order: 1;
  }

  :root .md\:order-2{
    order: 2;
  }

  :root .md\:order-3{
    order: 3;
  }

  :root .md\:order-4{
    order: 4;
  }

  :root .md\:order-5{
    order: 5;
  }

  :root .md\:order-6{
    order: 6;
  }

  :root .md\:order-7{
    order: 7;
  }

  :root .md\:order-8{
    order: 8;
  }

  :root .md\:order-9{
    order: 9;
  }

  :root .md\:order-10{
    order: 10;
  }

  :root .md\:order-11{
    order: 11;
  }

  :root .md\:order-12{
    order: 12;
  }

  :root .md\:order-first{
    order: -9999;
  }

  :root .md\:order-last{
    order: 9999;
  }

  :root .md\:order-none{
    order: 0;
  }

  :root .md\:col-auto{
    grid-column: auto;
  }

  :root .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .md\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .md\:col-start-1{
    grid-column-start: 1;
  }

  :root .md\:col-start-2{
    grid-column-start: 2;
  }

  :root .md\:col-start-3{
    grid-column-start: 3;
  }

  :root .md\:col-start-4{
    grid-column-start: 4;
  }

  :root .md\:col-start-5{
    grid-column-start: 5;
  }

  :root .md\:col-start-6{
    grid-column-start: 6;
  }

  :root .md\:col-start-7{
    grid-column-start: 7;
  }

  :root .md\:col-start-8{
    grid-column-start: 8;
  }

  :root .md\:col-start-9{
    grid-column-start: 9;
  }

  :root .md\:col-start-10{
    grid-column-start: 10;
  }

  :root .md\:col-start-11{
    grid-column-start: 11;
  }

  :root .md\:col-start-12{
    grid-column-start: 12;
  }

  :root .md\:col-start-13{
    grid-column-start: 13;
  }

  :root .md\:col-start-auto{
    grid-column-start: auto;
  }

  :root .md\:col-end-1{
    grid-column-end: 1;
  }

  :root .md\:col-end-2{
    grid-column-end: 2;
  }

  :root .md\:col-end-3{
    grid-column-end: 3;
  }

  :root .md\:col-end-4{
    grid-column-end: 4;
  }

  :root .md\:col-end-5{
    grid-column-end: 5;
  }

  :root .md\:col-end-6{
    grid-column-end: 6;
  }

  :root .md\:col-end-7{
    grid-column-end: 7;
  }

  :root .md\:col-end-8{
    grid-column-end: 8;
  }

  :root .md\:col-end-9{
    grid-column-end: 9;
  }

  :root .md\:col-end-10{
    grid-column-end: 10;
  }

  :root .md\:col-end-11{
    grid-column-end: 11;
  }

  :root .md\:col-end-12{
    grid-column-end: 12;
  }

  :root .md\:col-end-13{
    grid-column-end: 13;
  }

  :root .md\:col-end-auto{
    grid-column-end: auto;
  }

  :root .md\:row-auto{
    grid-row: auto;
  }

  :root .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .md\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .md\:row-start-1{
    grid-row-start: 1;
  }

  :root .md\:row-start-2{
    grid-row-start: 2;
  }

  :root .md\:row-start-3{
    grid-row-start: 3;
  }

  :root .md\:row-start-4{
    grid-row-start: 4;
  }

  :root .md\:row-start-5{
    grid-row-start: 5;
  }

  :root .md\:row-start-6{
    grid-row-start: 6;
  }

  :root .md\:row-start-7{
    grid-row-start: 7;
  }

  :root .md\:row-start-auto{
    grid-row-start: auto;
  }

  :root .md\:row-end-1{
    grid-row-end: 1;
  }

  :root .md\:row-end-2{
    grid-row-end: 2;
  }

  :root .md\:row-end-3{
    grid-row-end: 3;
  }

  :root .md\:row-end-4{
    grid-row-end: 4;
  }

  :root .md\:row-end-5{
    grid-row-end: 5;
  }

  :root .md\:row-end-6{
    grid-row-end: 6;
  }

  :root .md\:row-end-7{
    grid-row-end: 7;
  }

  :root .md\:row-end-auto{
    grid-row-end: auto;
  }

  :root .md\:float-right{
    float: right;
  }

  :root .md\:float-left{
    float: left;
  }

  :root .md\:float-none{
    float: none;
  }

  :root .md\:clear-left{
    clear: left;
  }

  :root .md\:clear-right{
    clear: right;
  }

  :root .md\:clear-both{
    clear: both;
  }

  :root .md\:clear-none{
    clear: none;
  }

  :root .md\:m-0{
    margin: 0;
  }

  :root .md\:m-1{
    margin: 0.25rem;
  }

  :root .md\:m-2{
    margin: 0.5rem;
  }

  :root .md\:m-3{
    margin: 0.75rem;
  }

  :root .md\:m-4{
    margin: 1rem;
  }

  :root .md\:m-5{
    margin: 1.25rem;
  }

  :root .md\:m-6{
    margin: 1.5rem;
  }

  :root .md\:m-7{
    margin: 1.75rem;
  }

  :root .md\:m-8{
    margin: 2rem;
  }

  :root .md\:m-9{
    margin: 2.25rem;
  }

  :root .md\:m-10{
    margin: 2.5rem;
  }

  :root .md\:m-11{
    margin: 2.75rem;
  }

  :root .md\:m-12{
    margin: 3rem;
  }

  :root .md\:m-13{
    margin: 3.25rem;
  }

  :root .md\:m-14{
    margin: 3.5rem;
  }

  :root .md\:m-16{
    margin: 4rem;
  }

  :root .md\:m-18{
    margin: 4.5rem;
  }

  :root .md\:m-20{
    margin: 5rem;
  }

  :root .md\:m-21{
    margin: 5.25rem;
  }

  :root .md\:m-22{
    margin: 5.5rem;
  }

  :root .md\:m-24{
    margin: 6rem;
  }

  :root .md\:m-26{
    margin: 6.5rem;
  }

  :root .md\:m-27{
    margin: 6.75rem;
  }

  :root .md\:m-28{
    margin: 7rem;
  }

  :root .md\:m-30{
    margin: 7.5rem;
  }

  :root .md\:m-32{
    margin: 8rem;
  }

  :root .md\:m-36{
    margin: 9rem;
  }

  :root .md\:m-40{
    margin: 10rem;
  }

  :root .md\:m-41{
    margin: 11.25rem;
  }

  :root .md\:m-42{
    margin: 11.5rem;
  }

  :root .md\:m-44{
    margin: 11rem;
  }

  :root .md\:m-48{
    margin: 12rem;
  }

  :root .md\:m-52{
    margin: 13rem;
  }

  :root .md\:m-54{
    margin: 13.5rem;
  }

  :root .md\:m-56{
    margin: 14rem;
  }

  :root .md\:m-60{
    margin: 15rem;
  }

  :root .md\:m-64{
    margin: 16rem;
  }

  :root .md\:m-68{
    margin: 17rem;
  }

  :root .md\:m-72{
    margin: 18rem;
  }

  :root .md\:m-76{
    margin: 19rem;
  }

  :root .md\:m-80{
    margin: 20rem;
  }

  :root .md\:m-84{
    margin: 21rem;
  }

  :root .md\:m-88{
    margin: 22rem;
  }

  :root .md\:m-96{
    margin: 24rem;
  }

  :root .md\:m-112{
    margin: 28rem;
  }

  :root .md\:m-120{
    margin: 30rem;
  }

  :root .md\:m-140{
    margin: 35rem;
  }

  :root .md\:m-150{
    margin: 37.5rem;
  }

  :root .md\:m-160{
    margin: 40rem;
  }

  :root .md\:m-220{
    margin: 55rem;
  }

  :root .md\:m-240{
    margin: 60rem;
  }

  :root .md\:m-300{
    margin: 75rem;
  }

  :root .md\:m-320{
    margin: 80rem;
  }

  :root .md\:m-auto{
    margin: auto;
  }

  :root .md\:m-px{
    margin: 1px;
  }

  :root .md\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .md\:m-1\.5{
    margin: 0.375rem;
  }

  :root .md\:-m-1{
    margin: -0.25rem;
  }

  :root .md\:-m-2{
    margin: -0.5rem;
  }

  :root .md\:-m-3{
    margin: -0.75rem;
  }

  :root .md\:-m-4{
    margin: -1rem;
  }

  :root .md\:-m-5{
    margin: -1.25rem;
  }

  :root .md\:-m-6{
    margin: -1.5rem;
  }

  :root .md\:-m-7{
    margin: -1.75rem;
  }

  :root .md\:-m-8{
    margin: -2rem;
  }

  :root .md\:-m-9{
    margin: -2.25rem;
  }

  :root .md\:-m-10{
    margin: -2.5rem;
  }

  :root .md\:-m-11{
    margin: -2.75rem;
  }

  :root .md\:-m-12{
    margin: -3rem;
  }

  :root .md\:-m-13{
    margin: -3.25rem;
  }

  :root .md\:-m-14{
    margin: -3.5rem;
  }

  :root .md\:-m-16{
    margin: -4rem;
  }

  :root .md\:-m-18{
    margin: -4.5rem;
  }

  :root .md\:-m-20{
    margin: -5rem;
  }

  :root .md\:-m-21{
    margin: -5.25rem;
  }

  :root .md\:-m-22{
    margin: -5.5rem;
  }

  :root .md\:-m-24{
    margin: -6rem;
  }

  :root .md\:-m-26{
    margin: -6.5rem;
  }

  :root .md\:-m-27{
    margin: -6.75rem;
  }

  :root .md\:-m-28{
    margin: -7rem;
  }

  :root .md\:-m-30{
    margin: -7.5rem;
  }

  :root .md\:-m-32{
    margin: -8rem;
  }

  :root .md\:-m-36{
    margin: -9rem;
  }

  :root .md\:-m-40{
    margin: -10rem;
  }

  :root .md\:-m-41{
    margin: -11.25rem;
  }

  :root .md\:-m-42{
    margin: -11.5rem;
  }

  :root .md\:-m-44{
    margin: -11rem;
  }

  :root .md\:-m-48{
    margin: -12rem;
  }

  :root .md\:-m-52{
    margin: -13rem;
  }

  :root .md\:-m-54{
    margin: -13.5rem;
  }

  :root .md\:-m-56{
    margin: -14rem;
  }

  :root .md\:-m-60{
    margin: -15rem;
  }

  :root .md\:-m-64{
    margin: -16rem;
  }

  :root .md\:-m-68{
    margin: -17rem;
  }

  :root .md\:-m-72{
    margin: -18rem;
  }

  :root .md\:-m-76{
    margin: -19rem;
  }

  :root .md\:-m-80{
    margin: -20rem;
  }

  :root .md\:-m-84{
    margin: -21rem;
  }

  :root .md\:-m-88{
    margin: -22rem;
  }

  :root .md\:-m-96{
    margin: -24rem;
  }

  :root .md\:-m-112{
    margin: -28rem;
  }

  :root .md\:-m-120{
    margin: -30rem;
  }

  :root .md\:-m-140{
    margin: -35rem;
  }

  :root .md\:-m-150{
    margin: -37.5rem;
  }

  :root .md\:-m-160{
    margin: -40rem;
  }

  :root .md\:-m-220{
    margin: -55rem;
  }

  :root .md\:-m-240{
    margin: -60rem;
  }

  :root .md\:-m-300{
    margin: -75rem;
  }

  :root .md\:-m-320{
    margin: -80rem;
  }

  :root .md\:-m-px{
    margin: -1px;
  }

  :root .md\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-m-1\.5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .md\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:m-13{
    margin: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:m-18{
    margin: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-21{
    margin: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-22{
    margin: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:m-26{
    margin: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-27{
    margin: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:m-30{
    margin: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:m-41{
    margin: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:m-42{
    margin: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:m-54{
    margin: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:m-68{
    margin: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:m-76{
    margin: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:m-84{
    margin: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:m-88{
    margin: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:m-112{
    margin: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:m-120{
    margin: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:m-140{
    margin: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:m-150{
    margin: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:m-160{
    margin: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:m-220{
    margin: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:m-240{
    margin: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:m-300{
    margin: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:m-320{
    margin: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .md\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .md\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-1.md\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-68{
    margin: -17rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-76{
    margin: -19rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-84{
    margin: -21rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-88{
    margin: -22rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-112{
    margin: -28rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-120{
    margin: -30rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-140{
    margin: -35rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-160{
    margin: -40rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-220{
    margin: -55rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-240{
    margin: -60rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-300{
    margin: -75rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-320{
    margin: -80rem;
  }

  :root [dir=ltr] .md\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-1.md\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .md\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:m-13{
    margin: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:m-18{
    margin: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-21{
    margin: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-22{
    margin: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:m-26{
    margin: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-27{
    margin: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:m-30{
    margin: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:m-41{
    margin: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:m-42{
    margin: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:m-54{
    margin: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:m-68{
    margin: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:m-76{
    margin: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:m-84{
    margin: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:m-88{
    margin: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:m-112{
    margin: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:m-120{
    margin: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:m-140{
    margin: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:m-150{
    margin: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:m-160{
    margin: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:m-220{
    margin: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:m-240{
    margin: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:m-300{
    margin: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:m-320{
    margin: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .md\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .md\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-1.md\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-68{
    margin: -17rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-76{
    margin: -19rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-84{
    margin: -21rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-88{
    margin: -22rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-112{
    margin: -28rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-120{
    margin: -30rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-140{
    margin: -35rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-160{
    margin: -40rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-220{
    margin: -55rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-240{
    margin: -60rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-300{
    margin: -75rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-320{
    margin: -80rem;
  }

  :root [dir=rtl] .md\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-1.md\:5{
    margin: -0.375rem;
  }

  :root .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .md\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .md\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .md\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root .md\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .md\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root .md\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .md\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .md\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .md\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root .md\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root .md\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .md\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .md\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .md\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .md\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root .md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .md\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root .md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .md\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root .md\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root .md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .md\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root .md\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root .md\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root .md\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root .md\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root .md\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root .md\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root .md\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root .md\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .md\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .md\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .md\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root .md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .md\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .md\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root .md\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .md\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root .md\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root .md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .md\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .md\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .md\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root .md\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root .md\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .md\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .md\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .md\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .md\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root .md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .md\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root .md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .md\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root .md\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root .md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .md\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root .md\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root .md\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root .md\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root .md\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root .md\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root .md\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root .md\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root .md\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .md\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .md\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .md\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .md\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root .md\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .md\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root .md\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .md\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .md\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root .md\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root .md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .md\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .md\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .md\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .md\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root .md\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .md\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root .md\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root .md\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root .md\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root .md\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root .md\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root .md\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root .md\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root .md\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .md\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .md\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .md\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .md\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .md\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root .md\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .md\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root .md\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .md\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .md\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root .md\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root .md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .md\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .md\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .md\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .md\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root .md\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .md\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root .md\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root .md\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root .md\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root .md\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root .md\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root .md\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root .md\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root .md\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .md\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .md\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mx-1.md\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=ltr] .md\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mx-1.md\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-1.md\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .md\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-1.md\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .md\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mx-1.md\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=rtl] .md\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mx-1.md\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-1.md\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .md\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-1.md\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .md\:mt-0{
    margin-top: 0;
  }

  :root .md\:mt-1{
    margin-top: 0.25rem;
  }

  :root .md\:mt-2{
    margin-top: 0.5rem;
  }

  :root .md\:mt-3{
    margin-top: 0.75rem;
  }

  :root .md\:mt-4{
    margin-top: 1rem;
  }

  :root .md\:mt-5{
    margin-top: 1.25rem;
  }

  :root .md\:mt-6{
    margin-top: 1.5rem;
  }

  :root .md\:mt-7{
    margin-top: 1.75rem;
  }

  :root .md\:mt-8{
    margin-top: 2rem;
  }

  :root .md\:mt-9{
    margin-top: 2.25rem;
  }

  :root .md\:mt-10{
    margin-top: 2.5rem;
  }

  :root .md\:mt-11{
    margin-top: 2.75rem;
  }

  :root .md\:mt-12{
    margin-top: 3rem;
  }

  :root .md\:mt-13{
    margin-top: 3.25rem;
  }

  :root .md\:mt-14{
    margin-top: 3.5rem;
  }

  :root .md\:mt-16{
    margin-top: 4rem;
  }

  :root .md\:mt-18{
    margin-top: 4.5rem;
  }

  :root .md\:mt-20{
    margin-top: 5rem;
  }

  :root .md\:mt-21{
    margin-top: 5.25rem;
  }

  :root .md\:mt-22{
    margin-top: 5.5rem;
  }

  :root .md\:mt-24{
    margin-top: 6rem;
  }

  :root .md\:mt-26{
    margin-top: 6.5rem;
  }

  :root .md\:mt-27{
    margin-top: 6.75rem;
  }

  :root .md\:mt-28{
    margin-top: 7rem;
  }

  :root .md\:mt-30{
    margin-top: 7.5rem;
  }

  :root .md\:mt-32{
    margin-top: 8rem;
  }

  :root .md\:mt-36{
    margin-top: 9rem;
  }

  :root .md\:mt-40{
    margin-top: 10rem;
  }

  :root .md\:mt-41{
    margin-top: 11.25rem;
  }

  :root .md\:mt-42{
    margin-top: 11.5rem;
  }

  :root .md\:mt-44{
    margin-top: 11rem;
  }

  :root .md\:mt-48{
    margin-top: 12rem;
  }

  :root .md\:mt-52{
    margin-top: 13rem;
  }

  :root .md\:mt-54{
    margin-top: 13.5rem;
  }

  :root .md\:mt-56{
    margin-top: 14rem;
  }

  :root .md\:mt-60{
    margin-top: 15rem;
  }

  :root .md\:mt-64{
    margin-top: 16rem;
  }

  :root .md\:mt-68{
    margin-top: 17rem;
  }

  :root .md\:mt-72{
    margin-top: 18rem;
  }

  :root .md\:mt-76{
    margin-top: 19rem;
  }

  :root .md\:mt-80{
    margin-top: 20rem;
  }

  :root .md\:mt-84{
    margin-top: 21rem;
  }

  :root .md\:mt-88{
    margin-top: 22rem;
  }

  :root .md\:mt-96{
    margin-top: 24rem;
  }

  :root .md\:mt-112{
    margin-top: 28rem;
  }

  :root .md\:mt-120{
    margin-top: 30rem;
  }

  :root .md\:mt-140{
    margin-top: 35rem;
  }

  :root .md\:mt-150{
    margin-top: 37.5rem;
  }

  :root .md\:mt-160{
    margin-top: 40rem;
  }

  :root .md\:mt-220{
    margin-top: 55rem;
  }

  :root .md\:mt-240{
    margin-top: 60rem;
  }

  :root .md\:mt-300{
    margin-top: 75rem;
  }

  :root .md\:mt-320{
    margin-top: 80rem;
  }

  :root .md\:mt-auto{
    margin-top: auto;
  }

  :root .md\:mt-px{
    margin-top: 1px;
  }

  :root .md\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .md\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .md\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .md\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .md\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .md\:-mt-4{
    margin-top: -1rem;
  }

  :root .md\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .md\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .md\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .md\:-mt-8{
    margin-top: -2rem;
  }

  :root .md\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .md\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .md\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .md\:-mt-12{
    margin-top: -3rem;
  }

  :root .md\:-mt-13{
    margin-top: -3.25rem;
  }

  :root .md\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .md\:-mt-16{
    margin-top: -4rem;
  }

  :root .md\:-mt-18{
    margin-top: -4.5rem;
  }

  :root .md\:-mt-20{
    margin-top: -5rem;
  }

  :root .md\:-mt-21{
    margin-top: -5.25rem;
  }

  :root .md\:-mt-22{
    margin-top: -5.5rem;
  }

  :root .md\:-mt-24{
    margin-top: -6rem;
  }

  :root .md\:-mt-26{
    margin-top: -6.5rem;
  }

  :root .md\:-mt-27{
    margin-top: -6.75rem;
  }

  :root .md\:-mt-28{
    margin-top: -7rem;
  }

  :root .md\:-mt-30{
    margin-top: -7.5rem;
  }

  :root .md\:-mt-32{
    margin-top: -8rem;
  }

  :root .md\:-mt-36{
    margin-top: -9rem;
  }

  :root .md\:-mt-40{
    margin-top: -10rem;
  }

  :root .md\:-mt-41{
    margin-top: -11.25rem;
  }

  :root .md\:-mt-42{
    margin-top: -11.5rem;
  }

  :root .md\:-mt-44{
    margin-top: -11rem;
  }

  :root .md\:-mt-48{
    margin-top: -12rem;
  }

  :root .md\:-mt-52{
    margin-top: -13rem;
  }

  :root .md\:-mt-54{
    margin-top: -13.5rem;
  }

  :root .md\:-mt-56{
    margin-top: -14rem;
  }

  :root .md\:-mt-60{
    margin-top: -15rem;
  }

  :root .md\:-mt-64{
    margin-top: -16rem;
  }

  :root .md\:-mt-68{
    margin-top: -17rem;
  }

  :root .md\:-mt-72{
    margin-top: -18rem;
  }

  :root .md\:-mt-76{
    margin-top: -19rem;
  }

  :root .md\:-mt-80{
    margin-top: -20rem;
  }

  :root .md\:-mt-84{
    margin-top: -21rem;
  }

  :root .md\:-mt-88{
    margin-top: -22rem;
  }

  :root .md\:-mt-96{
    margin-top: -24rem;
  }

  :root .md\:-mt-112{
    margin-top: -28rem;
  }

  :root .md\:-mt-120{
    margin-top: -30rem;
  }

  :root .md\:-mt-140{
    margin-top: -35rem;
  }

  :root .md\:-mt-150{
    margin-top: -37.5rem;
  }

  :root .md\:-mt-160{
    margin-top: -40rem;
  }

  :root .md\:-mt-220{
    margin-top: -55rem;
  }

  :root .md\:-mt-240{
    margin-top: -60rem;
  }

  :root .md\:-mt-300{
    margin-top: -75rem;
  }

  :root .md\:-mt-320{
    margin-top: -80rem;
  }

  :root .md\:-mt-px{
    margin-top: -1px;
  }

  :root .md\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .md\:mr-0{
    margin-right: 0;
  }

  :root .md\:mr-1{
    margin-right: 0.25rem;
  }

  :root .md\:mr-2{
    margin-right: 0.5rem;
  }

  :root .md\:mr-3{
    margin-right: 0.75rem;
  }

  :root .md\:mr-4{
    margin-right: 1rem;
  }

  :root .md\:mr-5{
    margin-right: 1.25rem;
  }

  :root .md\:mr-6{
    margin-right: 1.5rem;
  }

  :root .md\:mr-7{
    margin-right: 1.75rem;
  }

  :root .md\:mr-8{
    margin-right: 2rem;
  }

  :root .md\:mr-9{
    margin-right: 2.25rem;
  }

  :root .md\:mr-10{
    margin-right: 2.5rem;
  }

  :root .md\:mr-11{
    margin-right: 2.75rem;
  }

  :root .md\:mr-12{
    margin-right: 3rem;
  }

  :root .md\:mr-13{
    margin-right: 3.25rem;
  }

  :root .md\:mr-14{
    margin-right: 3.5rem;
  }

  :root .md\:mr-16{
    margin-right: 4rem;
  }

  :root .md\:mr-18{
    margin-right: 4.5rem;
  }

  :root .md\:mr-20{
    margin-right: 5rem;
  }

  :root .md\:mr-21{
    margin-right: 5.25rem;
  }

  :root .md\:mr-22{
    margin-right: 5.5rem;
  }

  :root .md\:mr-24{
    margin-right: 6rem;
  }

  :root .md\:mr-26{
    margin-right: 6.5rem;
  }

  :root .md\:mr-27{
    margin-right: 6.75rem;
  }

  :root .md\:mr-28{
    margin-right: 7rem;
  }

  :root .md\:mr-30{
    margin-right: 7.5rem;
  }

  :root .md\:mr-32{
    margin-right: 8rem;
  }

  :root .md\:mr-36{
    margin-right: 9rem;
  }

  :root .md\:mr-40{
    margin-right: 10rem;
  }

  :root .md\:mr-41{
    margin-right: 11.25rem;
  }

  :root .md\:mr-42{
    margin-right: 11.5rem;
  }

  :root .md\:mr-44{
    margin-right: 11rem;
  }

  :root .md\:mr-48{
    margin-right: 12rem;
  }

  :root .md\:mr-52{
    margin-right: 13rem;
  }

  :root .md\:mr-54{
    margin-right: 13.5rem;
  }

  :root .md\:mr-56{
    margin-right: 14rem;
  }

  :root .md\:mr-60{
    margin-right: 15rem;
  }

  :root .md\:mr-64{
    margin-right: 16rem;
  }

  :root .md\:mr-68{
    margin-right: 17rem;
  }

  :root .md\:mr-72{
    margin-right: 18rem;
  }

  :root .md\:mr-76{
    margin-right: 19rem;
  }

  :root .md\:mr-80{
    margin-right: 20rem;
  }

  :root .md\:mr-84{
    margin-right: 21rem;
  }

  :root .md\:mr-88{
    margin-right: 22rem;
  }

  :root .md\:mr-96{
    margin-right: 24rem;
  }

  :root .md\:mr-112{
    margin-right: 28rem;
  }

  :root .md\:mr-120{
    margin-right: 30rem;
  }

  :root .md\:mr-140{
    margin-right: 35rem;
  }

  :root .md\:mr-150{
    margin-right: 37.5rem;
  }

  :root .md\:mr-160{
    margin-right: 40rem;
  }

  :root .md\:mr-220{
    margin-right: 55rem;
  }

  :root .md\:mr-240{
    margin-right: 60rem;
  }

  :root .md\:mr-300{
    margin-right: 75rem;
  }

  :root .md\:mr-320{
    margin-right: 80rem;
  }

  :root .md\:mr-auto{
    margin-right: auto;
  }

  :root .md\:mr-px{
    margin-right: 1px;
  }

  :root .md\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .md\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .md\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .md\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .md\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .md\:-mr-4{
    margin-right: -1rem;
  }

  :root .md\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .md\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .md\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .md\:-mr-8{
    margin-right: -2rem;
  }

  :root .md\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .md\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .md\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .md\:-mr-12{
    margin-right: -3rem;
  }

  :root .md\:-mr-13{
    margin-right: -3.25rem;
  }

  :root .md\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .md\:-mr-16{
    margin-right: -4rem;
  }

  :root .md\:-mr-18{
    margin-right: -4.5rem;
  }

  :root .md\:-mr-20{
    margin-right: -5rem;
  }

  :root .md\:-mr-21{
    margin-right: -5.25rem;
  }

  :root .md\:-mr-22{
    margin-right: -5.5rem;
  }

  :root .md\:-mr-24{
    margin-right: -6rem;
  }

  :root .md\:-mr-26{
    margin-right: -6.5rem;
  }

  :root .md\:-mr-27{
    margin-right: -6.75rem;
  }

  :root .md\:-mr-28{
    margin-right: -7rem;
  }

  :root .md\:-mr-30{
    margin-right: -7.5rem;
  }

  :root .md\:-mr-32{
    margin-right: -8rem;
  }

  :root .md\:-mr-36{
    margin-right: -9rem;
  }

  :root .md\:-mr-40{
    margin-right: -10rem;
  }

  :root .md\:-mr-41{
    margin-right: -11.25rem;
  }

  :root .md\:-mr-42{
    margin-right: -11.5rem;
  }

  :root .md\:-mr-44{
    margin-right: -11rem;
  }

  :root .md\:-mr-48{
    margin-right: -12rem;
  }

  :root .md\:-mr-52{
    margin-right: -13rem;
  }

  :root .md\:-mr-54{
    margin-right: -13.5rem;
  }

  :root .md\:-mr-56{
    margin-right: -14rem;
  }

  :root .md\:-mr-60{
    margin-right: -15rem;
  }

  :root .md\:-mr-64{
    margin-right: -16rem;
  }

  :root .md\:-mr-68{
    margin-right: -17rem;
  }

  :root .md\:-mr-72{
    margin-right: -18rem;
  }

  :root .md\:-mr-76{
    margin-right: -19rem;
  }

  :root .md\:-mr-80{
    margin-right: -20rem;
  }

  :root .md\:-mr-84{
    margin-right: -21rem;
  }

  :root .md\:-mr-88{
    margin-right: -22rem;
  }

  :root .md\:-mr-96{
    margin-right: -24rem;
  }

  :root .md\:-mr-112{
    margin-right: -28rem;
  }

  :root .md\:-mr-120{
    margin-right: -30rem;
  }

  :root .md\:-mr-140{
    margin-right: -35rem;
  }

  :root .md\:-mr-150{
    margin-right: -37.5rem;
  }

  :root .md\:-mr-160{
    margin-right: -40rem;
  }

  :root .md\:-mr-220{
    margin-right: -55rem;
  }

  :root .md\:-mr-240{
    margin-right: -60rem;
  }

  :root .md\:-mr-300{
    margin-right: -75rem;
  }

  :root .md\:-mr-320{
    margin-right: -80rem;
  }

  :root .md\:-mr-px{
    margin-right: -1px;
  }

  :root .md\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .md\:mb-0{
    margin-bottom: 0;
  }

  :root .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .md\:mb-4{
    margin-bottom: 1rem;
  }

  :root .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .md\:mb-8{
    margin-bottom: 2rem;
  }

  :root .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .md\:mb-12{
    margin-bottom: 3rem;
  }

  :root .md\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .md\:mb-16{
    margin-bottom: 4rem;
  }

  :root .md\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root .md\:mb-20{
    margin-bottom: 5rem;
  }

  :root .md\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root .md\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root .md\:mb-24{
    margin-bottom: 6rem;
  }

  :root .md\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root .md\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root .md\:mb-28{
    margin-bottom: 7rem;
  }

  :root .md\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root .md\:mb-32{
    margin-bottom: 8rem;
  }

  :root .md\:mb-36{
    margin-bottom: 9rem;
  }

  :root .md\:mb-40{
    margin-bottom: 10rem;
  }

  :root .md\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root .md\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root .md\:mb-44{
    margin-bottom: 11rem;
  }

  :root .md\:mb-48{
    margin-bottom: 12rem;
  }

  :root .md\:mb-52{
    margin-bottom: 13rem;
  }

  :root .md\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root .md\:mb-56{
    margin-bottom: 14rem;
  }

  :root .md\:mb-60{
    margin-bottom: 15rem;
  }

  :root .md\:mb-64{
    margin-bottom: 16rem;
  }

  :root .md\:mb-68{
    margin-bottom: 17rem;
  }

  :root .md\:mb-72{
    margin-bottom: 18rem;
  }

  :root .md\:mb-76{
    margin-bottom: 19rem;
  }

  :root .md\:mb-80{
    margin-bottom: 20rem;
  }

  :root .md\:mb-84{
    margin-bottom: 21rem;
  }

  :root .md\:mb-88{
    margin-bottom: 22rem;
  }

  :root .md\:mb-96{
    margin-bottom: 24rem;
  }

  :root .md\:mb-112{
    margin-bottom: 28rem;
  }

  :root .md\:mb-120{
    margin-bottom: 30rem;
  }

  :root .md\:mb-140{
    margin-bottom: 35rem;
  }

  :root .md\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root .md\:mb-160{
    margin-bottom: 40rem;
  }

  :root .md\:mb-220{
    margin-bottom: 55rem;
  }

  :root .md\:mb-240{
    margin-bottom: 60rem;
  }

  :root .md\:mb-300{
    margin-bottom: 75rem;
  }

  :root .md\:mb-320{
    margin-bottom: 80rem;
  }

  :root .md\:mb-auto{
    margin-bottom: auto;
  }

  :root .md\:mb-px{
    margin-bottom: 1px;
  }

  :root .md\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .md\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .md\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .md\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .md\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root .md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .md\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .md\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root .md\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .md\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root .md\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root .md\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .md\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root .md\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root .md\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .md\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root .md\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .md\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .md\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .md\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root .md\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root .md\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .md\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .md\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .md\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root .md\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .md\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .md\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .md\:-mb-68{
    margin-bottom: -17rem;
  }

  :root .md\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .md\:-mb-76{
    margin-bottom: -19rem;
  }

  :root .md\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .md\:-mb-84{
    margin-bottom: -21rem;
  }

  :root .md\:-mb-88{
    margin-bottom: -22rem;
  }

  :root .md\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .md\:-mb-112{
    margin-bottom: -28rem;
  }

  :root .md\:-mb-120{
    margin-bottom: -30rem;
  }

  :root .md\:-mb-140{
    margin-bottom: -35rem;
  }

  :root .md\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root .md\:-mb-160{
    margin-bottom: -40rem;
  }

  :root .md\:-mb-220{
    margin-bottom: -55rem;
  }

  :root .md\:-mb-240{
    margin-bottom: -60rem;
  }

  :root .md\:-mb-300{
    margin-bottom: -75rem;
  }

  :root .md\:-mb-320{
    margin-bottom: -80rem;
  }

  :root .md\:-mb-px{
    margin-bottom: -1px;
  }

  :root .md\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .md\:ml-0{
    margin-left: 0;
  }

  :root .md\:ml-1{
    margin-left: 0.25rem;
  }

  :root .md\:ml-2{
    margin-left: 0.5rem;
  }

  :root .md\:ml-3{
    margin-left: 0.75rem;
  }

  :root .md\:ml-4{
    margin-left: 1rem;
  }

  :root .md\:ml-5{
    margin-left: 1.25rem;
  }

  :root .md\:ml-6{
    margin-left: 1.5rem;
  }

  :root .md\:ml-7{
    margin-left: 1.75rem;
  }

  :root .md\:ml-8{
    margin-left: 2rem;
  }

  :root .md\:ml-9{
    margin-left: 2.25rem;
  }

  :root .md\:ml-10{
    margin-left: 2.5rem;
  }

  :root .md\:ml-11{
    margin-left: 2.75rem;
  }

  :root .md\:ml-12{
    margin-left: 3rem;
  }

  :root .md\:ml-13{
    margin-left: 3.25rem;
  }

  :root .md\:ml-14{
    margin-left: 3.5rem;
  }

  :root .md\:ml-16{
    margin-left: 4rem;
  }

  :root .md\:ml-18{
    margin-left: 4.5rem;
  }

  :root .md\:ml-20{
    margin-left: 5rem;
  }

  :root .md\:ml-21{
    margin-left: 5.25rem;
  }

  :root .md\:ml-22{
    margin-left: 5.5rem;
  }

  :root .md\:ml-24{
    margin-left: 6rem;
  }

  :root .md\:ml-26{
    margin-left: 6.5rem;
  }

  :root .md\:ml-27{
    margin-left: 6.75rem;
  }

  :root .md\:ml-28{
    margin-left: 7rem;
  }

  :root .md\:ml-30{
    margin-left: 7.5rem;
  }

  :root .md\:ml-32{
    margin-left: 8rem;
  }

  :root .md\:ml-36{
    margin-left: 9rem;
  }

  :root .md\:ml-40{
    margin-left: 10rem;
  }

  :root .md\:ml-41{
    margin-left: 11.25rem;
  }

  :root .md\:ml-42{
    margin-left: 11.5rem;
  }

  :root .md\:ml-44{
    margin-left: 11rem;
  }

  :root .md\:ml-48{
    margin-left: 12rem;
  }

  :root .md\:ml-52{
    margin-left: 13rem;
  }

  :root .md\:ml-54{
    margin-left: 13.5rem;
  }

  :root .md\:ml-56{
    margin-left: 14rem;
  }

  :root .md\:ml-60{
    margin-left: 15rem;
  }

  :root .md\:ml-64{
    margin-left: 16rem;
  }

  :root .md\:ml-68{
    margin-left: 17rem;
  }

  :root .md\:ml-72{
    margin-left: 18rem;
  }

  :root .md\:ml-76{
    margin-left: 19rem;
  }

  :root .md\:ml-80{
    margin-left: 20rem;
  }

  :root .md\:ml-84{
    margin-left: 21rem;
  }

  :root .md\:ml-88{
    margin-left: 22rem;
  }

  :root .md\:ml-96{
    margin-left: 24rem;
  }

  :root .md\:ml-112{
    margin-left: 28rem;
  }

  :root .md\:ml-120{
    margin-left: 30rem;
  }

  :root .md\:ml-140{
    margin-left: 35rem;
  }

  :root .md\:ml-150{
    margin-left: 37.5rem;
  }

  :root .md\:ml-160{
    margin-left: 40rem;
  }

  :root .md\:ml-220{
    margin-left: 55rem;
  }

  :root .md\:ml-240{
    margin-left: 60rem;
  }

  :root .md\:ml-300{
    margin-left: 75rem;
  }

  :root .md\:ml-320{
    margin-left: 80rem;
  }

  :root .md\:ml-auto{
    margin-left: auto;
  }

  :root .md\:ml-px{
    margin-left: 1px;
  }

  :root .md\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .md\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .md\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .md\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .md\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .md\:-ml-4{
    margin-left: -1rem;
  }

  :root .md\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .md\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .md\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .md\:-ml-8{
    margin-left: -2rem;
  }

  :root .md\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .md\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .md\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .md\:-ml-12{
    margin-left: -3rem;
  }

  :root .md\:-ml-13{
    margin-left: -3.25rem;
  }

  :root .md\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .md\:-ml-16{
    margin-left: -4rem;
  }

  :root .md\:-ml-18{
    margin-left: -4.5rem;
  }

  :root .md\:-ml-20{
    margin-left: -5rem;
  }

  :root .md\:-ml-21{
    margin-left: -5.25rem;
  }

  :root .md\:-ml-22{
    margin-left: -5.5rem;
  }

  :root .md\:-ml-24{
    margin-left: -6rem;
  }

  :root .md\:-ml-26{
    margin-left: -6.5rem;
  }

  :root .md\:-ml-27{
    margin-left: -6.75rem;
  }

  :root .md\:-ml-28{
    margin-left: -7rem;
  }

  :root .md\:-ml-30{
    margin-left: -7.5rem;
  }

  :root .md\:-ml-32{
    margin-left: -8rem;
  }

  :root .md\:-ml-36{
    margin-left: -9rem;
  }

  :root .md\:-ml-40{
    margin-left: -10rem;
  }

  :root .md\:-ml-41{
    margin-left: -11.25rem;
  }

  :root .md\:-ml-42{
    margin-left: -11.5rem;
  }

  :root .md\:-ml-44{
    margin-left: -11rem;
  }

  :root .md\:-ml-48{
    margin-left: -12rem;
  }

  :root .md\:-ml-52{
    margin-left: -13rem;
  }

  :root .md\:-ml-54{
    margin-left: -13.5rem;
  }

  :root .md\:-ml-56{
    margin-left: -14rem;
  }

  :root .md\:-ml-60{
    margin-left: -15rem;
  }

  :root .md\:-ml-64{
    margin-left: -16rem;
  }

  :root .md\:-ml-68{
    margin-left: -17rem;
  }

  :root .md\:-ml-72{
    margin-left: -18rem;
  }

  :root .md\:-ml-76{
    margin-left: -19rem;
  }

  :root .md\:-ml-80{
    margin-left: -20rem;
  }

  :root .md\:-ml-84{
    margin-left: -21rem;
  }

  :root .md\:-ml-88{
    margin-left: -22rem;
  }

  :root .md\:-ml-96{
    margin-left: -24rem;
  }

  :root .md\:-ml-112{
    margin-left: -28rem;
  }

  :root .md\:-ml-120{
    margin-left: -30rem;
  }

  :root .md\:-ml-140{
    margin-left: -35rem;
  }

  :root .md\:-ml-150{
    margin-left: -37.5rem;
  }

  :root .md\:-ml-160{
    margin-left: -40rem;
  }

  :root .md\:-ml-220{
    margin-left: -55rem;
  }

  :root .md\:-ml-240{
    margin-left: -60rem;
  }

  :root .md\:-ml-300{
    margin-left: -75rem;
  }

  :root .md\:-ml-320{
    margin-left: -80rem;
  }

  :root .md\:-ml-px{
    margin-left: -1px;
  }

  :root .md\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .md\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .md\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-1.md\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=ltr] .md\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-1.md\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .md\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mr-1.md\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=ltr] .md\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mr-1.md\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .md\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mb-1.md\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .md\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mb-1.md\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .md\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .md\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .md\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:ml-1.md\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=ltr] .md\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .md\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-ml-1.md\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .md\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .md\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-1.md\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=rtl] .md\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-1.md\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .md\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mr-1.md\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=rtl] .md\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mr-1.md\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .md\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mb-1.md\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .md\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mb-1.md\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .md\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .md\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .md\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:ml-1.md\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=rtl] .md\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .md\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-ml-1.md\:5{
    margin-left: -0.375rem;
  }

  :root .md\:box-border{
    box-sizing: border-box;
  }

  :root .md\:box-content{
    box-sizing: content-box;
  }

  :root .md\:block{
    display: block;
  }

  :root .md\:inline-block{
    display: inline-block;
  }

  :root .md\:inline{
    display: inline;
  }

  :root .md\:flex{
    display: flex;
  }

  :root .md\:inline-flex{
    display: inline-flex;
  }

  :root .md\:table{
    display: table;
  }

  :root .md\:inline-table{
    display: inline-table;
  }

  :root .md\:table-caption{
    display: table-caption;
  }

  :root .md\:table-cell{
    display: table-cell;
  }

  :root .md\:table-column{
    display: table-column;
  }

  :root .md\:table-column-group{
    display: table-column-group;
  }

  :root .md\:table-footer-group{
    display: table-footer-group;
  }

  :root .md\:table-header-group{
    display: table-header-group;
  }

  :root .md\:table-row-group{
    display: table-row-group;
  }

  :root .md\:table-row{
    display: table-row;
  }

  :root .md\:flow-root{
    display: flow-root;
  }

  :root .md\:grid{
    display: grid;
  }

  :root .md\:inline-grid{
    display: inline-grid;
  }

  :root .md\:contents{
    display: contents;
  }

  :root .md\:list-item{
    display: list-item;
  }

  :root .md\:hidden{
    display: none;
  }

  :root .md\:h-0{
    height: 0;
  }

  :root .md\:h-1{
    height: 0.25rem;
  }

  :root .md\:h-2{
    height: 0.5rem;
  }

  :root .md\:h-3{
    height: 0.75rem;
  }

  :root .md\:h-4{
    height: 1rem;
  }

  :root .md\:h-5{
    height: 1.25rem;
  }

  :root .md\:h-6{
    height: 1.5rem;
  }

  :root .md\:h-7{
    height: 1.75rem;
  }

  :root .md\:h-8{
    height: 2rem;
  }

  :root .md\:h-9{
    height: 2.25rem;
  }

  :root .md\:h-10{
    height: 2.5rem;
  }

  :root .md\:h-11{
    height: 2.75rem;
  }

  :root .md\:h-12{
    height: 3rem;
  }

  :root .md\:h-13{
    height: 3.25rem;
  }

  :root .md\:h-14{
    height: 3.5rem;
  }

  :root .md\:h-16{
    height: 4rem;
  }

  :root .md\:h-18{
    height: 4.5rem;
  }

  :root .md\:h-20{
    height: 5rem;
  }

  :root .md\:h-21{
    height: 5.25rem;
  }

  :root .md\:h-22{
    height: 5.5rem;
  }

  :root .md\:h-24{
    height: 6rem;
  }

  :root .md\:h-26{
    height: 6.5rem;
  }

  :root .md\:h-27{
    height: 6.75rem;
  }

  :root .md\:h-28{
    height: 7rem;
  }

  :root .md\:h-30{
    height: 7.5rem;
  }

  :root .md\:h-32{
    height: 8rem;
  }

  :root .md\:h-36{
    height: 9rem;
  }

  :root .md\:h-40{
    height: 10rem;
  }

  :root .md\:h-41{
    height: 11.25rem;
  }

  :root .md\:h-42{
    height: 11.5rem;
  }

  :root .md\:h-44{
    height: 11rem;
  }

  :root .md\:h-48{
    height: 12rem;
  }

  :root .md\:h-52{
    height: 13rem;
  }

  :root .md\:h-54{
    height: 13.5rem;
  }

  :root .md\:h-56{
    height: 14rem;
  }

  :root .md\:h-60{
    height: 15rem;
  }

  :root .md\:h-64{
    height: 16rem;
  }

  :root .md\:h-68{
    height: 17rem;
  }

  :root .md\:h-72{
    height: 18rem;
  }

  :root .md\:h-76{
    height: 19rem;
  }

  :root .md\:h-80{
    height: 20rem;
  }

  :root .md\:h-84{
    height: 21rem;
  }

  :root .md\:h-88{
    height: 22rem;
  }

  :root .md\:h-96{
    height: 24rem;
  }

  :root .md\:h-112{
    height: 28rem;
  }

  :root .md\:h-120{
    height: 30rem;
  }

  :root .md\:h-140{
    height: 35rem;
  }

  :root .md\:h-150{
    height: 37.5rem;
  }

  :root .md\:h-160{
    height: 40rem;
  }

  :root .md\:h-220{
    height: 55rem;
  }

  :root .md\:h-240{
    height: 60rem;
  }

  :root .md\:h-300{
    height: 75rem;
  }

  :root .md\:h-320{
    height: 80rem;
  }

  :root .md\:h-auto{
    height: auto;
  }

  :root .md\:h-px{
    height: 1px;
  }

  :root .md\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .md\:h-1\.5{
    height: 0.375rem;
  }

  :root .md\:h-full{
    height: 100%;
  }

  :root .md\:h-screen{
    height: 100vh;
  }

  :root .md\:h-fit{
    height: fit-content;
  }

  :root .md\:max-h-0{
    max-height: 0;
  }

  :root .md\:max-h-1{
    max-height: 0.25rem;
  }

  :root .md\:max-h-2{
    max-height: 0.5rem;
  }

  :root .md\:max-h-3{
    max-height: 0.75rem;
  }

  :root .md\:max-h-4{
    max-height: 1rem;
  }

  :root .md\:max-h-5{
    max-height: 1.25rem;
  }

  :root .md\:max-h-6{
    max-height: 1.5rem;
  }

  :root .md\:max-h-7{
    max-height: 1.75rem;
  }

  :root .md\:max-h-8{
    max-height: 2rem;
  }

  :root .md\:max-h-9{
    max-height: 2.25rem;
  }

  :root .md\:max-h-10{
    max-height: 2.5rem;
  }

  :root .md\:max-h-11{
    max-height: 2.75rem;
  }

  :root .md\:max-h-12{
    max-height: 3rem;
  }

  :root .md\:max-h-13{
    max-height: 3.25rem;
  }

  :root .md\:max-h-14{
    max-height: 3.5rem;
  }

  :root .md\:max-h-16{
    max-height: 4rem;
  }

  :root .md\:max-h-18{
    max-height: 4.5rem;
  }

  :root .md\:max-h-20{
    max-height: 5rem;
  }

  :root .md\:max-h-21{
    max-height: 5.25rem;
  }

  :root .md\:max-h-22{
    max-height: 5.5rem;
  }

  :root .md\:max-h-24{
    max-height: 6rem;
  }

  :root .md\:max-h-26{
    max-height: 6.5rem;
  }

  :root .md\:max-h-27{
    max-height: 6.75rem;
  }

  :root .md\:max-h-28{
    max-height: 7rem;
  }

  :root .md\:max-h-30{
    max-height: 7.5rem;
  }

  :root .md\:max-h-32{
    max-height: 8rem;
  }

  :root .md\:max-h-36{
    max-height: 9rem;
  }

  :root .md\:max-h-40{
    max-height: 10rem;
  }

  :root .md\:max-h-41{
    max-height: 11.25rem;
  }

  :root .md\:max-h-42{
    max-height: 11.5rem;
  }

  :root .md\:max-h-44{
    max-height: 11rem;
  }

  :root .md\:max-h-48{
    max-height: 12rem;
  }

  :root .md\:max-h-52{
    max-height: 13rem;
  }

  :root .md\:max-h-54{
    max-height: 13.5rem;
  }

  :root .md\:max-h-56{
    max-height: 14rem;
  }

  :root .md\:max-h-60{
    max-height: 15rem;
  }

  :root .md\:max-h-64{
    max-height: 16rem;
  }

  :root .md\:max-h-68{
    max-height: 17rem;
  }

  :root .md\:max-h-72{
    max-height: 18rem;
  }

  :root .md\:max-h-76{
    max-height: 19rem;
  }

  :root .md\:max-h-80{
    max-height: 20rem;
  }

  :root .md\:max-h-84{
    max-height: 21rem;
  }

  :root .md\:max-h-88{
    max-height: 22rem;
  }

  :root .md\:max-h-96{
    max-height: 24rem;
  }

  :root .md\:max-h-112{
    max-height: 28rem;
  }

  :root .md\:max-h-120{
    max-height: 30rem;
  }

  :root .md\:max-h-140{
    max-height: 35rem;
  }

  :root .md\:max-h-150{
    max-height: 37.5rem;
  }

  :root .md\:max-h-160{
    max-height: 40rem;
  }

  :root .md\:max-h-220{
    max-height: 55rem;
  }

  :root .md\:max-h-240{
    max-height: 60rem;
  }

  :root .md\:max-h-300{
    max-height: 75rem;
  }

  :root .md\:max-h-320{
    max-height: 80rem;
  }

  :root .md\:max-h-full{
    max-height: 100%;
  }

  :root .md\:max-h-screen{
    max-height: 100vh;
  }

  :root .md\:max-h-px{
    max-height: 1px;
  }

  :root .md\:max-h-gutter{
    max-height: var(--padding-gutter);
  }

  :root .md\:max-h-1\.5{
    max-height: 0.375rem;
  }

  :root .md\:min-h-0{
    min-height: 0;
  }

  :root .md\:min-h-1{
    min-height: 0.25rem;
  }

  :root .md\:min-h-2{
    min-height: 0.5rem;
  }

  :root .md\:min-h-3{
    min-height: 0.75rem;
  }

  :root .md\:min-h-4{
    min-height: 1rem;
  }

  :root .md\:min-h-5{
    min-height: 1.25rem;
  }

  :root .md\:min-h-6{
    min-height: 1.5rem;
  }

  :root .md\:min-h-7{
    min-height: 1.75rem;
  }

  :root .md\:min-h-8{
    min-height: 2rem;
  }

  :root .md\:min-h-9{
    min-height: 2.25rem;
  }

  :root .md\:min-h-10{
    min-height: 2.5rem;
  }

  :root .md\:min-h-11{
    min-height: 2.75rem;
  }

  :root .md\:min-h-12{
    min-height: 3rem;
  }

  :root .md\:min-h-13{
    min-height: 3.25rem;
  }

  :root .md\:min-h-14{
    min-height: 3.5rem;
  }

  :root .md\:min-h-16{
    min-height: 4rem;
  }

  :root .md\:min-h-18{
    min-height: 4.5rem;
  }

  :root .md\:min-h-20{
    min-height: 5rem;
  }

  :root .md\:min-h-21{
    min-height: 5.25rem;
  }

  :root .md\:min-h-22{
    min-height: 5.5rem;
  }

  :root .md\:min-h-24{
    min-height: 6rem;
  }

  :root .md\:min-h-26{
    min-height: 6.5rem;
  }

  :root .md\:min-h-27{
    min-height: 6.75rem;
  }

  :root .md\:min-h-28{
    min-height: 7rem;
  }

  :root .md\:min-h-30{
    min-height: 7.5rem;
  }

  :root .md\:min-h-32{
    min-height: 8rem;
  }

  :root .md\:min-h-36{
    min-height: 9rem;
  }

  :root .md\:min-h-40{
    min-height: 10rem;
  }

  :root .md\:min-h-41{
    min-height: 11.25rem;
  }

  :root .md\:min-h-42{
    min-height: 11.5rem;
  }

  :root .md\:min-h-44{
    min-height: 11rem;
  }

  :root .md\:min-h-48{
    min-height: 12rem;
  }

  :root .md\:min-h-52{
    min-height: 13rem;
  }

  :root .md\:min-h-54{
    min-height: 13.5rem;
  }

  :root .md\:min-h-56{
    min-height: 14rem;
  }

  :root .md\:min-h-60{
    min-height: 15rem;
  }

  :root .md\:min-h-64{
    min-height: 16rem;
  }

  :root .md\:min-h-68{
    min-height: 17rem;
  }

  :root .md\:min-h-72{
    min-height: 18rem;
  }

  :root .md\:min-h-76{
    min-height: 19rem;
  }

  :root .md\:min-h-80{
    min-height: 20rem;
  }

  :root .md\:min-h-84{
    min-height: 21rem;
  }

  :root .md\:min-h-88{
    min-height: 22rem;
  }

  :root .md\:min-h-96{
    min-height: 24rem;
  }

  :root .md\:min-h-112{
    min-height: 28rem;
  }

  :root .md\:min-h-120{
    min-height: 30rem;
  }

  :root .md\:min-h-140{
    min-height: 35rem;
  }

  :root .md\:min-h-150{
    min-height: 37.5rem;
  }

  :root .md\:min-h-160{
    min-height: 40rem;
  }

  :root .md\:min-h-220{
    min-height: 55rem;
  }

  :root .md\:min-h-240{
    min-height: 60rem;
  }

  :root .md\:min-h-300{
    min-height: 75rem;
  }

  :root .md\:min-h-320{
    min-height: 80rem;
  }

  :root .md\:min-h-full{
    min-height: 100%;
  }

  :root .md\:min-h-screen{
    min-height: 100vh;
  }

  :root .md\:min-h-px{
    min-height: 1px;
  }

  :root .md\:min-h-gutter{
    min-height: var(--padding-gutter);
  }

  :root .md\:min-h-1\.5{
    min-height: 0.375rem;
  }

  :root .md\:w-0{
    width: 0;
  }

  :root .md\:w-1{
    width: 0.25rem;
  }

  :root .md\:w-2{
    width: 0.5rem;
  }

  :root .md\:w-3{
    width: 0.75rem;
  }

  :root .md\:w-4{
    width: 1rem;
  }

  :root .md\:w-5{
    width: 1.25rem;
  }

  :root .md\:w-6{
    width: 1.5rem;
  }

  :root .md\:w-7{
    width: 1.75rem;
  }

  :root .md\:w-8{
    width: 2rem;
  }

  :root .md\:w-9{
    width: 2.25rem;
  }

  :root .md\:w-10{
    width: 2.5rem;
  }

  :root .md\:w-11{
    width: 2.75rem;
  }

  :root .md\:w-12{
    width: 3rem;
  }

  :root .md\:w-13{
    width: 3.25rem;
  }

  :root .md\:w-14{
    width: 3.5rem;
  }

  :root .md\:w-16{
    width: 4rem;
  }

  :root .md\:w-18{
    width: 4.5rem;
  }

  :root .md\:w-20{
    width: 5rem;
  }

  :root .md\:w-21{
    width: 5.25rem;
  }

  :root .md\:w-22{
    width: 5.5rem;
  }

  :root .md\:w-24{
    width: 6rem;
  }

  :root .md\:w-26{
    width: 6.5rem;
  }

  :root .md\:w-27{
    width: 6.75rem;
  }

  :root .md\:w-28{
    width: 7rem;
  }

  :root .md\:w-30{
    width: 7.5rem;
  }

  :root .md\:w-32{
    width: 8rem;
  }

  :root .md\:w-36{
    width: 9rem;
  }

  :root .md\:w-40{
    width: 10rem;
  }

  :root .md\:w-41{
    width: 11.25rem;
  }

  :root .md\:w-42{
    width: 11.5rem;
  }

  :root .md\:w-44{
    width: 11rem;
  }

  :root .md\:w-48{
    width: 12rem;
  }

  :root .md\:w-52{
    width: 13rem;
  }

  :root .md\:w-54{
    width: 13.5rem;
  }

  :root .md\:w-56{
    width: 14rem;
  }

  :root .md\:w-60{
    width: 15rem;
  }

  :root .md\:w-64{
    width: 16rem;
  }

  :root .md\:w-68{
    width: 17rem;
  }

  :root .md\:w-72{
    width: 18rem;
  }

  :root .md\:w-76{
    width: 19rem;
  }

  :root .md\:w-80{
    width: 20rem;
  }

  :root .md\:w-84{
    width: 21rem;
  }

  :root .md\:w-88{
    width: 22rem;
  }

  :root .md\:w-96{
    width: 24rem;
  }

  :root .md\:w-112{
    width: 28rem;
  }

  :root .md\:w-120{
    width: 30rem;
  }

  :root .md\:w-140{
    width: 35rem;
  }

  :root .md\:w-150{
    width: 37.5rem;
  }

  :root .md\:w-160{
    width: 40rem;
  }

  :root .md\:w-220{
    width: 55rem;
  }

  :root .md\:w-240{
    width: 60rem;
  }

  :root .md\:w-300{
    width: 75rem;
  }

  :root .md\:w-320{
    width: 80rem;
  }

  :root .md\:w-auto{
    width: auto;
  }

  :root .md\:w-px{
    width: 1px;
  }

  :root .md\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .md\:w-1\.5{
    width: 0.375rem;
  }

  :root .md\:w-1\/2{
    width: 50%;
  }

  :root .md\:w-1\/3{
    width: 33.333333%;
  }

  :root .md\:w-2\/3{
    width: 66.666667%;
  }

  :root .md\:w-1\/4{
    width: 25%;
  }

  :root .md\:w-2\/4{
    width: 50%;
  }

  :root .md\:w-3\/4{
    width: 75%;
  }

  :root .md\:w-1\/5{
    width: 20%;
  }

  :root .md\:w-2\/5{
    width: 40%;
  }

  :root .md\:w-3\/5{
    width: 60%;
  }

  :root .md\:w-4\/5{
    width: 80%;
  }

  :root .md\:w-1\/6{
    width: 16.666667%;
  }

  :root .md\:w-2\/6{
    width: 33.333333%;
  }

  :root .md\:w-3\/6{
    width: 50%;
  }

  :root .md\:w-4\/6{
    width: 66.666667%;
  }

  :root .md\:w-5\/6{
    width: 83.333333%;
  }

  :root .md\:w-1\/12{
    width: 8.333333%;
  }

  :root .md\:w-2\/12{
    width: 16.666667%;
  }

  :root .md\:w-3\/12{
    width: 25%;
  }

  :root .md\:w-4\/12{
    width: 33.333333%;
  }

  :root .md\:w-5\/12{
    width: 41.666667%;
  }

  :root .md\:w-6\/12{
    width: 50%;
  }

  :root .md\:w-7\/12{
    width: 58.333333%;
  }

  :root .md\:w-8\/12{
    width: 66.666667%;
  }

  :root .md\:w-9\/12{
    width: 75%;
  }

  :root .md\:w-10\/12{
    width: 83.333333%;
  }

  :root .md\:w-11\/12{
    width: 91.666667%;
  }

  :root .md\:w-full{
    width: 100%;
  }

  :root .md\:w-screen{
    width: 100vw;
  }

  :root .md\:w-fit{
    width: fit-content;
  }

  :root .md\:min-w-0{
    min-width: 0;
  }

  :root .md\:min-w-1{
    min-width: 0.25rem;
  }

  :root .md\:min-w-2{
    min-width: 0.5rem;
  }

  :root .md\:min-w-3{
    min-width: 0.75rem;
  }

  :root .md\:min-w-4{
    min-width: 1rem;
  }

  :root .md\:min-w-5{
    min-width: 1.25rem;
  }

  :root .md\:min-w-6{
    min-width: 1.5rem;
  }

  :root .md\:min-w-7{
    min-width: 1.75rem;
  }

  :root .md\:min-w-8{
    min-width: 2rem;
  }

  :root .md\:min-w-9{
    min-width: 2.25rem;
  }

  :root .md\:min-w-10{
    min-width: 2.5rem;
  }

  :root .md\:min-w-11{
    min-width: 2.75rem;
  }

  :root .md\:min-w-12{
    min-width: 3rem;
  }

  :root .md\:min-w-13{
    min-width: 3.25rem;
  }

  :root .md\:min-w-14{
    min-width: 3.5rem;
  }

  :root .md\:min-w-16{
    min-width: 4rem;
  }

  :root .md\:min-w-18{
    min-width: 4.5rem;
  }

  :root .md\:min-w-20{
    min-width: 5rem;
  }

  :root .md\:min-w-21{
    min-width: 5.25rem;
  }

  :root .md\:min-w-22{
    min-width: 5.5rem;
  }

  :root .md\:min-w-24{
    min-width: 6rem;
  }

  :root .md\:min-w-26{
    min-width: 6.5rem;
  }

  :root .md\:min-w-27{
    min-width: 6.75rem;
  }

  :root .md\:min-w-28{
    min-width: 7rem;
  }

  :root .md\:min-w-30{
    min-width: 7.5rem;
  }

  :root .md\:min-w-32{
    min-width: 8rem;
  }

  :root .md\:min-w-36{
    min-width: 9rem;
  }

  :root .md\:min-w-40{
    min-width: 10rem;
  }

  :root .md\:min-w-41{
    min-width: 11.25rem;
  }

  :root .md\:min-w-42{
    min-width: 11.5rem;
  }

  :root .md\:min-w-44{
    min-width: 11rem;
  }

  :root .md\:min-w-48{
    min-width: 12rem;
  }

  :root .md\:min-w-52{
    min-width: 13rem;
  }

  :root .md\:min-w-54{
    min-width: 13.5rem;
  }

  :root .md\:min-w-56{
    min-width: 14rem;
  }

  :root .md\:min-w-60{
    min-width: 15rem;
  }

  :root .md\:min-w-64{
    min-width: 16rem;
  }

  :root .md\:min-w-68{
    min-width: 17rem;
  }

  :root .md\:min-w-72{
    min-width: 18rem;
  }

  :root .md\:min-w-76{
    min-width: 19rem;
  }

  :root .md\:min-w-80{
    min-width: 20rem;
  }

  :root .md\:min-w-84{
    min-width: 21rem;
  }

  :root .md\:min-w-88{
    min-width: 22rem;
  }

  :root .md\:min-w-96{
    min-width: 24rem;
  }

  :root .md\:min-w-112{
    min-width: 28rem;
  }

  :root .md\:min-w-120{
    min-width: 30rem;
  }

  :root .md\:min-w-140{
    min-width: 35rem;
  }

  :root .md\:min-w-150{
    min-width: 37.5rem;
  }

  :root .md\:min-w-160{
    min-width: 40rem;
  }

  :root .md\:min-w-220{
    min-width: 55rem;
  }

  :root .md\:min-w-240{
    min-width: 60rem;
  }

  :root .md\:min-w-300{
    min-width: 75rem;
  }

  :root .md\:min-w-320{
    min-width: 80rem;
  }

  :root .md\:min-w-full{
    min-width: 100%;
  }

  :root .md\:min-w-px{
    min-width: 1px;
  }

  :root .md\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .md\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .md\:max-w-0{
    max-width: 0;
  }

  :root .md\:max-w-1{
    max-width: 0.25rem;
  }

  :root .md\:max-w-2{
    max-width: 0.5rem;
  }

  :root .md\:max-w-3{
    max-width: 0.75rem;
  }

  :root .md\:max-w-4{
    max-width: 1rem;
  }

  :root .md\:max-w-5{
    max-width: 1.25rem;
  }

  :root .md\:max-w-6{
    max-width: 1.5rem;
  }

  :root .md\:max-w-7{
    max-width: 1.75rem;
  }

  :root .md\:max-w-8{
    max-width: 2rem;
  }

  :root .md\:max-w-9{
    max-width: 2.25rem;
  }

  :root .md\:max-w-10{
    max-width: 2.5rem;
  }

  :root .md\:max-w-11{
    max-width: 2.75rem;
  }

  :root .md\:max-w-12{
    max-width: 3rem;
  }

  :root .md\:max-w-13{
    max-width: 3.25rem;
  }

  :root .md\:max-w-14{
    max-width: 3.5rem;
  }

  :root .md\:max-w-16{
    max-width: 4rem;
  }

  :root .md\:max-w-18{
    max-width: 4.5rem;
  }

  :root .md\:max-w-20{
    max-width: 5rem;
  }

  :root .md\:max-w-21{
    max-width: 5.25rem;
  }

  :root .md\:max-w-22{
    max-width: 5.5rem;
  }

  :root .md\:max-w-24{
    max-width: 6rem;
  }

  :root .md\:max-w-26{
    max-width: 6.5rem;
  }

  :root .md\:max-w-27{
    max-width: 6.75rem;
  }

  :root .md\:max-w-28{
    max-width: 7rem;
  }

  :root .md\:max-w-30{
    max-width: 7.5rem;
  }

  :root .md\:max-w-32{
    max-width: 8rem;
  }

  :root .md\:max-w-36{
    max-width: 9rem;
  }

  :root .md\:max-w-40{
    max-width: 10rem;
  }

  :root .md\:max-w-41{
    max-width: 11.25rem;
  }

  :root .md\:max-w-42{
    max-width: 11.5rem;
  }

  :root .md\:max-w-44{
    max-width: 11rem;
  }

  :root .md\:max-w-48{
    max-width: 12rem;
  }

  :root .md\:max-w-52{
    max-width: 13rem;
  }

  :root .md\:max-w-54{
    max-width: 13.5rem;
  }

  :root .md\:max-w-56{
    max-width: 14rem;
  }

  :root .md\:max-w-60{
    max-width: 15rem;
  }

  :root .md\:max-w-64{
    max-width: 16rem;
  }

  :root .md\:max-w-68{
    max-width: 17rem;
  }

  :root .md\:max-w-72{
    max-width: 18rem;
  }

  :root .md\:max-w-76{
    max-width: 19rem;
  }

  :root .md\:max-w-80{
    max-width: 20rem;
  }

  :root .md\:max-w-84{
    max-width: 21rem;
  }

  :root .md\:max-w-88{
    max-width: 22rem;
  }

  :root .md\:max-w-96{
    max-width: 24rem;
  }

  :root .md\:max-w-112{
    max-width: 28rem;
  }

  :root .md\:max-w-120{
    max-width: 30rem;
  }

  :root .md\:max-w-140{
    max-width: 35rem;
  }

  :root .md\:max-w-150{
    max-width: 37.5rem;
  }

  :root .md\:max-w-160{
    max-width: 40rem;
  }

  :root .md\:max-w-220{
    max-width: 55rem;
  }

  :root .md\:max-w-240{
    max-width: 60rem;
  }

  :root .md\:max-w-300{
    max-width: 75rem;
  }

  :root .md\:max-w-320{
    max-width: 80rem;
  }

  :root .md\:max-w-screen-80{
    max-width: 80rem;
  }

  :root .md\:max-w-screen-96{
    max-width: 96rem;
  }

  :root .md\:max-w-screen-160{
    max-width: 160rem;
  }

  :root .md\:max-w-full{
    max-width: 100%;
  }

  :root .md\:max-w-px{
    max-width: 1px;
  }

  :root .md\:max-w-gutter{
    max-width: var(--padding-gutter);
  }

  :root .md\:max-w-1\.5{
    max-width: 0.375rem;
  }

  :root .md\:flex-1{
    flex: 1 1 0%;
  }

  :root .md\:flex-auto{
    flex: 1 1 auto;
  }

  :root .md\:flex-initial{
    flex: 0 1 auto;
  }

  :root .md\:flex-none{
    flex: none;
  }

  :root .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .md\:flex-shrink{
    flex-shrink: 1;
  }

  :root .md\:flex-grow-0{
    flex-grow: 0;
  }

  :root .md\:flex-grow{
    flex-grow: 1;
  }

  :root .md\:table-auto{
    table-layout: auto;
  }

  :root .md\:table-fixed{
    table-layout: fixed;
  }

  :root .md\:border-collapse{
    border-collapse: collapse;
  }

  :root .md\:border-separate{
    border-collapse: separate;
  }

  :root .md\:origin-center{
    transform-origin: center;
  }

  :root .md\:origin-top{
    transform-origin: top;
  }

  :root .md\:origin-top-right{
    transform-origin: top right;
  }

  :root .md\:origin-right{
    transform-origin: right;
  }

  :root .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .md\:origin-bottom{
    transform-origin: bottom;
  }

  :root .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .md\:origin-left{
    transform-origin: left;
  }

  :root .md\:origin-top-left{
    transform-origin: top left;
  }

  :root .md\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .md\:transform-none{
    transform: none;
  }

  :root .md\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .md\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .md\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .md\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .md\:translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  :root .md\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .md\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  :root .md\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .md\:translate-x-21{
    --tw-translate-x: 5.25rem;
  }

  :root .md\:translate-x-22{
    --tw-translate-x: 5.5rem;
  }

  :root .md\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .md\:translate-x-26{
    --tw-translate-x: 6.5rem;
  }

  :root .md\:translate-x-27{
    --tw-translate-x: 6.75rem;
  }

  :root .md\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .md\:translate-x-30{
    --tw-translate-x: 7.5rem;
  }

  :root .md\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .md\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .md\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .md\:translate-x-41{
    --tw-translate-x: 11.25rem;
  }

  :root .md\:translate-x-42{
    --tw-translate-x: 11.5rem;
  }

  :root .md\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .md\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .md\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .md\:translate-x-54{
    --tw-translate-x: 13.5rem;
  }

  :root .md\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .md\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .md\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .md\:translate-x-68{
    --tw-translate-x: 17rem;
  }

  :root .md\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .md\:translate-x-76{
    --tw-translate-x: 19rem;
  }

  :root .md\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .md\:translate-x-84{
    --tw-translate-x: 21rem;
  }

  :root .md\:translate-x-88{
    --tw-translate-x: 22rem;
  }

  :root .md\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .md\:translate-x-112{
    --tw-translate-x: 28rem;
  }

  :root .md\:translate-x-120{
    --tw-translate-x: 30rem;
  }

  :root .md\:translate-x-140{
    --tw-translate-x: 35rem;
  }

  :root .md\:translate-x-150{
    --tw-translate-x: 37.5rem;
  }

  :root .md\:translate-x-160{
    --tw-translate-x: 40rem;
  }

  :root .md\:translate-x-220{
    --tw-translate-x: 55rem;
  }

  :root .md\:translate-x-240{
    --tw-translate-x: 60rem;
  }

  :root .md\:translate-x-300{
    --tw-translate-x: 75rem;
  }

  :root .md\:translate-x-320{
    --tw-translate-x: 80rem;
  }

  :root .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .md\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .md\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .md\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .md\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .md\:-translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  :root .md\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .md\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  :root .md\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .md\:-translate-x-21{
    --tw-translate-x: -5.25rem;
  }

  :root .md\:-translate-x-22{
    --tw-translate-x: -5.5rem;
  }

  :root .md\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .md\:-translate-x-26{
    --tw-translate-x: -6.5rem;
  }

  :root .md\:-translate-x-27{
    --tw-translate-x: -6.75rem;
  }

  :root .md\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .md\:-translate-x-30{
    --tw-translate-x: -7.5rem;
  }

  :root .md\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .md\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .md\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .md\:-translate-x-41{
    --tw-translate-x: -11.25rem;
  }

  :root .md\:-translate-x-42{
    --tw-translate-x: -11.5rem;
  }

  :root .md\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .md\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .md\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .md\:-translate-x-54{
    --tw-translate-x: -13.5rem;
  }

  :root .md\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .md\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .md\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .md\:-translate-x-68{
    --tw-translate-x: -17rem;
  }

  :root .md\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .md\:-translate-x-76{
    --tw-translate-x: -19rem;
  }

  :root .md\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .md\:-translate-x-84{
    --tw-translate-x: -21rem;
  }

  :root .md\:-translate-x-88{
    --tw-translate-x: -22rem;
  }

  :root .md\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .md\:-translate-x-112{
    --tw-translate-x: -28rem;
  }

  :root .md\:-translate-x-120{
    --tw-translate-x: -30rem;
  }

  :root .md\:-translate-x-140{
    --tw-translate-x: -35rem;
  }

  :root .md\:-translate-x-150{
    --tw-translate-x: -37.5rem;
  }

  :root .md\:-translate-x-160{
    --tw-translate-x: -40rem;
  }

  :root .md\:-translate-x-220{
    --tw-translate-x: -55rem;
  }

  :root .md\:-translate-x-240{
    --tw-translate-x: -60rem;
  }

  :root .md\:-translate-x-300{
    --tw-translate-x: -75rem;
  }

  :root .md\:-translate-x-320{
    --tw-translate-x: -80rem;
  }

  :root .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .md\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .md\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .md\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .md\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .md\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .md\:translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  :root .md\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .md\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  :root .md\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .md\:translate-y-21{
    --tw-translate-y: 5.25rem;
  }

  :root .md\:translate-y-22{
    --tw-translate-y: 5.5rem;
  }

  :root .md\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .md\:translate-y-26{
    --tw-translate-y: 6.5rem;
  }

  :root .md\:translate-y-27{
    --tw-translate-y: 6.75rem;
  }

  :root .md\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .md\:translate-y-30{
    --tw-translate-y: 7.5rem;
  }

  :root .md\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .md\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .md\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .md\:translate-y-41{
    --tw-translate-y: 11.25rem;
  }

  :root .md\:translate-y-42{
    --tw-translate-y: 11.5rem;
  }

  :root .md\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .md\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .md\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .md\:translate-y-54{
    --tw-translate-y: 13.5rem;
  }

  :root .md\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .md\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .md\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .md\:translate-y-68{
    --tw-translate-y: 17rem;
  }

  :root .md\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .md\:translate-y-76{
    --tw-translate-y: 19rem;
  }

  :root .md\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .md\:translate-y-84{
    --tw-translate-y: 21rem;
  }

  :root .md\:translate-y-88{
    --tw-translate-y: 22rem;
  }

  :root .md\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .md\:translate-y-112{
    --tw-translate-y: 28rem;
  }

  :root .md\:translate-y-120{
    --tw-translate-y: 30rem;
  }

  :root .md\:translate-y-140{
    --tw-translate-y: 35rem;
  }

  :root .md\:translate-y-150{
    --tw-translate-y: 37.5rem;
  }

  :root .md\:translate-y-160{
    --tw-translate-y: 40rem;
  }

  :root .md\:translate-y-220{
    --tw-translate-y: 55rem;
  }

  :root .md\:translate-y-240{
    --tw-translate-y: 60rem;
  }

  :root .md\:translate-y-300{
    --tw-translate-y: 75rem;
  }

  :root .md\:translate-y-320{
    --tw-translate-y: 80rem;
  }

  :root .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .md\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .md\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .md\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .md\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .md\:-translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  :root .md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .md\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  :root .md\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .md\:-translate-y-21{
    --tw-translate-y: -5.25rem;
  }

  :root .md\:-translate-y-22{
    --tw-translate-y: -5.5rem;
  }

  :root .md\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .md\:-translate-y-26{
    --tw-translate-y: -6.5rem;
  }

  :root .md\:-translate-y-27{
    --tw-translate-y: -6.75rem;
  }

  :root .md\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .md\:-translate-y-30{
    --tw-translate-y: -7.5rem;
  }

  :root .md\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .md\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .md\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .md\:-translate-y-41{
    --tw-translate-y: -11.25rem;
  }

  :root .md\:-translate-y-42{
    --tw-translate-y: -11.5rem;
  }

  :root .md\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .md\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .md\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .md\:-translate-y-54{
    --tw-translate-y: -13.5rem;
  }

  :root .md\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .md\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .md\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .md\:-translate-y-68{
    --tw-translate-y: -17rem;
  }

  :root .md\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .md\:-translate-y-76{
    --tw-translate-y: -19rem;
  }

  :root .md\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .md\:-translate-y-84{
    --tw-translate-y: -21rem;
  }

  :root .md\:-translate-y-88{
    --tw-translate-y: -22rem;
  }

  :root .md\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .md\:-translate-y-112{
    --tw-translate-y: -28rem;
  }

  :root .md\:-translate-y-120{
    --tw-translate-y: -30rem;
  }

  :root .md\:-translate-y-140{
    --tw-translate-y: -35rem;
  }

  :root .md\:-translate-y-150{
    --tw-translate-y: -37.5rem;
  }

  :root .md\:-translate-y-160{
    --tw-translate-y: -40rem;
  }

  :root .md\:-translate-y-220{
    --tw-translate-y: -55rem;
  }

  :root .md\:-translate-y-240{
    --tw-translate-y: -60rem;
  }

  :root .md\:-translate-y-300{
    --tw-translate-y: -75rem;
  }

  :root .md\:-translate-y-320{
    --tw-translate-y: -80rem;
  }

  :root .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .md\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .md\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  :root .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .md\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  :root .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .md\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.25rem;
  }

  :root .md\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.5rem;
  }

  :root .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .md\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.5rem;
  }

  :root .md\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.75rem;
  }

  :root .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .md\:hover\:translate-x-30:hover{
    --tw-translate-x: 7.5rem;
  }

  :root .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .md\:hover\:translate-x-41:hover{
    --tw-translate-x: 11.25rem;
  }

  :root .md\:hover\:translate-x-42:hover{
    --tw-translate-x: 11.5rem;
  }

  :root .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .md\:hover\:translate-x-54:hover{
    --tw-translate-x: 13.5rem;
  }

  :root .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .md\:hover\:translate-x-68:hover{
    --tw-translate-x: 17rem;
  }

  :root .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .md\:hover\:translate-x-76:hover{
    --tw-translate-x: 19rem;
  }

  :root .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .md\:hover\:translate-x-84:hover{
    --tw-translate-x: 21rem;
  }

  :root .md\:hover\:translate-x-88:hover{
    --tw-translate-x: 22rem;
  }

  :root .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .md\:hover\:translate-x-112:hover{
    --tw-translate-x: 28rem;
  }

  :root .md\:hover\:translate-x-120:hover{
    --tw-translate-x: 30rem;
  }

  :root .md\:hover\:translate-x-140:hover{
    --tw-translate-x: 35rem;
  }

  :root .md\:hover\:translate-x-150:hover{
    --tw-translate-x: 37.5rem;
  }

  :root .md\:hover\:translate-x-160:hover{
    --tw-translate-x: 40rem;
  }

  :root .md\:hover\:translate-x-220:hover{
    --tw-translate-x: 55rem;
  }

  :root .md\:hover\:translate-x-240:hover{
    --tw-translate-x: 60rem;
  }

  :root .md\:hover\:translate-x-300:hover{
    --tw-translate-x: 75rem;
  }

  :root .md\:hover\:translate-x-320:hover{
    --tw-translate-x: 80rem;
  }

  :root .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .md\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .md\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  :root .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .md\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  :root .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .md\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.25rem;
  }

  :root .md\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.5rem;
  }

  :root .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .md\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.5rem;
  }

  :root .md\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.75rem;
  }

  :root .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .md\:hover\:-translate-x-30:hover{
    --tw-translate-x: -7.5rem;
  }

  :root .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .md\:hover\:-translate-x-41:hover{
    --tw-translate-x: -11.25rem;
  }

  :root .md\:hover\:-translate-x-42:hover{
    --tw-translate-x: -11.5rem;
  }

  :root .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .md\:hover\:-translate-x-54:hover{
    --tw-translate-x: -13.5rem;
  }

  :root .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .md\:hover\:-translate-x-68:hover{
    --tw-translate-x: -17rem;
  }

  :root .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .md\:hover\:-translate-x-76:hover{
    --tw-translate-x: -19rem;
  }

  :root .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .md\:hover\:-translate-x-84:hover{
    --tw-translate-x: -21rem;
  }

  :root .md\:hover\:-translate-x-88:hover{
    --tw-translate-x: -22rem;
  }

  :root .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .md\:hover\:-translate-x-112:hover{
    --tw-translate-x: -28rem;
  }

  :root .md\:hover\:-translate-x-120:hover{
    --tw-translate-x: -30rem;
  }

  :root .md\:hover\:-translate-x-140:hover{
    --tw-translate-x: -35rem;
  }

  :root .md\:hover\:-translate-x-150:hover{
    --tw-translate-x: -37.5rem;
  }

  :root .md\:hover\:-translate-x-160:hover{
    --tw-translate-x: -40rem;
  }

  :root .md\:hover\:-translate-x-220:hover{
    --tw-translate-x: -55rem;
  }

  :root .md\:hover\:-translate-x-240:hover{
    --tw-translate-x: -60rem;
  }

  :root .md\:hover\:-translate-x-300:hover{
    --tw-translate-x: -75rem;
  }

  :root .md\:hover\:-translate-x-320:hover{
    --tw-translate-x: -80rem;
  }

  :root .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .md\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .md\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  :root .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .md\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  :root .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .md\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.25rem;
  }

  :root .md\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.5rem;
  }

  :root .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .md\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.5rem;
  }

  :root .md\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.75rem;
  }

  :root .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .md\:hover\:translate-y-30:hover{
    --tw-translate-y: 7.5rem;
  }

  :root .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .md\:hover\:translate-y-41:hover{
    --tw-translate-y: 11.25rem;
  }

  :root .md\:hover\:translate-y-42:hover{
    --tw-translate-y: 11.5rem;
  }

  :root .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .md\:hover\:translate-y-54:hover{
    --tw-translate-y: 13.5rem;
  }

  :root .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .md\:hover\:translate-y-68:hover{
    --tw-translate-y: 17rem;
  }

  :root .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .md\:hover\:translate-y-76:hover{
    --tw-translate-y: 19rem;
  }

  :root .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .md\:hover\:translate-y-84:hover{
    --tw-translate-y: 21rem;
  }

  :root .md\:hover\:translate-y-88:hover{
    --tw-translate-y: 22rem;
  }

  :root .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .md\:hover\:translate-y-112:hover{
    --tw-translate-y: 28rem;
  }

  :root .md\:hover\:translate-y-120:hover{
    --tw-translate-y: 30rem;
  }

  :root .md\:hover\:translate-y-140:hover{
    --tw-translate-y: 35rem;
  }

  :root .md\:hover\:translate-y-150:hover{
    --tw-translate-y: 37.5rem;
  }

  :root .md\:hover\:translate-y-160:hover{
    --tw-translate-y: 40rem;
  }

  :root .md\:hover\:translate-y-220:hover{
    --tw-translate-y: 55rem;
  }

  :root .md\:hover\:translate-y-240:hover{
    --tw-translate-y: 60rem;
  }

  :root .md\:hover\:translate-y-300:hover{
    --tw-translate-y: 75rem;
  }

  :root .md\:hover\:translate-y-320:hover{
    --tw-translate-y: 80rem;
  }

  :root .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .md\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .md\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  :root .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .md\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  :root .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .md\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.25rem;
  }

  :root .md\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.5rem;
  }

  :root .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .md\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.5rem;
  }

  :root .md\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.75rem;
  }

  :root .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .md\:hover\:-translate-y-30:hover{
    --tw-translate-y: -7.5rem;
  }

  :root .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .md\:hover\:-translate-y-41:hover{
    --tw-translate-y: -11.25rem;
  }

  :root .md\:hover\:-translate-y-42:hover{
    --tw-translate-y: -11.5rem;
  }

  :root .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .md\:hover\:-translate-y-54:hover{
    --tw-translate-y: -13.5rem;
  }

  :root .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .md\:hover\:-translate-y-68:hover{
    --tw-translate-y: -17rem;
  }

  :root .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .md\:hover\:-translate-y-76:hover{
    --tw-translate-y: -19rem;
  }

  :root .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .md\:hover\:-translate-y-84:hover{
    --tw-translate-y: -21rem;
  }

  :root .md\:hover\:-translate-y-88:hover{
    --tw-translate-y: -22rem;
  }

  :root .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .md\:hover\:-translate-y-112:hover{
    --tw-translate-y: -28rem;
  }

  :root .md\:hover\:-translate-y-120:hover{
    --tw-translate-y: -30rem;
  }

  :root .md\:hover\:-translate-y-140:hover{
    --tw-translate-y: -35rem;
  }

  :root .md\:hover\:-translate-y-150:hover{
    --tw-translate-y: -37.5rem;
  }

  :root .md\:hover\:-translate-y-160:hover{
    --tw-translate-y: -40rem;
  }

  :root .md\:hover\:-translate-y-220:hover{
    --tw-translate-y: -55rem;
  }

  :root .md\:hover\:-translate-y-240:hover{
    --tw-translate-y: -60rem;
  }

  :root .md\:hover\:-translate-y-300:hover{
    --tw-translate-y: -75rem;
  }

  :root .md\:hover\:-translate-y-320:hover{
    --tw-translate-y: -80rem;
  }

  :root .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .md\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .md\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  :root .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .md\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  :root .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .md\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.25rem;
  }

  :root .md\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.5rem;
  }

  :root .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .md\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.5rem;
  }

  :root .md\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.75rem;
  }

  :root .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .md\:focus\:translate-x-30:focus{
    --tw-translate-x: 7.5rem;
  }

  :root .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .md\:focus\:translate-x-41:focus{
    --tw-translate-x: 11.25rem;
  }

  :root .md\:focus\:translate-x-42:focus{
    --tw-translate-x: 11.5rem;
  }

  :root .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .md\:focus\:translate-x-54:focus{
    --tw-translate-x: 13.5rem;
  }

  :root .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .md\:focus\:translate-x-68:focus{
    --tw-translate-x: 17rem;
  }

  :root .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .md\:focus\:translate-x-76:focus{
    --tw-translate-x: 19rem;
  }

  :root .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .md\:focus\:translate-x-84:focus{
    --tw-translate-x: 21rem;
  }

  :root .md\:focus\:translate-x-88:focus{
    --tw-translate-x: 22rem;
  }

  :root .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .md\:focus\:translate-x-112:focus{
    --tw-translate-x: 28rem;
  }

  :root .md\:focus\:translate-x-120:focus{
    --tw-translate-x: 30rem;
  }

  :root .md\:focus\:translate-x-140:focus{
    --tw-translate-x: 35rem;
  }

  :root .md\:focus\:translate-x-150:focus{
    --tw-translate-x: 37.5rem;
  }

  :root .md\:focus\:translate-x-160:focus{
    --tw-translate-x: 40rem;
  }

  :root .md\:focus\:translate-x-220:focus{
    --tw-translate-x: 55rem;
  }

  :root .md\:focus\:translate-x-240:focus{
    --tw-translate-x: 60rem;
  }

  :root .md\:focus\:translate-x-300:focus{
    --tw-translate-x: 75rem;
  }

  :root .md\:focus\:translate-x-320:focus{
    --tw-translate-x: 80rem;
  }

  :root .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .md\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .md\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  :root .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .md\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  :root .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .md\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.25rem;
  }

  :root .md\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.5rem;
  }

  :root .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .md\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.5rem;
  }

  :root .md\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.75rem;
  }

  :root .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .md\:focus\:-translate-x-30:focus{
    --tw-translate-x: -7.5rem;
  }

  :root .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .md\:focus\:-translate-x-41:focus{
    --tw-translate-x: -11.25rem;
  }

  :root .md\:focus\:-translate-x-42:focus{
    --tw-translate-x: -11.5rem;
  }

  :root .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .md\:focus\:-translate-x-54:focus{
    --tw-translate-x: -13.5rem;
  }

  :root .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .md\:focus\:-translate-x-68:focus{
    --tw-translate-x: -17rem;
  }

  :root .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .md\:focus\:-translate-x-76:focus{
    --tw-translate-x: -19rem;
  }

  :root .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .md\:focus\:-translate-x-84:focus{
    --tw-translate-x: -21rem;
  }

  :root .md\:focus\:-translate-x-88:focus{
    --tw-translate-x: -22rem;
  }

  :root .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .md\:focus\:-translate-x-112:focus{
    --tw-translate-x: -28rem;
  }

  :root .md\:focus\:-translate-x-120:focus{
    --tw-translate-x: -30rem;
  }

  :root .md\:focus\:-translate-x-140:focus{
    --tw-translate-x: -35rem;
  }

  :root .md\:focus\:-translate-x-150:focus{
    --tw-translate-x: -37.5rem;
  }

  :root .md\:focus\:-translate-x-160:focus{
    --tw-translate-x: -40rem;
  }

  :root .md\:focus\:-translate-x-220:focus{
    --tw-translate-x: -55rem;
  }

  :root .md\:focus\:-translate-x-240:focus{
    --tw-translate-x: -60rem;
  }

  :root .md\:focus\:-translate-x-300:focus{
    --tw-translate-x: -75rem;
  }

  :root .md\:focus\:-translate-x-320:focus{
    --tw-translate-x: -80rem;
  }

  :root .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .md\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .md\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  :root .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .md\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  :root .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .md\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.25rem;
  }

  :root .md\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.5rem;
  }

  :root .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .md\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.5rem;
  }

  :root .md\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.75rem;
  }

  :root .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .md\:focus\:translate-y-30:focus{
    --tw-translate-y: 7.5rem;
  }

  :root .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .md\:focus\:translate-y-41:focus{
    --tw-translate-y: 11.25rem;
  }

  :root .md\:focus\:translate-y-42:focus{
    --tw-translate-y: 11.5rem;
  }

  :root .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .md\:focus\:translate-y-54:focus{
    --tw-translate-y: 13.5rem;
  }

  :root .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .md\:focus\:translate-y-68:focus{
    --tw-translate-y: 17rem;
  }

  :root .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .md\:focus\:translate-y-76:focus{
    --tw-translate-y: 19rem;
  }

  :root .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .md\:focus\:translate-y-84:focus{
    --tw-translate-y: 21rem;
  }

  :root .md\:focus\:translate-y-88:focus{
    --tw-translate-y: 22rem;
  }

  :root .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .md\:focus\:translate-y-112:focus{
    --tw-translate-y: 28rem;
  }

  :root .md\:focus\:translate-y-120:focus{
    --tw-translate-y: 30rem;
  }

  :root .md\:focus\:translate-y-140:focus{
    --tw-translate-y: 35rem;
  }

  :root .md\:focus\:translate-y-150:focus{
    --tw-translate-y: 37.5rem;
  }

  :root .md\:focus\:translate-y-160:focus{
    --tw-translate-y: 40rem;
  }

  :root .md\:focus\:translate-y-220:focus{
    --tw-translate-y: 55rem;
  }

  :root .md\:focus\:translate-y-240:focus{
    --tw-translate-y: 60rem;
  }

  :root .md\:focus\:translate-y-300:focus{
    --tw-translate-y: 75rem;
  }

  :root .md\:focus\:translate-y-320:focus{
    --tw-translate-y: 80rem;
  }

  :root .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .md\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .md\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  :root .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .md\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  :root .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .md\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.25rem;
  }

  :root .md\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.5rem;
  }

  :root .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .md\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.5rem;
  }

  :root .md\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.75rem;
  }

  :root .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .md\:focus\:-translate-y-30:focus{
    --tw-translate-y: -7.5rem;
  }

  :root .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .md\:focus\:-translate-y-41:focus{
    --tw-translate-y: -11.25rem;
  }

  :root .md\:focus\:-translate-y-42:focus{
    --tw-translate-y: -11.5rem;
  }

  :root .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .md\:focus\:-translate-y-54:focus{
    --tw-translate-y: -13.5rem;
  }

  :root .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .md\:focus\:-translate-y-68:focus{
    --tw-translate-y: -17rem;
  }

  :root .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .md\:focus\:-translate-y-76:focus{
    --tw-translate-y: -19rem;
  }

  :root .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .md\:focus\:-translate-y-84:focus{
    --tw-translate-y: -21rem;
  }

  :root .md\:focus\:-translate-y-88:focus{
    --tw-translate-y: -22rem;
  }

  :root .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .md\:focus\:-translate-y-112:focus{
    --tw-translate-y: -28rem;
  }

  :root .md\:focus\:-translate-y-120:focus{
    --tw-translate-y: -30rem;
  }

  :root .md\:focus\:-translate-y-140:focus{
    --tw-translate-y: -35rem;
  }

  :root .md\:focus\:-translate-y-150:focus{
    --tw-translate-y: -37.5rem;
  }

  :root .md\:focus\:-translate-y-160:focus{
    --tw-translate-y: -40rem;
  }

  :root .md\:focus\:-translate-y-220:focus{
    --tw-translate-y: -55rem;
  }

  :root .md\:focus\:-translate-y-240:focus{
    --tw-translate-y: -60rem;
  }

  :root .md\:focus\:-translate-y-300:focus{
    --tw-translate-y: -75rem;
  }

  :root .md\:focus\:-translate-y-320:focus{
    --tw-translate-y: -80rem;
  }

  :root .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .md\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .md\:animate-none{
    animation: none;
  }

  :root .md\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .md\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .md\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .md\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .md\:cursor-auto{
    cursor: auto;
  }

  :root .md\:cursor{
    cursor: default;
  }

  :root .md\:cursor-pointer{
    cursor: pointer;
  }

  :root .md\:cursor-wait{
    cursor: wait;
  }

  :root .md\:cursor-text{
    cursor: text;
  }

  :root .md\:cursor-move{
    cursor: move;
  }

  :root .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .md\:disabled\:cursor-auto:disabled{
    cursor: auto;
  }

  :root .md\:disabled\:cursor:disabled{
    cursor: default;
  }

  :root .md\:disabled\:cursor-pointer:disabled{
    cursor: pointer;
  }

  :root .md\:disabled\:cursor-wait:disabled{
    cursor: wait;
  }

  :root .md\:disabled\:cursor-text:disabled{
    cursor: text;
  }

  :root .md\:disabled\:cursor-move:disabled{
    cursor: move;
  }

  :root .md\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
  }

  :root .md\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .md\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .md\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .md\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .md\:resize-none{
    resize: none;
  }

  :root .md\:resize-y{
    resize: vertical;
  }

  :root .md\:resize-x{
    resize: horizontal;
  }

  :root .md\:resize{
    resize: both;
  }

  :root .md\:list-inside{
    list-style-position: inside;
  }

  :root .md\:list-outside{
    list-style-position: outside;
  }

  :root .md\:list-none{
    list-style-type: none;
  }

  :root .md\:list-disc{
    list-style-type: disc;
  }

  :root .md\:list-decimal{
    list-style-type: decimal;
  }

  :root .md\:appearance-none{
    appearance: none;
  }

  :root .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .md\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .md\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .md\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .md\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .md\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .md\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .md\:flex-row{
    flex-direction: row;
  }

  :root .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .md\:flex-col{
    flex-direction: column;
  }

  :root .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .md\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .md\:place-content-center{
    place-content: center;
  }

  :root .md\:place-content-start{
    place-content: start;
  }

  :root .md\:place-content-end{
    place-content: end;
  }

  :root .md\:place-content-between{
    place-content: space-between;
  }

  :root .md\:place-content-around{
    place-content: space-around;
  }

  :root .md\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .md\:place-content-stretch{
    place-content: stretch;
  }

  :root .md\:place-items-start{
    place-items: start;
  }

  :root .md\:place-items-end{
    place-items: end;
  }

  :root .md\:place-items-center{
    place-items: center;
  }

  :root .md\:place-items-stretch{
    place-items: stretch;
  }

  :root .md\:content-center{
    align-content: center;
  }

  :root .md\:content-start{
    align-content: flex-start;
  }

  :root .md\:content-end{
    align-content: flex-end;
  }

  :root .md\:content-between{
    align-content: space-between;
  }

  :root .md\:content-around{
    align-content: space-around;
  }

  :root .md\:content-evenly{
    align-content: space-evenly;
  }

  :root .md\:items-start{
    align-items: flex-start;
  }

  :root .md\:items-end{
    align-items: flex-end;
  }

  :root .md\:items-center{
    align-items: center;
  }

  :root .md\:items-baseline{
    align-items: baseline;
  }

  :root .md\:items-stretch{
    align-items: stretch;
  }

  :root .md\:justify-start{
    justify-content: flex-start;
  }

  :root .md\:justify-end{
    justify-content: flex-end;
  }

  :root .md\:justify-center{
    justify-content: center;
  }

  :root .md\:justify-between{
    justify-content: space-between;
  }

  :root .md\:justify-around{
    justify-content: space-around;
  }

  :root .md\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .md\:justify-items-start{
    justify-items: start;
  }

  :root .md\:justify-items-end{
    justify-items: end;
  }

  :root .md\:justify-items-center{
    justify-items: center;
  }

  :root .md\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .md\:gap-0{
    gap: 0;
  }

  :root .md\:gap-1{
    gap: 0.25rem;
  }

  :root .md\:gap-2{
    gap: 0.5rem;
  }

  :root .md\:gap-3{
    gap: 0.75rem;
  }

  :root .md\:gap-4{
    gap: 1rem;
  }

  :root .md\:gap-5{
    gap: 1.25rem;
  }

  :root .md\:gap-6{
    gap: 1.5rem;
  }

  :root .md\:gap-7{
    gap: 1.75rem;
  }

  :root .md\:gap-8{
    gap: 2rem;
  }

  :root .md\:gap-9{
    gap: 2.25rem;
  }

  :root .md\:gap-10{
    gap: 2.5rem;
  }

  :root .md\:gap-11{
    gap: 2.75rem;
  }

  :root .md\:gap-12{
    gap: 3rem;
  }

  :root .md\:gap-13{
    gap: 3.25rem;
  }

  :root .md\:gap-14{
    gap: 3.5rem;
  }

  :root .md\:gap-16{
    gap: 4rem;
  }

  :root .md\:gap-18{
    gap: 4.5rem;
  }

  :root .md\:gap-20{
    gap: 5rem;
  }

  :root .md\:gap-21{
    gap: 5.25rem;
  }

  :root .md\:gap-22{
    gap: 5.5rem;
  }

  :root .md\:gap-24{
    gap: 6rem;
  }

  :root .md\:gap-26{
    gap: 6.5rem;
  }

  :root .md\:gap-27{
    gap: 6.75rem;
  }

  :root .md\:gap-28{
    gap: 7rem;
  }

  :root .md\:gap-30{
    gap: 7.5rem;
  }

  :root .md\:gap-32{
    gap: 8rem;
  }

  :root .md\:gap-36{
    gap: 9rem;
  }

  :root .md\:gap-40{
    gap: 10rem;
  }

  :root .md\:gap-41{
    gap: 11.25rem;
  }

  :root .md\:gap-42{
    gap: 11.5rem;
  }

  :root .md\:gap-44{
    gap: 11rem;
  }

  :root .md\:gap-48{
    gap: 12rem;
  }

  :root .md\:gap-52{
    gap: 13rem;
  }

  :root .md\:gap-54{
    gap: 13.5rem;
  }

  :root .md\:gap-56{
    gap: 14rem;
  }

  :root .md\:gap-60{
    gap: 15rem;
  }

  :root .md\:gap-64{
    gap: 16rem;
  }

  :root .md\:gap-68{
    gap: 17rem;
  }

  :root .md\:gap-72{
    gap: 18rem;
  }

  :root .md\:gap-76{
    gap: 19rem;
  }

  :root .md\:gap-80{
    gap: 20rem;
  }

  :root .md\:gap-84{
    gap: 21rem;
  }

  :root .md\:gap-88{
    gap: 22rem;
  }

  :root .md\:gap-96{
    gap: 24rem;
  }

  :root .md\:gap-112{
    gap: 28rem;
  }

  :root .md\:gap-120{
    gap: 30rem;
  }

  :root .md\:gap-140{
    gap: 35rem;
  }

  :root .md\:gap-150{
    gap: 37.5rem;
  }

  :root .md\:gap-160{
    gap: 40rem;
  }

  :root .md\:gap-220{
    gap: 55rem;
  }

  :root .md\:gap-240{
    gap: 60rem;
  }

  :root .md\:gap-300{
    gap: 75rem;
  }

  :root .md\:gap-320{
    gap: 80rem;
  }

  :root .md\:gap-px{
    gap: 1px;
  }

  :root .md\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .md\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .md\:gap-x-0{
    column-gap: 0;
  }

  :root .md\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .md\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .md\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .md\:gap-x-4{
    column-gap: 1rem;
  }

  :root .md\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .md\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .md\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .md\:gap-x-8{
    column-gap: 2rem;
  }

  :root .md\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .md\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .md\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .md\:gap-x-12{
    column-gap: 3rem;
  }

  :root .md\:gap-x-13{
    column-gap: 3.25rem;
  }

  :root .md\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .md\:gap-x-16{
    column-gap: 4rem;
  }

  :root .md\:gap-x-18{
    column-gap: 4.5rem;
  }

  :root .md\:gap-x-20{
    column-gap: 5rem;
  }

  :root .md\:gap-x-21{
    column-gap: 5.25rem;
  }

  :root .md\:gap-x-22{
    column-gap: 5.5rem;
  }

  :root .md\:gap-x-24{
    column-gap: 6rem;
  }

  :root .md\:gap-x-26{
    column-gap: 6.5rem;
  }

  :root .md\:gap-x-27{
    column-gap: 6.75rem;
  }

  :root .md\:gap-x-28{
    column-gap: 7rem;
  }

  :root .md\:gap-x-30{
    column-gap: 7.5rem;
  }

  :root .md\:gap-x-32{
    column-gap: 8rem;
  }

  :root .md\:gap-x-36{
    column-gap: 9rem;
  }

  :root .md\:gap-x-40{
    column-gap: 10rem;
  }

  :root .md\:gap-x-41{
    column-gap: 11.25rem;
  }

  :root .md\:gap-x-42{
    column-gap: 11.5rem;
  }

  :root .md\:gap-x-44{
    column-gap: 11rem;
  }

  :root .md\:gap-x-48{
    column-gap: 12rem;
  }

  :root .md\:gap-x-52{
    column-gap: 13rem;
  }

  :root .md\:gap-x-54{
    column-gap: 13.5rem;
  }

  :root .md\:gap-x-56{
    column-gap: 14rem;
  }

  :root .md\:gap-x-60{
    column-gap: 15rem;
  }

  :root .md\:gap-x-64{
    column-gap: 16rem;
  }

  :root .md\:gap-x-68{
    column-gap: 17rem;
  }

  :root .md\:gap-x-72{
    column-gap: 18rem;
  }

  :root .md\:gap-x-76{
    column-gap: 19rem;
  }

  :root .md\:gap-x-80{
    column-gap: 20rem;
  }

  :root .md\:gap-x-84{
    column-gap: 21rem;
  }

  :root .md\:gap-x-88{
    column-gap: 22rem;
  }

  :root .md\:gap-x-96{
    column-gap: 24rem;
  }

  :root .md\:gap-x-112{
    column-gap: 28rem;
  }

  :root .md\:gap-x-120{
    column-gap: 30rem;
  }

  :root .md\:gap-x-140{
    column-gap: 35rem;
  }

  :root .md\:gap-x-150{
    column-gap: 37.5rem;
  }

  :root .md\:gap-x-160{
    column-gap: 40rem;
  }

  :root .md\:gap-x-220{
    column-gap: 55rem;
  }

  :root .md\:gap-x-240{
    column-gap: 60rem;
  }

  :root .md\:gap-x-300{
    column-gap: 75rem;
  }

  :root .md\:gap-x-320{
    column-gap: 80rem;
  }

  :root .md\:gap-x-px{
    column-gap: 1px;
  }

  :root .md\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .md\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .md\:gap-y-0{
    row-gap: 0;
  }

  :root .md\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .md\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .md\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .md\:gap-y-4{
    row-gap: 1rem;
  }

  :root .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .md\:gap-y-8{
    row-gap: 2rem;
  }

  :root .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .md\:gap-y-12{
    row-gap: 3rem;
  }

  :root .md\:gap-y-13{
    row-gap: 3.25rem;
  }

  :root .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .md\:gap-y-16{
    row-gap: 4rem;
  }

  :root .md\:gap-y-18{
    row-gap: 4.5rem;
  }

  :root .md\:gap-y-20{
    row-gap: 5rem;
  }

  :root .md\:gap-y-21{
    row-gap: 5.25rem;
  }

  :root .md\:gap-y-22{
    row-gap: 5.5rem;
  }

  :root .md\:gap-y-24{
    row-gap: 6rem;
  }

  :root .md\:gap-y-26{
    row-gap: 6.5rem;
  }

  :root .md\:gap-y-27{
    row-gap: 6.75rem;
  }

  :root .md\:gap-y-28{
    row-gap: 7rem;
  }

  :root .md\:gap-y-30{
    row-gap: 7.5rem;
  }

  :root .md\:gap-y-32{
    row-gap: 8rem;
  }

  :root .md\:gap-y-36{
    row-gap: 9rem;
  }

  :root .md\:gap-y-40{
    row-gap: 10rem;
  }

  :root .md\:gap-y-41{
    row-gap: 11.25rem;
  }

  :root .md\:gap-y-42{
    row-gap: 11.5rem;
  }

  :root .md\:gap-y-44{
    row-gap: 11rem;
  }

  :root .md\:gap-y-48{
    row-gap: 12rem;
  }

  :root .md\:gap-y-52{
    row-gap: 13rem;
  }

  :root .md\:gap-y-54{
    row-gap: 13.5rem;
  }

  :root .md\:gap-y-56{
    row-gap: 14rem;
  }

  :root .md\:gap-y-60{
    row-gap: 15rem;
  }

  :root .md\:gap-y-64{
    row-gap: 16rem;
  }

  :root .md\:gap-y-68{
    row-gap: 17rem;
  }

  :root .md\:gap-y-72{
    row-gap: 18rem;
  }

  :root .md\:gap-y-76{
    row-gap: 19rem;
  }

  :root .md\:gap-y-80{
    row-gap: 20rem;
  }

  :root .md\:gap-y-84{
    row-gap: 21rem;
  }

  :root .md\:gap-y-88{
    row-gap: 22rem;
  }

  :root .md\:gap-y-96{
    row-gap: 24rem;
  }

  :root .md\:gap-y-112{
    row-gap: 28rem;
  }

  :root .md\:gap-y-120{
    row-gap: 30rem;
  }

  :root .md\:gap-y-140{
    row-gap: 35rem;
  }

  :root .md\:gap-y-150{
    row-gap: 37.5rem;
  }

  :root .md\:gap-y-160{
    row-gap: 40rem;
  }

  :root .md\:gap-y-220{
    row-gap: 55rem;
  }

  :root .md\:gap-y-240{
    row-gap: 60rem;
  }

  :root .md\:gap-y-300{
    row-gap: 75rem;
  }

  :root .md\:gap-y-320{
    row-gap: 80rem;
  }

  :root .md\:gap-y-px{
    row-gap: 1px;
  }

  :root .md\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .md\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(21rem * var(--tw-space-x-reverse));
    margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28rem * var(--tw-space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35rem * var(--tw-space-x-reverse));
    margin-left: calc(35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55rem * var(--tw-space-x-reverse));
    margin-left: calc(55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75rem * var(--tw-space-x-reverse));
    margin-left: calc(75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80rem * var(--tw-space-x-reverse));
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-21rem * var(--tw-space-x-reverse));
    margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28rem * var(--tw-space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35rem * var(--tw-space-x-reverse));
    margin-left: calc(-35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55rem * var(--tw-space-x-reverse));
    margin-left: calc(-55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75rem * var(--tw-space-x-reverse));
    margin-left: calc(-75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80rem * var(--tw-space-x-reverse));
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .md\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-grays-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  :root .md\:divide-grays > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
  }

  :root .md\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .md\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .md\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .md\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .md\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .md\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .md\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .md\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .md\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .md\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .md\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .md\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .md\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .md\:divide-am-base-background > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-coral > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #757de338;
  }

  :root .md\:divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #77DEA280;
  }

  :root .md\:divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF1F;
  }

  :root .md\:divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF4B;
  }

  :root .md\:divide-am-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #d977dd3b;
  }

  :root .md\:divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .md\:divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .md\:divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6AB33;
  }

  :root .md\:divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6ABB3;
  }

  :root .md\:divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA7233;
  }

  :root .md\:divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA72B3;
  }

  :root .md\:divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F7233;
  }

  :root .md\:divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F72B3;
  }

  :root .md\:divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E233;
  }

  :root .md\:divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E2B3;
  }

  :root .md\:divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
    border-color: #DE777733;
  }

  :root .md\:divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
    border-color: #DE7777B3;
  }

  :root .md\:divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
  }

  :root .md\:divide-am-brown > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
  }

  :root .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  :root .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .md\:place-self-auto{
    place-self: auto;
  }

  :root .md\:place-self-start{
    place-self: start;
  }

  :root .md\:place-self-end{
    place-self: end;
  }

  :root .md\:place-self-center{
    place-self: center;
  }

  :root .md\:place-self-stretch{
    place-self: stretch;
  }

  :root .md\:self-auto{
    align-self: auto;
  }

  :root .md\:self-start{
    align-self: flex-start;
  }

  :root .md\:self-end{
    align-self: flex-end;
  }

  :root .md\:self-center{
    align-self: center;
  }

  :root .md\:self-stretch{
    align-self: stretch;
  }

  :root .md\:self-baseline{
    align-self: baseline;
  }

  :root .md\:justify-self-auto{
    justify-self: auto;
  }

  :root .md\:justify-self-start{
    justify-self: start;
  }

  :root .md\:justify-self-end{
    justify-self: end;
  }

  :root .md\:justify-self-center{
    justify-self: center;
  }

  :root .md\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .md\:overflow-auto{
    overflow: auto;
  }

  :root .md\:overflow-hidden{
    overflow: hidden;
  }

  :root .md\:overflow-visible{
    overflow: visible;
  }

  :root .md\:overflow-scroll{
    overflow: scroll;
  }

  :root .md\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .md\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .md\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .md\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .md\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .md\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .md\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .md\:overflow-clip{
    text-overflow: clip;
  }

  :root .md\:whitespace-normal{
    white-space: normal;
  }

  :root .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .md\:whitespace-pre{
    white-space: pre;
  }

  :root .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .md\:break-words{
    overflow-wrap: break-word;
  }

  :root .md\:break-all{
    word-break: break-all;
  }

  :root .md\:rounded-none{
    border-radius: 0;
  }

  :root .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .md\:rounded{
    border-radius: 0.25rem;
  }

  :root .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .md\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root .md\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root .md\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .md\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root .md\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .md\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root .md\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .md\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .md\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .md\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .md\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root .md\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .md\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root .md\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .md\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .md\:border-0{
    border-width: 0;
  }

  :root .md\:border-2{
    border-width: 2px;
  }

  :root .md\:border-3{
    border-width: 3px;
  }

  :root .md\:border-4{
    border-width: 4px;
  }

  :root .md\:border-8{
    border-width: 8px;
  }

  :root .md\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border{
    border-width: 1px;
  }

  :root .md\:border-t-0{
    border-top-width: 0;
  }

  :root .md\:border-t-2{
    border-top-width: 2px;
  }

  :root .md\:border-t-3{
    border-top-width: 3px;
  }

  :root .md\:border-t-4{
    border-top-width: 4px;
  }

  :root .md\:border-t-8{
    border-top-width: 8px;
  }

  :root .md\:border-t{
    border-top-width: 1px;
  }

  :root .md\:border-r-0{
    border-right-width: 0;
  }

  :root .md\:border-r-2{
    border-right-width: 2px;
  }

  :root .md\:border-r-3{
    border-right-width: 3px;
  }

  :root .md\:border-r-4{
    border-right-width: 4px;
  }

  :root .md\:border-r-8{
    border-right-width: 8px;
  }

  :root .md\:border-r{
    border-right-width: 1px;
  }

  :root .md\:border-b-0{
    border-bottom-width: 0;
  }

  :root .md\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .md\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .md\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .md\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .md\:border-b{
    border-bottom-width: 1px;
  }

  :root .md\:border-l-0{
    border-left-width: 0;
  }

  :root .md\:border-l-2{
    border-left-width: 2px;
  }

  :root .md\:border-l-3{
    border-left-width: 3px;
  }

  :root .md\:border-l-4{
    border-left-width: 4px;
  }

  :root .md\:border-l-8{
    border-left-width: 8px;
  }

  :root .md\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .md\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .md\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .md\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .md\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .md\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .md\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .md\:border-solid{
    border-style: solid;
  }

  :root .md\:border-dashed{
    border-style: dashed;
  }

  :root .md\:border-dotted{
    border-style: dotted;
  }

  :root .md\:border-double{
    border-style: double;
  }

  :root .md\:border-none{
    border-style: none;
  }

  :root .md\:border-current{
    border-color: currentColor;
  }

  :root .md\:border-transparent{
    border-color: transparent;
  }

  :root .md\:border-black{
    border-color: var(--text-color);
  }

  :root .md\:border-white{
    border-color: var(--text-color-light);
  }

  :root .md\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:border-grays-light{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .md\:border-grays{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .md\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .md\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .md\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .md\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .md\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .md\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .md\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .md\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .md\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .md\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .md\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .md\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .md\:border-am-base-background{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .md\:border-am-main-blue{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .md\:border-am-main-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .md\:border-am-main-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .md\:border-am-gray{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .md\:border-am-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .md\:border-am-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-green{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .md\:border-am-coral{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .md\:border-am-coral-light{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .md\:border-am-coral-dark{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .md\:border-am-teal{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .md\:border-am-teal-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .md\:border-am-teal-dark{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-purple{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .md\:border-am-new-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .md\:border-am-purple-transparent{
    border-color: #757de338;
  }

  :root .md\:border-am-purple-relight{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .md\:border-am-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .md\:border-am-purple-medium{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .md\:border-am-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .md\:border-am-purple{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .md\:border-am-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .md\:border-am-green-brightest{
    border-color: #77DEA280;
  }

  :root .md\:border-am-green-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .md\:border-am-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .md\:border-am-green-aqua{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .md\:border-am-green-brightest-transparent{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .md\:border-am-green-hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .md\:border-am-green{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .md\:border-am-red-alive{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .md\:border-am-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .md\:border-am-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .md\:border-am-red-intense{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .md\:border-am-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:border-am-grey-light{
    border-color: #BFC4FF1F;
  }

  :root .md\:border-am-grey-dark{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .md\:border-am-grey-medium{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .md\:border-am-grey-transparent{
    border-color: #BFC4FF4B;
  }

  :root .md\:border-am-grey{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .md\:border-am-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .md\:border-am-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .md\:border-am-pink-brightest{
    border-color: #d977dd3b;
  }

  :root .md\:border-am-pink-rose{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .md\:border-am-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .md\:border-am-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .md\:border-am-orange-relight{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .md\:border-am-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .md\:border-am-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .md\:border-am-cyan-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .md\:border-am-cyan-dark{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .md\:border-am-cyan-blue{
    border-color: #0061FD60;
  }

  :root .md\:border-am-cyan-green{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .md\:border-am-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .md\:border-am-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .md\:border-am-blue{
    border-color: #0061FD60;
  }

  :root .md\:border-am-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .md\:border-am-yellow-resalt{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .md\:border-am-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .md\:border-am-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .md\:border-am-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .md\:border-am-cream-entry{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .md\:border-am-cream-entry_light{
    border-color: #81E6AB33;
  }

  :root .md\:border-am-cream-entry_text{
    border-color: #81E6ABB3;
  }

  :root .md\:border-am-cream-lunchgo{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .md\:border-am-cream-lunchgo_light{
    border-color: #EEBA7233;
  }

  :root .md\:border-am-cream-lunchgo_text{
    border-color: #EEBA72B3;
  }

  :root .md\:border-am-cream-lunchback{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .md\:border-am-cream-lunchback_light{
    border-color: #EE8F7233;
  }

  :root .md\:border-am-cream-lunchback_text{
    border-color: #EE8F72B3;
  }

  :root .md\:border-am-cream-exit{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .md\:border-am-cream-exit_light{
    border-color: #81E6E233;
  }

  :root .md\:border-am-cream-exit_text{
    border-color: #81E6E2B3;
  }

  :root .md\:border-am-cream-yesterday{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:border-am-cream-yesterday_light{
    border-color: #DE777733;
  }

  :root .md\:border-am-cream-yesterday_text{
    border-color: #DE7777B3;
  }

  :root .md\:border-am-brown-light{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .md\:border-am-brown-dark{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .md\:border-am-brown{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .md\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .md\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .md\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-grays-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-grays:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .md\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .md\:hover\:border-am-base-background:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-main-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-main-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-main-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-coral:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-coral-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-coral-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-teal-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-teal-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-new-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-purple-transparent:hover{
    border-color: #757de338;
  }

  :root .md\:hover\:border-am-purple-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-purple-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-green-brightest:hover{
    border-color: #77DEA280;
  }

  :root .md\:hover\:border-am-green-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-green-aqua:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-green-brightest-transparent:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-green-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-red-alive:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-red-intense:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-grey-light:hover{
    border-color: #BFC4FF1F;
  }

  :root .md\:hover\:border-am-grey-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-grey-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-grey-transparent:hover{
    border-color: #BFC4FF4B;
  }

  :root .md\:hover\:border-am-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-pink-brightest:hover{
    border-color: #d977dd3b;
  }

  :root .md\:hover\:border-am-pink-rose:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-orange-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cyan-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cyan-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cyan-blue:hover{
    border-color: #0061FD60;
  }

  :root .md\:hover\:border-am-cyan-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-blue:hover{
    border-color: #0061FD60;
  }

  :root .md\:hover\:border-am-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-yellow-resalt:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cream-entry:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cream-entry_light:hover{
    border-color: #81E6AB33;
  }

  :root .md\:hover\:border-am-cream-entry_text:hover{
    border-color: #81E6ABB3;
  }

  :root .md\:hover\:border-am-cream-lunchgo:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cream-lunchgo_light:hover{
    border-color: #EEBA7233;
  }

  :root .md\:hover\:border-am-cream-lunchgo_text:hover{
    border-color: #EEBA72B3;
  }

  :root .md\:hover\:border-am-cream-lunchback:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cream-lunchback_light:hover{
    border-color: #EE8F7233;
  }

  :root .md\:hover\:border-am-cream-lunchback_text:hover{
    border-color: #EE8F72B3;
  }

  :root .md\:hover\:border-am-cream-exit:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cream-exit_light:hover{
    border-color: #81E6E233;
  }

  :root .md\:hover\:border-am-cream-exit_text:hover{
    border-color: #81E6E2B3;
  }

  :root .md\:hover\:border-am-cream-yesterday:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-cream-yesterday_light:hover{
    border-color: #DE777733;
  }

  :root .md\:hover\:border-am-cream-yesterday_text:hover{
    border-color: #DE7777B3;
  }

  :root .md\:hover\:border-am-brown-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-brown-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .md\:hover\:border-am-brown:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .md\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .md\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .md\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-grays-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-grays:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:border-am-base-background:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-main-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-main-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-main-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-coral:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-coral-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-coral-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-teal-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-teal-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-new-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-purple-transparent:focus{
    border-color: #757de338;
  }

  :root .md\:focus\:border-am-purple-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-purple-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-green-brightest:focus{
    border-color: #77DEA280;
  }

  :root .md\:focus\:border-am-green-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-green-aqua:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-green-brightest-transparent:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-green-hover:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-red-alive:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-red-intense:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-grey-light:focus{
    border-color: #BFC4FF1F;
  }

  :root .md\:focus\:border-am-grey-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-grey-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-grey-transparent:focus{
    border-color: #BFC4FF4B;
  }

  :root .md\:focus\:border-am-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-pink-brightest:focus{
    border-color: #d977dd3b;
  }

  :root .md\:focus\:border-am-pink-rose:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-orange-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cyan-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cyan-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cyan-blue:focus{
    border-color: #0061FD60;
  }

  :root .md\:focus\:border-am-cyan-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-blue:focus{
    border-color: #0061FD60;
  }

  :root .md\:focus\:border-am-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-yellow-resalt:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cream-entry:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cream-entry_light:focus{
    border-color: #81E6AB33;
  }

  :root .md\:focus\:border-am-cream-entry_text:focus{
    border-color: #81E6ABB3;
  }

  :root .md\:focus\:border-am-cream-lunchgo:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cream-lunchgo_light:focus{
    border-color: #EEBA7233;
  }

  :root .md\:focus\:border-am-cream-lunchgo_text:focus{
    border-color: #EEBA72B3;
  }

  :root .md\:focus\:border-am-cream-lunchback:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cream-lunchback_light:focus{
    border-color: #EE8F7233;
  }

  :root .md\:focus\:border-am-cream-lunchback_text:focus{
    border-color: #EE8F72B3;
  }

  :root .md\:focus\:border-am-cream-exit:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cream-exit_light:focus{
    border-color: #81E6E233;
  }

  :root .md\:focus\:border-am-cream-exit_text:focus{
    border-color: #81E6E2B3;
  }

  :root .md\:focus\:border-am-cream-yesterday:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-cream-yesterday_light:focus{
    border-color: #DE777733;
  }

  :root .md\:focus\:border-am-cream-yesterday_text:focus{
    border-color: #DE7777B3;
  }

  :root .md\:focus\:border-am-brown-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-brown-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .md\:focus\:border-am-brown:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .md\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  :root .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  :root .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  :root .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .md\:bg-base{
    background-color: var(--background-base);
  }

  :root .md\:bg-card{
    background-color: var(--background-card);
  }

  :root .md\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .md\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .md\:bg-current{
    background-color: currentColor;
  }

  :root .md\:bg-transparent{
    background-color: transparent;
  }

  :root .md\:bg-black{
    background-color: var(--text-color);
  }

  :root .md\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .md\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-grays-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .md\:bg-grays{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .md\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .md\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .md\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .md\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .md\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .md\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .md\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .md\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .md\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .md\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .md\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .md\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .md\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .md\:bg-am-base-background{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-main-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-main-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-green{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-coral{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-coral-light{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-coral-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-teal-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-teal-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-new-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-purple-transparent{
    background-color: #757de338;
  }

  :root .md\:bg-am-purple-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-purple-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-green-brightest{
    background-color: #77DEA280;
  }

  :root .md\:bg-am-green-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-green-aqua{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-green-brightest-transparent{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-green-hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-green{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-red-alive{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-red-intense{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-grey-light{
    background-color: #BFC4FF1F;
  }

  :root .md\:bg-am-grey-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-grey-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-grey-transparent{
    background-color: #BFC4FF4B;
  }

  :root .md\:bg-am-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-pink-brightest{
    background-color: #d977dd3b;
  }

  :root .md\:bg-am-pink-rose{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-orange-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cyan-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cyan-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cyan-blue{
    background-color: #0061FD60;
  }

  :root .md\:bg-am-cyan-green{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-blue{
    background-color: #0061FD60;
  }

  :root .md\:bg-am-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-yellow-resalt{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cream-entry{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cream-entry_light{
    background-color: #81E6AB33;
  }

  :root .md\:bg-am-cream-entry_text{
    background-color: #81E6ABB3;
  }

  :root .md\:bg-am-cream-lunchgo{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cream-lunchgo_light{
    background-color: #EEBA7233;
  }

  :root .md\:bg-am-cream-lunchgo_text{
    background-color: #EEBA72B3;
  }

  :root .md\:bg-am-cream-lunchback{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cream-lunchback_light{
    background-color: #EE8F7233;
  }

  :root .md\:bg-am-cream-lunchback_text{
    background-color: #EE8F72B3;
  }

  :root .md\:bg-am-cream-exit{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cream-exit_light{
    background-color: #81E6E233;
  }

  :root .md\:bg-am-cream-exit_text{
    background-color: #81E6E2B3;
  }

  :root .md\:bg-am-cream-yesterday{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-cream-yesterday_light{
    background-color: #DE777733;
  }

  :root .md\:bg-am-cream-yesterday_text{
    background-color: #DE7777B3;
  }

  :root .md\:bg-am-brown-light{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-brown-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .md\:bg-am-brown{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .md\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .md\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .md\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .md\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .md\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .md\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-grays-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-grays:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .md\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .md\:hover\:bg-am-base-background:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-main-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-main-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-main-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-coral:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-coral-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-coral-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-teal-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-teal-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-new-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-purple-transparent:hover{
    background-color: #757de338;
  }

  :root .md\:hover\:bg-am-purple-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-purple-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-green-brightest:hover{
    background-color: #77DEA280;
  }

  :root .md\:hover\:bg-am-green-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-green-aqua:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-green-brightest-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-green-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-red-alive:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-red-intense:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-grey-light:hover{
    background-color: #BFC4FF1F;
  }

  :root .md\:hover\:bg-am-grey-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-grey-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-grey-transparent:hover{
    background-color: #BFC4FF4B;
  }

  :root .md\:hover\:bg-am-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-pink-brightest:hover{
    background-color: #d977dd3b;
  }

  :root .md\:hover\:bg-am-pink-rose:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-orange-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cyan-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cyan-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cyan-blue:hover{
    background-color: #0061FD60;
  }

  :root .md\:hover\:bg-am-cyan-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-blue:hover{
    background-color: #0061FD60;
  }

  :root .md\:hover\:bg-am-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-yellow-resalt:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cream-entry:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cream-entry_light:hover{
    background-color: #81E6AB33;
  }

  :root .md\:hover\:bg-am-cream-entry_text:hover{
    background-color: #81E6ABB3;
  }

  :root .md\:hover\:bg-am-cream-lunchgo:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cream-lunchgo_light:hover{
    background-color: #EEBA7233;
  }

  :root .md\:hover\:bg-am-cream-lunchgo_text:hover{
    background-color: #EEBA72B3;
  }

  :root .md\:hover\:bg-am-cream-lunchback:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cream-lunchback_light:hover{
    background-color: #EE8F7233;
  }

  :root .md\:hover\:bg-am-cream-lunchback_text:hover{
    background-color: #EE8F72B3;
  }

  :root .md\:hover\:bg-am-cream-exit:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cream-exit_light:hover{
    background-color: #81E6E233;
  }

  :root .md\:hover\:bg-am-cream-exit_text:hover{
    background-color: #81E6E2B3;
  }

  :root .md\:hover\:bg-am-cream-yesterday:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-cream-yesterday_light:hover{
    background-color: #DE777733;
  }

  :root .md\:hover\:bg-am-cream-yesterday_text:hover{
    background-color: #DE7777B3;
  }

  :root .md\:hover\:bg-am-brown-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-brown-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .md\:hover\:bg-am-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .md\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .md\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .md\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .md\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .md\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .md\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-grays-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-grays:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:bg-am-base-background:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-main-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-main-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-main-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-coral:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-coral-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-coral-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-teal-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-teal-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-new-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-purple-transparent:focus{
    background-color: #757de338;
  }

  :root .md\:focus\:bg-am-purple-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-purple-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-green-brightest:focus{
    background-color: #77DEA280;
  }

  :root .md\:focus\:bg-am-green-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-green-aqua:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-green-brightest-transparent:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-green-hover:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-red-alive:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-red-intense:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-grey-light:focus{
    background-color: #BFC4FF1F;
  }

  :root .md\:focus\:bg-am-grey-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-grey-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-grey-transparent:focus{
    background-color: #BFC4FF4B;
  }

  :root .md\:focus\:bg-am-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-pink-brightest:focus{
    background-color: #d977dd3b;
  }

  :root .md\:focus\:bg-am-pink-rose:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-orange-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cyan-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cyan-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cyan-blue:focus{
    background-color: #0061FD60;
  }

  :root .md\:focus\:bg-am-cyan-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-blue:focus{
    background-color: #0061FD60;
  }

  :root .md\:focus\:bg-am-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-yellow-resalt:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cream-entry:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cream-entry_light:focus{
    background-color: #81E6AB33;
  }

  :root .md\:focus\:bg-am-cream-entry_text:focus{
    background-color: #81E6ABB3;
  }

  :root .md\:focus\:bg-am-cream-lunchgo:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cream-lunchgo_light:focus{
    background-color: #EEBA7233;
  }

  :root .md\:focus\:bg-am-cream-lunchgo_text:focus{
    background-color: #EEBA72B3;
  }

  :root .md\:focus\:bg-am-cream-lunchback:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cream-lunchback_light:focus{
    background-color: #EE8F7233;
  }

  :root .md\:focus\:bg-am-cream-lunchback_text:focus{
    background-color: #EE8F72B3;
  }

  :root .md\:focus\:bg-am-cream-exit:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cream-exit_light:focus{
    background-color: #81E6E233;
  }

  :root .md\:focus\:bg-am-cream-exit_text:focus{
    background-color: #81E6E2B3;
  }

  :root .md\:focus\:bg-am-cream-yesterday:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-cream-yesterday_light:focus{
    background-color: #DE777733;
  }

  :root .md\:focus\:bg-am-cream-yesterday_text:focus{
    background-color: #DE7777B3;
  }

  :root .md\:focus\:bg-am-brown-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-brown-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .md\:focus\:bg-am-brown:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-base:disabled{
    background-color: var(--background-base);
  }

  :root .md\:disabled\:bg-card:disabled{
    background-color: var(--background-card);
  }

  :root .md\:disabled\:bg-app-bar:disabled{
    background-color: var(--background-app-bar);
  }

  :root .md\:disabled\:bg-hover:disabled{
    background-color: var(--background-hover);
  }

  :root .md\:disabled\:bg-current:disabled{
    background-color: currentColor;
  }

  :root .md\:disabled\:bg-transparent:disabled{
    background-color: transparent;
  }

  :root .md\:disabled\:bg-black:disabled{
    background-color: var(--text-color);
  }

  :root .md\:disabled\:bg-white:disabled{
    background-color: var(--text-color-light);
  }

  :root .md\:disabled\:bg-contrast-black:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-contrast-white:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-grays-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-grays:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-gray-light:disabled{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:disabled\:bg-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-red-light:disabled{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:disabled\:bg-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-orange-light:disabled{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:disabled\:bg-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-deep-orange-light:disabled{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:disabled\:bg-deep-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-amber-light:disabled{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:disabled\:bg-amber:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-green-light:disabled{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:disabled\:bg-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-teal-light:disabled{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:disabled\:bg-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-cyan-light:disabled{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:disabled\:bg-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-purple-light:disabled{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:disabled\:bg-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-deep-purple-light:disabled{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:disabled\:bg-deep-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-pink-light:disabled{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:disabled\:bg-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-primary-light:disabled{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .md\:disabled\:bg-primary:disabled{
    background-color: rgb(var(--color-primary));
  }

  :root .md\:disabled\:bg-accent-light:disabled{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .md\:disabled\:bg-accent:disabled{
    background-color: rgb(var(--color-accent));
  }

  :root .md\:disabled\:bg-warn-light:disabled{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .md\:disabled\:bg-warn:disabled{
    background-color: rgb(var(--color-warn));
  }

  :root .md\:disabled\:bg-am-base-background:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-main-blue:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-main-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-main-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-gray-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-gray-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-coral:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-coral-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-coral-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-teal-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-teal-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-new-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-purple-transparent:disabled{
    background-color: #757de338;
  }

  :root .md\:disabled\:bg-am-purple-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-purple-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-green-brightest:disabled{
    background-color: #77DEA280;
  }

  :root .md\:disabled\:bg-am-green-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-green-aqua:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-green-brightest-transparent:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-green-hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-red-alive:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-red-intense:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-grey-light:disabled{
    background-color: #BFC4FF1F;
  }

  :root .md\:disabled\:bg-am-grey-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-grey-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-grey-transparent:disabled{
    background-color: #BFC4FF4B;
  }

  :root .md\:disabled\:bg-am-grey:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-pink-brightest:disabled{
    background-color: #d977dd3b;
  }

  :root .md\:disabled\:bg-am-pink-rose:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-orange-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cyan-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cyan-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cyan-blue:disabled{
    background-color: #0061FD60;
  }

  :root .md\:disabled\:bg-am-cyan-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-blue:disabled{
    background-color: #0061FD60;
  }

  :root .md\:disabled\:bg-am-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-yellow-resalt:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cream-entry:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cream-entry_light:disabled{
    background-color: #81E6AB33;
  }

  :root .md\:disabled\:bg-am-cream-entry_text:disabled{
    background-color: #81E6ABB3;
  }

  :root .md\:disabled\:bg-am-cream-lunchgo:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cream-lunchgo_light:disabled{
    background-color: #EEBA7233;
  }

  :root .md\:disabled\:bg-am-cream-lunchgo_text:disabled{
    background-color: #EEBA72B3;
  }

  :root .md\:disabled\:bg-am-cream-lunchback:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cream-lunchback_light:disabled{
    background-color: #EE8F7233;
  }

  :root .md\:disabled\:bg-am-cream-lunchback_text:disabled{
    background-color: #EE8F72B3;
  }

  :root .md\:disabled\:bg-am-cream-exit:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cream-exit_light:disabled{
    background-color: #81E6E233;
  }

  :root .md\:disabled\:bg-am-cream-exit_text:disabled{
    background-color: #81E6E2B3;
  }

  :root .md\:disabled\:bg-am-cream-yesterday:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-cream-yesterday_light:disabled{
    background-color: #DE777733;
  }

  :root .md\:disabled\:bg-am-cream-yesterday_text:disabled{
    background-color: #DE7777B3;
  }

  :root .md\:disabled\:bg-am-brown-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-brown-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .md\:disabled\:bg-am-brown:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  :root .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  :root .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  :root .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .md\:bg-none{
    background-image: none;
  }

  :root .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-grays-light{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .md\:from-grays{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .md\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:from-am-base-background{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .md\:from-am-main-blue{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:from-am-main-blue-light{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .md\:from-am-main-blue-dark{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .md\:from-am-gray{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .md\:from-am-gray-light{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .md\:from-am-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:from-am-new-green{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:from-am-new-green-light{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .md\:from-am-new-green-dark{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .md\:from-am-new-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:from-am-new-orange-light{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .md\:from-am-new-orange-dark{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .md\:from-am-coral{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:from-am-coral-light{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .md\:from-am-coral-dark{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .md\:from-am-teal{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:from-am-teal-light{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .md\:from-am-teal-dark{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .md\:from-am-new-red{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:from-am-new-red-light{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .md\:from-am-new-red-dark{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .md\:from-am-new-yellow{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:from-am-new-yellow-light{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .md\:from-am-new-yellow-dark{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .md\:from-am-new-pink{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:from-am-new-pink-light{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .md\:from-am-new-pink-dark{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .md\:from-am-new-purple{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .md\:from-am-new-purple-light{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .md\:from-am-new-purple-dark{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .md\:from-am-purple-transparent{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .md\:from-am-purple-relight{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .md\:from-am-purple-light{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .md\:from-am-purple-medium{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .md\:from-am-purple-dark{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .md\:from-am-purple{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:from-am-green-light{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:from-am-green-brightest{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:from-am-green-cyan{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .md\:from-am-green-dark{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .md\:from-am-green-aqua{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .md\:from-am-green-brightest-transparent{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .md\:from-am-green-hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .md\:from-am-green{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .md\:from-am-red-alive{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .md\:from-am-red-light{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .md\:from-am-red-dark{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .md\:from-am-red-intense{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .md\:from-am-red{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:from-am-grey-light{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:from-am-grey-dark{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .md\:from-am-grey-medium{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .md\:from-am-grey-transparent{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:from-am-grey{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:from-am-pink-light{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .md\:from-am-pink-dark{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .md\:from-am-pink-brightest{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:from-am-pink-rose{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .md\:from-am-pink{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:from-am-orange-light{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .md\:from-am-orange-relight{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .md\:from-am-orange-dark{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .md\:from-am-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:from-am-cyan-light{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .md\:from-am-cyan-dark{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .md\:from-am-cyan-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:from-am-cyan-green{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .md\:from-am-cyan{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .md\:from-am-blue-light{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .md\:from-am-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:from-am-blue-dark{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .md\:from-am-yellow-resalt{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:from-am-yellow-light{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .md\:from-am-yellow-dark{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .md\:from-am-yellow{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .md\:from-am-cream-entry{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:from-am-cream-entry_light{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:from-am-cream-entry_text{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:from-am-cream-lunchgo{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:from-am-cream-lunchgo_light{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:from-am-cream-lunchgo_text{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:from-am-cream-lunchback{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:from-am-cream-lunchback_light{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:from-am-cream-lunchback_text{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:from-am-cream-exit{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:from-am-cream-exit_light{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:from-am-cream-exit_text{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:from-am-cream-yesterday{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:from-am-cream-yesterday_light{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:from-am-cream-yesterday_text{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:from-am-brown-light{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .md\:from-am-brown-dark{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .md\:from-am-brown{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-grays-light:hover{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .md\:hover\:from-grays:hover{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .md\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:from-am-base-background:hover{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .md\:hover\:from-am-main-blue:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:hover\:from-am-main-blue-light:hover{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .md\:hover\:from-am-main-blue-dark:hover{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .md\:hover\:from-am-gray:hover{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .md\:hover\:from-am-gray-light:hover{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .md\:hover\:from-am-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:hover\:from-am-new-green:hover{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:hover\:from-am-new-green-light:hover{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .md\:hover\:from-am-new-green-dark:hover{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .md\:hover\:from-am-new-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:hover\:from-am-new-orange-light:hover{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .md\:hover\:from-am-new-orange-dark:hover{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .md\:hover\:from-am-coral:hover{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:from-am-coral-light:hover{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .md\:hover\:from-am-coral-dark:hover{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .md\:hover\:from-am-teal:hover{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:from-am-teal-light:hover{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .md\:hover\:from-am-teal-dark:hover{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .md\:hover\:from-am-new-red:hover{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:from-am-new-red-light:hover{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .md\:hover\:from-am-new-red-dark:hover{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .md\:hover\:from-am-new-yellow:hover{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:hover\:from-am-new-yellow-light:hover{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .md\:hover\:from-am-new-yellow-dark:hover{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .md\:hover\:from-am-new-pink:hover{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:hover\:from-am-new-pink-light:hover{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .md\:hover\:from-am-new-pink-dark:hover{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .md\:hover\:from-am-new-purple:hover{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .md\:hover\:from-am-new-purple-light:hover{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .md\:hover\:from-am-new-purple-dark:hover{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .md\:hover\:from-am-purple-transparent:hover{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .md\:hover\:from-am-purple-relight:hover{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .md\:hover\:from-am-purple-light:hover{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .md\:hover\:from-am-purple-medium:hover{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .md\:hover\:from-am-purple-dark:hover{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .md\:hover\:from-am-purple:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:hover\:from-am-green-light:hover{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:hover\:from-am-green-brightest:hover{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:hover\:from-am-green-cyan:hover{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .md\:hover\:from-am-green-dark:hover{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .md\:hover\:from-am-green-aqua:hover{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .md\:hover\:from-am-green-brightest-transparent:hover{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .md\:hover\:from-am-green-hover:hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .md\:hover\:from-am-green:hover{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .md\:hover\:from-am-red-alive:hover{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .md\:hover\:from-am-red-light:hover{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .md\:hover\:from-am-red-dark:hover{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .md\:hover\:from-am-red-intense:hover{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .md\:hover\:from-am-red:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:from-am-grey-light:hover{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:hover\:from-am-grey-dark:hover{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .md\:hover\:from-am-grey-medium:hover{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .md\:hover\:from-am-grey-transparent:hover{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:hover\:from-am-grey:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:hover\:from-am-pink-light:hover{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .md\:hover\:from-am-pink-dark:hover{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .md\:hover\:from-am-pink-brightest:hover{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:hover\:from-am-pink-rose:hover{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .md\:hover\:from-am-pink:hover{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:hover\:from-am-orange-light:hover{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .md\:hover\:from-am-orange-relight:hover{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .md\:hover\:from-am-orange-dark:hover{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .md\:hover\:from-am-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:hover\:from-am-cyan-light:hover{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .md\:hover\:from-am-cyan-dark:hover{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .md\:hover\:from-am-cyan-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:hover\:from-am-cyan-green:hover{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .md\:hover\:from-am-cyan:hover{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .md\:hover\:from-am-blue-light:hover{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .md\:hover\:from-am-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:hover\:from-am-blue-dark:hover{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .md\:hover\:from-am-yellow-resalt:hover{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:hover\:from-am-yellow-light:hover{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .md\:hover\:from-am-yellow-dark:hover{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .md\:hover\:from-am-yellow:hover{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .md\:hover\:from-am-cream-entry:hover{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:hover\:from-am-cream-entry_light:hover{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:hover\:from-am-cream-entry_text:hover{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:hover\:from-am-cream-lunchgo:hover{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:hover\:from-am-cream-lunchgo_light:hover{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:hover\:from-am-cream-lunchgo_text:hover{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:hover\:from-am-cream-lunchback:hover{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:from-am-cream-lunchback_light:hover{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:from-am-cream-lunchback_text:hover{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:from-am-cream-exit:hover{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:from-am-cream-exit_light:hover{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:from-am-cream-exit_text:hover{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:from-am-cream-yesterday:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:from-am-cream-yesterday_light:hover{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:from-am-cream-yesterday_text:hover{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:from-am-brown-light:hover{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .md\:hover\:from-am-brown-dark:hover{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .md\:hover\:from-am-brown:hover{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-grays-light:focus{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .md\:focus\:from-grays:focus{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .md\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:from-am-base-background:focus{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .md\:focus\:from-am-main-blue:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:focus\:from-am-main-blue-light:focus{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .md\:focus\:from-am-main-blue-dark:focus{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .md\:focus\:from-am-gray:focus{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .md\:focus\:from-am-gray-light:focus{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .md\:focus\:from-am-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:focus\:from-am-new-green:focus{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:focus\:from-am-new-green-light:focus{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .md\:focus\:from-am-new-green-dark:focus{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .md\:focus\:from-am-new-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:focus\:from-am-new-orange-light:focus{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .md\:focus\:from-am-new-orange-dark:focus{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .md\:focus\:from-am-coral:focus{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:from-am-coral-light:focus{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .md\:focus\:from-am-coral-dark:focus{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .md\:focus\:from-am-teal:focus{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:from-am-teal-light:focus{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .md\:focus\:from-am-teal-dark:focus{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .md\:focus\:from-am-new-red:focus{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:from-am-new-red-light:focus{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .md\:focus\:from-am-new-red-dark:focus{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .md\:focus\:from-am-new-yellow:focus{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:focus\:from-am-new-yellow-light:focus{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .md\:focus\:from-am-new-yellow-dark:focus{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .md\:focus\:from-am-new-pink:focus{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:focus\:from-am-new-pink-light:focus{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .md\:focus\:from-am-new-pink-dark:focus{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .md\:focus\:from-am-new-purple:focus{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .md\:focus\:from-am-new-purple-light:focus{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .md\:focus\:from-am-new-purple-dark:focus{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .md\:focus\:from-am-purple-transparent:focus{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .md\:focus\:from-am-purple-relight:focus{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .md\:focus\:from-am-purple-light:focus{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .md\:focus\:from-am-purple-medium:focus{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .md\:focus\:from-am-purple-dark:focus{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .md\:focus\:from-am-purple:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:focus\:from-am-green-light:focus{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:focus\:from-am-green-brightest:focus{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:focus\:from-am-green-cyan:focus{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .md\:focus\:from-am-green-dark:focus{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .md\:focus\:from-am-green-aqua:focus{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .md\:focus\:from-am-green-brightest-transparent:focus{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .md\:focus\:from-am-green-hover:focus{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .md\:focus\:from-am-green:focus{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .md\:focus\:from-am-red-alive:focus{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .md\:focus\:from-am-red-light:focus{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .md\:focus\:from-am-red-dark:focus{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .md\:focus\:from-am-red-intense:focus{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .md\:focus\:from-am-red:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:from-am-grey-light:focus{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:focus\:from-am-grey-dark:focus{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .md\:focus\:from-am-grey-medium:focus{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .md\:focus\:from-am-grey-transparent:focus{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:focus\:from-am-grey:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:focus\:from-am-pink-light:focus{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .md\:focus\:from-am-pink-dark:focus{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .md\:focus\:from-am-pink-brightest:focus{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:focus\:from-am-pink-rose:focus{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .md\:focus\:from-am-pink:focus{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:focus\:from-am-orange-light:focus{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .md\:focus\:from-am-orange-relight:focus{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .md\:focus\:from-am-orange-dark:focus{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .md\:focus\:from-am-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:focus\:from-am-cyan-light:focus{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .md\:focus\:from-am-cyan-dark:focus{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .md\:focus\:from-am-cyan-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:focus\:from-am-cyan-green:focus{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .md\:focus\:from-am-cyan:focus{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .md\:focus\:from-am-blue-light:focus{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .md\:focus\:from-am-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:focus\:from-am-blue-dark:focus{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .md\:focus\:from-am-yellow-resalt:focus{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:focus\:from-am-yellow-light:focus{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .md\:focus\:from-am-yellow-dark:focus{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .md\:focus\:from-am-yellow:focus{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .md\:focus\:from-am-cream-entry:focus{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:focus\:from-am-cream-entry_light:focus{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:focus\:from-am-cream-entry_text:focus{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:focus\:from-am-cream-lunchgo:focus{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:focus\:from-am-cream-lunchgo_light:focus{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:focus\:from-am-cream-lunchgo_text:focus{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:focus\:from-am-cream-lunchback:focus{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:from-am-cream-lunchback_light:focus{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:from-am-cream-lunchback_text:focus{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:from-am-cream-exit:focus{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:from-am-cream-exit_light:focus{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:from-am-cream-exit_text:focus{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:from-am-cream-yesterday:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:from-am-cream-yesterday_light:focus{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:from-am-cream-yesterday_text:focus{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:from-am-brown-light:focus{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .md\:focus\:from-am-brown-dark:focus{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .md\:focus\:from-am-brown:focus{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-grays-light{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .md\:via-grays{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .md\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:via-am-base-background{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .md\:via-am-main-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:via-am-main-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .md\:via-am-main-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .md\:via-am-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .md\:via-am-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .md\:via-am-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:via-am-new-green{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:via-am-new-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .md\:via-am-new-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .md\:via-am-new-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:via-am-new-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .md\:via-am-new-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .md\:via-am-coral{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:via-am-coral-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .md\:via-am-coral-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .md\:via-am-teal{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:via-am-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .md\:via-am-teal-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .md\:via-am-new-red{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:via-am-new-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .md\:via-am-new-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .md\:via-am-new-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:via-am-new-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .md\:via-am-new-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .md\:via-am-new-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:via-am-new-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .md\:via-am-new-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .md\:via-am-new-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .md\:via-am-new-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .md\:via-am-new-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .md\:via-am-purple-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .md\:via-am-purple-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .md\:via-am-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .md\:via-am-purple-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .md\:via-am-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .md\:via-am-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:via-am-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:via-am-green-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:via-am-green-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .md\:via-am-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .md\:via-am-green-aqua{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .md\:via-am-green-brightest-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .md\:via-am-green-hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .md\:via-am-green{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .md\:via-am-red-alive{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .md\:via-am-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .md\:via-am-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .md\:via-am-red-intense{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .md\:via-am-red{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:via-am-grey-light{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:via-am-grey-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .md\:via-am-grey-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .md\:via-am-grey-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:via-am-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:via-am-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .md\:via-am-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .md\:via-am-pink-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:via-am-pink-rose{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .md\:via-am-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:via-am-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .md\:via-am-orange-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .md\:via-am-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .md\:via-am-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:via-am-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .md\:via-am-cyan-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .md\:via-am-cyan-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:via-am-cyan-green{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .md\:via-am-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .md\:via-am-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .md\:via-am-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:via-am-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .md\:via-am-yellow-resalt{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:via-am-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .md\:via-am-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .md\:via-am-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .md\:via-am-cream-entry{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:via-am-cream-entry_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:via-am-cream-entry_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:via-am-cream-lunchgo{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:via-am-cream-lunchgo_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:via-am-cream-lunchgo_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:via-am-cream-lunchback{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:via-am-cream-lunchback_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:via-am-cream-lunchback_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:via-am-cream-exit{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:via-am-cream-exit_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:via-am-cream-exit_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:via-am-cream-yesterday{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:via-am-cream-yesterday_light{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:via-am-cream-yesterday_text{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:via-am-brown-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .md\:via-am-brown-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .md\:via-am-brown{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-grays-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .md\:hover\:via-grays:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .md\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:hover\:via-am-base-background:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .md\:hover\:via-am-main-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:hover\:via-am-main-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .md\:hover\:via-am-main-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .md\:hover\:via-am-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .md\:hover\:via-am-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .md\:hover\:via-am-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:hover\:via-am-new-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:hover\:via-am-new-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .md\:hover\:via-am-new-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .md\:hover\:via-am-new-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:hover\:via-am-new-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .md\:hover\:via-am-new-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .md\:hover\:via-am-coral:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:via-am-coral-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .md\:hover\:via-am-coral-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .md\:hover\:via-am-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:via-am-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .md\:hover\:via-am-teal-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .md\:hover\:via-am-new-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:via-am-new-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .md\:hover\:via-am-new-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .md\:hover\:via-am-new-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:hover\:via-am-new-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .md\:hover\:via-am-new-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .md\:hover\:via-am-new-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:hover\:via-am-new-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .md\:hover\:via-am-new-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .md\:hover\:via-am-new-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .md\:hover\:via-am-new-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .md\:hover\:via-am-new-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .md\:hover\:via-am-purple-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .md\:hover\:via-am-purple-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .md\:hover\:via-am-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .md\:hover\:via-am-purple-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .md\:hover\:via-am-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .md\:hover\:via-am-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:hover\:via-am-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:hover\:via-am-green-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:hover\:via-am-green-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .md\:hover\:via-am-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .md\:hover\:via-am-green-aqua:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .md\:hover\:via-am-green-brightest-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .md\:hover\:via-am-green-hover:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .md\:hover\:via-am-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .md\:hover\:via-am-red-alive:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .md\:hover\:via-am-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .md\:hover\:via-am-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .md\:hover\:via-am-red-intense:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .md\:hover\:via-am-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:via-am-grey-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:hover\:via-am-grey-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .md\:hover\:via-am-grey-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .md\:hover\:via-am-grey-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:hover\:via-am-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:hover\:via-am-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .md\:hover\:via-am-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .md\:hover\:via-am-pink-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:hover\:via-am-pink-rose:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .md\:hover\:via-am-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:hover\:via-am-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .md\:hover\:via-am-orange-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .md\:hover\:via-am-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .md\:hover\:via-am-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:hover\:via-am-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .md\:hover\:via-am-cyan-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .md\:hover\:via-am-cyan-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:hover\:via-am-cyan-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .md\:hover\:via-am-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .md\:hover\:via-am-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .md\:hover\:via-am-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:hover\:via-am-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .md\:hover\:via-am-yellow-resalt:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:hover\:via-am-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .md\:hover\:via-am-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .md\:hover\:via-am-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .md\:hover\:via-am-cream-entry:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:hover\:via-am-cream-entry_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:hover\:via-am-cream-entry_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:hover\:via-am-cream-lunchgo:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:hover\:via-am-cream-lunchgo_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:hover\:via-am-cream-lunchgo_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:hover\:via-am-cream-lunchback:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:via-am-cream-lunchback_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:via-am-cream-lunchback_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:hover\:via-am-cream-exit:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:via-am-cream-exit_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:via-am-cream-exit_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:hover\:via-am-cream-yesterday:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:via-am-cream-yesterday_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:via-am-cream-yesterday_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:hover\:via-am-brown-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .md\:hover\:via-am-brown-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .md\:hover\:via-am-brown:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .md\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-grays-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .md\:focus\:via-grays:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .md\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .md\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .md\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .md\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .md\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .md\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .md\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .md\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .md\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .md\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .md\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .md\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .md\:focus\:via-am-base-background:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .md\:focus\:via-am-main-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:focus\:via-am-main-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .md\:focus\:via-am-main-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .md\:focus\:via-am-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .md\:focus\:via-am-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .md\:focus\:via-am-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:focus\:via-am-new-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:focus\:via-am-new-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .md\:focus\:via-am-new-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .md\:focus\:via-am-new-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:focus\:via-am-new-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .md\:focus\:via-am-new-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .md\:focus\:via-am-coral:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:via-am-coral-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .md\:focus\:via-am-coral-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .md\:focus\:via-am-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:via-am-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .md\:focus\:via-am-teal-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .md\:focus\:via-am-new-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:via-am-new-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .md\:focus\:via-am-new-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .md\:focus\:via-am-new-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:focus\:via-am-new-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .md\:focus\:via-am-new-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .md\:focus\:via-am-new-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:focus\:via-am-new-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .md\:focus\:via-am-new-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .md\:focus\:via-am-new-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .md\:focus\:via-am-new-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .md\:focus\:via-am-new-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .md\:focus\:via-am-purple-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .md\:focus\:via-am-purple-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .md\:focus\:via-am-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .md\:focus\:via-am-purple-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .md\:focus\:via-am-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .md\:focus\:via-am-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .md\:focus\:via-am-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:focus\:via-am-green-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .md\:focus\:via-am-green-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .md\:focus\:via-am-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .md\:focus\:via-am-green-aqua:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .md\:focus\:via-am-green-brightest-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .md\:focus\:via-am-green-hover:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .md\:focus\:via-am-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .md\:focus\:via-am-red-alive:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .md\:focus\:via-am-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .md\:focus\:via-am-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .md\:focus\:via-am-red-intense:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .md\:focus\:via-am-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:via-am-grey-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:focus\:via-am-grey-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .md\:focus\:via-am-grey-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .md\:focus\:via-am-grey-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .md\:focus\:via-am-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .md\:focus\:via-am-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .md\:focus\:via-am-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .md\:focus\:via-am-pink-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:focus\:via-am-pink-rose:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .md\:focus\:via-am-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .md\:focus\:via-am-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .md\:focus\:via-am-orange-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .md\:focus\:via-am-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .md\:focus\:via-am-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .md\:focus\:via-am-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .md\:focus\:via-am-cyan-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .md\:focus\:via-am-cyan-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:focus\:via-am-cyan-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .md\:focus\:via-am-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .md\:focus\:via-am-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .md\:focus\:via-am-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .md\:focus\:via-am-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .md\:focus\:via-am-yellow-resalt:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .md\:focus\:via-am-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .md\:focus\:via-am-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .md\:focus\:via-am-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .md\:focus\:via-am-cream-entry:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:focus\:via-am-cream-entry_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:focus\:via-am-cream-entry_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .md\:focus\:via-am-cream-lunchgo:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:focus\:via-am-cream-lunchgo_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:focus\:via-am-cream-lunchgo_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .md\:focus\:via-am-cream-lunchback:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:via-am-cream-lunchback_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:via-am-cream-lunchback_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .md\:focus\:via-am-cream-exit:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:via-am-cream-exit_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:via-am-cream-exit_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .md\:focus\:via-am-cream-yesterday:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:via-am-cream-yesterday_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:via-am-cream-yesterday_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .md\:focus\:via-am-brown-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .md\:focus\:via-am-brown-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .md\:focus\:via-am-brown:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .md\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .md\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .md\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .md\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .md\:to-grays-light{
    --tw-gradient-to: #D6D6D6;
  }

  :root .md\:to-grays{
    --tw-gradient-to: #969CA7;
  }

  :root .md\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .md\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .md\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .md\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .md\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .md\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .md\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .md\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .md\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .md\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .md\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .md\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .md\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .md\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .md\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .md\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .md\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .md\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .md\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .md\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .md\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .md\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .md\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .md\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .md\:to-am-base-background{
    --tw-gradient-to: #F4F6FF;
  }

  :root .md\:to-am-main-blue{
    --tw-gradient-to: #7084E3;
  }

  :root .md\:to-am-main-blue-light{
    --tw-gradient-to: #d0d8ff;
  }

  :root .md\:to-am-main-blue-dark{
    --tw-gradient-to: #00004d;
  }

  :root .md\:to-am-gray{
    --tw-gradient-to: #9a9a9a;
  }

  :root .md\:to-am-gray-light{
    --tw-gradient-to: #bebebe;
  }

  :root .md\:to-am-gray-dark{
    --tw-gradient-to: #666666;
  }

  :root .md\:to-am-new-green{
    --tw-gradient-to: #77dea2;
  }

  :root .md\:to-am-new-green-light{
    --tw-gradient-to: #baeed0;
  }

  :root .md\:to-am-new-green-dark{
    --tw-gradient-to: #27834d;
  }

  :root .md\:to-am-new-orange{
    --tw-gradient-to: #f78842;
  }

  :root .md\:to-am-new-orange-light{
    --tw-gradient-to: #fbc3a0;
  }

  :root .md\:to-am-new-orange-dark{
    --tw-gradient-to: #af5f2e;
  }

  :root .md\:to-am-coral{
    --tw-gradient-to: #ee8f72;
  }

  :root .md\:to-am-coral-light{
    --tw-gradient-to: #f6c7b8;
  }

  :root .md\:to-am-coral-dark{
    --tw-gradient-to: #be6a50;
  }

  :root .md\:to-am-teal{
    --tw-gradient-to: #81e6e2;
  }

  :root .md\:to-am-teal-light{
    --tw-gradient-to: #b3f0ed;
  }

  :root .md\:to-am-teal-dark{
    --tw-gradient-to: #449D99;
  }

  :root .md\:to-am-new-red{
    --tw-gradient-to: #de7777;
  }

  :root .md\:to-am-new-red-light{
    --tw-gradient-to: #f2b0b0;
  }

  :root .md\:to-am-new-red-dark{
    --tw-gradient-to: #ac3d3d;
  }

  :root .md\:to-am-new-yellow{
    --tw-gradient-to: #ffce00;
  }

  :root .md\:to-am-new-yellow-light{
    --tw-gradient-to: #ffeb99;
  }

  :root .md\:to-am-new-yellow-dark{
    --tw-gradient-to: #a56c00;
  }

  :root .md\:to-am-new-pink{
    --tw-gradient-to: #d977dd;
  }

  :root .md\:to-am-new-pink-light{
    --tw-gradient-to: #ecbaee;
  }

  :root .md\:to-am-new-pink-dark{
    --tw-gradient-to: #97569a;
  }

  :root .md\:to-am-new-purple{
    --tw-gradient-to: #8f7ee3;
  }

  :root .md\:to-am-new-purple-light{
    --tw-gradient-to: #baacff;
  }

  :root .md\:to-am-new-purple-dark{
    --tw-gradient-to: #7164b1;
  }

  :root .md\:to-am-purple-transparent{
    --tw-gradient-to: #757de338;
  }

  :root .md\:to-am-purple-relight{
    --tw-gradient-to: #f0f1ff;
  }

  :root .md\:to-am-purple-light{
    --tw-gradient-to: #dbdcff;
  }

  :root .md\:to-am-purple-medium{
    --tw-gradient-to: #927DEA;
  }

  :root .md\:to-am-purple-dark{
    --tw-gradient-to: #465499;
  }

  :root .md\:to-am-purple{
    --tw-gradient-to: #7084E3;
  }

  :root .md\:to-am-green-light{
    --tw-gradient-to: #77DEA2;
  }

  :root .md\:to-am-green-brightest{
    --tw-gradient-to: #77DEA280;
  }

  :root .md\:to-am-green-cyan{
    --tw-gradient-to: #26b28f;
  }

  :root .md\:to-am-green-dark{
    --tw-gradient-to: #1f8f4e;
  }

  :root .md\:to-am-green-aqua{
    --tw-gradient-to: #7DEAB4;
  }

  :root .md\:to-am-green-brightest-transparent{
    --tw-gradient-to: #e9f8ee;
  }

  :root .md\:to-am-green-hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .md\:to-am-green{
    --tw-gradient-to: #54C931;
  }

  :root .md\:to-am-red-alive{
    --tw-gradient-to: #E56262;
  }

  :root .md\:to-am-red-light{
    --tw-gradient-to: #ffcece;
  }

  :root .md\:to-am-red-dark{
    --tw-gradient-to: #d93d3d;
  }

  :root .md\:to-am-red-intense{
    --tw-gradient-to: #f00846;
  }

  :root .md\:to-am-red{
    --tw-gradient-to: #DE7777;
  }

  :root .md\:to-am-grey-light{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .md\:to-am-grey-dark{
    --tw-gradient-to: #2C303E;
  }

  :root .md\:to-am-grey-medium{
    --tw-gradient-to: #bbbbbb;
  }

  :root .md\:to-am-grey-transparent{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .md\:to-am-grey{
    --tw-gradient-to: #666666;
  }

  :root .md\:to-am-pink-light{
    --tw-gradient-to: #edcff0;
  }

  :root .md\:to-am-pink-dark{
    --tw-gradient-to: #a941ae;
  }

  :root .md\:to-am-pink-brightest{
    --tw-gradient-to: #d977dd3b;
  }

  :root .md\:to-am-pink-rose{
    --tw-gradient-to: #F8BBD0;
  }

  :root .md\:to-am-pink{
    --tw-gradient-to: #D977DD;
  }

  :root .md\:to-am-orange-light{
    --tw-gradient-to: #f89103;
  }

  :root .md\:to-am-orange-relight{
    --tw-gradient-to: #fff1e8;
  }

  :root .md\:to-am-orange-dark{
    --tw-gradient-to: #b57c00;
  }

  :root .md\:to-am-orange{
    --tw-gradient-to: #f78842;
  }

  :root .md\:to-am-cyan-light{
    --tw-gradient-to: #b3edf4;
  }

  :root .md\:to-am-cyan-dark{
    --tw-gradient-to: #129aa6;
  }

  :root .md\:to-am-cyan-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .md\:to-am-cyan-green{
    --tw-gradient-to: #b9eadf;
  }

  :root .md\:to-am-cyan{
    --tw-gradient-to: #18D9EA;
  }

  :root .md\:to-am-blue-light{
    --tw-gradient-to: #92C9F2;
  }

  :root .md\:to-am-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .md\:to-am-blue-dark{
    --tw-gradient-to: #5784a5;
  }

  :root .md\:to-am-yellow-resalt{
    --tw-gradient-to: #FFCE00;
  }

  :root .md\:to-am-yellow-light{
    --tw-gradient-to: #f8e9ae;
  }

  :root .md\:to-am-yellow-dark{
    --tw-gradient-to: #c18b11;
  }

  :root .md\:to-am-yellow{
    --tw-gradient-to: #FAD073;
  }

  :root .md\:to-am-cream-entry{
    --tw-gradient-to: #81E6AB;
  }

  :root .md\:to-am-cream-entry_light{
    --tw-gradient-to: #81E6AB33;
  }

  :root .md\:to-am-cream-entry_text{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .md\:to-am-cream-lunchgo{
    --tw-gradient-to: #EEBA72;
  }

  :root .md\:to-am-cream-lunchgo_light{
    --tw-gradient-to: #EEBA7233;
  }

  :root .md\:to-am-cream-lunchgo_text{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .md\:to-am-cream-lunchback{
    --tw-gradient-to: #EE8F72;
  }

  :root .md\:to-am-cream-lunchback_light{
    --tw-gradient-to: #EE8F7233;
  }

  :root .md\:to-am-cream-lunchback_text{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .md\:to-am-cream-exit{
    --tw-gradient-to: #81E6E2;
  }

  :root .md\:to-am-cream-exit_light{
    --tw-gradient-to: #81E6E233;
  }

  :root .md\:to-am-cream-exit_text{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .md\:to-am-cream-yesterday{
    --tw-gradient-to: #DE7777;
  }

  :root .md\:to-am-cream-yesterday_light{
    --tw-gradient-to: #DE777733;
  }

  :root .md\:to-am-cream-yesterday_text{
    --tw-gradient-to: #DE7777B3;
  }

  :root .md\:to-am-brown-light{
    --tw-gradient-to: #f1e1d8;
  }

  :root .md\:to-am-brown-dark{
    --tw-gradient-to: #501D0E;
  }

  :root .md\:to-am-brown{
    --tw-gradient-to: #A23E00;
  }

  :root .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .md\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .md\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .md\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .md\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .md\:hover\:to-grays-light:hover{
    --tw-gradient-to: #D6D6D6;
  }

  :root .md\:hover\:to-grays:hover{
    --tw-gradient-to: #969CA7;
  }

  :root .md\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .md\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .md\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .md\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .md\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .md\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .md\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .md\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .md\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .md\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .md\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .md\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .md\:hover\:to-am-base-background:hover{
    --tw-gradient-to: #F4F6FF;
  }

  :root .md\:hover\:to-am-main-blue:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .md\:hover\:to-am-main-blue-light:hover{
    --tw-gradient-to: #d0d8ff;
  }

  :root .md\:hover\:to-am-main-blue-dark:hover{
    --tw-gradient-to: #00004d;
  }

  :root .md\:hover\:to-am-gray:hover{
    --tw-gradient-to: #9a9a9a;
  }

  :root .md\:hover\:to-am-gray-light:hover{
    --tw-gradient-to: #bebebe;
  }

  :root .md\:hover\:to-am-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  :root .md\:hover\:to-am-new-green:hover{
    --tw-gradient-to: #77dea2;
  }

  :root .md\:hover\:to-am-new-green-light:hover{
    --tw-gradient-to: #baeed0;
  }

  :root .md\:hover\:to-am-new-green-dark:hover{
    --tw-gradient-to: #27834d;
  }

  :root .md\:hover\:to-am-new-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .md\:hover\:to-am-new-orange-light:hover{
    --tw-gradient-to: #fbc3a0;
  }

  :root .md\:hover\:to-am-new-orange-dark:hover{
    --tw-gradient-to: #af5f2e;
  }

  :root .md\:hover\:to-am-coral:hover{
    --tw-gradient-to: #ee8f72;
  }

  :root .md\:hover\:to-am-coral-light:hover{
    --tw-gradient-to: #f6c7b8;
  }

  :root .md\:hover\:to-am-coral-dark:hover{
    --tw-gradient-to: #be6a50;
  }

  :root .md\:hover\:to-am-teal:hover{
    --tw-gradient-to: #81e6e2;
  }

  :root .md\:hover\:to-am-teal-light:hover{
    --tw-gradient-to: #b3f0ed;
  }

  :root .md\:hover\:to-am-teal-dark:hover{
    --tw-gradient-to: #449D99;
  }

  :root .md\:hover\:to-am-new-red:hover{
    --tw-gradient-to: #de7777;
  }

  :root .md\:hover\:to-am-new-red-light:hover{
    --tw-gradient-to: #f2b0b0;
  }

  :root .md\:hover\:to-am-new-red-dark:hover{
    --tw-gradient-to: #ac3d3d;
  }

  :root .md\:hover\:to-am-new-yellow:hover{
    --tw-gradient-to: #ffce00;
  }

  :root .md\:hover\:to-am-new-yellow-light:hover{
    --tw-gradient-to: #ffeb99;
  }

  :root .md\:hover\:to-am-new-yellow-dark:hover{
    --tw-gradient-to: #a56c00;
  }

  :root .md\:hover\:to-am-new-pink:hover{
    --tw-gradient-to: #d977dd;
  }

  :root .md\:hover\:to-am-new-pink-light:hover{
    --tw-gradient-to: #ecbaee;
  }

  :root .md\:hover\:to-am-new-pink-dark:hover{
    --tw-gradient-to: #97569a;
  }

  :root .md\:hover\:to-am-new-purple:hover{
    --tw-gradient-to: #8f7ee3;
  }

  :root .md\:hover\:to-am-new-purple-light:hover{
    --tw-gradient-to: #baacff;
  }

  :root .md\:hover\:to-am-new-purple-dark:hover{
    --tw-gradient-to: #7164b1;
  }

  :root .md\:hover\:to-am-purple-transparent:hover{
    --tw-gradient-to: #757de338;
  }

  :root .md\:hover\:to-am-purple-relight:hover{
    --tw-gradient-to: #f0f1ff;
  }

  :root .md\:hover\:to-am-purple-light:hover{
    --tw-gradient-to: #dbdcff;
  }

  :root .md\:hover\:to-am-purple-medium:hover{
    --tw-gradient-to: #927DEA;
  }

  :root .md\:hover\:to-am-purple-dark:hover{
    --tw-gradient-to: #465499;
  }

  :root .md\:hover\:to-am-purple:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .md\:hover\:to-am-green-light:hover{
    --tw-gradient-to: #77DEA2;
  }

  :root .md\:hover\:to-am-green-brightest:hover{
    --tw-gradient-to: #77DEA280;
  }

  :root .md\:hover\:to-am-green-cyan:hover{
    --tw-gradient-to: #26b28f;
  }

  :root .md\:hover\:to-am-green-dark:hover{
    --tw-gradient-to: #1f8f4e;
  }

  :root .md\:hover\:to-am-green-aqua:hover{
    --tw-gradient-to: #7DEAB4;
  }

  :root .md\:hover\:to-am-green-brightest-transparent:hover{
    --tw-gradient-to: #e9f8ee;
  }

  :root .md\:hover\:to-am-green-hover:hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .md\:hover\:to-am-green:hover{
    --tw-gradient-to: #54C931;
  }

  :root .md\:hover\:to-am-red-alive:hover{
    --tw-gradient-to: #E56262;
  }

  :root .md\:hover\:to-am-red-light:hover{
    --tw-gradient-to: #ffcece;
  }

  :root .md\:hover\:to-am-red-dark:hover{
    --tw-gradient-to: #d93d3d;
  }

  :root .md\:hover\:to-am-red-intense:hover{
    --tw-gradient-to: #f00846;
  }

  :root .md\:hover\:to-am-red:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .md\:hover\:to-am-grey-light:hover{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .md\:hover\:to-am-grey-dark:hover{
    --tw-gradient-to: #2C303E;
  }

  :root .md\:hover\:to-am-grey-medium:hover{
    --tw-gradient-to: #bbbbbb;
  }

  :root .md\:hover\:to-am-grey-transparent:hover{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .md\:hover\:to-am-grey:hover{
    --tw-gradient-to: #666666;
  }

  :root .md\:hover\:to-am-pink-light:hover{
    --tw-gradient-to: #edcff0;
  }

  :root .md\:hover\:to-am-pink-dark:hover{
    --tw-gradient-to: #a941ae;
  }

  :root .md\:hover\:to-am-pink-brightest:hover{
    --tw-gradient-to: #d977dd3b;
  }

  :root .md\:hover\:to-am-pink-rose:hover{
    --tw-gradient-to: #F8BBD0;
  }

  :root .md\:hover\:to-am-pink:hover{
    --tw-gradient-to: #D977DD;
  }

  :root .md\:hover\:to-am-orange-light:hover{
    --tw-gradient-to: #f89103;
  }

  :root .md\:hover\:to-am-orange-relight:hover{
    --tw-gradient-to: #fff1e8;
  }

  :root .md\:hover\:to-am-orange-dark:hover{
    --tw-gradient-to: #b57c00;
  }

  :root .md\:hover\:to-am-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .md\:hover\:to-am-cyan-light:hover{
    --tw-gradient-to: #b3edf4;
  }

  :root .md\:hover\:to-am-cyan-dark:hover{
    --tw-gradient-to: #129aa6;
  }

  :root .md\:hover\:to-am-cyan-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .md\:hover\:to-am-cyan-green:hover{
    --tw-gradient-to: #b9eadf;
  }

  :root .md\:hover\:to-am-cyan:hover{
    --tw-gradient-to: #18D9EA;
  }

  :root .md\:hover\:to-am-blue-light:hover{
    --tw-gradient-to: #92C9F2;
  }

  :root .md\:hover\:to-am-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .md\:hover\:to-am-blue-dark:hover{
    --tw-gradient-to: #5784a5;
  }

  :root .md\:hover\:to-am-yellow-resalt:hover{
    --tw-gradient-to: #FFCE00;
  }

  :root .md\:hover\:to-am-yellow-light:hover{
    --tw-gradient-to: #f8e9ae;
  }

  :root .md\:hover\:to-am-yellow-dark:hover{
    --tw-gradient-to: #c18b11;
  }

  :root .md\:hover\:to-am-yellow:hover{
    --tw-gradient-to: #FAD073;
  }

  :root .md\:hover\:to-am-cream-entry:hover{
    --tw-gradient-to: #81E6AB;
  }

  :root .md\:hover\:to-am-cream-entry_light:hover{
    --tw-gradient-to: #81E6AB33;
  }

  :root .md\:hover\:to-am-cream-entry_text:hover{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .md\:hover\:to-am-cream-lunchgo:hover{
    --tw-gradient-to: #EEBA72;
  }

  :root .md\:hover\:to-am-cream-lunchgo_light:hover{
    --tw-gradient-to: #EEBA7233;
  }

  :root .md\:hover\:to-am-cream-lunchgo_text:hover{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .md\:hover\:to-am-cream-lunchback:hover{
    --tw-gradient-to: #EE8F72;
  }

  :root .md\:hover\:to-am-cream-lunchback_light:hover{
    --tw-gradient-to: #EE8F7233;
  }

  :root .md\:hover\:to-am-cream-lunchback_text:hover{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .md\:hover\:to-am-cream-exit:hover{
    --tw-gradient-to: #81E6E2;
  }

  :root .md\:hover\:to-am-cream-exit_light:hover{
    --tw-gradient-to: #81E6E233;
  }

  :root .md\:hover\:to-am-cream-exit_text:hover{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .md\:hover\:to-am-cream-yesterday:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .md\:hover\:to-am-cream-yesterday_light:hover{
    --tw-gradient-to: #DE777733;
  }

  :root .md\:hover\:to-am-cream-yesterday_text:hover{
    --tw-gradient-to: #DE7777B3;
  }

  :root .md\:hover\:to-am-brown-light:hover{
    --tw-gradient-to: #f1e1d8;
  }

  :root .md\:hover\:to-am-brown-dark:hover{
    --tw-gradient-to: #501D0E;
  }

  :root .md\:hover\:to-am-brown:hover{
    --tw-gradient-to: #A23E00;
  }

  :root .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .md\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .md\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .md\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .md\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .md\:focus\:to-grays-light:focus{
    --tw-gradient-to: #D6D6D6;
  }

  :root .md\:focus\:to-grays:focus{
    --tw-gradient-to: #969CA7;
  }

  :root .md\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .md\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .md\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .md\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .md\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .md\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .md\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .md\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .md\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .md\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .md\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .md\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .md\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .md\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .md\:focus\:to-am-base-background:focus{
    --tw-gradient-to: #F4F6FF;
  }

  :root .md\:focus\:to-am-main-blue:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .md\:focus\:to-am-main-blue-light:focus{
    --tw-gradient-to: #d0d8ff;
  }

  :root .md\:focus\:to-am-main-blue-dark:focus{
    --tw-gradient-to: #00004d;
  }

  :root .md\:focus\:to-am-gray:focus{
    --tw-gradient-to: #9a9a9a;
  }

  :root .md\:focus\:to-am-gray-light:focus{
    --tw-gradient-to: #bebebe;
  }

  :root .md\:focus\:to-am-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  :root .md\:focus\:to-am-new-green:focus{
    --tw-gradient-to: #77dea2;
  }

  :root .md\:focus\:to-am-new-green-light:focus{
    --tw-gradient-to: #baeed0;
  }

  :root .md\:focus\:to-am-new-green-dark:focus{
    --tw-gradient-to: #27834d;
  }

  :root .md\:focus\:to-am-new-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .md\:focus\:to-am-new-orange-light:focus{
    --tw-gradient-to: #fbc3a0;
  }

  :root .md\:focus\:to-am-new-orange-dark:focus{
    --tw-gradient-to: #af5f2e;
  }

  :root .md\:focus\:to-am-coral:focus{
    --tw-gradient-to: #ee8f72;
  }

  :root .md\:focus\:to-am-coral-light:focus{
    --tw-gradient-to: #f6c7b8;
  }

  :root .md\:focus\:to-am-coral-dark:focus{
    --tw-gradient-to: #be6a50;
  }

  :root .md\:focus\:to-am-teal:focus{
    --tw-gradient-to: #81e6e2;
  }

  :root .md\:focus\:to-am-teal-light:focus{
    --tw-gradient-to: #b3f0ed;
  }

  :root .md\:focus\:to-am-teal-dark:focus{
    --tw-gradient-to: #449D99;
  }

  :root .md\:focus\:to-am-new-red:focus{
    --tw-gradient-to: #de7777;
  }

  :root .md\:focus\:to-am-new-red-light:focus{
    --tw-gradient-to: #f2b0b0;
  }

  :root .md\:focus\:to-am-new-red-dark:focus{
    --tw-gradient-to: #ac3d3d;
  }

  :root .md\:focus\:to-am-new-yellow:focus{
    --tw-gradient-to: #ffce00;
  }

  :root .md\:focus\:to-am-new-yellow-light:focus{
    --tw-gradient-to: #ffeb99;
  }

  :root .md\:focus\:to-am-new-yellow-dark:focus{
    --tw-gradient-to: #a56c00;
  }

  :root .md\:focus\:to-am-new-pink:focus{
    --tw-gradient-to: #d977dd;
  }

  :root .md\:focus\:to-am-new-pink-light:focus{
    --tw-gradient-to: #ecbaee;
  }

  :root .md\:focus\:to-am-new-pink-dark:focus{
    --tw-gradient-to: #97569a;
  }

  :root .md\:focus\:to-am-new-purple:focus{
    --tw-gradient-to: #8f7ee3;
  }

  :root .md\:focus\:to-am-new-purple-light:focus{
    --tw-gradient-to: #baacff;
  }

  :root .md\:focus\:to-am-new-purple-dark:focus{
    --tw-gradient-to: #7164b1;
  }

  :root .md\:focus\:to-am-purple-transparent:focus{
    --tw-gradient-to: #757de338;
  }

  :root .md\:focus\:to-am-purple-relight:focus{
    --tw-gradient-to: #f0f1ff;
  }

  :root .md\:focus\:to-am-purple-light:focus{
    --tw-gradient-to: #dbdcff;
  }

  :root .md\:focus\:to-am-purple-medium:focus{
    --tw-gradient-to: #927DEA;
  }

  :root .md\:focus\:to-am-purple-dark:focus{
    --tw-gradient-to: #465499;
  }

  :root .md\:focus\:to-am-purple:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .md\:focus\:to-am-green-light:focus{
    --tw-gradient-to: #77DEA2;
  }

  :root .md\:focus\:to-am-green-brightest:focus{
    --tw-gradient-to: #77DEA280;
  }

  :root .md\:focus\:to-am-green-cyan:focus{
    --tw-gradient-to: #26b28f;
  }

  :root .md\:focus\:to-am-green-dark:focus{
    --tw-gradient-to: #1f8f4e;
  }

  :root .md\:focus\:to-am-green-aqua:focus{
    --tw-gradient-to: #7DEAB4;
  }

  :root .md\:focus\:to-am-green-brightest-transparent:focus{
    --tw-gradient-to: #e9f8ee;
  }

  :root .md\:focus\:to-am-green-hover:focus{
    --tw-gradient-to: #F5FCF7;
  }

  :root .md\:focus\:to-am-green:focus{
    --tw-gradient-to: #54C931;
  }

  :root .md\:focus\:to-am-red-alive:focus{
    --tw-gradient-to: #E56262;
  }

  :root .md\:focus\:to-am-red-light:focus{
    --tw-gradient-to: #ffcece;
  }

  :root .md\:focus\:to-am-red-dark:focus{
    --tw-gradient-to: #d93d3d;
  }

  :root .md\:focus\:to-am-red-intense:focus{
    --tw-gradient-to: #f00846;
  }

  :root .md\:focus\:to-am-red:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .md\:focus\:to-am-grey-light:focus{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .md\:focus\:to-am-grey-dark:focus{
    --tw-gradient-to: #2C303E;
  }

  :root .md\:focus\:to-am-grey-medium:focus{
    --tw-gradient-to: #bbbbbb;
  }

  :root .md\:focus\:to-am-grey-transparent:focus{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .md\:focus\:to-am-grey:focus{
    --tw-gradient-to: #666666;
  }

  :root .md\:focus\:to-am-pink-light:focus{
    --tw-gradient-to: #edcff0;
  }

  :root .md\:focus\:to-am-pink-dark:focus{
    --tw-gradient-to: #a941ae;
  }

  :root .md\:focus\:to-am-pink-brightest:focus{
    --tw-gradient-to: #d977dd3b;
  }

  :root .md\:focus\:to-am-pink-rose:focus{
    --tw-gradient-to: #F8BBD0;
  }

  :root .md\:focus\:to-am-pink:focus{
    --tw-gradient-to: #D977DD;
  }

  :root .md\:focus\:to-am-orange-light:focus{
    --tw-gradient-to: #f89103;
  }

  :root .md\:focus\:to-am-orange-relight:focus{
    --tw-gradient-to: #fff1e8;
  }

  :root .md\:focus\:to-am-orange-dark:focus{
    --tw-gradient-to: #b57c00;
  }

  :root .md\:focus\:to-am-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .md\:focus\:to-am-cyan-light:focus{
    --tw-gradient-to: #b3edf4;
  }

  :root .md\:focus\:to-am-cyan-dark:focus{
    --tw-gradient-to: #129aa6;
  }

  :root .md\:focus\:to-am-cyan-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .md\:focus\:to-am-cyan-green:focus{
    --tw-gradient-to: #b9eadf;
  }

  :root .md\:focus\:to-am-cyan:focus{
    --tw-gradient-to: #18D9EA;
  }

  :root .md\:focus\:to-am-blue-light:focus{
    --tw-gradient-to: #92C9F2;
  }

  :root .md\:focus\:to-am-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .md\:focus\:to-am-blue-dark:focus{
    --tw-gradient-to: #5784a5;
  }

  :root .md\:focus\:to-am-yellow-resalt:focus{
    --tw-gradient-to: #FFCE00;
  }

  :root .md\:focus\:to-am-yellow-light:focus{
    --tw-gradient-to: #f8e9ae;
  }

  :root .md\:focus\:to-am-yellow-dark:focus{
    --tw-gradient-to: #c18b11;
  }

  :root .md\:focus\:to-am-yellow:focus{
    --tw-gradient-to: #FAD073;
  }

  :root .md\:focus\:to-am-cream-entry:focus{
    --tw-gradient-to: #81E6AB;
  }

  :root .md\:focus\:to-am-cream-entry_light:focus{
    --tw-gradient-to: #81E6AB33;
  }

  :root .md\:focus\:to-am-cream-entry_text:focus{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .md\:focus\:to-am-cream-lunchgo:focus{
    --tw-gradient-to: #EEBA72;
  }

  :root .md\:focus\:to-am-cream-lunchgo_light:focus{
    --tw-gradient-to: #EEBA7233;
  }

  :root .md\:focus\:to-am-cream-lunchgo_text:focus{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .md\:focus\:to-am-cream-lunchback:focus{
    --tw-gradient-to: #EE8F72;
  }

  :root .md\:focus\:to-am-cream-lunchback_light:focus{
    --tw-gradient-to: #EE8F7233;
  }

  :root .md\:focus\:to-am-cream-lunchback_text:focus{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .md\:focus\:to-am-cream-exit:focus{
    --tw-gradient-to: #81E6E2;
  }

  :root .md\:focus\:to-am-cream-exit_light:focus{
    --tw-gradient-to: #81E6E233;
  }

  :root .md\:focus\:to-am-cream-exit_text:focus{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .md\:focus\:to-am-cream-yesterday:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .md\:focus\:to-am-cream-yesterday_light:focus{
    --tw-gradient-to: #DE777733;
  }

  :root .md\:focus\:to-am-cream-yesterday_text:focus{
    --tw-gradient-to: #DE7777B3;
  }

  :root .md\:focus\:to-am-brown-light:focus{
    --tw-gradient-to: #f1e1d8;
  }

  :root .md\:focus\:to-am-brown-dark:focus{
    --tw-gradient-to: #501D0E;
  }

  :root .md\:focus\:to-am-brown:focus{
    --tw-gradient-to: #A23E00;
  }

  :root .md\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .md\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .md\:bg-auto{
    background-size: auto;
  }

  :root .md\:bg-cover{
    background-size: cover;
  }

  :root .md\:bg-contain{
    background-size: contain;
  }

  :root .md\:bg-fixed{
    background-attachment: fixed;
  }

  :root .md\:bg-local{
    background-attachment: local;
  }

  :root .md\:bg-scroll{
    background-attachment: scroll;
  }

  :root .md\:bg-clip-border{
    background-clip: border-box;
  }

  :root .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .md\:bg-clip-content{
    background-clip: content-box;
  }

  :root .md\:bg-clip-text{
    background-clip: text;
  }

  :root .md\:bg-bottom{
    background-position: bottom;
  }

  :root .md\:bg-center{
    background-position: center;
  }

  :root .md\:bg-left{
    background-position: left;
  }

  :root .md\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .md\:bg-left-top{
    background-position: left top;
  }

  :root .md\:bg-right{
    background-position: right;
  }

  :root .md\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .md\:bg-right-top{
    background-position: right top;
  }

  :root .md\:bg-top{
    background-position: top;
  }

  :root .md\:bg-repeat{
    background-repeat: repeat;
  }

  :root .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .md\:bg-repeat-round{
    background-repeat: round;
  }

  :root .md\:bg-repeat-space{
    background-repeat: space;
  }

  :root .md\:bg-origin-border{
    background-origin: border-box;
  }

  :root .md\:bg-origin-padding{
    background-origin: padding-box;
  }

  :root .md\:bg-origin-content{
    background-origin: content-box;
  }

  :root .md\:fill-current{
    fill: currentColor;
  }

  :root .md\:stroke-current{
    stroke: currentColor;
  }

  :root .md\:stroke-0{
    stroke-width: 0;
  }

  :root .md\:stroke-1{
    stroke-width: 1;
  }

  :root .md\:stroke-2{
    stroke-width: 2;
  }

  :root .md\:object-contain{
    object-fit: contain;
  }

  :root .md\:object-cover{
    object-fit: cover;
  }

  :root .md\:object-fill{
    object-fit: fill;
  }

  :root .md\:object-none{
    object-fit: none;
  }

  :root .md\:object-scale-down{
    object-fit: scale-down;
  }

  :root .md\:object-bottom{
    object-position: bottom;
  }

  :root .md\:object-center{
    object-position: center;
  }

  :root .md\:object-left{
    object-position: left;
  }

  :root .md\:object-left-bottom{
    object-position: left bottom;
  }

  :root .md\:object-left-top{
    object-position: left top;
  }

  :root .md\:object-right{
    object-position: right;
  }

  :root .md\:object-right-bottom{
    object-position: right bottom;
  }

  :root .md\:object-right-top{
    object-position: right top;
  }

  :root .md\:object-top{
    object-position: top;
  }

  :root .md\:p-0{
    padding: 0;
  }

  :root .md\:p-1{
    padding: 0.25rem;
  }

  :root .md\:p-2{
    padding: 0.5rem;
  }

  :root .md\:p-3{
    padding: 0.75rem;
  }

  :root .md\:p-4{
    padding: 1rem;
  }

  :root .md\:p-5{
    padding: 1.25rem;
  }

  :root .md\:p-6{
    padding: 1.5rem;
  }

  :root .md\:p-7{
    padding: 1.75rem;
  }

  :root .md\:p-8{
    padding: 2rem;
  }

  :root .md\:p-9{
    padding: 2.25rem;
  }

  :root .md\:p-10{
    padding: 2.5rem;
  }

  :root .md\:p-11{
    padding: 2.75rem;
  }

  :root .md\:p-12{
    padding: 3rem;
  }

  :root .md\:p-13{
    padding: 3.25rem;
  }

  :root .md\:p-14{
    padding: 3.5rem;
  }

  :root .md\:p-16{
    padding: 4rem;
  }

  :root .md\:p-18{
    padding: 4.5rem;
  }

  :root .md\:p-20{
    padding: 5rem;
  }

  :root .md\:p-21{
    padding: 5.25rem;
  }

  :root .md\:p-22{
    padding: 5.5rem;
  }

  :root .md\:p-24{
    padding: 6rem;
  }

  :root .md\:p-26{
    padding: 6.5rem;
  }

  :root .md\:p-27{
    padding: 6.75rem;
  }

  :root .md\:p-28{
    padding: 7rem;
  }

  :root .md\:p-30{
    padding: 7.5rem;
  }

  :root .md\:p-32{
    padding: 8rem;
  }

  :root .md\:p-36{
    padding: 9rem;
  }

  :root .md\:p-40{
    padding: 10rem;
  }

  :root .md\:p-41{
    padding: 11.25rem;
  }

  :root .md\:p-42{
    padding: 11.5rem;
  }

  :root .md\:p-44{
    padding: 11rem;
  }

  :root .md\:p-48{
    padding: 12rem;
  }

  :root .md\:p-52{
    padding: 13rem;
  }

  :root .md\:p-54{
    padding: 13.5rem;
  }

  :root .md\:p-56{
    padding: 14rem;
  }

  :root .md\:p-60{
    padding: 15rem;
  }

  :root .md\:p-64{
    padding: 16rem;
  }

  :root .md\:p-68{
    padding: 17rem;
  }

  :root .md\:p-72{
    padding: 18rem;
  }

  :root .md\:p-76{
    padding: 19rem;
  }

  :root .md\:p-80{
    padding: 20rem;
  }

  :root .md\:p-84{
    padding: 21rem;
  }

  :root .md\:p-88{
    padding: 22rem;
  }

  :root .md\:p-96{
    padding: 24rem;
  }

  :root .md\:p-112{
    padding: 28rem;
  }

  :root .md\:p-120{
    padding: 30rem;
  }

  :root .md\:p-140{
    padding: 35rem;
  }

  :root .md\:p-150{
    padding: 37.5rem;
  }

  :root .md\:p-160{
    padding: 40rem;
  }

  :root .md\:p-220{
    padding: 55rem;
  }

  :root .md\:p-240{
    padding: 60rem;
  }

  :root .md\:p-300{
    padding: 75rem;
  }

  :root .md\:p-320{
    padding: 80rem;
  }

  :root .md\:p-px{
    padding: 1px;
  }

  :root .md\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .md\:p-1\.5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .md\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:p-13{
    padding: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:p-18{
    padding: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-21{
    padding: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-22{
    padding: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:p-26{
    padding: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-27{
    padding: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:p-30{
    padding: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:p-41{
    padding: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:p-42{
    padding: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:p-54{
    padding: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:p-68{
    padding: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:p-76{
    padding: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:p-84{
    padding: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:p-88{
    padding: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:p-112{
    padding: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:p-120{
    padding: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:p-140{
    padding: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:p-150{
    padding: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:p-160{
    padding: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:p-220{
    padding: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:p-240{
    padding: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:p-300{
    padding: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:p-320{
    padding: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .md\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-1.md\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .md\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:p-13{
    padding: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:p-18{
    padding: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-21{
    padding: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-22{
    padding: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:p-26{
    padding: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-27{
    padding: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:p-30{
    padding: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:p-41{
    padding: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:p-42{
    padding: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:p-54{
    padding: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:p-68{
    padding: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:p-76{
    padding: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:p-84{
    padding: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:p-88{
    padding: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:p-112{
    padding: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:p-120{
    padding: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:p-140{
    padding: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:p-150{
    padding: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:p-160{
    padding: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:p-220{
    padding: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:p-240{
    padding: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:p-300{
    padding: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:p-320{
    padding: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .md\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-1.md\:5{
    padding: 0.375rem;
  }

  :root .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .md\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .md\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .md\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root .md\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .md\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root .md\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .md\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .md\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root .md\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root .md\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .md\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .md\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root .md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .md\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root .md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .md\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root .md\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root .md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .md\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root .md\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root .md\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root .md\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root .md\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root .md\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root .md\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root .md\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root .md\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .md\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .md\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .md\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .md\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .md\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root .md\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .md\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root .md\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .md\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .md\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root .md\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .md\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .md\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root .md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .md\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root .md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .md\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root .md\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root .md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .md\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root .md\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root .md\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root .md\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root .md\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root .md\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root .md\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root .md\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root .md\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .md\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:px-1.md\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-1.md\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:px-1.md\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-1.md\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .md\:pt-0{
    padding-top: 0;
  }

  :root .md\:pt-1{
    padding-top: 0.25rem;
  }

  :root .md\:pt-2{
    padding-top: 0.5rem;
  }

  :root .md\:pt-3{
    padding-top: 0.75rem;
  }

  :root .md\:pt-4{
    padding-top: 1rem;
  }

  :root .md\:pt-5{
    padding-top: 1.25rem;
  }

  :root .md\:pt-6{
    padding-top: 1.5rem;
  }

  :root .md\:pt-7{
    padding-top: 1.75rem;
  }

  :root .md\:pt-8{
    padding-top: 2rem;
  }

  :root .md\:pt-9{
    padding-top: 2.25rem;
  }

  :root .md\:pt-10{
    padding-top: 2.5rem;
  }

  :root .md\:pt-11{
    padding-top: 2.75rem;
  }

  :root .md\:pt-12{
    padding-top: 3rem;
  }

  :root .md\:pt-13{
    padding-top: 3.25rem;
  }

  :root .md\:pt-14{
    padding-top: 3.5rem;
  }

  :root .md\:pt-16{
    padding-top: 4rem;
  }

  :root .md\:pt-18{
    padding-top: 4.5rem;
  }

  :root .md\:pt-20{
    padding-top: 5rem;
  }

  :root .md\:pt-21{
    padding-top: 5.25rem;
  }

  :root .md\:pt-22{
    padding-top: 5.5rem;
  }

  :root .md\:pt-24{
    padding-top: 6rem;
  }

  :root .md\:pt-26{
    padding-top: 6.5rem;
  }

  :root .md\:pt-27{
    padding-top: 6.75rem;
  }

  :root .md\:pt-28{
    padding-top: 7rem;
  }

  :root .md\:pt-30{
    padding-top: 7.5rem;
  }

  :root .md\:pt-32{
    padding-top: 8rem;
  }

  :root .md\:pt-36{
    padding-top: 9rem;
  }

  :root .md\:pt-40{
    padding-top: 10rem;
  }

  :root .md\:pt-41{
    padding-top: 11.25rem;
  }

  :root .md\:pt-42{
    padding-top: 11.5rem;
  }

  :root .md\:pt-44{
    padding-top: 11rem;
  }

  :root .md\:pt-48{
    padding-top: 12rem;
  }

  :root .md\:pt-52{
    padding-top: 13rem;
  }

  :root .md\:pt-54{
    padding-top: 13.5rem;
  }

  :root .md\:pt-56{
    padding-top: 14rem;
  }

  :root .md\:pt-60{
    padding-top: 15rem;
  }

  :root .md\:pt-64{
    padding-top: 16rem;
  }

  :root .md\:pt-68{
    padding-top: 17rem;
  }

  :root .md\:pt-72{
    padding-top: 18rem;
  }

  :root .md\:pt-76{
    padding-top: 19rem;
  }

  :root .md\:pt-80{
    padding-top: 20rem;
  }

  :root .md\:pt-84{
    padding-top: 21rem;
  }

  :root .md\:pt-88{
    padding-top: 22rem;
  }

  :root .md\:pt-96{
    padding-top: 24rem;
  }

  :root .md\:pt-112{
    padding-top: 28rem;
  }

  :root .md\:pt-120{
    padding-top: 30rem;
  }

  :root .md\:pt-140{
    padding-top: 35rem;
  }

  :root .md\:pt-150{
    padding-top: 37.5rem;
  }

  :root .md\:pt-160{
    padding-top: 40rem;
  }

  :root .md\:pt-220{
    padding-top: 55rem;
  }

  :root .md\:pt-240{
    padding-top: 60rem;
  }

  :root .md\:pt-300{
    padding-top: 75rem;
  }

  :root .md\:pt-320{
    padding-top: 80rem;
  }

  :root .md\:pt-px{
    padding-top: 1px;
  }

  :root .md\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .md\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .md\:pr-0{
    padding-right: 0;
  }

  :root .md\:pr-1{
    padding-right: 0.25rem;
  }

  :root .md\:pr-2{
    padding-right: 0.5rem;
  }

  :root .md\:pr-3{
    padding-right: 0.75rem;
  }

  :root .md\:pr-4{
    padding-right: 1rem;
  }

  :root .md\:pr-5{
    padding-right: 1.25rem;
  }

  :root .md\:pr-6{
    padding-right: 1.5rem;
  }

  :root .md\:pr-7{
    padding-right: 1.75rem;
  }

  :root .md\:pr-8{
    padding-right: 2rem;
  }

  :root .md\:pr-9{
    padding-right: 2.25rem;
  }

  :root .md\:pr-10{
    padding-right: 2.5rem;
  }

  :root .md\:pr-11{
    padding-right: 2.75rem;
  }

  :root .md\:pr-12{
    padding-right: 3rem;
  }

  :root .md\:pr-13{
    padding-right: 3.25rem;
  }

  :root .md\:pr-14{
    padding-right: 3.5rem;
  }

  :root .md\:pr-16{
    padding-right: 4rem;
  }

  :root .md\:pr-18{
    padding-right: 4.5rem;
  }

  :root .md\:pr-20{
    padding-right: 5rem;
  }

  :root .md\:pr-21{
    padding-right: 5.25rem;
  }

  :root .md\:pr-22{
    padding-right: 5.5rem;
  }

  :root .md\:pr-24{
    padding-right: 6rem;
  }

  :root .md\:pr-26{
    padding-right: 6.5rem;
  }

  :root .md\:pr-27{
    padding-right: 6.75rem;
  }

  :root .md\:pr-28{
    padding-right: 7rem;
  }

  :root .md\:pr-30{
    padding-right: 7.5rem;
  }

  :root .md\:pr-32{
    padding-right: 8rem;
  }

  :root .md\:pr-36{
    padding-right: 9rem;
  }

  :root .md\:pr-40{
    padding-right: 10rem;
  }

  :root .md\:pr-41{
    padding-right: 11.25rem;
  }

  :root .md\:pr-42{
    padding-right: 11.5rem;
  }

  :root .md\:pr-44{
    padding-right: 11rem;
  }

  :root .md\:pr-48{
    padding-right: 12rem;
  }

  :root .md\:pr-52{
    padding-right: 13rem;
  }

  :root .md\:pr-54{
    padding-right: 13.5rem;
  }

  :root .md\:pr-56{
    padding-right: 14rem;
  }

  :root .md\:pr-60{
    padding-right: 15rem;
  }

  :root .md\:pr-64{
    padding-right: 16rem;
  }

  :root .md\:pr-68{
    padding-right: 17rem;
  }

  :root .md\:pr-72{
    padding-right: 18rem;
  }

  :root .md\:pr-76{
    padding-right: 19rem;
  }

  :root .md\:pr-80{
    padding-right: 20rem;
  }

  :root .md\:pr-84{
    padding-right: 21rem;
  }

  :root .md\:pr-88{
    padding-right: 22rem;
  }

  :root .md\:pr-96{
    padding-right: 24rem;
  }

  :root .md\:pr-112{
    padding-right: 28rem;
  }

  :root .md\:pr-120{
    padding-right: 30rem;
  }

  :root .md\:pr-140{
    padding-right: 35rem;
  }

  :root .md\:pr-150{
    padding-right: 37.5rem;
  }

  :root .md\:pr-160{
    padding-right: 40rem;
  }

  :root .md\:pr-220{
    padding-right: 55rem;
  }

  :root .md\:pr-240{
    padding-right: 60rem;
  }

  :root .md\:pr-300{
    padding-right: 75rem;
  }

  :root .md\:pr-320{
    padding-right: 80rem;
  }

  :root .md\:pr-px{
    padding-right: 1px;
  }

  :root .md\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .md\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .md\:pb-0{
    padding-bottom: 0;
  }

  :root .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .md\:pb-4{
    padding-bottom: 1rem;
  }

  :root .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .md\:pb-8{
    padding-bottom: 2rem;
  }

  :root .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .md\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .md\:pb-12{
    padding-bottom: 3rem;
  }

  :root .md\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .md\:pb-16{
    padding-bottom: 4rem;
  }

  :root .md\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root .md\:pb-20{
    padding-bottom: 5rem;
  }

  :root .md\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root .md\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root .md\:pb-24{
    padding-bottom: 6rem;
  }

  :root .md\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root .md\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root .md\:pb-28{
    padding-bottom: 7rem;
  }

  :root .md\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root .md\:pb-32{
    padding-bottom: 8rem;
  }

  :root .md\:pb-36{
    padding-bottom: 9rem;
  }

  :root .md\:pb-40{
    padding-bottom: 10rem;
  }

  :root .md\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root .md\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root .md\:pb-44{
    padding-bottom: 11rem;
  }

  :root .md\:pb-48{
    padding-bottom: 12rem;
  }

  :root .md\:pb-52{
    padding-bottom: 13rem;
  }

  :root .md\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root .md\:pb-56{
    padding-bottom: 14rem;
  }

  :root .md\:pb-60{
    padding-bottom: 15rem;
  }

  :root .md\:pb-64{
    padding-bottom: 16rem;
  }

  :root .md\:pb-68{
    padding-bottom: 17rem;
  }

  :root .md\:pb-72{
    padding-bottom: 18rem;
  }

  :root .md\:pb-76{
    padding-bottom: 19rem;
  }

  :root .md\:pb-80{
    padding-bottom: 20rem;
  }

  :root .md\:pb-84{
    padding-bottom: 21rem;
  }

  :root .md\:pb-88{
    padding-bottom: 22rem;
  }

  :root .md\:pb-96{
    padding-bottom: 24rem;
  }

  :root .md\:pb-112{
    padding-bottom: 28rem;
  }

  :root .md\:pb-120{
    padding-bottom: 30rem;
  }

  :root .md\:pb-140{
    padding-bottom: 35rem;
  }

  :root .md\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root .md\:pb-160{
    padding-bottom: 40rem;
  }

  :root .md\:pb-220{
    padding-bottom: 55rem;
  }

  :root .md\:pb-240{
    padding-bottom: 60rem;
  }

  :root .md\:pb-300{
    padding-bottom: 75rem;
  }

  :root .md\:pb-320{
    padding-bottom: 80rem;
  }

  :root .md\:pb-px{
    padding-bottom: 1px;
  }

  :root .md\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .md\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .md\:pl-0{
    padding-left: 0;
  }

  :root .md\:pl-1{
    padding-left: 0.25rem;
  }

  :root .md\:pl-2{
    padding-left: 0.5rem;
  }

  :root .md\:pl-3{
    padding-left: 0.75rem;
  }

  :root .md\:pl-4{
    padding-left: 1rem;
  }

  :root .md\:pl-5{
    padding-left: 1.25rem;
  }

  :root .md\:pl-6{
    padding-left: 1.5rem;
  }

  :root .md\:pl-7{
    padding-left: 1.75rem;
  }

  :root .md\:pl-8{
    padding-left: 2rem;
  }

  :root .md\:pl-9{
    padding-left: 2.25rem;
  }

  :root .md\:pl-10{
    padding-left: 2.5rem;
  }

  :root .md\:pl-11{
    padding-left: 2.75rem;
  }

  :root .md\:pl-12{
    padding-left: 3rem;
  }

  :root .md\:pl-13{
    padding-left: 3.25rem;
  }

  :root .md\:pl-14{
    padding-left: 3.5rem;
  }

  :root .md\:pl-16{
    padding-left: 4rem;
  }

  :root .md\:pl-18{
    padding-left: 4.5rem;
  }

  :root .md\:pl-20{
    padding-left: 5rem;
  }

  :root .md\:pl-21{
    padding-left: 5.25rem;
  }

  :root .md\:pl-22{
    padding-left: 5.5rem;
  }

  :root .md\:pl-24{
    padding-left: 6rem;
  }

  :root .md\:pl-26{
    padding-left: 6.5rem;
  }

  :root .md\:pl-27{
    padding-left: 6.75rem;
  }

  :root .md\:pl-28{
    padding-left: 7rem;
  }

  :root .md\:pl-30{
    padding-left: 7.5rem;
  }

  :root .md\:pl-32{
    padding-left: 8rem;
  }

  :root .md\:pl-36{
    padding-left: 9rem;
  }

  :root .md\:pl-40{
    padding-left: 10rem;
  }

  :root .md\:pl-41{
    padding-left: 11.25rem;
  }

  :root .md\:pl-42{
    padding-left: 11.5rem;
  }

  :root .md\:pl-44{
    padding-left: 11rem;
  }

  :root .md\:pl-48{
    padding-left: 12rem;
  }

  :root .md\:pl-52{
    padding-left: 13rem;
  }

  :root .md\:pl-54{
    padding-left: 13.5rem;
  }

  :root .md\:pl-56{
    padding-left: 14rem;
  }

  :root .md\:pl-60{
    padding-left: 15rem;
  }

  :root .md\:pl-64{
    padding-left: 16rem;
  }

  :root .md\:pl-68{
    padding-left: 17rem;
  }

  :root .md\:pl-72{
    padding-left: 18rem;
  }

  :root .md\:pl-76{
    padding-left: 19rem;
  }

  :root .md\:pl-80{
    padding-left: 20rem;
  }

  :root .md\:pl-84{
    padding-left: 21rem;
  }

  :root .md\:pl-88{
    padding-left: 22rem;
  }

  :root .md\:pl-96{
    padding-left: 24rem;
  }

  :root .md\:pl-112{
    padding-left: 28rem;
  }

  :root .md\:pl-120{
    padding-left: 30rem;
  }

  :root .md\:pl-140{
    padding-left: 35rem;
  }

  :root .md\:pl-150{
    padding-left: 37.5rem;
  }

  :root .md\:pl-160{
    padding-left: 40rem;
  }

  :root .md\:pl-220{
    padding-left: 55rem;
  }

  :root .md\:pl-240{
    padding-left: 60rem;
  }

  :root .md\:pl-300{
    padding-left: 75rem;
  }

  :root .md\:pl-320{
    padding-left: 80rem;
  }

  :root .md\:pl-px{
    padding-left: 1px;
  }

  :root .md\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .md\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .md\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-1.md\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .md\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pr-1.md\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .md\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pb-1.md\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .md\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=ltr] .md\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .md\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pl-1.md\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .md\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-1.md\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .md\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pr-1.md\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .md\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pb-1.md\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .md\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=rtl] .md\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .md\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pl-1.md\:5{
    padding-left: 0.375rem;
  }

  :root .md\:text-left{
    text-align: left;
  }

  :root .md\:text-center{
    text-align: center;
  }

  :root .md\:text-right{
    text-align: right;
  }

  :root .md\:text-justify{
    text-align: justify;
  }

  :root .md\:align-baseline{
    vertical-align: baseline;
  }

  :root .md\:align-top{
    vertical-align: top;
  }

  :root .md\:align-middle{
    vertical-align: middle;
  }

  :root .md\:align-bottom{
    vertical-align: bottom;
  }

  :root .md\:align-text-top{
    vertical-align: text-top;
  }

  :root .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .md\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .md\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .md\:text-xxs{
    font-size: 0.625rem;
  }

  :root .md\:text-xs{
    font-size: 0.75rem;
  }

  :root .md\:text-sm{
    font-size: 0.875rem;
  }

  :root .md\:text-base{
    font-size: 1rem;
  }

  :root .md\:text-lg{
    font-size: 1.125rem;
  }

  :root .md\:text-xl{
    font-size: 1.25rem;
  }

  :root .md\:text-2xl{
    font-size: 1.5rem;
  }

  :root .md\:text-3xl{
    font-size: 1.75rem;
  }

  :root .md\:text-4xl{
    font-size: 2rem;
  }

  :root .md\:text-4-5xl{
    font-size: 2.5rem;
  }

  :root .md\:text-5xl{
    font-size: 3rem;
  }

  :root .md\:text-6xl{
    font-size: 4rem;
  }

  :root .md\:font-hairline{
    font-weight: 100;
  }

  :root .md\:font-thin{
    font-weight: 200;
  }

  :root .md\:font-light{
    font-weight: 300;
  }

  :root .md\:font-normal{
    font-weight: 400;
  }

  :root .md\:font-medium{
    font-weight: 500;
  }

  :root .md\:font-semibold{
    font-weight: 600;
  }

  :root .md\:font-bold{
    font-weight: 700;
  }

  :root .md\:font-extrabold{
    font-weight: 800;
  }

  :root .md\:font-black{
    font-weight: 900;
  }

  :root .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .md\:uppercase{
    text-transform: uppercase;
  }

  :root .md\:lowercase{
    text-transform: lowercase;
  }

  :root .md\:capitalize{
    text-transform: capitalize;
  }

  :root .md\:normal-case{
    text-transform: none;
  }

  :root .md\:italic{
    font-style: italic;
  }

  :root .md\:not-italic{
    font-style: normal;
  }

  :root .md\:ordinal, :root .md\:slashed-zero, :root .md\:lining-nums, :root .md\:oldstyle-nums, :root .md\:proportional-nums, :root .md\:tabular-nums, :root .md\:diagonal-fractions, :root .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .md\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .md\:leading-none{
    line-height: 1;
  }

  :root .md\:leading-tight{
    line-height: 1.25;
  }

  :root .md\:leading-snug{
    line-height: 1.375;
  }

  :root .md\:leading-normal{
    line-height: 1.5;
  }

  :root .md\:leading-relaxed{
    line-height: 1.625;
  }

  :root .md\:leading-loose{
    line-height: 2;
  }

  :root .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .md\:tracking-normal{
    letter-spacing: 0;
  }

  :root .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .md\:text-secondary{
    color: var(--text-secondary);
  }

  :root .md\:text-hint{
    color: var(--text-hint);
  }

  :root .md\:text-current{
    color: currentColor;
  }

  :root .md\:text-transparent{
    color: transparent;
  }

  :root .md\:text-black{
    color: var(--text-color);
  }

  :root .md\:text-white{
    color: var(--text-color-light);
  }

  :root .md\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-grays-light{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .md\:text-grays{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .md\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .md\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .md\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .md\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .md\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .md\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .md\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .md\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .md\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .md\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .md\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .md\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .md\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .md\:text-am-base-background{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .md\:text-am-main-blue{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:text-am-main-blue-light{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .md\:text-am-main-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .md\:text-am-gray{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .md\:text-am-gray-light{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .md\:text-am-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-green{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-green-light{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-green-dark{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-orange-light{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .md\:text-am-coral{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:text-am-coral-light{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .md\:text-am-coral-dark{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .md\:text-am-teal{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:text-am-teal-light{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .md\:text-am-teal-dark{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-red-light{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-red-dark{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-pink-light{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-purple{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-purple-light{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .md\:text-am-new-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .md\:text-am-purple-transparent{
    color: #757de338;
  }

  :root .md\:text-am-purple-relight{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .md\:text-am-purple-light{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .md\:text-am-purple-medium{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .md\:text-am-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .md\:text-am-purple{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:text-am-green-light{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:text-am-green-brightest{
    color: #77DEA280;
  }

  :root .md\:text-am-green-cyan{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .md\:text-am-green-dark{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .md\:text-am-green-aqua{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .md\:text-am-green-brightest-transparent{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .md\:text-am-green-hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .md\:text-am-green{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .md\:text-am-red-alive{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .md\:text-am-red-light{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .md\:text-am-red-dark{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:text-am-red-intense{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .md\:text-am-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:text-am-grey-light{
    color: #BFC4FF1F;
  }

  :root .md\:text-am-grey-dark{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .md\:text-am-grey-medium{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .md\:text-am-grey-transparent{
    color: #BFC4FF4B;
  }

  :root .md\:text-am-grey{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:text-am-pink-light{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .md\:text-am-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .md\:text-am-pink-brightest{
    color: #d977dd3b;
  }

  :root .md\:text-am-pink-rose{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .md\:text-am-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:text-am-orange-light{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .md\:text-am-orange-relight{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .md\:text-am-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .md\:text-am-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:text-am-cyan-light{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .md\:text-am-cyan-dark{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .md\:text-am-cyan-blue{
    color: #0061FD60;
  }

  :root .md\:text-am-cyan-green{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .md\:text-am-cyan{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .md\:text-am-blue-light{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .md\:text-am-blue{
    color: #0061FD60;
  }

  :root .md\:text-am-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .md\:text-am-yellow-resalt{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:text-am-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .md\:text-am-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .md\:text-am-yellow{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .md\:text-am-cream-entry{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .md\:text-am-cream-entry_light{
    color: #81E6AB33;
  }

  :root .md\:text-am-cream-entry_text{
    color: #81E6ABB3;
  }

  :root .md\:text-am-cream-lunchgo{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .md\:text-am-cream-lunchgo_light{
    color: #EEBA7233;
  }

  :root .md\:text-am-cream-lunchgo_text{
    color: #EEBA72B3;
  }

  :root .md\:text-am-cream-lunchback{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:text-am-cream-lunchback_light{
    color: #EE8F7233;
  }

  :root .md\:text-am-cream-lunchback_text{
    color: #EE8F72B3;
  }

  :root .md\:text-am-cream-exit{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:text-am-cream-exit_light{
    color: #81E6E233;
  }

  :root .md\:text-am-cream-exit_text{
    color: #81E6E2B3;
  }

  :root .md\:text-am-cream-yesterday{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:text-am-cream-yesterday_light{
    color: #DE777733;
  }

  :root .md\:text-am-cream-yesterday_text{
    color: #DE7777B3;
  }

  :root .md\:text-am-brown-light{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .md\:text-am-brown-dark{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .md\:text-am-brown{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .md\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .md\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .md\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .md\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .md\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .md\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-grays-light:hover{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-grays:hover{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .md\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .md\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .md\:hover\:text-am-base-background:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-main-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-main-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-main-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-green:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-coral:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-coral-light:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-coral-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-teal-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-teal-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-new-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-purple-transparent:hover{
    color: #757de338;
  }

  :root .md\:hover\:text-am-purple-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-purple-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-green-brightest:hover{
    color: #77DEA280;
  }

  :root .md\:hover\:text-am-green-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-green-aqua:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-green-brightest-transparent:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-green-hover:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-green:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-red-alive:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-red-intense:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-grey-light:hover{
    color: #BFC4FF1F;
  }

  :root .md\:hover\:text-am-grey-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-grey-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-grey-transparent:hover{
    color: #BFC4FF4B;
  }

  :root .md\:hover\:text-am-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-pink-brightest:hover{
    color: #d977dd3b;
  }

  :root .md\:hover\:text-am-pink-rose:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-orange-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cyan-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cyan-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cyan-blue:hover{
    color: #0061FD60;
  }

  :root .md\:hover\:text-am-cyan-green:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-blue:hover{
    color: #0061FD60;
  }

  :root .md\:hover\:text-am-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-yellow-resalt:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cream-entry:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cream-entry_light:hover{
    color: #81E6AB33;
  }

  :root .md\:hover\:text-am-cream-entry_text:hover{
    color: #81E6ABB3;
  }

  :root .md\:hover\:text-am-cream-lunchgo:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cream-lunchgo_light:hover{
    color: #EEBA7233;
  }

  :root .md\:hover\:text-am-cream-lunchgo_text:hover{
    color: #EEBA72B3;
  }

  :root .md\:hover\:text-am-cream-lunchback:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cream-lunchback_light:hover{
    color: #EE8F7233;
  }

  :root .md\:hover\:text-am-cream-lunchback_text:hover{
    color: #EE8F72B3;
  }

  :root .md\:hover\:text-am-cream-exit:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cream-exit_light:hover{
    color: #81E6E233;
  }

  :root .md\:hover\:text-am-cream-exit_text:hover{
    color: #81E6E2B3;
  }

  :root .md\:hover\:text-am-cream-yesterday:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-cream-yesterday_light:hover{
    color: #DE777733;
  }

  :root .md\:hover\:text-am-cream-yesterday_text:hover{
    color: #DE7777B3;
  }

  :root .md\:hover\:text-am-brown-light:hover{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-brown-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-am-brown:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .md\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .md\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .md\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .md\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .md\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-grays-light:focus{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-grays:focus{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .md\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .md\:focus\:text-am-base-background:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-main-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-main-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-main-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-green:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-coral:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-coral-light:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-coral-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-teal-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-teal-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-new-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-purple-transparent:focus{
    color: #757de338;
  }

  :root .md\:focus\:text-am-purple-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-purple-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-green-brightest:focus{
    color: #77DEA280;
  }

  :root .md\:focus\:text-am-green-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-green-aqua:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-green-brightest-transparent:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-green-hover:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-green:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-red-alive:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-red-intense:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-grey-light:focus{
    color: #BFC4FF1F;
  }

  :root .md\:focus\:text-am-grey-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-grey-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-grey-transparent:focus{
    color: #BFC4FF4B;
  }

  :root .md\:focus\:text-am-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-pink-brightest:focus{
    color: #d977dd3b;
  }

  :root .md\:focus\:text-am-pink-rose:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-orange-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cyan-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cyan-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cyan-blue:focus{
    color: #0061FD60;
  }

  :root .md\:focus\:text-am-cyan-green:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-blue:focus{
    color: #0061FD60;
  }

  :root .md\:focus\:text-am-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-yellow-resalt:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cream-entry:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cream-entry_light:focus{
    color: #81E6AB33;
  }

  :root .md\:focus\:text-am-cream-entry_text:focus{
    color: #81E6ABB3;
  }

  :root .md\:focus\:text-am-cream-lunchgo:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cream-lunchgo_light:focus{
    color: #EEBA7233;
  }

  :root .md\:focus\:text-am-cream-lunchgo_text:focus{
    color: #EEBA72B3;
  }

  :root .md\:focus\:text-am-cream-lunchback:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cream-lunchback_light:focus{
    color: #EE8F7233;
  }

  :root .md\:focus\:text-am-cream-lunchback_text:focus{
    color: #EE8F72B3;
  }

  :root .md\:focus\:text-am-cream-exit:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cream-exit_light:focus{
    color: #81E6E233;
  }

  :root .md\:focus\:text-am-cream-exit_text:focus{
    color: #81E6E2B3;
  }

  :root .md\:focus\:text-am-cream-yesterday:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-cream-yesterday_light:focus{
    color: #DE777733;
  }

  :root .md\:focus\:text-am-cream-yesterday_text:focus{
    color: #DE7777B3;
  }

  :root .md\:focus\:text-am-brown-light:focus{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-brown-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-am-brown:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-secondary:disabled{
    color: var(--text-secondary);
  }

  :root .md\:disabled\:text-hint:disabled{
    color: var(--text-hint);
  }

  :root .md\:disabled\:text-current:disabled{
    color: currentColor;
  }

  :root .md\:disabled\:text-transparent:disabled{
    color: transparent;
  }

  :root .md\:disabled\:text-black:disabled{
    color: var(--text-color);
  }

  :root .md\:disabled\:text-white:disabled{
    color: var(--text-color-light);
  }

  :root .md\:disabled\:text-contrast-black:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-contrast-white:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-grays-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-grays:disabled{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-gray-light:disabled{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:disabled\:text-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-red-light:disabled{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:disabled\:text-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-orange-light:disabled{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:disabled\:text-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-deep-orange-light:disabled{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:disabled\:text-deep-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-amber-light:disabled{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:disabled\:text-amber:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-green-light:disabled{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:disabled\:text-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-teal-light:disabled{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:disabled\:text-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-cyan-light:disabled{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:disabled\:text-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-purple-light:disabled{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:disabled\:text-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-deep-purple-light:disabled{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:disabled\:text-deep-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-pink-light:disabled{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:disabled\:text-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-primary-light:disabled{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:disabled\:text-primary:disabled{
    color: rgb(var(--color-primary));
  }

  :root .md\:disabled\:text-accent-light:disabled{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:disabled\:text-accent:disabled{
    color: rgb(var(--color-accent));
  }

  :root .md\:disabled\:text-warn-light:disabled{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:disabled\:text-warn:disabled{
    color: rgb(var(--color-warn));
  }

  :root .md\:disabled\:text-am-base-background:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-main-blue:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-main-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-main-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-gray-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-gray-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-coral:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-coral-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-coral-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-teal-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-teal-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-new-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-purple-transparent:disabled{
    color: #757de338;
  }

  :root .md\:disabled\:text-am-purple-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-purple-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-green-brightest:disabled{
    color: #77DEA280;
  }

  :root .md\:disabled\:text-am-green-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-green-aqua:disabled{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-green-brightest-transparent:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-green-hover:disabled{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-red-alive:disabled{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-red-intense:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-grey-light:disabled{
    color: #BFC4FF1F;
  }

  :root .md\:disabled\:text-am-grey-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-grey-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-grey-transparent:disabled{
    color: #BFC4FF4B;
  }

  :root .md\:disabled\:text-am-grey:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-pink-brightest:disabled{
    color: #d977dd3b;
  }

  :root .md\:disabled\:text-am-pink-rose:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-orange-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cyan-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cyan-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cyan-blue:disabled{
    color: #0061FD60;
  }

  :root .md\:disabled\:text-am-cyan-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-blue:disabled{
    color: #0061FD60;
  }

  :root .md\:disabled\:text-am-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-yellow-resalt:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cream-entry:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cream-entry_light:disabled{
    color: #81E6AB33;
  }

  :root .md\:disabled\:text-am-cream-entry_text:disabled{
    color: #81E6ABB3;
  }

  :root .md\:disabled\:text-am-cream-lunchgo:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cream-lunchgo_light:disabled{
    color: #EEBA7233;
  }

  :root .md\:disabled\:text-am-cream-lunchgo_text:disabled{
    color: #EEBA72B3;
  }

  :root .md\:disabled\:text-am-cream-lunchback:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cream-lunchback_light:disabled{
    color: #EE8F7233;
  }

  :root .md\:disabled\:text-am-cream-lunchback_text:disabled{
    color: #EE8F72B3;
  }

  :root .md\:disabled\:text-am-cream-exit:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cream-exit_light:disabled{
    color: #81E6E233;
  }

  :root .md\:disabled\:text-am-cream-exit_text:disabled{
    color: #81E6E2B3;
  }

  :root .md\:disabled\:text-am-cream-yesterday:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-cream-yesterday_light:disabled{
    color: #DE777733;
  }

  :root .md\:disabled\:text-am-cream-yesterday_text:disabled{
    color: #DE7777B3;
  }

  :root .md\:disabled\:text-am-brown-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-brown-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-am-brown:disabled{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-primary-contrast:disabled{
    color: rgb(var(--color-primary-contrast));
  }

  :root .md\:disabled\:text-accent-contrast:disabled{
    color: rgb(var(--color-accent-contrast));
  }

  :root .md\:disabled\:text-warn-contrast:disabled{
    color: rgb(var(--color-warn-contrast));
  }

  :root .md\:disabled\:text-red-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-amber-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-deep-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-deep-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-cyan-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-teal-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-gray-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .md\:disabled\:text-light-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  :root .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  :root .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  :root .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .md\:underline{
    text-decoration: underline;
  }

  :root .md\:line-through{
    text-decoration: line-through;
  }

  :root .md\:no-underline{
    text-decoration: none;
  }

  :root .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .md\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .md\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .md\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-grays-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-grays::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:placeholder-am-base-background::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-main-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-main-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-main-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-coral::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-coral-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-coral-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-teal-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-teal-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-new-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-purple-transparent::placeholder{
    color: #757de338;
  }

  :root .md\:placeholder-am-purple-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-purple-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-green-brightest::placeholder{
    color: #77DEA280;
  }

  :root .md\:placeholder-am-green-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-green-aqua::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-green-brightest-transparent::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-green-hover::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-red-alive::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-red-intense::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-grey-light::placeholder{
    color: #BFC4FF1F;
  }

  :root .md\:placeholder-am-grey-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-grey-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-grey-transparent::placeholder{
    color: #BFC4FF4B;
  }

  :root .md\:placeholder-am-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-pink-brightest::placeholder{
    color: #d977dd3b;
  }

  :root .md\:placeholder-am-pink-rose::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-orange-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cyan-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cyan-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cyan-blue::placeholder{
    color: #0061FD60;
  }

  :root .md\:placeholder-am-cyan-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-blue::placeholder{
    color: #0061FD60;
  }

  :root .md\:placeholder-am-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-yellow-resalt::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cream-entry::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cream-entry_light::placeholder{
    color: #81E6AB33;
  }

  :root .md\:placeholder-am-cream-entry_text::placeholder{
    color: #81E6ABB3;
  }

  :root .md\:placeholder-am-cream-lunchgo::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cream-lunchgo_light::placeholder{
    color: #EEBA7233;
  }

  :root .md\:placeholder-am-cream-lunchgo_text::placeholder{
    color: #EEBA72B3;
  }

  :root .md\:placeholder-am-cream-lunchback::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cream-lunchback_light::placeholder{
    color: #EE8F7233;
  }

  :root .md\:placeholder-am-cream-lunchback_text::placeholder{
    color: #EE8F72B3;
  }

  :root .md\:placeholder-am-cream-exit::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cream-exit_light::placeholder{
    color: #81E6E233;
  }

  :root .md\:placeholder-am-cream-exit_text::placeholder{
    color: #81E6E2B3;
  }

  :root .md\:placeholder-am-cream-yesterday::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-cream-yesterday_light::placeholder{
    color: #DE777733;
  }

  :root .md\:placeholder-am-cream-yesterday_text::placeholder{
    color: #DE7777B3;
  }

  :root .md\:placeholder-am-brown-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-brown-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-am-brown::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .md\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .md\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .md\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-grays-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-grays:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .md\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .md\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .md\:focus\:placeholder-am-base-background:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-main-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-main-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-main-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-coral:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-coral-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-coral-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-teal-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-teal-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-new-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-purple-transparent:focus::placeholder{
    color: #757de338;
  }

  :root .md\:focus\:placeholder-am-purple-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-purple-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-green-brightest:focus::placeholder{
    color: #77DEA280;
  }

  :root .md\:focus\:placeholder-am-green-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-green-aqua:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-green-hover:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-red-alive:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-red-intense:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-grey-light:focus::placeholder{
    color: #BFC4FF1F;
  }

  :root .md\:focus\:placeholder-am-grey-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-grey-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-grey-transparent:focus::placeholder{
    color: #BFC4FF4B;
  }

  :root .md\:focus\:placeholder-am-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-pink-brightest:focus::placeholder{
    color: #d977dd3b;
  }

  :root .md\:focus\:placeholder-am-pink-rose:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-orange-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cyan-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cyan-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cyan-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .md\:focus\:placeholder-am-cyan-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .md\:focus\:placeholder-am-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-yellow-resalt:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cream-entry:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cream-entry_light:focus::placeholder{
    color: #81E6AB33;
  }

  :root .md\:focus\:placeholder-am-cream-entry_text:focus::placeholder{
    color: #81E6ABB3;
  }

  :root .md\:focus\:placeholder-am-cream-lunchgo:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
    color: #EEBA7233;
  }

  :root .md\:focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
    color: #EEBA72B3;
  }

  :root .md\:focus\:placeholder-am-cream-lunchback:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
    color: #EE8F7233;
  }

  :root .md\:focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
    color: #EE8F72B3;
  }

  :root .md\:focus\:placeholder-am-cream-exit:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cream-exit_light:focus::placeholder{
    color: #81E6E233;
  }

  :root .md\:focus\:placeholder-am-cream-exit_text:focus::placeholder{
    color: #81E6E2B3;
  }

  :root .md\:focus\:placeholder-am-cream-yesterday:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
    color: #DE777733;
  }

  :root .md\:focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
    color: #DE7777B3;
  }

  :root .md\:focus\:placeholder-am-brown-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-brown-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .md\:focus\:placeholder-am-brown:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .md\:opacity-0{
    opacity: 0;
  }

  :root .md\:opacity-25{
    opacity: 0.25;
  }

  :root .md\:opacity-40{
    opacity: 0.4;
  }

  :root .md\:opacity-50{
    opacity: 0.5;
  }

  :root .md\:opacity-75{
    opacity: 0.75;
  }

  :root .md\:opacity-100{
    opacity: 1;
  }

  :root .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  :root .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  :root .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .md\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .md\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .md\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .md\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .md\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .md\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .md\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .md\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .md\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .md\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .md\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .md\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .md\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .md\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .md\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-grays-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .md\:ring-grays{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .md\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .md\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .md\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .md\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .md\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .md\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .md\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .md\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .md\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .md\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .md\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .md\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .md\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .md\:ring-am-base-background{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-main-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-main-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-main-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-coral{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-coral-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-coral-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-teal-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-teal-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-new-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-purple-transparent{
    --tw-ring-color: #757de338;
  }

  :root .md\:ring-am-purple-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-purple-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-green-brightest{
    --tw-ring-color: #77DEA280;
  }

  :root .md\:ring-am-green-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-green-aqua{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-green-brightest-transparent{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-green-hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-red-alive{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-red-intense{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-grey-light{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .md\:ring-am-grey-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-grey-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-grey-transparent{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .md\:ring-am-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-pink-brightest{
    --tw-ring-color: #d977dd3b;
  }

  :root .md\:ring-am-pink-rose{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-orange-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cyan-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cyan-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cyan-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .md\:ring-am-cyan-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .md\:ring-am-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-yellow-resalt{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cream-entry{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cream-entry_light{
    --tw-ring-color: #81E6AB33;
  }

  :root .md\:ring-am-cream-entry_text{
    --tw-ring-color: #81E6ABB3;
  }

  :root .md\:ring-am-cream-lunchgo{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cream-lunchgo_light{
    --tw-ring-color: #EEBA7233;
  }

  :root .md\:ring-am-cream-lunchgo_text{
    --tw-ring-color: #EEBA72B3;
  }

  :root .md\:ring-am-cream-lunchback{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cream-lunchback_light{
    --tw-ring-color: #EE8F7233;
  }

  :root .md\:ring-am-cream-lunchback_text{
    --tw-ring-color: #EE8F72B3;
  }

  :root .md\:ring-am-cream-exit{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cream-exit_light{
    --tw-ring-color: #81E6E233;
  }

  :root .md\:ring-am-cream-exit_text{
    --tw-ring-color: #81E6E2B3;
  }

  :root .md\:ring-am-cream-yesterday{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-cream-yesterday_light{
    --tw-ring-color: #DE777733;
  }

  :root .md\:ring-am-cream-yesterday_text{
    --tw-ring-color: #DE7777B3;
  }

  :root .md\:ring-am-brown-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-brown-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .md\:ring-am-brown{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .md\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .md\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .md\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-grays-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-grays:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .md\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .md\:focus-within\:ring-am-base-background:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-main-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-main-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-main-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-coral:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-coral-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-coral-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-teal-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-teal-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-new-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-purple-transparent:focus-within{
    --tw-ring-color: #757de338;
  }

  :root .md\:focus-within\:ring-am-purple-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-purple-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-green-brightest:focus-within{
    --tw-ring-color: #77DEA280;
  }

  :root .md\:focus-within\:ring-am-green-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-green-aqua:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-green-brightest-transparent:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-green-hover:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-red-alive:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-red-intense:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-grey-light:focus-within{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .md\:focus-within\:ring-am-grey-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-grey-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-grey-transparent:focus-within{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .md\:focus-within\:ring-am-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-pink-brightest:focus-within{
    --tw-ring-color: #d977dd3b;
  }

  :root .md\:focus-within\:ring-am-pink-rose:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-orange-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cyan-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cyan-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cyan-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .md\:focus-within\:ring-am-cyan-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .md\:focus-within\:ring-am-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-yellow-resalt:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cream-entry:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cream-entry_light:focus-within{
    --tw-ring-color: #81E6AB33;
  }

  :root .md\:focus-within\:ring-am-cream-entry_text:focus-within{
    --tw-ring-color: #81E6ABB3;
  }

  :root .md\:focus-within\:ring-am-cream-lunchgo:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cream-lunchgo_light:focus-within{
    --tw-ring-color: #EEBA7233;
  }

  :root .md\:focus-within\:ring-am-cream-lunchgo_text:focus-within{
    --tw-ring-color: #EEBA72B3;
  }

  :root .md\:focus-within\:ring-am-cream-lunchback:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cream-lunchback_light:focus-within{
    --tw-ring-color: #EE8F7233;
  }

  :root .md\:focus-within\:ring-am-cream-lunchback_text:focus-within{
    --tw-ring-color: #EE8F72B3;
  }

  :root .md\:focus-within\:ring-am-cream-exit:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cream-exit_light:focus-within{
    --tw-ring-color: #81E6E233;
  }

  :root .md\:focus-within\:ring-am-cream-exit_text:focus-within{
    --tw-ring-color: #81E6E2B3;
  }

  :root .md\:focus-within\:ring-am-cream-yesterday:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-cream-yesterday_light:focus-within{
    --tw-ring-color: #DE777733;
  }

  :root .md\:focus-within\:ring-am-cream-yesterday_text:focus-within{
    --tw-ring-color: #DE7777B3;
  }

  :root .md\:focus-within\:ring-am-brown-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-brown-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .md\:focus-within\:ring-am-brown:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .md\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .md\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .md\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-grays-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-grays:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:ring-am-base-background:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-main-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-main-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-main-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-coral:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-coral-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-coral-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-teal-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-teal-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-new-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-purple-transparent:focus{
    --tw-ring-color: #757de338;
  }

  :root .md\:focus\:ring-am-purple-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-purple-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-green-brightest:focus{
    --tw-ring-color: #77DEA280;
  }

  :root .md\:focus\:ring-am-green-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-green-aqua:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-green-brightest-transparent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-green-hover:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-red-alive:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-red-intense:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-grey-light:focus{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .md\:focus\:ring-am-grey-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-grey-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-grey-transparent:focus{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .md\:focus\:ring-am-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-pink-brightest:focus{
    --tw-ring-color: #d977dd3b;
  }

  :root .md\:focus\:ring-am-pink-rose:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-orange-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cyan-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cyan-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cyan-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .md\:focus\:ring-am-cyan-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .md\:focus\:ring-am-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-yellow-resalt:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cream-entry:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cream-entry_light:focus{
    --tw-ring-color: #81E6AB33;
  }

  :root .md\:focus\:ring-am-cream-entry_text:focus{
    --tw-ring-color: #81E6ABB3;
  }

  :root .md\:focus\:ring-am-cream-lunchgo:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cream-lunchgo_light:focus{
    --tw-ring-color: #EEBA7233;
  }

  :root .md\:focus\:ring-am-cream-lunchgo_text:focus{
    --tw-ring-color: #EEBA72B3;
  }

  :root .md\:focus\:ring-am-cream-lunchback:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cream-lunchback_light:focus{
    --tw-ring-color: #EE8F7233;
  }

  :root .md\:focus\:ring-am-cream-lunchback_text:focus{
    --tw-ring-color: #EE8F72B3;
  }

  :root .md\:focus\:ring-am-cream-exit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cream-exit_light:focus{
    --tw-ring-color: #81E6E233;
  }

  :root .md\:focus\:ring-am-cream-exit_text:focus{
    --tw-ring-color: #81E6E2B3;
  }

  :root .md\:focus\:ring-am-cream-yesterday:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-cream-yesterday_light:focus{
    --tw-ring-color: #DE777733;
  }

  :root .md\:focus\:ring-am-cream-yesterday_text:focus{
    --tw-ring-color: #DE7777B3;
  }

  :root .md\:focus\:ring-am-brown-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-brown-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .md\:focus\:ring-am-brown:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  :root .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  :root .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  :root .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .md\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .md\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .md\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .md\:ring-offset-grays-light{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .md\:ring-offset-grays{
    --tw-ring-offset-color: #969CA7;
  }

  :root .md\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .md\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .md\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .md\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .md\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .md\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .md\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .md\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .md\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .md\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .md\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .md\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .md\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .md\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .md\:ring-offset-am-base-background{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .md\:ring-offset-am-main-blue{
    --tw-ring-offset-color: #7084E3;
  }

  :root .md\:ring-offset-am-main-blue-light{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .md\:ring-offset-am-main-blue-dark{
    --tw-ring-offset-color: #00004d;
  }

  :root .md\:ring-offset-am-gray{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .md\:ring-offset-am-gray-light{
    --tw-ring-offset-color: #bebebe;
  }

  :root .md\:ring-offset-am-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  :root .md\:ring-offset-am-new-green{
    --tw-ring-offset-color: #77dea2;
  }

  :root .md\:ring-offset-am-new-green-light{
    --tw-ring-offset-color: #baeed0;
  }

  :root .md\:ring-offset-am-new-green-dark{
    --tw-ring-offset-color: #27834d;
  }

  :root .md\:ring-offset-am-new-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .md\:ring-offset-am-new-orange-light{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .md\:ring-offset-am-new-orange-dark{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .md\:ring-offset-am-coral{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .md\:ring-offset-am-coral-light{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .md\:ring-offset-am-coral-dark{
    --tw-ring-offset-color: #be6a50;
  }

  :root .md\:ring-offset-am-teal{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .md\:ring-offset-am-teal-light{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .md\:ring-offset-am-teal-dark{
    --tw-ring-offset-color: #449D99;
  }

  :root .md\:ring-offset-am-new-red{
    --tw-ring-offset-color: #de7777;
  }

  :root .md\:ring-offset-am-new-red-light{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .md\:ring-offset-am-new-red-dark{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .md\:ring-offset-am-new-yellow{
    --tw-ring-offset-color: #ffce00;
  }

  :root .md\:ring-offset-am-new-yellow-light{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .md\:ring-offset-am-new-yellow-dark{
    --tw-ring-offset-color: #a56c00;
  }

  :root .md\:ring-offset-am-new-pink{
    --tw-ring-offset-color: #d977dd;
  }

  :root .md\:ring-offset-am-new-pink-light{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .md\:ring-offset-am-new-pink-dark{
    --tw-ring-offset-color: #97569a;
  }

  :root .md\:ring-offset-am-new-purple{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .md\:ring-offset-am-new-purple-light{
    --tw-ring-offset-color: #baacff;
  }

  :root .md\:ring-offset-am-new-purple-dark{
    --tw-ring-offset-color: #7164b1;
  }

  :root .md\:ring-offset-am-purple-transparent{
    --tw-ring-offset-color: #757de338;
  }

  :root .md\:ring-offset-am-purple-relight{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .md\:ring-offset-am-purple-light{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .md\:ring-offset-am-purple-medium{
    --tw-ring-offset-color: #927DEA;
  }

  :root .md\:ring-offset-am-purple-dark{
    --tw-ring-offset-color: #465499;
  }

  :root .md\:ring-offset-am-purple{
    --tw-ring-offset-color: #7084E3;
  }

  :root .md\:ring-offset-am-green-light{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .md\:ring-offset-am-green-brightest{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .md\:ring-offset-am-green-cyan{
    --tw-ring-offset-color: #26b28f;
  }

  :root .md\:ring-offset-am-green-dark{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .md\:ring-offset-am-green-aqua{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .md\:ring-offset-am-green-brightest-transparent{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .md\:ring-offset-am-green-hover{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .md\:ring-offset-am-green{
    --tw-ring-offset-color: #54C931;
  }

  :root .md\:ring-offset-am-red-alive{
    --tw-ring-offset-color: #E56262;
  }

  :root .md\:ring-offset-am-red-light{
    --tw-ring-offset-color: #ffcece;
  }

  :root .md\:ring-offset-am-red-dark{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .md\:ring-offset-am-red-intense{
    --tw-ring-offset-color: #f00846;
  }

  :root .md\:ring-offset-am-red{
    --tw-ring-offset-color: #DE7777;
  }

  :root .md\:ring-offset-am-grey-light{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .md\:ring-offset-am-grey-dark{
    --tw-ring-offset-color: #2C303E;
  }

  :root .md\:ring-offset-am-grey-medium{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .md\:ring-offset-am-grey-transparent{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .md\:ring-offset-am-grey{
    --tw-ring-offset-color: #666666;
  }

  :root .md\:ring-offset-am-pink-light{
    --tw-ring-offset-color: #edcff0;
  }

  :root .md\:ring-offset-am-pink-dark{
    --tw-ring-offset-color: #a941ae;
  }

  :root .md\:ring-offset-am-pink-brightest{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .md\:ring-offset-am-pink-rose{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .md\:ring-offset-am-pink{
    --tw-ring-offset-color: #D977DD;
  }

  :root .md\:ring-offset-am-orange-light{
    --tw-ring-offset-color: #f89103;
  }

  :root .md\:ring-offset-am-orange-relight{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .md\:ring-offset-am-orange-dark{
    --tw-ring-offset-color: #b57c00;
  }

  :root .md\:ring-offset-am-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .md\:ring-offset-am-cyan-light{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .md\:ring-offset-am-cyan-dark{
    --tw-ring-offset-color: #129aa6;
  }

  :root .md\:ring-offset-am-cyan-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .md\:ring-offset-am-cyan-green{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .md\:ring-offset-am-cyan{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .md\:ring-offset-am-blue-light{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .md\:ring-offset-am-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .md\:ring-offset-am-blue-dark{
    --tw-ring-offset-color: #5784a5;
  }

  :root .md\:ring-offset-am-yellow-resalt{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .md\:ring-offset-am-yellow-light{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .md\:ring-offset-am-yellow-dark{
    --tw-ring-offset-color: #c18b11;
  }

  :root .md\:ring-offset-am-yellow{
    --tw-ring-offset-color: #FAD073;
  }

  :root .md\:ring-offset-am-cream-entry{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .md\:ring-offset-am-cream-entry_light{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .md\:ring-offset-am-cream-entry_text{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .md\:ring-offset-am-cream-lunchgo{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .md\:ring-offset-am-cream-lunchgo_light{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .md\:ring-offset-am-cream-lunchgo_text{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .md\:ring-offset-am-cream-lunchback{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .md\:ring-offset-am-cream-lunchback_light{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .md\:ring-offset-am-cream-lunchback_text{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .md\:ring-offset-am-cream-exit{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .md\:ring-offset-am-cream-exit_light{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .md\:ring-offset-am-cream-exit_text{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .md\:ring-offset-am-cream-yesterday{
    --tw-ring-offset-color: #DE7777;
  }

  :root .md\:ring-offset-am-cream-yesterday_light{
    --tw-ring-offset-color: #DE777733;
  }

  :root .md\:ring-offset-am-cream-yesterday_text{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .md\:ring-offset-am-brown-light{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .md\:ring-offset-am-brown-dark{
    --tw-ring-offset-color: #501D0E;
  }

  :root .md\:ring-offset-am-brown{
    --tw-ring-offset-color: #A23E00;
  }

  :root .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .md\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .md\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .md\:focus-within\:ring-offset-grays-light:focus-within{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .md\:focus-within\:ring-offset-grays:focus-within{
    --tw-ring-offset-color: #969CA7;
  }

  :root .md\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .md\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .md\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .md\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .md\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .md\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .md\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .md\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .md\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .md\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .md\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .md\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .md\:focus-within\:ring-offset-am-base-background:focus-within{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .md\:focus-within\:ring-offset-am-main-blue:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .md\:focus-within\:ring-offset-am-main-blue-light:focus-within{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .md\:focus-within\:ring-offset-am-main-blue-dark:focus-within{
    --tw-ring-offset-color: #00004d;
  }

  :root .md\:focus-within\:ring-offset-am-gray:focus-within{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .md\:focus-within\:ring-offset-am-gray-light:focus-within{
    --tw-ring-offset-color: #bebebe;
  }

  :root .md\:focus-within\:ring-offset-am-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .md\:focus-within\:ring-offset-am-new-green:focus-within{
    --tw-ring-offset-color: #77dea2;
  }

  :root .md\:focus-within\:ring-offset-am-new-green-light:focus-within{
    --tw-ring-offset-color: #baeed0;
  }

  :root .md\:focus-within\:ring-offset-am-new-green-dark:focus-within{
    --tw-ring-offset-color: #27834d;
  }

  :root .md\:focus-within\:ring-offset-am-new-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .md\:focus-within\:ring-offset-am-new-orange-light:focus-within{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .md\:focus-within\:ring-offset-am-new-orange-dark:focus-within{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .md\:focus-within\:ring-offset-am-coral:focus-within{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .md\:focus-within\:ring-offset-am-coral-light:focus-within{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .md\:focus-within\:ring-offset-am-coral-dark:focus-within{
    --tw-ring-offset-color: #be6a50;
  }

  :root .md\:focus-within\:ring-offset-am-teal:focus-within{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .md\:focus-within\:ring-offset-am-teal-light:focus-within{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .md\:focus-within\:ring-offset-am-teal-dark:focus-within{
    --tw-ring-offset-color: #449D99;
  }

  :root .md\:focus-within\:ring-offset-am-new-red:focus-within{
    --tw-ring-offset-color: #de7777;
  }

  :root .md\:focus-within\:ring-offset-am-new-red-light:focus-within{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .md\:focus-within\:ring-offset-am-new-red-dark:focus-within{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .md\:focus-within\:ring-offset-am-new-yellow:focus-within{
    --tw-ring-offset-color: #ffce00;
  }

  :root .md\:focus-within\:ring-offset-am-new-yellow-light:focus-within{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .md\:focus-within\:ring-offset-am-new-yellow-dark:focus-within{
    --tw-ring-offset-color: #a56c00;
  }

  :root .md\:focus-within\:ring-offset-am-new-pink:focus-within{
    --tw-ring-offset-color: #d977dd;
  }

  :root .md\:focus-within\:ring-offset-am-new-pink-light:focus-within{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .md\:focus-within\:ring-offset-am-new-pink-dark:focus-within{
    --tw-ring-offset-color: #97569a;
  }

  :root .md\:focus-within\:ring-offset-am-new-purple:focus-within{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .md\:focus-within\:ring-offset-am-new-purple-light:focus-within{
    --tw-ring-offset-color: #baacff;
  }

  :root .md\:focus-within\:ring-offset-am-new-purple-dark:focus-within{
    --tw-ring-offset-color: #7164b1;
  }

  :root .md\:focus-within\:ring-offset-am-purple-transparent:focus-within{
    --tw-ring-offset-color: #757de338;
  }

  :root .md\:focus-within\:ring-offset-am-purple-relight:focus-within{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .md\:focus-within\:ring-offset-am-purple-light:focus-within{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .md\:focus-within\:ring-offset-am-purple-medium:focus-within{
    --tw-ring-offset-color: #927DEA;
  }

  :root .md\:focus-within\:ring-offset-am-purple-dark:focus-within{
    --tw-ring-offset-color: #465499;
  }

  :root .md\:focus-within\:ring-offset-am-purple:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .md\:focus-within\:ring-offset-am-green-light:focus-within{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .md\:focus-within\:ring-offset-am-green-brightest:focus-within{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .md\:focus-within\:ring-offset-am-green-cyan:focus-within{
    --tw-ring-offset-color: #26b28f;
  }

  :root .md\:focus-within\:ring-offset-am-green-dark:focus-within{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .md\:focus-within\:ring-offset-am-green-aqua:focus-within{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .md\:focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .md\:focus-within\:ring-offset-am-green-hover:focus-within{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .md\:focus-within\:ring-offset-am-green:focus-within{
    --tw-ring-offset-color: #54C931;
  }

  :root .md\:focus-within\:ring-offset-am-red-alive:focus-within{
    --tw-ring-offset-color: #E56262;
  }

  :root .md\:focus-within\:ring-offset-am-red-light:focus-within{
    --tw-ring-offset-color: #ffcece;
  }

  :root .md\:focus-within\:ring-offset-am-red-dark:focus-within{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .md\:focus-within\:ring-offset-am-red-intense:focus-within{
    --tw-ring-offset-color: #f00846;
  }

  :root .md\:focus-within\:ring-offset-am-red:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .md\:focus-within\:ring-offset-am-grey-light:focus-within{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .md\:focus-within\:ring-offset-am-grey-dark:focus-within{
    --tw-ring-offset-color: #2C303E;
  }

  :root .md\:focus-within\:ring-offset-am-grey-medium:focus-within{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .md\:focus-within\:ring-offset-am-grey-transparent:focus-within{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .md\:focus-within\:ring-offset-am-grey:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .md\:focus-within\:ring-offset-am-pink-light:focus-within{
    --tw-ring-offset-color: #edcff0;
  }

  :root .md\:focus-within\:ring-offset-am-pink-dark:focus-within{
    --tw-ring-offset-color: #a941ae;
  }

  :root .md\:focus-within\:ring-offset-am-pink-brightest:focus-within{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .md\:focus-within\:ring-offset-am-pink-rose:focus-within{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .md\:focus-within\:ring-offset-am-pink:focus-within{
    --tw-ring-offset-color: #D977DD;
  }

  :root .md\:focus-within\:ring-offset-am-orange-light:focus-within{
    --tw-ring-offset-color: #f89103;
  }

  :root .md\:focus-within\:ring-offset-am-orange-relight:focus-within{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .md\:focus-within\:ring-offset-am-orange-dark:focus-within{
    --tw-ring-offset-color: #b57c00;
  }

  :root .md\:focus-within\:ring-offset-am-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .md\:focus-within\:ring-offset-am-cyan-light:focus-within{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .md\:focus-within\:ring-offset-am-cyan-dark:focus-within{
    --tw-ring-offset-color: #129aa6;
  }

  :root .md\:focus-within\:ring-offset-am-cyan-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .md\:focus-within\:ring-offset-am-cyan-green:focus-within{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .md\:focus-within\:ring-offset-am-cyan:focus-within{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .md\:focus-within\:ring-offset-am-blue-light:focus-within{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .md\:focus-within\:ring-offset-am-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .md\:focus-within\:ring-offset-am-blue-dark:focus-within{
    --tw-ring-offset-color: #5784a5;
  }

  :root .md\:focus-within\:ring-offset-am-yellow-resalt:focus-within{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .md\:focus-within\:ring-offset-am-yellow-light:focus-within{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .md\:focus-within\:ring-offset-am-yellow-dark:focus-within{
    --tw-ring-offset-color: #c18b11;
  }

  :root .md\:focus-within\:ring-offset-am-yellow:focus-within{
    --tw-ring-offset-color: #FAD073;
  }

  :root .md\:focus-within\:ring-offset-am-cream-entry:focus-within{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .md\:focus-within\:ring-offset-am-cream-entry_light:focus-within{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .md\:focus-within\:ring-offset-am-cream-entry_text:focus-within{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .md\:focus-within\:ring-offset-am-cream-lunchgo:focus-within{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .md\:focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .md\:focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .md\:focus-within\:ring-offset-am-cream-lunchback:focus-within{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .md\:focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .md\:focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .md\:focus-within\:ring-offset-am-cream-exit:focus-within{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .md\:focus-within\:ring-offset-am-cream-exit_light:focus-within{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .md\:focus-within\:ring-offset-am-cream-exit_text:focus-within{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .md\:focus-within\:ring-offset-am-cream-yesterday:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .md\:focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
    --tw-ring-offset-color: #DE777733;
  }

  :root .md\:focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .md\:focus-within\:ring-offset-am-brown-light:focus-within{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .md\:focus-within\:ring-offset-am-brown-dark:focus-within{
    --tw-ring-offset-color: #501D0E;
  }

  :root .md\:focus-within\:ring-offset-am-brown:focus-within{
    --tw-ring-offset-color: #A23E00;
  }

  :root .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .md\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .md\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .md\:focus\:ring-offset-grays-light:focus{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .md\:focus\:ring-offset-grays:focus{
    --tw-ring-offset-color: #969CA7;
  }

  :root .md\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .md\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .md\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .md\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .md\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .md\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .md\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .md\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .md\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .md\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .md\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .md\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .md\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .md\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .md\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .md\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .md\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .md\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .md\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .md\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .md\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .md\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .md\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .md\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .md\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .md\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .md\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .md\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .md\:focus\:ring-offset-am-base-background:focus{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .md\:focus\:ring-offset-am-main-blue:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .md\:focus\:ring-offset-am-main-blue-light:focus{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .md\:focus\:ring-offset-am-main-blue-dark:focus{
    --tw-ring-offset-color: #00004d;
  }

  :root .md\:focus\:ring-offset-am-gray:focus{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .md\:focus\:ring-offset-am-gray-light:focus{
    --tw-ring-offset-color: #bebebe;
  }

  :root .md\:focus\:ring-offset-am-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .md\:focus\:ring-offset-am-new-green:focus{
    --tw-ring-offset-color: #77dea2;
  }

  :root .md\:focus\:ring-offset-am-new-green-light:focus{
    --tw-ring-offset-color: #baeed0;
  }

  :root .md\:focus\:ring-offset-am-new-green-dark:focus{
    --tw-ring-offset-color: #27834d;
  }

  :root .md\:focus\:ring-offset-am-new-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .md\:focus\:ring-offset-am-new-orange-light:focus{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .md\:focus\:ring-offset-am-new-orange-dark:focus{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .md\:focus\:ring-offset-am-coral:focus{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .md\:focus\:ring-offset-am-coral-light:focus{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .md\:focus\:ring-offset-am-coral-dark:focus{
    --tw-ring-offset-color: #be6a50;
  }

  :root .md\:focus\:ring-offset-am-teal:focus{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .md\:focus\:ring-offset-am-teal-light:focus{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .md\:focus\:ring-offset-am-teal-dark:focus{
    --tw-ring-offset-color: #449D99;
  }

  :root .md\:focus\:ring-offset-am-new-red:focus{
    --tw-ring-offset-color: #de7777;
  }

  :root .md\:focus\:ring-offset-am-new-red-light:focus{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .md\:focus\:ring-offset-am-new-red-dark:focus{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .md\:focus\:ring-offset-am-new-yellow:focus{
    --tw-ring-offset-color: #ffce00;
  }

  :root .md\:focus\:ring-offset-am-new-yellow-light:focus{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .md\:focus\:ring-offset-am-new-yellow-dark:focus{
    --tw-ring-offset-color: #a56c00;
  }

  :root .md\:focus\:ring-offset-am-new-pink:focus{
    --tw-ring-offset-color: #d977dd;
  }

  :root .md\:focus\:ring-offset-am-new-pink-light:focus{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .md\:focus\:ring-offset-am-new-pink-dark:focus{
    --tw-ring-offset-color: #97569a;
  }

  :root .md\:focus\:ring-offset-am-new-purple:focus{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .md\:focus\:ring-offset-am-new-purple-light:focus{
    --tw-ring-offset-color: #baacff;
  }

  :root .md\:focus\:ring-offset-am-new-purple-dark:focus{
    --tw-ring-offset-color: #7164b1;
  }

  :root .md\:focus\:ring-offset-am-purple-transparent:focus{
    --tw-ring-offset-color: #757de338;
  }

  :root .md\:focus\:ring-offset-am-purple-relight:focus{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .md\:focus\:ring-offset-am-purple-light:focus{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .md\:focus\:ring-offset-am-purple-medium:focus{
    --tw-ring-offset-color: #927DEA;
  }

  :root .md\:focus\:ring-offset-am-purple-dark:focus{
    --tw-ring-offset-color: #465499;
  }

  :root .md\:focus\:ring-offset-am-purple:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .md\:focus\:ring-offset-am-green-light:focus{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .md\:focus\:ring-offset-am-green-brightest:focus{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .md\:focus\:ring-offset-am-green-cyan:focus{
    --tw-ring-offset-color: #26b28f;
  }

  :root .md\:focus\:ring-offset-am-green-dark:focus{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .md\:focus\:ring-offset-am-green-aqua:focus{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .md\:focus\:ring-offset-am-green-brightest-transparent:focus{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .md\:focus\:ring-offset-am-green-hover:focus{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .md\:focus\:ring-offset-am-green:focus{
    --tw-ring-offset-color: #54C931;
  }

  :root .md\:focus\:ring-offset-am-red-alive:focus{
    --tw-ring-offset-color: #E56262;
  }

  :root .md\:focus\:ring-offset-am-red-light:focus{
    --tw-ring-offset-color: #ffcece;
  }

  :root .md\:focus\:ring-offset-am-red-dark:focus{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .md\:focus\:ring-offset-am-red-intense:focus{
    --tw-ring-offset-color: #f00846;
  }

  :root .md\:focus\:ring-offset-am-red:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .md\:focus\:ring-offset-am-grey-light:focus{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .md\:focus\:ring-offset-am-grey-dark:focus{
    --tw-ring-offset-color: #2C303E;
  }

  :root .md\:focus\:ring-offset-am-grey-medium:focus{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .md\:focus\:ring-offset-am-grey-transparent:focus{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .md\:focus\:ring-offset-am-grey:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .md\:focus\:ring-offset-am-pink-light:focus{
    --tw-ring-offset-color: #edcff0;
  }

  :root .md\:focus\:ring-offset-am-pink-dark:focus{
    --tw-ring-offset-color: #a941ae;
  }

  :root .md\:focus\:ring-offset-am-pink-brightest:focus{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .md\:focus\:ring-offset-am-pink-rose:focus{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .md\:focus\:ring-offset-am-pink:focus{
    --tw-ring-offset-color: #D977DD;
  }

  :root .md\:focus\:ring-offset-am-orange-light:focus{
    --tw-ring-offset-color: #f89103;
  }

  :root .md\:focus\:ring-offset-am-orange-relight:focus{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .md\:focus\:ring-offset-am-orange-dark:focus{
    --tw-ring-offset-color: #b57c00;
  }

  :root .md\:focus\:ring-offset-am-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .md\:focus\:ring-offset-am-cyan-light:focus{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .md\:focus\:ring-offset-am-cyan-dark:focus{
    --tw-ring-offset-color: #129aa6;
  }

  :root .md\:focus\:ring-offset-am-cyan-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .md\:focus\:ring-offset-am-cyan-green:focus{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .md\:focus\:ring-offset-am-cyan:focus{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .md\:focus\:ring-offset-am-blue-light:focus{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .md\:focus\:ring-offset-am-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .md\:focus\:ring-offset-am-blue-dark:focus{
    --tw-ring-offset-color: #5784a5;
  }

  :root .md\:focus\:ring-offset-am-yellow-resalt:focus{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .md\:focus\:ring-offset-am-yellow-light:focus{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .md\:focus\:ring-offset-am-yellow-dark:focus{
    --tw-ring-offset-color: #c18b11;
  }

  :root .md\:focus\:ring-offset-am-yellow:focus{
    --tw-ring-offset-color: #FAD073;
  }

  :root .md\:focus\:ring-offset-am-cream-entry:focus{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .md\:focus\:ring-offset-am-cream-entry_light:focus{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .md\:focus\:ring-offset-am-cream-entry_text:focus{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .md\:focus\:ring-offset-am-cream-lunchgo:focus{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .md\:focus\:ring-offset-am-cream-lunchgo_light:focus{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .md\:focus\:ring-offset-am-cream-lunchgo_text:focus{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .md\:focus\:ring-offset-am-cream-lunchback:focus{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .md\:focus\:ring-offset-am-cream-lunchback_light:focus{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .md\:focus\:ring-offset-am-cream-lunchback_text:focus{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .md\:focus\:ring-offset-am-cream-exit:focus{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .md\:focus\:ring-offset-am-cream-exit_light:focus{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .md\:focus\:ring-offset-am-cream-exit_text:focus{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .md\:focus\:ring-offset-am-cream-yesterday:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .md\:focus\:ring-offset-am-cream-yesterday_light:focus{
    --tw-ring-offset-color: #DE777733;
  }

  :root .md\:focus\:ring-offset-am-cream-yesterday_text:focus{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .md\:focus\:ring-offset-am-brown-light:focus{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .md\:focus\:ring-offset-am-brown-dark:focus{
    --tw-ring-offset-color: #501D0E;
  }

  :root .md\:focus\:ring-offset-am-brown:focus{
    --tw-ring-offset-color: #A23E00;
  }

  :root .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .md\:filter-none{
    filter: none;
  }

  :root .md\:blur-0{
    --tw-blur: blur(0);
  }

  :root .md\:blur-none{
    --tw-blur: blur(0);
  }

  :root .md\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .md\:blur{
    --tw-blur: blur(8px);
  }

  :root .md\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .md\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .md\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .md\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .md\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .md\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .md\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .md\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .md\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .md\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .md\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .md\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .md\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .md\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .md\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .md\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .md\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .md\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .md\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .md\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .md\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .md\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .md\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .md\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .md\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .md\:invert-0{
    --tw-invert: invert(0);
  }

  :root .md\:invert{
    --tw-invert: invert(100%);
  }

  :root .md\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .md\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .md\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .md\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .md\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .md\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .md\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .md\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  :root .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  :root .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  :root .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  :root .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  :root .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  :root .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  :root .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  :root .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  :root .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  :root .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  :root .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  :root .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  :root .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  :root .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  :root .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  :root .md\:transition-none{
    transition-property: none;
  }

  :root .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .md\:delay-75{
    transition-delay: 75ms;
  }

  :root .md\:delay-100{
    transition-delay: 100ms;
  }

  :root .md\:delay-150{
    transition-delay: 150ms;
  }

  :root .md\:delay-200{
    transition-delay: 200ms;
  }

  :root .md\:delay-300{
    transition-delay: 300ms;
  }

  :root .md\:delay-500{
    transition-delay: 500ms;
  }

  :root .md\:delay-700{
    transition-delay: 700ms;
  }

  :root .md\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .md\:duration-75{
    transition-duration: 75ms;
  }

  :root .md\:duration-100{
    transition-duration: 100ms;
  }

  :root .md\:duration-150{
    transition-duration: 150ms;
  }

  :root .md\:duration-200{
    transition-duration: 200ms;
  }

  :root .md\:duration-300{
    transition-duration: 300ms;
  }

  :root .md\:duration-500{
    transition-duration: 500ms;
  }

  :root .md\:duration-700{
    transition-duration: 700ms;
  }

  :root .md\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .md\:ease-linear{
    transition-timing-function: linear;
  }

  :root .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1280px){
  :root .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .lg\:pointer-events-none{
    pointer-events: none;
  }

  :root .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .lg\:visible{
    visibility: visible;
  }

  :root .lg\:invisible{
    visibility: hidden;
  }

  :root .lg\:static{
    position: static;
  }

  :root .lg\:fixed{
    position: fixed;
  }

  :root .lg\:absolute{
    position: absolute;
  }

  :root .lg\:relative{
    position: relative;
  }

  :root .lg\:sticky{
    position: sticky;
  }

  :root .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .lg\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .lg\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .lg\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .lg\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .lg\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .lg\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .lg\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .lg\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .lg\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .lg\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .lg\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .lg\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .lg\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .lg\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .lg\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .lg\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .lg\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .lg\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .lg\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root .lg\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root .lg\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root .lg\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root .lg\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root .lg\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root .lg\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root .lg\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root .lg\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root .lg\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root .lg\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root .lg\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root .lg\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root .lg\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root .lg\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root .lg\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root .lg\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root .lg\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root .lg\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root .lg\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .lg\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .lg\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .lg\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .lg\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .lg\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .lg\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .lg\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .lg\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .lg\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .lg\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .lg\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .lg\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .lg\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .lg\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .lg\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .lg\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .lg\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .lg\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .lg\:top-0{
    top: 0;
  }

  :root .lg\:top-1{
    top: 0.25rem;
  }

  :root .lg\:top-2{
    top: 0.5rem;
  }

  :root .lg\:top-3{
    top: 0.75rem;
  }

  :root .lg\:top-4{
    top: 1rem;
  }

  :root .lg\:top-5{
    top: 1.25rem;
  }

  :root .lg\:top-6{
    top: 1.5rem;
  }

  :root .lg\:top-8{
    top: 2rem;
  }

  :root .lg\:top-10{
    top: 2.5rem;
  }

  :root .lg\:top-12{
    top: 3rem;
  }

  :root .lg\:-top-1{
    top: -0.25rem;
  }

  :root .lg\:-top-2{
    top: -0.5rem;
  }

  :root .lg\:-top-3{
    top: -0.75rem;
  }

  :root .lg\:-top-4{
    top: -1rem;
  }

  :root .lg\:-top-5{
    top: -1.25rem;
  }

  :root .lg\:-top-6{
    top: -1.5rem;
  }

  :root .lg\:-top-8{
    top: -2rem;
  }

  :root .lg\:-top-10{
    top: -2.5rem;
  }

  :root .lg\:-top-12{
    top: -3rem;
  }

  :root .lg\:top-auto{
    top: auto;
  }

  :root .lg\:right-0{
    right: 0;
  }

  :root .lg\:right-1{
    right: 0.25rem;
  }

  :root .lg\:right-2{
    right: 0.5rem;
  }

  :root .lg\:right-3{
    right: 0.75rem;
  }

  :root .lg\:right-4{
    right: 1rem;
  }

  :root .lg\:right-5{
    right: 1.25rem;
  }

  :root .lg\:right-6{
    right: 1.5rem;
  }

  :root .lg\:right-8{
    right: 2rem;
  }

  :root .lg\:right-10{
    right: 2.5rem;
  }

  :root .lg\:right-12{
    right: 3rem;
  }

  :root .lg\:-right-1{
    right: -0.25rem;
  }

  :root .lg\:-right-2{
    right: -0.5rem;
  }

  :root .lg\:-right-3{
    right: -0.75rem;
  }

  :root .lg\:-right-4{
    right: -1rem;
  }

  :root .lg\:-right-5{
    right: -1.25rem;
  }

  :root .lg\:-right-6{
    right: -1.5rem;
  }

  :root .lg\:-right-8{
    right: -2rem;
  }

  :root .lg\:-right-10{
    right: -2.5rem;
  }

  :root .lg\:-right-12{
    right: -3rem;
  }

  :root .lg\:right-auto{
    right: auto;
  }

  :root .lg\:bottom-0{
    bottom: 0;
  }

  :root .lg\:bottom-1{
    bottom: 0.25rem;
  }

  :root .lg\:bottom-2{
    bottom: 0.5rem;
  }

  :root .lg\:bottom-3{
    bottom: 0.75rem;
  }

  :root .lg\:bottom-4{
    bottom: 1rem;
  }

  :root .lg\:bottom-5{
    bottom: 1.25rem;
  }

  :root .lg\:bottom-6{
    bottom: 1.5rem;
  }

  :root .lg\:bottom-8{
    bottom: 2rem;
  }

  :root .lg\:bottom-10{
    bottom: 2.5rem;
  }

  :root .lg\:bottom-12{
    bottom: 3rem;
  }

  :root .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .lg\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .lg\:-bottom-4{
    bottom: -1rem;
  }

  :root .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .lg\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .lg\:-bottom-8{
    bottom: -2rem;
  }

  :root .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .lg\:-bottom-12{
    bottom: -3rem;
  }

  :root .lg\:bottom-auto{
    bottom: auto;
  }

  :root .lg\:left-0{
    left: 0;
  }

  :root .lg\:left-1{
    left: 0.25rem;
  }

  :root .lg\:left-2{
    left: 0.5rem;
  }

  :root .lg\:left-3{
    left: 0.75rem;
  }

  :root .lg\:left-4{
    left: 1rem;
  }

  :root .lg\:left-5{
    left: 1.25rem;
  }

  :root .lg\:left-6{
    left: 1.5rem;
  }

  :root .lg\:left-8{
    left: 2rem;
  }

  :root .lg\:left-10{
    left: 2.5rem;
  }

  :root .lg\:left-12{
    left: 3rem;
  }

  :root .lg\:-left-1{
    left: -0.25rem;
  }

  :root .lg\:-left-2{
    left: -0.5rem;
  }

  :root .lg\:-left-3{
    left: -0.75rem;
  }

  :root .lg\:-left-4{
    left: -1rem;
  }

  :root .lg\:-left-5{
    left: -1.25rem;
  }

  :root .lg\:-left-6{
    left: -1.5rem;
  }

  :root .lg\:-left-8{
    left: -2rem;
  }

  :root .lg\:-left-10{
    left: -2.5rem;
  }

  :root .lg\:-left-12{
    left: -3rem;
  }

  :root .lg\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .lg\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .lg\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:left-auto{
    left: auto;
  }

  :root .lg\:isolate{
    isolation: isolate;
  }

  :root .lg\:isolation-auto{
    isolation: auto;
  }

  :root .lg\:z-0{
    z-index: 0;
  }

  :root .lg\:z-10{
    z-index: 10;
  }

  :root .lg\:z-20{
    z-index: 20;
  }

  :root .lg\:z-30{
    z-index: 30;
  }

  :root .lg\:z-40{
    z-index: 40;
  }

  :root .lg\:z-50{
    z-index: 50;
  }

  :root .lg\:z-auto{
    z-index: auto;
  }

  :root .lg\:order-1{
    order: 1;
  }

  :root .lg\:order-2{
    order: 2;
  }

  :root .lg\:order-3{
    order: 3;
  }

  :root .lg\:order-4{
    order: 4;
  }

  :root .lg\:order-5{
    order: 5;
  }

  :root .lg\:order-6{
    order: 6;
  }

  :root .lg\:order-7{
    order: 7;
  }

  :root .lg\:order-8{
    order: 8;
  }

  :root .lg\:order-9{
    order: 9;
  }

  :root .lg\:order-10{
    order: 10;
  }

  :root .lg\:order-11{
    order: 11;
  }

  :root .lg\:order-12{
    order: 12;
  }

  :root .lg\:order-first{
    order: -9999;
  }

  :root .lg\:order-last{
    order: 9999;
  }

  :root .lg\:order-none{
    order: 0;
  }

  :root .lg\:col-auto{
    grid-column: auto;
  }

  :root .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .lg\:col-start-1{
    grid-column-start: 1;
  }

  :root .lg\:col-start-2{
    grid-column-start: 2;
  }

  :root .lg\:col-start-3{
    grid-column-start: 3;
  }

  :root .lg\:col-start-4{
    grid-column-start: 4;
  }

  :root .lg\:col-start-5{
    grid-column-start: 5;
  }

  :root .lg\:col-start-6{
    grid-column-start: 6;
  }

  :root .lg\:col-start-7{
    grid-column-start: 7;
  }

  :root .lg\:col-start-8{
    grid-column-start: 8;
  }

  :root .lg\:col-start-9{
    grid-column-start: 9;
  }

  :root .lg\:col-start-10{
    grid-column-start: 10;
  }

  :root .lg\:col-start-11{
    grid-column-start: 11;
  }

  :root .lg\:col-start-12{
    grid-column-start: 12;
  }

  :root .lg\:col-start-13{
    grid-column-start: 13;
  }

  :root .lg\:col-start-auto{
    grid-column-start: auto;
  }

  :root .lg\:col-end-1{
    grid-column-end: 1;
  }

  :root .lg\:col-end-2{
    grid-column-end: 2;
  }

  :root .lg\:col-end-3{
    grid-column-end: 3;
  }

  :root .lg\:col-end-4{
    grid-column-end: 4;
  }

  :root .lg\:col-end-5{
    grid-column-end: 5;
  }

  :root .lg\:col-end-6{
    grid-column-end: 6;
  }

  :root .lg\:col-end-7{
    grid-column-end: 7;
  }

  :root .lg\:col-end-8{
    grid-column-end: 8;
  }

  :root .lg\:col-end-9{
    grid-column-end: 9;
  }

  :root .lg\:col-end-10{
    grid-column-end: 10;
  }

  :root .lg\:col-end-11{
    grid-column-end: 11;
  }

  :root .lg\:col-end-12{
    grid-column-end: 12;
  }

  :root .lg\:col-end-13{
    grid-column-end: 13;
  }

  :root .lg\:col-end-auto{
    grid-column-end: auto;
  }

  :root .lg\:row-auto{
    grid-row: auto;
  }

  :root .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .lg\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .lg\:row-start-1{
    grid-row-start: 1;
  }

  :root .lg\:row-start-2{
    grid-row-start: 2;
  }

  :root .lg\:row-start-3{
    grid-row-start: 3;
  }

  :root .lg\:row-start-4{
    grid-row-start: 4;
  }

  :root .lg\:row-start-5{
    grid-row-start: 5;
  }

  :root .lg\:row-start-6{
    grid-row-start: 6;
  }

  :root .lg\:row-start-7{
    grid-row-start: 7;
  }

  :root .lg\:row-start-auto{
    grid-row-start: auto;
  }

  :root .lg\:row-end-1{
    grid-row-end: 1;
  }

  :root .lg\:row-end-2{
    grid-row-end: 2;
  }

  :root .lg\:row-end-3{
    grid-row-end: 3;
  }

  :root .lg\:row-end-4{
    grid-row-end: 4;
  }

  :root .lg\:row-end-5{
    grid-row-end: 5;
  }

  :root .lg\:row-end-6{
    grid-row-end: 6;
  }

  :root .lg\:row-end-7{
    grid-row-end: 7;
  }

  :root .lg\:row-end-auto{
    grid-row-end: auto;
  }

  :root .lg\:float-right{
    float: right;
  }

  :root .lg\:float-left{
    float: left;
  }

  :root .lg\:float-none{
    float: none;
  }

  :root .lg\:clear-left{
    clear: left;
  }

  :root .lg\:clear-right{
    clear: right;
  }

  :root .lg\:clear-both{
    clear: both;
  }

  :root .lg\:clear-none{
    clear: none;
  }

  :root .lg\:m-0{
    margin: 0;
  }

  :root .lg\:m-1{
    margin: 0.25rem;
  }

  :root .lg\:m-2{
    margin: 0.5rem;
  }

  :root .lg\:m-3{
    margin: 0.75rem;
  }

  :root .lg\:m-4{
    margin: 1rem;
  }

  :root .lg\:m-5{
    margin: 1.25rem;
  }

  :root .lg\:m-6{
    margin: 1.5rem;
  }

  :root .lg\:m-7{
    margin: 1.75rem;
  }

  :root .lg\:m-8{
    margin: 2rem;
  }

  :root .lg\:m-9{
    margin: 2.25rem;
  }

  :root .lg\:m-10{
    margin: 2.5rem;
  }

  :root .lg\:m-11{
    margin: 2.75rem;
  }

  :root .lg\:m-12{
    margin: 3rem;
  }

  :root .lg\:m-13{
    margin: 3.25rem;
  }

  :root .lg\:m-14{
    margin: 3.5rem;
  }

  :root .lg\:m-16{
    margin: 4rem;
  }

  :root .lg\:m-18{
    margin: 4.5rem;
  }

  :root .lg\:m-20{
    margin: 5rem;
  }

  :root .lg\:m-21{
    margin: 5.25rem;
  }

  :root .lg\:m-22{
    margin: 5.5rem;
  }

  :root .lg\:m-24{
    margin: 6rem;
  }

  :root .lg\:m-26{
    margin: 6.5rem;
  }

  :root .lg\:m-27{
    margin: 6.75rem;
  }

  :root .lg\:m-28{
    margin: 7rem;
  }

  :root .lg\:m-30{
    margin: 7.5rem;
  }

  :root .lg\:m-32{
    margin: 8rem;
  }

  :root .lg\:m-36{
    margin: 9rem;
  }

  :root .lg\:m-40{
    margin: 10rem;
  }

  :root .lg\:m-41{
    margin: 11.25rem;
  }

  :root .lg\:m-42{
    margin: 11.5rem;
  }

  :root .lg\:m-44{
    margin: 11rem;
  }

  :root .lg\:m-48{
    margin: 12rem;
  }

  :root .lg\:m-52{
    margin: 13rem;
  }

  :root .lg\:m-54{
    margin: 13.5rem;
  }

  :root .lg\:m-56{
    margin: 14rem;
  }

  :root .lg\:m-60{
    margin: 15rem;
  }

  :root .lg\:m-64{
    margin: 16rem;
  }

  :root .lg\:m-68{
    margin: 17rem;
  }

  :root .lg\:m-72{
    margin: 18rem;
  }

  :root .lg\:m-76{
    margin: 19rem;
  }

  :root .lg\:m-80{
    margin: 20rem;
  }

  :root .lg\:m-84{
    margin: 21rem;
  }

  :root .lg\:m-88{
    margin: 22rem;
  }

  :root .lg\:m-96{
    margin: 24rem;
  }

  :root .lg\:m-112{
    margin: 28rem;
  }

  :root .lg\:m-120{
    margin: 30rem;
  }

  :root .lg\:m-140{
    margin: 35rem;
  }

  :root .lg\:m-150{
    margin: 37.5rem;
  }

  :root .lg\:m-160{
    margin: 40rem;
  }

  :root .lg\:m-220{
    margin: 55rem;
  }

  :root .lg\:m-240{
    margin: 60rem;
  }

  :root .lg\:m-300{
    margin: 75rem;
  }

  :root .lg\:m-320{
    margin: 80rem;
  }

  :root .lg\:m-auto{
    margin: auto;
  }

  :root .lg\:m-px{
    margin: 1px;
  }

  :root .lg\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .lg\:m-1\.5{
    margin: 0.375rem;
  }

  :root .lg\:-m-1{
    margin: -0.25rem;
  }

  :root .lg\:-m-2{
    margin: -0.5rem;
  }

  :root .lg\:-m-3{
    margin: -0.75rem;
  }

  :root .lg\:-m-4{
    margin: -1rem;
  }

  :root .lg\:-m-5{
    margin: -1.25rem;
  }

  :root .lg\:-m-6{
    margin: -1.5rem;
  }

  :root .lg\:-m-7{
    margin: -1.75rem;
  }

  :root .lg\:-m-8{
    margin: -2rem;
  }

  :root .lg\:-m-9{
    margin: -2.25rem;
  }

  :root .lg\:-m-10{
    margin: -2.5rem;
  }

  :root .lg\:-m-11{
    margin: -2.75rem;
  }

  :root .lg\:-m-12{
    margin: -3rem;
  }

  :root .lg\:-m-13{
    margin: -3.25rem;
  }

  :root .lg\:-m-14{
    margin: -3.5rem;
  }

  :root .lg\:-m-16{
    margin: -4rem;
  }

  :root .lg\:-m-18{
    margin: -4.5rem;
  }

  :root .lg\:-m-20{
    margin: -5rem;
  }

  :root .lg\:-m-21{
    margin: -5.25rem;
  }

  :root .lg\:-m-22{
    margin: -5.5rem;
  }

  :root .lg\:-m-24{
    margin: -6rem;
  }

  :root .lg\:-m-26{
    margin: -6.5rem;
  }

  :root .lg\:-m-27{
    margin: -6.75rem;
  }

  :root .lg\:-m-28{
    margin: -7rem;
  }

  :root .lg\:-m-30{
    margin: -7.5rem;
  }

  :root .lg\:-m-32{
    margin: -8rem;
  }

  :root .lg\:-m-36{
    margin: -9rem;
  }

  :root .lg\:-m-40{
    margin: -10rem;
  }

  :root .lg\:-m-41{
    margin: -11.25rem;
  }

  :root .lg\:-m-42{
    margin: -11.5rem;
  }

  :root .lg\:-m-44{
    margin: -11rem;
  }

  :root .lg\:-m-48{
    margin: -12rem;
  }

  :root .lg\:-m-52{
    margin: -13rem;
  }

  :root .lg\:-m-54{
    margin: -13.5rem;
  }

  :root .lg\:-m-56{
    margin: -14rem;
  }

  :root .lg\:-m-60{
    margin: -15rem;
  }

  :root .lg\:-m-64{
    margin: -16rem;
  }

  :root .lg\:-m-68{
    margin: -17rem;
  }

  :root .lg\:-m-72{
    margin: -18rem;
  }

  :root .lg\:-m-76{
    margin: -19rem;
  }

  :root .lg\:-m-80{
    margin: -20rem;
  }

  :root .lg\:-m-84{
    margin: -21rem;
  }

  :root .lg\:-m-88{
    margin: -22rem;
  }

  :root .lg\:-m-96{
    margin: -24rem;
  }

  :root .lg\:-m-112{
    margin: -28rem;
  }

  :root .lg\:-m-120{
    margin: -30rem;
  }

  :root .lg\:-m-140{
    margin: -35rem;
  }

  :root .lg\:-m-150{
    margin: -37.5rem;
  }

  :root .lg\:-m-160{
    margin: -40rem;
  }

  :root .lg\:-m-220{
    margin: -55rem;
  }

  :root .lg\:-m-240{
    margin: -60rem;
  }

  :root .lg\:-m-300{
    margin: -75rem;
  }

  :root .lg\:-m-320{
    margin: -80rem;
  }

  :root .lg\:-m-px{
    margin: -1px;
  }

  :root .lg\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-m-1\.5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .lg\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-13{
    margin: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-18{
    margin: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-21{
    margin: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-22{
    margin: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-26{
    margin: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-27{
    margin: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-30{
    margin: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-41{
    margin: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-42{
    margin: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-54{
    margin: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-68{
    margin: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-76{
    margin: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-84{
    margin: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-88{
    margin: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-112{
    margin: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-120{
    margin: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-140{
    margin: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-150{
    margin: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-160{
    margin: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-220{
    margin: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-240{
    margin: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-300{
    margin: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-320{
    margin: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .lg\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-1.lg\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-68{
    margin: -17rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-76{
    margin: -19rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-84{
    margin: -21rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-88{
    margin: -22rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-112{
    margin: -28rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-120{
    margin: -30rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-140{
    margin: -35rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-160{
    margin: -40rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-220{
    margin: -55rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-240{
    margin: -60rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-300{
    margin: -75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-320{
    margin: -80rem;
  }

  :root [dir=ltr] .lg\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-1.lg\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .lg\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-13{
    margin: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-18{
    margin: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-21{
    margin: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-22{
    margin: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-26{
    margin: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-27{
    margin: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-30{
    margin: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-41{
    margin: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-42{
    margin: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-54{
    margin: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-68{
    margin: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-76{
    margin: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-84{
    margin: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-88{
    margin: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-112{
    margin: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-120{
    margin: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-140{
    margin: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-150{
    margin: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-160{
    margin: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-220{
    margin: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-240{
    margin: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-300{
    margin: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-320{
    margin: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .lg\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-1.lg\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-68{
    margin: -17rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-76{
    margin: -19rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-84{
    margin: -21rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-88{
    margin: -22rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-112{
    margin: -28rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-120{
    margin: -30rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-140{
    margin: -35rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-160{
    margin: -40rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-220{
    margin: -55rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-240{
    margin: -60rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-300{
    margin: -75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-320{
    margin: -80rem;
  }

  :root [dir=rtl] .lg\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-1.lg\:5{
    margin: -0.375rem;
  }

  :root .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .lg\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .lg\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .lg\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .lg\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root .lg\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .lg\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root .lg\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .lg\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .lg\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .lg\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root .lg\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root .lg\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .lg\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .lg\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .lg\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .lg\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root .lg\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .lg\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root .lg\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .lg\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root .lg\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root .lg\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .lg\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root .lg\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root .lg\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root .lg\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root .lg\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root .lg\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root .lg\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root .lg\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root .lg\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .lg\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .lg\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .lg\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .lg\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .lg\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root .lg\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .lg\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .lg\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root .lg\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .lg\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root .lg\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root .lg\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .lg\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .lg\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .lg\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root .lg\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root .lg\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .lg\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .lg\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .lg\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .lg\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root .lg\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .lg\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root .lg\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .lg\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root .lg\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root .lg\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .lg\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root .lg\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root .lg\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root .lg\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root .lg\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root .lg\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root .lg\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root .lg\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root .lg\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .lg\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .lg\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .lg\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .lg\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .lg\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root .lg\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .lg\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root .lg\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .lg\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .lg\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .lg\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root .lg\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root .lg\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .lg\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .lg\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .lg\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .lg\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root .lg\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .lg\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root .lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .lg\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root .lg\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root .lg\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .lg\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root .lg\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root .lg\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root .lg\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root .lg\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root .lg\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root .lg\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root .lg\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root .lg\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .lg\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .lg\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .lg\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .lg\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .lg\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .lg\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root .lg\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .lg\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .lg\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root .lg\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .lg\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root .lg\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root .lg\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .lg\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .lg\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .lg\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root .lg\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root .lg\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .lg\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .lg\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .lg\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .lg\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root .lg\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .lg\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root .lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .lg\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root .lg\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root .lg\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .lg\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root .lg\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root .lg\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root .lg\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root .lg\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root .lg\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root .lg\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root .lg\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root .lg\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .lg\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mx-1.lg\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mx-1.lg\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-1.lg\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .lg\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-1.lg\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mx-1.lg\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mx-1.lg\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-1.lg\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .lg\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-1.lg\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .lg\:mt-0{
    margin-top: 0;
  }

  :root .lg\:mt-1{
    margin-top: 0.25rem;
  }

  :root .lg\:mt-2{
    margin-top: 0.5rem;
  }

  :root .lg\:mt-3{
    margin-top: 0.75rem;
  }

  :root .lg\:mt-4{
    margin-top: 1rem;
  }

  :root .lg\:mt-5{
    margin-top: 1.25rem;
  }

  :root .lg\:mt-6{
    margin-top: 1.5rem;
  }

  :root .lg\:mt-7{
    margin-top: 1.75rem;
  }

  :root .lg\:mt-8{
    margin-top: 2rem;
  }

  :root .lg\:mt-9{
    margin-top: 2.25rem;
  }

  :root .lg\:mt-10{
    margin-top: 2.5rem;
  }

  :root .lg\:mt-11{
    margin-top: 2.75rem;
  }

  :root .lg\:mt-12{
    margin-top: 3rem;
  }

  :root .lg\:mt-13{
    margin-top: 3.25rem;
  }

  :root .lg\:mt-14{
    margin-top: 3.5rem;
  }

  :root .lg\:mt-16{
    margin-top: 4rem;
  }

  :root .lg\:mt-18{
    margin-top: 4.5rem;
  }

  :root .lg\:mt-20{
    margin-top: 5rem;
  }

  :root .lg\:mt-21{
    margin-top: 5.25rem;
  }

  :root .lg\:mt-22{
    margin-top: 5.5rem;
  }

  :root .lg\:mt-24{
    margin-top: 6rem;
  }

  :root .lg\:mt-26{
    margin-top: 6.5rem;
  }

  :root .lg\:mt-27{
    margin-top: 6.75rem;
  }

  :root .lg\:mt-28{
    margin-top: 7rem;
  }

  :root .lg\:mt-30{
    margin-top: 7.5rem;
  }

  :root .lg\:mt-32{
    margin-top: 8rem;
  }

  :root .lg\:mt-36{
    margin-top: 9rem;
  }

  :root .lg\:mt-40{
    margin-top: 10rem;
  }

  :root .lg\:mt-41{
    margin-top: 11.25rem;
  }

  :root .lg\:mt-42{
    margin-top: 11.5rem;
  }

  :root .lg\:mt-44{
    margin-top: 11rem;
  }

  :root .lg\:mt-48{
    margin-top: 12rem;
  }

  :root .lg\:mt-52{
    margin-top: 13rem;
  }

  :root .lg\:mt-54{
    margin-top: 13.5rem;
  }

  :root .lg\:mt-56{
    margin-top: 14rem;
  }

  :root .lg\:mt-60{
    margin-top: 15rem;
  }

  :root .lg\:mt-64{
    margin-top: 16rem;
  }

  :root .lg\:mt-68{
    margin-top: 17rem;
  }

  :root .lg\:mt-72{
    margin-top: 18rem;
  }

  :root .lg\:mt-76{
    margin-top: 19rem;
  }

  :root .lg\:mt-80{
    margin-top: 20rem;
  }

  :root .lg\:mt-84{
    margin-top: 21rem;
  }

  :root .lg\:mt-88{
    margin-top: 22rem;
  }

  :root .lg\:mt-96{
    margin-top: 24rem;
  }

  :root .lg\:mt-112{
    margin-top: 28rem;
  }

  :root .lg\:mt-120{
    margin-top: 30rem;
  }

  :root .lg\:mt-140{
    margin-top: 35rem;
  }

  :root .lg\:mt-150{
    margin-top: 37.5rem;
  }

  :root .lg\:mt-160{
    margin-top: 40rem;
  }

  :root .lg\:mt-220{
    margin-top: 55rem;
  }

  :root .lg\:mt-240{
    margin-top: 60rem;
  }

  :root .lg\:mt-300{
    margin-top: 75rem;
  }

  :root .lg\:mt-320{
    margin-top: 80rem;
  }

  :root .lg\:mt-auto{
    margin-top: auto;
  }

  :root .lg\:mt-px{
    margin-top: 1px;
  }

  :root .lg\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .lg\:-mt-4{
    margin-top: -1rem;
  }

  :root .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .lg\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .lg\:-mt-8{
    margin-top: -2rem;
  }

  :root .lg\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .lg\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .lg\:-mt-12{
    margin-top: -3rem;
  }

  :root .lg\:-mt-13{
    margin-top: -3.25rem;
  }

  :root .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .lg\:-mt-16{
    margin-top: -4rem;
  }

  :root .lg\:-mt-18{
    margin-top: -4.5rem;
  }

  :root .lg\:-mt-20{
    margin-top: -5rem;
  }

  :root .lg\:-mt-21{
    margin-top: -5.25rem;
  }

  :root .lg\:-mt-22{
    margin-top: -5.5rem;
  }

  :root .lg\:-mt-24{
    margin-top: -6rem;
  }

  :root .lg\:-mt-26{
    margin-top: -6.5rem;
  }

  :root .lg\:-mt-27{
    margin-top: -6.75rem;
  }

  :root .lg\:-mt-28{
    margin-top: -7rem;
  }

  :root .lg\:-mt-30{
    margin-top: -7.5rem;
  }

  :root .lg\:-mt-32{
    margin-top: -8rem;
  }

  :root .lg\:-mt-36{
    margin-top: -9rem;
  }

  :root .lg\:-mt-40{
    margin-top: -10rem;
  }

  :root .lg\:-mt-41{
    margin-top: -11.25rem;
  }

  :root .lg\:-mt-42{
    margin-top: -11.5rem;
  }

  :root .lg\:-mt-44{
    margin-top: -11rem;
  }

  :root .lg\:-mt-48{
    margin-top: -12rem;
  }

  :root .lg\:-mt-52{
    margin-top: -13rem;
  }

  :root .lg\:-mt-54{
    margin-top: -13.5rem;
  }

  :root .lg\:-mt-56{
    margin-top: -14rem;
  }

  :root .lg\:-mt-60{
    margin-top: -15rem;
  }

  :root .lg\:-mt-64{
    margin-top: -16rem;
  }

  :root .lg\:-mt-68{
    margin-top: -17rem;
  }

  :root .lg\:-mt-72{
    margin-top: -18rem;
  }

  :root .lg\:-mt-76{
    margin-top: -19rem;
  }

  :root .lg\:-mt-80{
    margin-top: -20rem;
  }

  :root .lg\:-mt-84{
    margin-top: -21rem;
  }

  :root .lg\:-mt-88{
    margin-top: -22rem;
  }

  :root .lg\:-mt-96{
    margin-top: -24rem;
  }

  :root .lg\:-mt-112{
    margin-top: -28rem;
  }

  :root .lg\:-mt-120{
    margin-top: -30rem;
  }

  :root .lg\:-mt-140{
    margin-top: -35rem;
  }

  :root .lg\:-mt-150{
    margin-top: -37.5rem;
  }

  :root .lg\:-mt-160{
    margin-top: -40rem;
  }

  :root .lg\:-mt-220{
    margin-top: -55rem;
  }

  :root .lg\:-mt-240{
    margin-top: -60rem;
  }

  :root .lg\:-mt-300{
    margin-top: -75rem;
  }

  :root .lg\:-mt-320{
    margin-top: -80rem;
  }

  :root .lg\:-mt-px{
    margin-top: -1px;
  }

  :root .lg\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .lg\:mr-0{
    margin-right: 0;
  }

  :root .lg\:mr-1{
    margin-right: 0.25rem;
  }

  :root .lg\:mr-2{
    margin-right: 0.5rem;
  }

  :root .lg\:mr-3{
    margin-right: 0.75rem;
  }

  :root .lg\:mr-4{
    margin-right: 1rem;
  }

  :root .lg\:mr-5{
    margin-right: 1.25rem;
  }

  :root .lg\:mr-6{
    margin-right: 1.5rem;
  }

  :root .lg\:mr-7{
    margin-right: 1.75rem;
  }

  :root .lg\:mr-8{
    margin-right: 2rem;
  }

  :root .lg\:mr-9{
    margin-right: 2.25rem;
  }

  :root .lg\:mr-10{
    margin-right: 2.5rem;
  }

  :root .lg\:mr-11{
    margin-right: 2.75rem;
  }

  :root .lg\:mr-12{
    margin-right: 3rem;
  }

  :root .lg\:mr-13{
    margin-right: 3.25rem;
  }

  :root .lg\:mr-14{
    margin-right: 3.5rem;
  }

  :root .lg\:mr-16{
    margin-right: 4rem;
  }

  :root .lg\:mr-18{
    margin-right: 4.5rem;
  }

  :root .lg\:mr-20{
    margin-right: 5rem;
  }

  :root .lg\:mr-21{
    margin-right: 5.25rem;
  }

  :root .lg\:mr-22{
    margin-right: 5.5rem;
  }

  :root .lg\:mr-24{
    margin-right: 6rem;
  }

  :root .lg\:mr-26{
    margin-right: 6.5rem;
  }

  :root .lg\:mr-27{
    margin-right: 6.75rem;
  }

  :root .lg\:mr-28{
    margin-right: 7rem;
  }

  :root .lg\:mr-30{
    margin-right: 7.5rem;
  }

  :root .lg\:mr-32{
    margin-right: 8rem;
  }

  :root .lg\:mr-36{
    margin-right: 9rem;
  }

  :root .lg\:mr-40{
    margin-right: 10rem;
  }

  :root .lg\:mr-41{
    margin-right: 11.25rem;
  }

  :root .lg\:mr-42{
    margin-right: 11.5rem;
  }

  :root .lg\:mr-44{
    margin-right: 11rem;
  }

  :root .lg\:mr-48{
    margin-right: 12rem;
  }

  :root .lg\:mr-52{
    margin-right: 13rem;
  }

  :root .lg\:mr-54{
    margin-right: 13.5rem;
  }

  :root .lg\:mr-56{
    margin-right: 14rem;
  }

  :root .lg\:mr-60{
    margin-right: 15rem;
  }

  :root .lg\:mr-64{
    margin-right: 16rem;
  }

  :root .lg\:mr-68{
    margin-right: 17rem;
  }

  :root .lg\:mr-72{
    margin-right: 18rem;
  }

  :root .lg\:mr-76{
    margin-right: 19rem;
  }

  :root .lg\:mr-80{
    margin-right: 20rem;
  }

  :root .lg\:mr-84{
    margin-right: 21rem;
  }

  :root .lg\:mr-88{
    margin-right: 22rem;
  }

  :root .lg\:mr-96{
    margin-right: 24rem;
  }

  :root .lg\:mr-112{
    margin-right: 28rem;
  }

  :root .lg\:mr-120{
    margin-right: 30rem;
  }

  :root .lg\:mr-140{
    margin-right: 35rem;
  }

  :root .lg\:mr-150{
    margin-right: 37.5rem;
  }

  :root .lg\:mr-160{
    margin-right: 40rem;
  }

  :root .lg\:mr-220{
    margin-right: 55rem;
  }

  :root .lg\:mr-240{
    margin-right: 60rem;
  }

  :root .lg\:mr-300{
    margin-right: 75rem;
  }

  :root .lg\:mr-320{
    margin-right: 80rem;
  }

  :root .lg\:mr-auto{
    margin-right: auto;
  }

  :root .lg\:mr-px{
    margin-right: 1px;
  }

  :root .lg\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .lg\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .lg\:-mr-4{
    margin-right: -1rem;
  }

  :root .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .lg\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .lg\:-mr-8{
    margin-right: -2rem;
  }

  :root .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .lg\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .lg\:-mr-12{
    margin-right: -3rem;
  }

  :root .lg\:-mr-13{
    margin-right: -3.25rem;
  }

  :root .lg\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .lg\:-mr-16{
    margin-right: -4rem;
  }

  :root .lg\:-mr-18{
    margin-right: -4.5rem;
  }

  :root .lg\:-mr-20{
    margin-right: -5rem;
  }

  :root .lg\:-mr-21{
    margin-right: -5.25rem;
  }

  :root .lg\:-mr-22{
    margin-right: -5.5rem;
  }

  :root .lg\:-mr-24{
    margin-right: -6rem;
  }

  :root .lg\:-mr-26{
    margin-right: -6.5rem;
  }

  :root .lg\:-mr-27{
    margin-right: -6.75rem;
  }

  :root .lg\:-mr-28{
    margin-right: -7rem;
  }

  :root .lg\:-mr-30{
    margin-right: -7.5rem;
  }

  :root .lg\:-mr-32{
    margin-right: -8rem;
  }

  :root .lg\:-mr-36{
    margin-right: -9rem;
  }

  :root .lg\:-mr-40{
    margin-right: -10rem;
  }

  :root .lg\:-mr-41{
    margin-right: -11.25rem;
  }

  :root .lg\:-mr-42{
    margin-right: -11.5rem;
  }

  :root .lg\:-mr-44{
    margin-right: -11rem;
  }

  :root .lg\:-mr-48{
    margin-right: -12rem;
  }

  :root .lg\:-mr-52{
    margin-right: -13rem;
  }

  :root .lg\:-mr-54{
    margin-right: -13.5rem;
  }

  :root .lg\:-mr-56{
    margin-right: -14rem;
  }

  :root .lg\:-mr-60{
    margin-right: -15rem;
  }

  :root .lg\:-mr-64{
    margin-right: -16rem;
  }

  :root .lg\:-mr-68{
    margin-right: -17rem;
  }

  :root .lg\:-mr-72{
    margin-right: -18rem;
  }

  :root .lg\:-mr-76{
    margin-right: -19rem;
  }

  :root .lg\:-mr-80{
    margin-right: -20rem;
  }

  :root .lg\:-mr-84{
    margin-right: -21rem;
  }

  :root .lg\:-mr-88{
    margin-right: -22rem;
  }

  :root .lg\:-mr-96{
    margin-right: -24rem;
  }

  :root .lg\:-mr-112{
    margin-right: -28rem;
  }

  :root .lg\:-mr-120{
    margin-right: -30rem;
  }

  :root .lg\:-mr-140{
    margin-right: -35rem;
  }

  :root .lg\:-mr-150{
    margin-right: -37.5rem;
  }

  :root .lg\:-mr-160{
    margin-right: -40rem;
  }

  :root .lg\:-mr-220{
    margin-right: -55rem;
  }

  :root .lg\:-mr-240{
    margin-right: -60rem;
  }

  :root .lg\:-mr-300{
    margin-right: -75rem;
  }

  :root .lg\:-mr-320{
    margin-right: -80rem;
  }

  :root .lg\:-mr-px{
    margin-right: -1px;
  }

  :root .lg\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .lg\:mb-0{
    margin-bottom: 0;
  }

  :root .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .lg\:mb-4{
    margin-bottom: 1rem;
  }

  :root .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .lg\:mb-8{
    margin-bottom: 2rem;
  }

  :root .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .lg\:mb-12{
    margin-bottom: 3rem;
  }

  :root .lg\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .lg\:mb-16{
    margin-bottom: 4rem;
  }

  :root .lg\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root .lg\:mb-20{
    margin-bottom: 5rem;
  }

  :root .lg\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root .lg\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root .lg\:mb-24{
    margin-bottom: 6rem;
  }

  :root .lg\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root .lg\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root .lg\:mb-28{
    margin-bottom: 7rem;
  }

  :root .lg\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root .lg\:mb-32{
    margin-bottom: 8rem;
  }

  :root .lg\:mb-36{
    margin-bottom: 9rem;
  }

  :root .lg\:mb-40{
    margin-bottom: 10rem;
  }

  :root .lg\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root .lg\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root .lg\:mb-44{
    margin-bottom: 11rem;
  }

  :root .lg\:mb-48{
    margin-bottom: 12rem;
  }

  :root .lg\:mb-52{
    margin-bottom: 13rem;
  }

  :root .lg\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root .lg\:mb-56{
    margin-bottom: 14rem;
  }

  :root .lg\:mb-60{
    margin-bottom: 15rem;
  }

  :root .lg\:mb-64{
    margin-bottom: 16rem;
  }

  :root .lg\:mb-68{
    margin-bottom: 17rem;
  }

  :root .lg\:mb-72{
    margin-bottom: 18rem;
  }

  :root .lg\:mb-76{
    margin-bottom: 19rem;
  }

  :root .lg\:mb-80{
    margin-bottom: 20rem;
  }

  :root .lg\:mb-84{
    margin-bottom: 21rem;
  }

  :root .lg\:mb-88{
    margin-bottom: 22rem;
  }

  :root .lg\:mb-96{
    margin-bottom: 24rem;
  }

  :root .lg\:mb-112{
    margin-bottom: 28rem;
  }

  :root .lg\:mb-120{
    margin-bottom: 30rem;
  }

  :root .lg\:mb-140{
    margin-bottom: 35rem;
  }

  :root .lg\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root .lg\:mb-160{
    margin-bottom: 40rem;
  }

  :root .lg\:mb-220{
    margin-bottom: 55rem;
  }

  :root .lg\:mb-240{
    margin-bottom: 60rem;
  }

  :root .lg\:mb-300{
    margin-bottom: 75rem;
  }

  :root .lg\:mb-320{
    margin-bottom: 80rem;
  }

  :root .lg\:mb-auto{
    margin-bottom: auto;
  }

  :root .lg\:mb-px{
    margin-bottom: 1px;
  }

  :root .lg\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .lg\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .lg\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .lg\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .lg\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root .lg\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .lg\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .lg\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root .lg\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .lg\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root .lg\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .lg\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .lg\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .lg\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root .lg\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root .lg\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .lg\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .lg\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .lg\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .lg\:-mb-68{
    margin-bottom: -17rem;
  }

  :root .lg\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .lg\:-mb-76{
    margin-bottom: -19rem;
  }

  :root .lg\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .lg\:-mb-84{
    margin-bottom: -21rem;
  }

  :root .lg\:-mb-88{
    margin-bottom: -22rem;
  }

  :root .lg\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .lg\:-mb-112{
    margin-bottom: -28rem;
  }

  :root .lg\:-mb-120{
    margin-bottom: -30rem;
  }

  :root .lg\:-mb-140{
    margin-bottom: -35rem;
  }

  :root .lg\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root .lg\:-mb-160{
    margin-bottom: -40rem;
  }

  :root .lg\:-mb-220{
    margin-bottom: -55rem;
  }

  :root .lg\:-mb-240{
    margin-bottom: -60rem;
  }

  :root .lg\:-mb-300{
    margin-bottom: -75rem;
  }

  :root .lg\:-mb-320{
    margin-bottom: -80rem;
  }

  :root .lg\:-mb-px{
    margin-bottom: -1px;
  }

  :root .lg\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .lg\:ml-0{
    margin-left: 0;
  }

  :root .lg\:ml-1{
    margin-left: 0.25rem;
  }

  :root .lg\:ml-2{
    margin-left: 0.5rem;
  }

  :root .lg\:ml-3{
    margin-left: 0.75rem;
  }

  :root .lg\:ml-4{
    margin-left: 1rem;
  }

  :root .lg\:ml-5{
    margin-left: 1.25rem;
  }

  :root .lg\:ml-6{
    margin-left: 1.5rem;
  }

  :root .lg\:ml-7{
    margin-left: 1.75rem;
  }

  :root .lg\:ml-8{
    margin-left: 2rem;
  }

  :root .lg\:ml-9{
    margin-left: 2.25rem;
  }

  :root .lg\:ml-10{
    margin-left: 2.5rem;
  }

  :root .lg\:ml-11{
    margin-left: 2.75rem;
  }

  :root .lg\:ml-12{
    margin-left: 3rem;
  }

  :root .lg\:ml-13{
    margin-left: 3.25rem;
  }

  :root .lg\:ml-14{
    margin-left: 3.5rem;
  }

  :root .lg\:ml-16{
    margin-left: 4rem;
  }

  :root .lg\:ml-18{
    margin-left: 4.5rem;
  }

  :root .lg\:ml-20{
    margin-left: 5rem;
  }

  :root .lg\:ml-21{
    margin-left: 5.25rem;
  }

  :root .lg\:ml-22{
    margin-left: 5.5rem;
  }

  :root .lg\:ml-24{
    margin-left: 6rem;
  }

  :root .lg\:ml-26{
    margin-left: 6.5rem;
  }

  :root .lg\:ml-27{
    margin-left: 6.75rem;
  }

  :root .lg\:ml-28{
    margin-left: 7rem;
  }

  :root .lg\:ml-30{
    margin-left: 7.5rem;
  }

  :root .lg\:ml-32{
    margin-left: 8rem;
  }

  :root .lg\:ml-36{
    margin-left: 9rem;
  }

  :root .lg\:ml-40{
    margin-left: 10rem;
  }

  :root .lg\:ml-41{
    margin-left: 11.25rem;
  }

  :root .lg\:ml-42{
    margin-left: 11.5rem;
  }

  :root .lg\:ml-44{
    margin-left: 11rem;
  }

  :root .lg\:ml-48{
    margin-left: 12rem;
  }

  :root .lg\:ml-52{
    margin-left: 13rem;
  }

  :root .lg\:ml-54{
    margin-left: 13.5rem;
  }

  :root .lg\:ml-56{
    margin-left: 14rem;
  }

  :root .lg\:ml-60{
    margin-left: 15rem;
  }

  :root .lg\:ml-64{
    margin-left: 16rem;
  }

  :root .lg\:ml-68{
    margin-left: 17rem;
  }

  :root .lg\:ml-72{
    margin-left: 18rem;
  }

  :root .lg\:ml-76{
    margin-left: 19rem;
  }

  :root .lg\:ml-80{
    margin-left: 20rem;
  }

  :root .lg\:ml-84{
    margin-left: 21rem;
  }

  :root .lg\:ml-88{
    margin-left: 22rem;
  }

  :root .lg\:ml-96{
    margin-left: 24rem;
  }

  :root .lg\:ml-112{
    margin-left: 28rem;
  }

  :root .lg\:ml-120{
    margin-left: 30rem;
  }

  :root .lg\:ml-140{
    margin-left: 35rem;
  }

  :root .lg\:ml-150{
    margin-left: 37.5rem;
  }

  :root .lg\:ml-160{
    margin-left: 40rem;
  }

  :root .lg\:ml-220{
    margin-left: 55rem;
  }

  :root .lg\:ml-240{
    margin-left: 60rem;
  }

  :root .lg\:ml-300{
    margin-left: 75rem;
  }

  :root .lg\:ml-320{
    margin-left: 80rem;
  }

  :root .lg\:ml-auto{
    margin-left: auto;
  }

  :root .lg\:ml-px{
    margin-left: 1px;
  }

  :root .lg\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .lg\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .lg\:-ml-4{
    margin-left: -1rem;
  }

  :root .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .lg\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .lg\:-ml-8{
    margin-left: -2rem;
  }

  :root .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .lg\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .lg\:-ml-12{
    margin-left: -3rem;
  }

  :root .lg\:-ml-13{
    margin-left: -3.25rem;
  }

  :root .lg\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .lg\:-ml-16{
    margin-left: -4rem;
  }

  :root .lg\:-ml-18{
    margin-left: -4.5rem;
  }

  :root .lg\:-ml-20{
    margin-left: -5rem;
  }

  :root .lg\:-ml-21{
    margin-left: -5.25rem;
  }

  :root .lg\:-ml-22{
    margin-left: -5.5rem;
  }

  :root .lg\:-ml-24{
    margin-left: -6rem;
  }

  :root .lg\:-ml-26{
    margin-left: -6.5rem;
  }

  :root .lg\:-ml-27{
    margin-left: -6.75rem;
  }

  :root .lg\:-ml-28{
    margin-left: -7rem;
  }

  :root .lg\:-ml-30{
    margin-left: -7.5rem;
  }

  :root .lg\:-ml-32{
    margin-left: -8rem;
  }

  :root .lg\:-ml-36{
    margin-left: -9rem;
  }

  :root .lg\:-ml-40{
    margin-left: -10rem;
  }

  :root .lg\:-ml-41{
    margin-left: -11.25rem;
  }

  :root .lg\:-ml-42{
    margin-left: -11.5rem;
  }

  :root .lg\:-ml-44{
    margin-left: -11rem;
  }

  :root .lg\:-ml-48{
    margin-left: -12rem;
  }

  :root .lg\:-ml-52{
    margin-left: -13rem;
  }

  :root .lg\:-ml-54{
    margin-left: -13.5rem;
  }

  :root .lg\:-ml-56{
    margin-left: -14rem;
  }

  :root .lg\:-ml-60{
    margin-left: -15rem;
  }

  :root .lg\:-ml-64{
    margin-left: -16rem;
  }

  :root .lg\:-ml-68{
    margin-left: -17rem;
  }

  :root .lg\:-ml-72{
    margin-left: -18rem;
  }

  :root .lg\:-ml-76{
    margin-left: -19rem;
  }

  :root .lg\:-ml-80{
    margin-left: -20rem;
  }

  :root .lg\:-ml-84{
    margin-left: -21rem;
  }

  :root .lg\:-ml-88{
    margin-left: -22rem;
  }

  :root .lg\:-ml-96{
    margin-left: -24rem;
  }

  :root .lg\:-ml-112{
    margin-left: -28rem;
  }

  :root .lg\:-ml-120{
    margin-left: -30rem;
  }

  :root .lg\:-ml-140{
    margin-left: -35rem;
  }

  :root .lg\:-ml-150{
    margin-left: -37.5rem;
  }

  :root .lg\:-ml-160{
    margin-left: -40rem;
  }

  :root .lg\:-ml-220{
    margin-left: -55rem;
  }

  :root .lg\:-ml-240{
    margin-left: -60rem;
  }

  :root .lg\:-ml-300{
    margin-left: -75rem;
  }

  :root .lg\:-ml-320{
    margin-left: -80rem;
  }

  :root .lg\:-ml-px{
    margin-left: -1px;
  }

  :root .lg\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-1.lg\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-1.lg\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mr-1.lg\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mr-1.lg\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .lg\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mb-1.lg\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mb-1.lg\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .lg\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:ml-1.lg\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .lg\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-ml-1.lg\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-1.lg\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-1.lg\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mr-1.lg\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mr-1.lg\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .lg\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mb-1.lg\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mb-1.lg\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .lg\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:ml-1.lg\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .lg\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-ml-1.lg\:5{
    margin-left: -0.375rem;
  }

  :root .lg\:box-border{
    box-sizing: border-box;
  }

  :root .lg\:box-content{
    box-sizing: content-box;
  }

  :root .lg\:block{
    display: block;
  }

  :root .lg\:inline-block{
    display: inline-block;
  }

  :root .lg\:inline{
    display: inline;
  }

  :root .lg\:flex{
    display: flex;
  }

  :root .lg\:inline-flex{
    display: inline-flex;
  }

  :root .lg\:table{
    display: table;
  }

  :root .lg\:inline-table{
    display: inline-table;
  }

  :root .lg\:table-caption{
    display: table-caption;
  }

  :root .lg\:table-cell{
    display: table-cell;
  }

  :root .lg\:table-column{
    display: table-column;
  }

  :root .lg\:table-column-group{
    display: table-column-group;
  }

  :root .lg\:table-footer-group{
    display: table-footer-group;
  }

  :root .lg\:table-header-group{
    display: table-header-group;
  }

  :root .lg\:table-row-group{
    display: table-row-group;
  }

  :root .lg\:table-row{
    display: table-row;
  }

  :root .lg\:flow-root{
    display: flow-root;
  }

  :root .lg\:grid{
    display: grid;
  }

  :root .lg\:inline-grid{
    display: inline-grid;
  }

  :root .lg\:contents{
    display: contents;
  }

  :root .lg\:list-item{
    display: list-item;
  }

  :root .lg\:hidden{
    display: none;
  }

  :root .lg\:h-0{
    height: 0;
  }

  :root .lg\:h-1{
    height: 0.25rem;
  }

  :root .lg\:h-2{
    height: 0.5rem;
  }

  :root .lg\:h-3{
    height: 0.75rem;
  }

  :root .lg\:h-4{
    height: 1rem;
  }

  :root .lg\:h-5{
    height: 1.25rem;
  }

  :root .lg\:h-6{
    height: 1.5rem;
  }

  :root .lg\:h-7{
    height: 1.75rem;
  }

  :root .lg\:h-8{
    height: 2rem;
  }

  :root .lg\:h-9{
    height: 2.25rem;
  }

  :root .lg\:h-10{
    height: 2.5rem;
  }

  :root .lg\:h-11{
    height: 2.75rem;
  }

  :root .lg\:h-12{
    height: 3rem;
  }

  :root .lg\:h-13{
    height: 3.25rem;
  }

  :root .lg\:h-14{
    height: 3.5rem;
  }

  :root .lg\:h-16{
    height: 4rem;
  }

  :root .lg\:h-18{
    height: 4.5rem;
  }

  :root .lg\:h-20{
    height: 5rem;
  }

  :root .lg\:h-21{
    height: 5.25rem;
  }

  :root .lg\:h-22{
    height: 5.5rem;
  }

  :root .lg\:h-24{
    height: 6rem;
  }

  :root .lg\:h-26{
    height: 6.5rem;
  }

  :root .lg\:h-27{
    height: 6.75rem;
  }

  :root .lg\:h-28{
    height: 7rem;
  }

  :root .lg\:h-30{
    height: 7.5rem;
  }

  :root .lg\:h-32{
    height: 8rem;
  }

  :root .lg\:h-36{
    height: 9rem;
  }

  :root .lg\:h-40{
    height: 10rem;
  }

  :root .lg\:h-41{
    height: 11.25rem;
  }

  :root .lg\:h-42{
    height: 11.5rem;
  }

  :root .lg\:h-44{
    height: 11rem;
  }

  :root .lg\:h-48{
    height: 12rem;
  }

  :root .lg\:h-52{
    height: 13rem;
  }

  :root .lg\:h-54{
    height: 13.5rem;
  }

  :root .lg\:h-56{
    height: 14rem;
  }

  :root .lg\:h-60{
    height: 15rem;
  }

  :root .lg\:h-64{
    height: 16rem;
  }

  :root .lg\:h-68{
    height: 17rem;
  }

  :root .lg\:h-72{
    height: 18rem;
  }

  :root .lg\:h-76{
    height: 19rem;
  }

  :root .lg\:h-80{
    height: 20rem;
  }

  :root .lg\:h-84{
    height: 21rem;
  }

  :root .lg\:h-88{
    height: 22rem;
  }

  :root .lg\:h-96{
    height: 24rem;
  }

  :root .lg\:h-112{
    height: 28rem;
  }

  :root .lg\:h-120{
    height: 30rem;
  }

  :root .lg\:h-140{
    height: 35rem;
  }

  :root .lg\:h-150{
    height: 37.5rem;
  }

  :root .lg\:h-160{
    height: 40rem;
  }

  :root .lg\:h-220{
    height: 55rem;
  }

  :root .lg\:h-240{
    height: 60rem;
  }

  :root .lg\:h-300{
    height: 75rem;
  }

  :root .lg\:h-320{
    height: 80rem;
  }

  :root .lg\:h-auto{
    height: auto;
  }

  :root .lg\:h-px{
    height: 1px;
  }

  :root .lg\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .lg\:h-1\.5{
    height: 0.375rem;
  }

  :root .lg\:h-full{
    height: 100%;
  }

  :root .lg\:h-screen{
    height: 100vh;
  }

  :root .lg\:h-fit{
    height: fit-content;
  }

  :root .lg\:max-h-0{
    max-height: 0;
  }

  :root .lg\:max-h-1{
    max-height: 0.25rem;
  }

  :root .lg\:max-h-2{
    max-height: 0.5rem;
  }

  :root .lg\:max-h-3{
    max-height: 0.75rem;
  }

  :root .lg\:max-h-4{
    max-height: 1rem;
  }

  :root .lg\:max-h-5{
    max-height: 1.25rem;
  }

  :root .lg\:max-h-6{
    max-height: 1.5rem;
  }

  :root .lg\:max-h-7{
    max-height: 1.75rem;
  }

  :root .lg\:max-h-8{
    max-height: 2rem;
  }

  :root .lg\:max-h-9{
    max-height: 2.25rem;
  }

  :root .lg\:max-h-10{
    max-height: 2.5rem;
  }

  :root .lg\:max-h-11{
    max-height: 2.75rem;
  }

  :root .lg\:max-h-12{
    max-height: 3rem;
  }

  :root .lg\:max-h-13{
    max-height: 3.25rem;
  }

  :root .lg\:max-h-14{
    max-height: 3.5rem;
  }

  :root .lg\:max-h-16{
    max-height: 4rem;
  }

  :root .lg\:max-h-18{
    max-height: 4.5rem;
  }

  :root .lg\:max-h-20{
    max-height: 5rem;
  }

  :root .lg\:max-h-21{
    max-height: 5.25rem;
  }

  :root .lg\:max-h-22{
    max-height: 5.5rem;
  }

  :root .lg\:max-h-24{
    max-height: 6rem;
  }

  :root .lg\:max-h-26{
    max-height: 6.5rem;
  }

  :root .lg\:max-h-27{
    max-height: 6.75rem;
  }

  :root .lg\:max-h-28{
    max-height: 7rem;
  }

  :root .lg\:max-h-30{
    max-height: 7.5rem;
  }

  :root .lg\:max-h-32{
    max-height: 8rem;
  }

  :root .lg\:max-h-36{
    max-height: 9rem;
  }

  :root .lg\:max-h-40{
    max-height: 10rem;
  }

  :root .lg\:max-h-41{
    max-height: 11.25rem;
  }

  :root .lg\:max-h-42{
    max-height: 11.5rem;
  }

  :root .lg\:max-h-44{
    max-height: 11rem;
  }

  :root .lg\:max-h-48{
    max-height: 12rem;
  }

  :root .lg\:max-h-52{
    max-height: 13rem;
  }

  :root .lg\:max-h-54{
    max-height: 13.5rem;
  }

  :root .lg\:max-h-56{
    max-height: 14rem;
  }

  :root .lg\:max-h-60{
    max-height: 15rem;
  }

  :root .lg\:max-h-64{
    max-height: 16rem;
  }

  :root .lg\:max-h-68{
    max-height: 17rem;
  }

  :root .lg\:max-h-72{
    max-height: 18rem;
  }

  :root .lg\:max-h-76{
    max-height: 19rem;
  }

  :root .lg\:max-h-80{
    max-height: 20rem;
  }

  :root .lg\:max-h-84{
    max-height: 21rem;
  }

  :root .lg\:max-h-88{
    max-height: 22rem;
  }

  :root .lg\:max-h-96{
    max-height: 24rem;
  }

  :root .lg\:max-h-112{
    max-height: 28rem;
  }

  :root .lg\:max-h-120{
    max-height: 30rem;
  }

  :root .lg\:max-h-140{
    max-height: 35rem;
  }

  :root .lg\:max-h-150{
    max-height: 37.5rem;
  }

  :root .lg\:max-h-160{
    max-height: 40rem;
  }

  :root .lg\:max-h-220{
    max-height: 55rem;
  }

  :root .lg\:max-h-240{
    max-height: 60rem;
  }

  :root .lg\:max-h-300{
    max-height: 75rem;
  }

  :root .lg\:max-h-320{
    max-height: 80rem;
  }

  :root .lg\:max-h-full{
    max-height: 100%;
  }

  :root .lg\:max-h-screen{
    max-height: 100vh;
  }

  :root .lg\:max-h-px{
    max-height: 1px;
  }

  :root .lg\:max-h-gutter{
    max-height: var(--padding-gutter);
  }

  :root .lg\:max-h-1\.5{
    max-height: 0.375rem;
  }

  :root .lg\:min-h-0{
    min-height: 0;
  }

  :root .lg\:min-h-1{
    min-height: 0.25rem;
  }

  :root .lg\:min-h-2{
    min-height: 0.5rem;
  }

  :root .lg\:min-h-3{
    min-height: 0.75rem;
  }

  :root .lg\:min-h-4{
    min-height: 1rem;
  }

  :root .lg\:min-h-5{
    min-height: 1.25rem;
  }

  :root .lg\:min-h-6{
    min-height: 1.5rem;
  }

  :root .lg\:min-h-7{
    min-height: 1.75rem;
  }

  :root .lg\:min-h-8{
    min-height: 2rem;
  }

  :root .lg\:min-h-9{
    min-height: 2.25rem;
  }

  :root .lg\:min-h-10{
    min-height: 2.5rem;
  }

  :root .lg\:min-h-11{
    min-height: 2.75rem;
  }

  :root .lg\:min-h-12{
    min-height: 3rem;
  }

  :root .lg\:min-h-13{
    min-height: 3.25rem;
  }

  :root .lg\:min-h-14{
    min-height: 3.5rem;
  }

  :root .lg\:min-h-16{
    min-height: 4rem;
  }

  :root .lg\:min-h-18{
    min-height: 4.5rem;
  }

  :root .lg\:min-h-20{
    min-height: 5rem;
  }

  :root .lg\:min-h-21{
    min-height: 5.25rem;
  }

  :root .lg\:min-h-22{
    min-height: 5.5rem;
  }

  :root .lg\:min-h-24{
    min-height: 6rem;
  }

  :root .lg\:min-h-26{
    min-height: 6.5rem;
  }

  :root .lg\:min-h-27{
    min-height: 6.75rem;
  }

  :root .lg\:min-h-28{
    min-height: 7rem;
  }

  :root .lg\:min-h-30{
    min-height: 7.5rem;
  }

  :root .lg\:min-h-32{
    min-height: 8rem;
  }

  :root .lg\:min-h-36{
    min-height: 9rem;
  }

  :root .lg\:min-h-40{
    min-height: 10rem;
  }

  :root .lg\:min-h-41{
    min-height: 11.25rem;
  }

  :root .lg\:min-h-42{
    min-height: 11.5rem;
  }

  :root .lg\:min-h-44{
    min-height: 11rem;
  }

  :root .lg\:min-h-48{
    min-height: 12rem;
  }

  :root .lg\:min-h-52{
    min-height: 13rem;
  }

  :root .lg\:min-h-54{
    min-height: 13.5rem;
  }

  :root .lg\:min-h-56{
    min-height: 14rem;
  }

  :root .lg\:min-h-60{
    min-height: 15rem;
  }

  :root .lg\:min-h-64{
    min-height: 16rem;
  }

  :root .lg\:min-h-68{
    min-height: 17rem;
  }

  :root .lg\:min-h-72{
    min-height: 18rem;
  }

  :root .lg\:min-h-76{
    min-height: 19rem;
  }

  :root .lg\:min-h-80{
    min-height: 20rem;
  }

  :root .lg\:min-h-84{
    min-height: 21rem;
  }

  :root .lg\:min-h-88{
    min-height: 22rem;
  }

  :root .lg\:min-h-96{
    min-height: 24rem;
  }

  :root .lg\:min-h-112{
    min-height: 28rem;
  }

  :root .lg\:min-h-120{
    min-height: 30rem;
  }

  :root .lg\:min-h-140{
    min-height: 35rem;
  }

  :root .lg\:min-h-150{
    min-height: 37.5rem;
  }

  :root .lg\:min-h-160{
    min-height: 40rem;
  }

  :root .lg\:min-h-220{
    min-height: 55rem;
  }

  :root .lg\:min-h-240{
    min-height: 60rem;
  }

  :root .lg\:min-h-300{
    min-height: 75rem;
  }

  :root .lg\:min-h-320{
    min-height: 80rem;
  }

  :root .lg\:min-h-full{
    min-height: 100%;
  }

  :root .lg\:min-h-screen{
    min-height: 100vh;
  }

  :root .lg\:min-h-px{
    min-height: 1px;
  }

  :root .lg\:min-h-gutter{
    min-height: var(--padding-gutter);
  }

  :root .lg\:min-h-1\.5{
    min-height: 0.375rem;
  }

  :root .lg\:w-0{
    width: 0;
  }

  :root .lg\:w-1{
    width: 0.25rem;
  }

  :root .lg\:w-2{
    width: 0.5rem;
  }

  :root .lg\:w-3{
    width: 0.75rem;
  }

  :root .lg\:w-4{
    width: 1rem;
  }

  :root .lg\:w-5{
    width: 1.25rem;
  }

  :root .lg\:w-6{
    width: 1.5rem;
  }

  :root .lg\:w-7{
    width: 1.75rem;
  }

  :root .lg\:w-8{
    width: 2rem;
  }

  :root .lg\:w-9{
    width: 2.25rem;
  }

  :root .lg\:w-10{
    width: 2.5rem;
  }

  :root .lg\:w-11{
    width: 2.75rem;
  }

  :root .lg\:w-12{
    width: 3rem;
  }

  :root .lg\:w-13{
    width: 3.25rem;
  }

  :root .lg\:w-14{
    width: 3.5rem;
  }

  :root .lg\:w-16{
    width: 4rem;
  }

  :root .lg\:w-18{
    width: 4.5rem;
  }

  :root .lg\:w-20{
    width: 5rem;
  }

  :root .lg\:w-21{
    width: 5.25rem;
  }

  :root .lg\:w-22{
    width: 5.5rem;
  }

  :root .lg\:w-24{
    width: 6rem;
  }

  :root .lg\:w-26{
    width: 6.5rem;
  }

  :root .lg\:w-27{
    width: 6.75rem;
  }

  :root .lg\:w-28{
    width: 7rem;
  }

  :root .lg\:w-30{
    width: 7.5rem;
  }

  :root .lg\:w-32{
    width: 8rem;
  }

  :root .lg\:w-36{
    width: 9rem;
  }

  :root .lg\:w-40{
    width: 10rem;
  }

  :root .lg\:w-41{
    width: 11.25rem;
  }

  :root .lg\:w-42{
    width: 11.5rem;
  }

  :root .lg\:w-44{
    width: 11rem;
  }

  :root .lg\:w-48{
    width: 12rem;
  }

  :root .lg\:w-52{
    width: 13rem;
  }

  :root .lg\:w-54{
    width: 13.5rem;
  }

  :root .lg\:w-56{
    width: 14rem;
  }

  :root .lg\:w-60{
    width: 15rem;
  }

  :root .lg\:w-64{
    width: 16rem;
  }

  :root .lg\:w-68{
    width: 17rem;
  }

  :root .lg\:w-72{
    width: 18rem;
  }

  :root .lg\:w-76{
    width: 19rem;
  }

  :root .lg\:w-80{
    width: 20rem;
  }

  :root .lg\:w-84{
    width: 21rem;
  }

  :root .lg\:w-88{
    width: 22rem;
  }

  :root .lg\:w-96{
    width: 24rem;
  }

  :root .lg\:w-112{
    width: 28rem;
  }

  :root .lg\:w-120{
    width: 30rem;
  }

  :root .lg\:w-140{
    width: 35rem;
  }

  :root .lg\:w-150{
    width: 37.5rem;
  }

  :root .lg\:w-160{
    width: 40rem;
  }

  :root .lg\:w-220{
    width: 55rem;
  }

  :root .lg\:w-240{
    width: 60rem;
  }

  :root .lg\:w-300{
    width: 75rem;
  }

  :root .lg\:w-320{
    width: 80rem;
  }

  :root .lg\:w-auto{
    width: auto;
  }

  :root .lg\:w-px{
    width: 1px;
  }

  :root .lg\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .lg\:w-1\.5{
    width: 0.375rem;
  }

  :root .lg\:w-1\/2{
    width: 50%;
  }

  :root .lg\:w-1\/3{
    width: 33.333333%;
  }

  :root .lg\:w-2\/3{
    width: 66.666667%;
  }

  :root .lg\:w-1\/4{
    width: 25%;
  }

  :root .lg\:w-2\/4{
    width: 50%;
  }

  :root .lg\:w-3\/4{
    width: 75%;
  }

  :root .lg\:w-1\/5{
    width: 20%;
  }

  :root .lg\:w-2\/5{
    width: 40%;
  }

  :root .lg\:w-3\/5{
    width: 60%;
  }

  :root .lg\:w-4\/5{
    width: 80%;
  }

  :root .lg\:w-1\/6{
    width: 16.666667%;
  }

  :root .lg\:w-2\/6{
    width: 33.333333%;
  }

  :root .lg\:w-3\/6{
    width: 50%;
  }

  :root .lg\:w-4\/6{
    width: 66.666667%;
  }

  :root .lg\:w-5\/6{
    width: 83.333333%;
  }

  :root .lg\:w-1\/12{
    width: 8.333333%;
  }

  :root .lg\:w-2\/12{
    width: 16.666667%;
  }

  :root .lg\:w-3\/12{
    width: 25%;
  }

  :root .lg\:w-4\/12{
    width: 33.333333%;
  }

  :root .lg\:w-5\/12{
    width: 41.666667%;
  }

  :root .lg\:w-6\/12{
    width: 50%;
  }

  :root .lg\:w-7\/12{
    width: 58.333333%;
  }

  :root .lg\:w-8\/12{
    width: 66.666667%;
  }

  :root .lg\:w-9\/12{
    width: 75%;
  }

  :root .lg\:w-10\/12{
    width: 83.333333%;
  }

  :root .lg\:w-11\/12{
    width: 91.666667%;
  }

  :root .lg\:w-full{
    width: 100%;
  }

  :root .lg\:w-screen{
    width: 100vw;
  }

  :root .lg\:w-fit{
    width: fit-content;
  }

  :root .lg\:min-w-0{
    min-width: 0;
  }

  :root .lg\:min-w-1{
    min-width: 0.25rem;
  }

  :root .lg\:min-w-2{
    min-width: 0.5rem;
  }

  :root .lg\:min-w-3{
    min-width: 0.75rem;
  }

  :root .lg\:min-w-4{
    min-width: 1rem;
  }

  :root .lg\:min-w-5{
    min-width: 1.25rem;
  }

  :root .lg\:min-w-6{
    min-width: 1.5rem;
  }

  :root .lg\:min-w-7{
    min-width: 1.75rem;
  }

  :root .lg\:min-w-8{
    min-width: 2rem;
  }

  :root .lg\:min-w-9{
    min-width: 2.25rem;
  }

  :root .lg\:min-w-10{
    min-width: 2.5rem;
  }

  :root .lg\:min-w-11{
    min-width: 2.75rem;
  }

  :root .lg\:min-w-12{
    min-width: 3rem;
  }

  :root .lg\:min-w-13{
    min-width: 3.25rem;
  }

  :root .lg\:min-w-14{
    min-width: 3.5rem;
  }

  :root .lg\:min-w-16{
    min-width: 4rem;
  }

  :root .lg\:min-w-18{
    min-width: 4.5rem;
  }

  :root .lg\:min-w-20{
    min-width: 5rem;
  }

  :root .lg\:min-w-21{
    min-width: 5.25rem;
  }

  :root .lg\:min-w-22{
    min-width: 5.5rem;
  }

  :root .lg\:min-w-24{
    min-width: 6rem;
  }

  :root .lg\:min-w-26{
    min-width: 6.5rem;
  }

  :root .lg\:min-w-27{
    min-width: 6.75rem;
  }

  :root .lg\:min-w-28{
    min-width: 7rem;
  }

  :root .lg\:min-w-30{
    min-width: 7.5rem;
  }

  :root .lg\:min-w-32{
    min-width: 8rem;
  }

  :root .lg\:min-w-36{
    min-width: 9rem;
  }

  :root .lg\:min-w-40{
    min-width: 10rem;
  }

  :root .lg\:min-w-41{
    min-width: 11.25rem;
  }

  :root .lg\:min-w-42{
    min-width: 11.5rem;
  }

  :root .lg\:min-w-44{
    min-width: 11rem;
  }

  :root .lg\:min-w-48{
    min-width: 12rem;
  }

  :root .lg\:min-w-52{
    min-width: 13rem;
  }

  :root .lg\:min-w-54{
    min-width: 13.5rem;
  }

  :root .lg\:min-w-56{
    min-width: 14rem;
  }

  :root .lg\:min-w-60{
    min-width: 15rem;
  }

  :root .lg\:min-w-64{
    min-width: 16rem;
  }

  :root .lg\:min-w-68{
    min-width: 17rem;
  }

  :root .lg\:min-w-72{
    min-width: 18rem;
  }

  :root .lg\:min-w-76{
    min-width: 19rem;
  }

  :root .lg\:min-w-80{
    min-width: 20rem;
  }

  :root .lg\:min-w-84{
    min-width: 21rem;
  }

  :root .lg\:min-w-88{
    min-width: 22rem;
  }

  :root .lg\:min-w-96{
    min-width: 24rem;
  }

  :root .lg\:min-w-112{
    min-width: 28rem;
  }

  :root .lg\:min-w-120{
    min-width: 30rem;
  }

  :root .lg\:min-w-140{
    min-width: 35rem;
  }

  :root .lg\:min-w-150{
    min-width: 37.5rem;
  }

  :root .lg\:min-w-160{
    min-width: 40rem;
  }

  :root .lg\:min-w-220{
    min-width: 55rem;
  }

  :root .lg\:min-w-240{
    min-width: 60rem;
  }

  :root .lg\:min-w-300{
    min-width: 75rem;
  }

  :root .lg\:min-w-320{
    min-width: 80rem;
  }

  :root .lg\:min-w-full{
    min-width: 100%;
  }

  :root .lg\:min-w-px{
    min-width: 1px;
  }

  :root .lg\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .lg\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .lg\:max-w-0{
    max-width: 0;
  }

  :root .lg\:max-w-1{
    max-width: 0.25rem;
  }

  :root .lg\:max-w-2{
    max-width: 0.5rem;
  }

  :root .lg\:max-w-3{
    max-width: 0.75rem;
  }

  :root .lg\:max-w-4{
    max-width: 1rem;
  }

  :root .lg\:max-w-5{
    max-width: 1.25rem;
  }

  :root .lg\:max-w-6{
    max-width: 1.5rem;
  }

  :root .lg\:max-w-7{
    max-width: 1.75rem;
  }

  :root .lg\:max-w-8{
    max-width: 2rem;
  }

  :root .lg\:max-w-9{
    max-width: 2.25rem;
  }

  :root .lg\:max-w-10{
    max-width: 2.5rem;
  }

  :root .lg\:max-w-11{
    max-width: 2.75rem;
  }

  :root .lg\:max-w-12{
    max-width: 3rem;
  }

  :root .lg\:max-w-13{
    max-width: 3.25rem;
  }

  :root .lg\:max-w-14{
    max-width: 3.5rem;
  }

  :root .lg\:max-w-16{
    max-width: 4rem;
  }

  :root .lg\:max-w-18{
    max-width: 4.5rem;
  }

  :root .lg\:max-w-20{
    max-width: 5rem;
  }

  :root .lg\:max-w-21{
    max-width: 5.25rem;
  }

  :root .lg\:max-w-22{
    max-width: 5.5rem;
  }

  :root .lg\:max-w-24{
    max-width: 6rem;
  }

  :root .lg\:max-w-26{
    max-width: 6.5rem;
  }

  :root .lg\:max-w-27{
    max-width: 6.75rem;
  }

  :root .lg\:max-w-28{
    max-width: 7rem;
  }

  :root .lg\:max-w-30{
    max-width: 7.5rem;
  }

  :root .lg\:max-w-32{
    max-width: 8rem;
  }

  :root .lg\:max-w-36{
    max-width: 9rem;
  }

  :root .lg\:max-w-40{
    max-width: 10rem;
  }

  :root .lg\:max-w-41{
    max-width: 11.25rem;
  }

  :root .lg\:max-w-42{
    max-width: 11.5rem;
  }

  :root .lg\:max-w-44{
    max-width: 11rem;
  }

  :root .lg\:max-w-48{
    max-width: 12rem;
  }

  :root .lg\:max-w-52{
    max-width: 13rem;
  }

  :root .lg\:max-w-54{
    max-width: 13.5rem;
  }

  :root .lg\:max-w-56{
    max-width: 14rem;
  }

  :root .lg\:max-w-60{
    max-width: 15rem;
  }

  :root .lg\:max-w-64{
    max-width: 16rem;
  }

  :root .lg\:max-w-68{
    max-width: 17rem;
  }

  :root .lg\:max-w-72{
    max-width: 18rem;
  }

  :root .lg\:max-w-76{
    max-width: 19rem;
  }

  :root .lg\:max-w-80{
    max-width: 20rem;
  }

  :root .lg\:max-w-84{
    max-width: 21rem;
  }

  :root .lg\:max-w-88{
    max-width: 22rem;
  }

  :root .lg\:max-w-96{
    max-width: 24rem;
  }

  :root .lg\:max-w-112{
    max-width: 28rem;
  }

  :root .lg\:max-w-120{
    max-width: 30rem;
  }

  :root .lg\:max-w-140{
    max-width: 35rem;
  }

  :root .lg\:max-w-150{
    max-width: 37.5rem;
  }

  :root .lg\:max-w-160{
    max-width: 40rem;
  }

  :root .lg\:max-w-220{
    max-width: 55rem;
  }

  :root .lg\:max-w-240{
    max-width: 60rem;
  }

  :root .lg\:max-w-300{
    max-width: 75rem;
  }

  :root .lg\:max-w-320{
    max-width: 80rem;
  }

  :root .lg\:max-w-screen-80{
    max-width: 80rem;
  }

  :root .lg\:max-w-screen-96{
    max-width: 96rem;
  }

  :root .lg\:max-w-screen-160{
    max-width: 160rem;
  }

  :root .lg\:max-w-full{
    max-width: 100%;
  }

  :root .lg\:max-w-px{
    max-width: 1px;
  }

  :root .lg\:max-w-gutter{
    max-width: var(--padding-gutter);
  }

  :root .lg\:max-w-1\.5{
    max-width: 0.375rem;
  }

  :root .lg\:flex-1{
    flex: 1 1 0%;
  }

  :root .lg\:flex-auto{
    flex: 1 1 auto;
  }

  :root .lg\:flex-initial{
    flex: 0 1 auto;
  }

  :root .lg\:flex-none{
    flex: none;
  }

  :root .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .lg\:flex-shrink{
    flex-shrink: 1;
  }

  :root .lg\:flex-grow-0{
    flex-grow: 0;
  }

  :root .lg\:flex-grow{
    flex-grow: 1;
  }

  :root .lg\:table-auto{
    table-layout: auto;
  }

  :root .lg\:table-fixed{
    table-layout: fixed;
  }

  :root .lg\:border-collapse{
    border-collapse: collapse;
  }

  :root .lg\:border-separate{
    border-collapse: separate;
  }

  :root .lg\:origin-center{
    transform-origin: center;
  }

  :root .lg\:origin-top{
    transform-origin: top;
  }

  :root .lg\:origin-top-right{
    transform-origin: top right;
  }

  :root .lg\:origin-right{
    transform-origin: right;
  }

  :root .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .lg\:origin-bottom{
    transform-origin: bottom;
  }

  :root .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .lg\:origin-left{
    transform-origin: left;
  }

  :root .lg\:origin-top-left{
    transform-origin: top left;
  }

  :root .lg\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .lg\:transform-none{
    transform: none;
  }

  :root .lg\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .lg\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .lg\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .lg\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .lg\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .lg\:translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  :root .lg\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .lg\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  :root .lg\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .lg\:translate-x-21{
    --tw-translate-x: 5.25rem;
  }

  :root .lg\:translate-x-22{
    --tw-translate-x: 5.5rem;
  }

  :root .lg\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .lg\:translate-x-26{
    --tw-translate-x: 6.5rem;
  }

  :root .lg\:translate-x-27{
    --tw-translate-x: 6.75rem;
  }

  :root .lg\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .lg\:translate-x-30{
    --tw-translate-x: 7.5rem;
  }

  :root .lg\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .lg\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .lg\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .lg\:translate-x-41{
    --tw-translate-x: 11.25rem;
  }

  :root .lg\:translate-x-42{
    --tw-translate-x: 11.5rem;
  }

  :root .lg\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .lg\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .lg\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .lg\:translate-x-54{
    --tw-translate-x: 13.5rem;
  }

  :root .lg\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .lg\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .lg\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .lg\:translate-x-68{
    --tw-translate-x: 17rem;
  }

  :root .lg\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .lg\:translate-x-76{
    --tw-translate-x: 19rem;
  }

  :root .lg\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .lg\:translate-x-84{
    --tw-translate-x: 21rem;
  }

  :root .lg\:translate-x-88{
    --tw-translate-x: 22rem;
  }

  :root .lg\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .lg\:translate-x-112{
    --tw-translate-x: 28rem;
  }

  :root .lg\:translate-x-120{
    --tw-translate-x: 30rem;
  }

  :root .lg\:translate-x-140{
    --tw-translate-x: 35rem;
  }

  :root .lg\:translate-x-150{
    --tw-translate-x: 37.5rem;
  }

  :root .lg\:translate-x-160{
    --tw-translate-x: 40rem;
  }

  :root .lg\:translate-x-220{
    --tw-translate-x: 55rem;
  }

  :root .lg\:translate-x-240{
    --tw-translate-x: 60rem;
  }

  :root .lg\:translate-x-300{
    --tw-translate-x: 75rem;
  }

  :root .lg\:translate-x-320{
    --tw-translate-x: 80rem;
  }

  :root .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .lg\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .lg\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .lg\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .lg\:-translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  :root .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .lg\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  :root .lg\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .lg\:-translate-x-21{
    --tw-translate-x: -5.25rem;
  }

  :root .lg\:-translate-x-22{
    --tw-translate-x: -5.5rem;
  }

  :root .lg\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .lg\:-translate-x-26{
    --tw-translate-x: -6.5rem;
  }

  :root .lg\:-translate-x-27{
    --tw-translate-x: -6.75rem;
  }

  :root .lg\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .lg\:-translate-x-30{
    --tw-translate-x: -7.5rem;
  }

  :root .lg\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .lg\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .lg\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .lg\:-translate-x-41{
    --tw-translate-x: -11.25rem;
  }

  :root .lg\:-translate-x-42{
    --tw-translate-x: -11.5rem;
  }

  :root .lg\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .lg\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .lg\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .lg\:-translate-x-54{
    --tw-translate-x: -13.5rem;
  }

  :root .lg\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .lg\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .lg\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .lg\:-translate-x-68{
    --tw-translate-x: -17rem;
  }

  :root .lg\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .lg\:-translate-x-76{
    --tw-translate-x: -19rem;
  }

  :root .lg\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .lg\:-translate-x-84{
    --tw-translate-x: -21rem;
  }

  :root .lg\:-translate-x-88{
    --tw-translate-x: -22rem;
  }

  :root .lg\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .lg\:-translate-x-112{
    --tw-translate-x: -28rem;
  }

  :root .lg\:-translate-x-120{
    --tw-translate-x: -30rem;
  }

  :root .lg\:-translate-x-140{
    --tw-translate-x: -35rem;
  }

  :root .lg\:-translate-x-150{
    --tw-translate-x: -37.5rem;
  }

  :root .lg\:-translate-x-160{
    --tw-translate-x: -40rem;
  }

  :root .lg\:-translate-x-220{
    --tw-translate-x: -55rem;
  }

  :root .lg\:-translate-x-240{
    --tw-translate-x: -60rem;
  }

  :root .lg\:-translate-x-300{
    --tw-translate-x: -75rem;
  }

  :root .lg\:-translate-x-320{
    --tw-translate-x: -80rem;
  }

  :root .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .lg\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .lg\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .lg\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .lg\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .lg\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .lg\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .lg\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .lg\:translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  :root .lg\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .lg\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  :root .lg\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .lg\:translate-y-21{
    --tw-translate-y: 5.25rem;
  }

  :root .lg\:translate-y-22{
    --tw-translate-y: 5.5rem;
  }

  :root .lg\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .lg\:translate-y-26{
    --tw-translate-y: 6.5rem;
  }

  :root .lg\:translate-y-27{
    --tw-translate-y: 6.75rem;
  }

  :root .lg\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .lg\:translate-y-30{
    --tw-translate-y: 7.5rem;
  }

  :root .lg\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .lg\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .lg\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .lg\:translate-y-41{
    --tw-translate-y: 11.25rem;
  }

  :root .lg\:translate-y-42{
    --tw-translate-y: 11.5rem;
  }

  :root .lg\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .lg\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .lg\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .lg\:translate-y-54{
    --tw-translate-y: 13.5rem;
  }

  :root .lg\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .lg\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .lg\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .lg\:translate-y-68{
    --tw-translate-y: 17rem;
  }

  :root .lg\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .lg\:translate-y-76{
    --tw-translate-y: 19rem;
  }

  :root .lg\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .lg\:translate-y-84{
    --tw-translate-y: 21rem;
  }

  :root .lg\:translate-y-88{
    --tw-translate-y: 22rem;
  }

  :root .lg\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .lg\:translate-y-112{
    --tw-translate-y: 28rem;
  }

  :root .lg\:translate-y-120{
    --tw-translate-y: 30rem;
  }

  :root .lg\:translate-y-140{
    --tw-translate-y: 35rem;
  }

  :root .lg\:translate-y-150{
    --tw-translate-y: 37.5rem;
  }

  :root .lg\:translate-y-160{
    --tw-translate-y: 40rem;
  }

  :root .lg\:translate-y-220{
    --tw-translate-y: 55rem;
  }

  :root .lg\:translate-y-240{
    --tw-translate-y: 60rem;
  }

  :root .lg\:translate-y-300{
    --tw-translate-y: 75rem;
  }

  :root .lg\:translate-y-320{
    --tw-translate-y: 80rem;
  }

  :root .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .lg\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .lg\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .lg\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .lg\:-translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  :root .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .lg\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  :root .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .lg\:-translate-y-21{
    --tw-translate-y: -5.25rem;
  }

  :root .lg\:-translate-y-22{
    --tw-translate-y: -5.5rem;
  }

  :root .lg\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .lg\:-translate-y-26{
    --tw-translate-y: -6.5rem;
  }

  :root .lg\:-translate-y-27{
    --tw-translate-y: -6.75rem;
  }

  :root .lg\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .lg\:-translate-y-30{
    --tw-translate-y: -7.5rem;
  }

  :root .lg\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .lg\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .lg\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .lg\:-translate-y-41{
    --tw-translate-y: -11.25rem;
  }

  :root .lg\:-translate-y-42{
    --tw-translate-y: -11.5rem;
  }

  :root .lg\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .lg\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .lg\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .lg\:-translate-y-54{
    --tw-translate-y: -13.5rem;
  }

  :root .lg\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .lg\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .lg\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .lg\:-translate-y-68{
    --tw-translate-y: -17rem;
  }

  :root .lg\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .lg\:-translate-y-76{
    --tw-translate-y: -19rem;
  }

  :root .lg\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .lg\:-translate-y-84{
    --tw-translate-y: -21rem;
  }

  :root .lg\:-translate-y-88{
    --tw-translate-y: -22rem;
  }

  :root .lg\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .lg\:-translate-y-112{
    --tw-translate-y: -28rem;
  }

  :root .lg\:-translate-y-120{
    --tw-translate-y: -30rem;
  }

  :root .lg\:-translate-y-140{
    --tw-translate-y: -35rem;
  }

  :root .lg\:-translate-y-150{
    --tw-translate-y: -37.5rem;
  }

  :root .lg\:-translate-y-160{
    --tw-translate-y: -40rem;
  }

  :root .lg\:-translate-y-220{
    --tw-translate-y: -55rem;
  }

  :root .lg\:-translate-y-240{
    --tw-translate-y: -60rem;
  }

  :root .lg\:-translate-y-300{
    --tw-translate-y: -75rem;
  }

  :root .lg\:-translate-y-320{
    --tw-translate-y: -80rem;
  }

  :root .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .lg\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .lg\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  :root .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .lg\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  :root .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .lg\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.25rem;
  }

  :root .lg\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.5rem;
  }

  :root .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .lg\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.5rem;
  }

  :root .lg\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.75rem;
  }

  :root .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .lg\:hover\:translate-x-30:hover{
    --tw-translate-x: 7.5rem;
  }

  :root .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .lg\:hover\:translate-x-41:hover{
    --tw-translate-x: 11.25rem;
  }

  :root .lg\:hover\:translate-x-42:hover{
    --tw-translate-x: 11.5rem;
  }

  :root .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .lg\:hover\:translate-x-54:hover{
    --tw-translate-x: 13.5rem;
  }

  :root .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .lg\:hover\:translate-x-68:hover{
    --tw-translate-x: 17rem;
  }

  :root .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .lg\:hover\:translate-x-76:hover{
    --tw-translate-x: 19rem;
  }

  :root .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .lg\:hover\:translate-x-84:hover{
    --tw-translate-x: 21rem;
  }

  :root .lg\:hover\:translate-x-88:hover{
    --tw-translate-x: 22rem;
  }

  :root .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .lg\:hover\:translate-x-112:hover{
    --tw-translate-x: 28rem;
  }

  :root .lg\:hover\:translate-x-120:hover{
    --tw-translate-x: 30rem;
  }

  :root .lg\:hover\:translate-x-140:hover{
    --tw-translate-x: 35rem;
  }

  :root .lg\:hover\:translate-x-150:hover{
    --tw-translate-x: 37.5rem;
  }

  :root .lg\:hover\:translate-x-160:hover{
    --tw-translate-x: 40rem;
  }

  :root .lg\:hover\:translate-x-220:hover{
    --tw-translate-x: 55rem;
  }

  :root .lg\:hover\:translate-x-240:hover{
    --tw-translate-x: 60rem;
  }

  :root .lg\:hover\:translate-x-300:hover{
    --tw-translate-x: 75rem;
  }

  :root .lg\:hover\:translate-x-320:hover{
    --tw-translate-x: 80rem;
  }

  :root .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .lg\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .lg\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  :root .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .lg\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  :root .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .lg\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.25rem;
  }

  :root .lg\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.5rem;
  }

  :root .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .lg\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.5rem;
  }

  :root .lg\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.75rem;
  }

  :root .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .lg\:hover\:-translate-x-30:hover{
    --tw-translate-x: -7.5rem;
  }

  :root .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .lg\:hover\:-translate-x-41:hover{
    --tw-translate-x: -11.25rem;
  }

  :root .lg\:hover\:-translate-x-42:hover{
    --tw-translate-x: -11.5rem;
  }

  :root .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .lg\:hover\:-translate-x-54:hover{
    --tw-translate-x: -13.5rem;
  }

  :root .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .lg\:hover\:-translate-x-68:hover{
    --tw-translate-x: -17rem;
  }

  :root .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .lg\:hover\:-translate-x-76:hover{
    --tw-translate-x: -19rem;
  }

  :root .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .lg\:hover\:-translate-x-84:hover{
    --tw-translate-x: -21rem;
  }

  :root .lg\:hover\:-translate-x-88:hover{
    --tw-translate-x: -22rem;
  }

  :root .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .lg\:hover\:-translate-x-112:hover{
    --tw-translate-x: -28rem;
  }

  :root .lg\:hover\:-translate-x-120:hover{
    --tw-translate-x: -30rem;
  }

  :root .lg\:hover\:-translate-x-140:hover{
    --tw-translate-x: -35rem;
  }

  :root .lg\:hover\:-translate-x-150:hover{
    --tw-translate-x: -37.5rem;
  }

  :root .lg\:hover\:-translate-x-160:hover{
    --tw-translate-x: -40rem;
  }

  :root .lg\:hover\:-translate-x-220:hover{
    --tw-translate-x: -55rem;
  }

  :root .lg\:hover\:-translate-x-240:hover{
    --tw-translate-x: -60rem;
  }

  :root .lg\:hover\:-translate-x-300:hover{
    --tw-translate-x: -75rem;
  }

  :root .lg\:hover\:-translate-x-320:hover{
    --tw-translate-x: -80rem;
  }

  :root .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .lg\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .lg\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  :root .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .lg\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  :root .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .lg\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.25rem;
  }

  :root .lg\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.5rem;
  }

  :root .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .lg\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.5rem;
  }

  :root .lg\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.75rem;
  }

  :root .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .lg\:hover\:translate-y-30:hover{
    --tw-translate-y: 7.5rem;
  }

  :root .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .lg\:hover\:translate-y-41:hover{
    --tw-translate-y: 11.25rem;
  }

  :root .lg\:hover\:translate-y-42:hover{
    --tw-translate-y: 11.5rem;
  }

  :root .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .lg\:hover\:translate-y-54:hover{
    --tw-translate-y: 13.5rem;
  }

  :root .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .lg\:hover\:translate-y-68:hover{
    --tw-translate-y: 17rem;
  }

  :root .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .lg\:hover\:translate-y-76:hover{
    --tw-translate-y: 19rem;
  }

  :root .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .lg\:hover\:translate-y-84:hover{
    --tw-translate-y: 21rem;
  }

  :root .lg\:hover\:translate-y-88:hover{
    --tw-translate-y: 22rem;
  }

  :root .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .lg\:hover\:translate-y-112:hover{
    --tw-translate-y: 28rem;
  }

  :root .lg\:hover\:translate-y-120:hover{
    --tw-translate-y: 30rem;
  }

  :root .lg\:hover\:translate-y-140:hover{
    --tw-translate-y: 35rem;
  }

  :root .lg\:hover\:translate-y-150:hover{
    --tw-translate-y: 37.5rem;
  }

  :root .lg\:hover\:translate-y-160:hover{
    --tw-translate-y: 40rem;
  }

  :root .lg\:hover\:translate-y-220:hover{
    --tw-translate-y: 55rem;
  }

  :root .lg\:hover\:translate-y-240:hover{
    --tw-translate-y: 60rem;
  }

  :root .lg\:hover\:translate-y-300:hover{
    --tw-translate-y: 75rem;
  }

  :root .lg\:hover\:translate-y-320:hover{
    --tw-translate-y: 80rem;
  }

  :root .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .lg\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .lg\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  :root .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .lg\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  :root .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .lg\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.25rem;
  }

  :root .lg\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.5rem;
  }

  :root .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .lg\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.5rem;
  }

  :root .lg\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.75rem;
  }

  :root .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .lg\:hover\:-translate-y-30:hover{
    --tw-translate-y: -7.5rem;
  }

  :root .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .lg\:hover\:-translate-y-41:hover{
    --tw-translate-y: -11.25rem;
  }

  :root .lg\:hover\:-translate-y-42:hover{
    --tw-translate-y: -11.5rem;
  }

  :root .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .lg\:hover\:-translate-y-54:hover{
    --tw-translate-y: -13.5rem;
  }

  :root .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .lg\:hover\:-translate-y-68:hover{
    --tw-translate-y: -17rem;
  }

  :root .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .lg\:hover\:-translate-y-76:hover{
    --tw-translate-y: -19rem;
  }

  :root .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .lg\:hover\:-translate-y-84:hover{
    --tw-translate-y: -21rem;
  }

  :root .lg\:hover\:-translate-y-88:hover{
    --tw-translate-y: -22rem;
  }

  :root .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .lg\:hover\:-translate-y-112:hover{
    --tw-translate-y: -28rem;
  }

  :root .lg\:hover\:-translate-y-120:hover{
    --tw-translate-y: -30rem;
  }

  :root .lg\:hover\:-translate-y-140:hover{
    --tw-translate-y: -35rem;
  }

  :root .lg\:hover\:-translate-y-150:hover{
    --tw-translate-y: -37.5rem;
  }

  :root .lg\:hover\:-translate-y-160:hover{
    --tw-translate-y: -40rem;
  }

  :root .lg\:hover\:-translate-y-220:hover{
    --tw-translate-y: -55rem;
  }

  :root .lg\:hover\:-translate-y-240:hover{
    --tw-translate-y: -60rem;
  }

  :root .lg\:hover\:-translate-y-300:hover{
    --tw-translate-y: -75rem;
  }

  :root .lg\:hover\:-translate-y-320:hover{
    --tw-translate-y: -80rem;
  }

  :root .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .lg\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .lg\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  :root .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .lg\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  :root .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .lg\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.25rem;
  }

  :root .lg\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.5rem;
  }

  :root .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .lg\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.5rem;
  }

  :root .lg\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.75rem;
  }

  :root .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .lg\:focus\:translate-x-30:focus{
    --tw-translate-x: 7.5rem;
  }

  :root .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .lg\:focus\:translate-x-41:focus{
    --tw-translate-x: 11.25rem;
  }

  :root .lg\:focus\:translate-x-42:focus{
    --tw-translate-x: 11.5rem;
  }

  :root .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .lg\:focus\:translate-x-54:focus{
    --tw-translate-x: 13.5rem;
  }

  :root .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .lg\:focus\:translate-x-68:focus{
    --tw-translate-x: 17rem;
  }

  :root .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .lg\:focus\:translate-x-76:focus{
    --tw-translate-x: 19rem;
  }

  :root .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .lg\:focus\:translate-x-84:focus{
    --tw-translate-x: 21rem;
  }

  :root .lg\:focus\:translate-x-88:focus{
    --tw-translate-x: 22rem;
  }

  :root .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .lg\:focus\:translate-x-112:focus{
    --tw-translate-x: 28rem;
  }

  :root .lg\:focus\:translate-x-120:focus{
    --tw-translate-x: 30rem;
  }

  :root .lg\:focus\:translate-x-140:focus{
    --tw-translate-x: 35rem;
  }

  :root .lg\:focus\:translate-x-150:focus{
    --tw-translate-x: 37.5rem;
  }

  :root .lg\:focus\:translate-x-160:focus{
    --tw-translate-x: 40rem;
  }

  :root .lg\:focus\:translate-x-220:focus{
    --tw-translate-x: 55rem;
  }

  :root .lg\:focus\:translate-x-240:focus{
    --tw-translate-x: 60rem;
  }

  :root .lg\:focus\:translate-x-300:focus{
    --tw-translate-x: 75rem;
  }

  :root .lg\:focus\:translate-x-320:focus{
    --tw-translate-x: 80rem;
  }

  :root .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .lg\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .lg\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  :root .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .lg\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  :root .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .lg\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.25rem;
  }

  :root .lg\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.5rem;
  }

  :root .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .lg\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.5rem;
  }

  :root .lg\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.75rem;
  }

  :root .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .lg\:focus\:-translate-x-30:focus{
    --tw-translate-x: -7.5rem;
  }

  :root .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .lg\:focus\:-translate-x-41:focus{
    --tw-translate-x: -11.25rem;
  }

  :root .lg\:focus\:-translate-x-42:focus{
    --tw-translate-x: -11.5rem;
  }

  :root .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .lg\:focus\:-translate-x-54:focus{
    --tw-translate-x: -13.5rem;
  }

  :root .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .lg\:focus\:-translate-x-68:focus{
    --tw-translate-x: -17rem;
  }

  :root .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .lg\:focus\:-translate-x-76:focus{
    --tw-translate-x: -19rem;
  }

  :root .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .lg\:focus\:-translate-x-84:focus{
    --tw-translate-x: -21rem;
  }

  :root .lg\:focus\:-translate-x-88:focus{
    --tw-translate-x: -22rem;
  }

  :root .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .lg\:focus\:-translate-x-112:focus{
    --tw-translate-x: -28rem;
  }

  :root .lg\:focus\:-translate-x-120:focus{
    --tw-translate-x: -30rem;
  }

  :root .lg\:focus\:-translate-x-140:focus{
    --tw-translate-x: -35rem;
  }

  :root .lg\:focus\:-translate-x-150:focus{
    --tw-translate-x: -37.5rem;
  }

  :root .lg\:focus\:-translate-x-160:focus{
    --tw-translate-x: -40rem;
  }

  :root .lg\:focus\:-translate-x-220:focus{
    --tw-translate-x: -55rem;
  }

  :root .lg\:focus\:-translate-x-240:focus{
    --tw-translate-x: -60rem;
  }

  :root .lg\:focus\:-translate-x-300:focus{
    --tw-translate-x: -75rem;
  }

  :root .lg\:focus\:-translate-x-320:focus{
    --tw-translate-x: -80rem;
  }

  :root .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .lg\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .lg\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  :root .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .lg\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  :root .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .lg\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.25rem;
  }

  :root .lg\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.5rem;
  }

  :root .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .lg\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.5rem;
  }

  :root .lg\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.75rem;
  }

  :root .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .lg\:focus\:translate-y-30:focus{
    --tw-translate-y: 7.5rem;
  }

  :root .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .lg\:focus\:translate-y-41:focus{
    --tw-translate-y: 11.25rem;
  }

  :root .lg\:focus\:translate-y-42:focus{
    --tw-translate-y: 11.5rem;
  }

  :root .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .lg\:focus\:translate-y-54:focus{
    --tw-translate-y: 13.5rem;
  }

  :root .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .lg\:focus\:translate-y-68:focus{
    --tw-translate-y: 17rem;
  }

  :root .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .lg\:focus\:translate-y-76:focus{
    --tw-translate-y: 19rem;
  }

  :root .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .lg\:focus\:translate-y-84:focus{
    --tw-translate-y: 21rem;
  }

  :root .lg\:focus\:translate-y-88:focus{
    --tw-translate-y: 22rem;
  }

  :root .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .lg\:focus\:translate-y-112:focus{
    --tw-translate-y: 28rem;
  }

  :root .lg\:focus\:translate-y-120:focus{
    --tw-translate-y: 30rem;
  }

  :root .lg\:focus\:translate-y-140:focus{
    --tw-translate-y: 35rem;
  }

  :root .lg\:focus\:translate-y-150:focus{
    --tw-translate-y: 37.5rem;
  }

  :root .lg\:focus\:translate-y-160:focus{
    --tw-translate-y: 40rem;
  }

  :root .lg\:focus\:translate-y-220:focus{
    --tw-translate-y: 55rem;
  }

  :root .lg\:focus\:translate-y-240:focus{
    --tw-translate-y: 60rem;
  }

  :root .lg\:focus\:translate-y-300:focus{
    --tw-translate-y: 75rem;
  }

  :root .lg\:focus\:translate-y-320:focus{
    --tw-translate-y: 80rem;
  }

  :root .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .lg\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .lg\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  :root .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .lg\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  :root .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .lg\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.25rem;
  }

  :root .lg\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.5rem;
  }

  :root .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .lg\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.5rem;
  }

  :root .lg\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.75rem;
  }

  :root .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .lg\:focus\:-translate-y-30:focus{
    --tw-translate-y: -7.5rem;
  }

  :root .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .lg\:focus\:-translate-y-41:focus{
    --tw-translate-y: -11.25rem;
  }

  :root .lg\:focus\:-translate-y-42:focus{
    --tw-translate-y: -11.5rem;
  }

  :root .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .lg\:focus\:-translate-y-54:focus{
    --tw-translate-y: -13.5rem;
  }

  :root .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .lg\:focus\:-translate-y-68:focus{
    --tw-translate-y: -17rem;
  }

  :root .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .lg\:focus\:-translate-y-76:focus{
    --tw-translate-y: -19rem;
  }

  :root .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .lg\:focus\:-translate-y-84:focus{
    --tw-translate-y: -21rem;
  }

  :root .lg\:focus\:-translate-y-88:focus{
    --tw-translate-y: -22rem;
  }

  :root .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .lg\:focus\:-translate-y-112:focus{
    --tw-translate-y: -28rem;
  }

  :root .lg\:focus\:-translate-y-120:focus{
    --tw-translate-y: -30rem;
  }

  :root .lg\:focus\:-translate-y-140:focus{
    --tw-translate-y: -35rem;
  }

  :root .lg\:focus\:-translate-y-150:focus{
    --tw-translate-y: -37.5rem;
  }

  :root .lg\:focus\:-translate-y-160:focus{
    --tw-translate-y: -40rem;
  }

  :root .lg\:focus\:-translate-y-220:focus{
    --tw-translate-y: -55rem;
  }

  :root .lg\:focus\:-translate-y-240:focus{
    --tw-translate-y: -60rem;
  }

  :root .lg\:focus\:-translate-y-300:focus{
    --tw-translate-y: -75rem;
  }

  :root .lg\:focus\:-translate-y-320:focus{
    --tw-translate-y: -80rem;
  }

  :root .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .lg\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .lg\:animate-none{
    animation: none;
  }

  :root .lg\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .lg\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .lg\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .lg\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .lg\:cursor-auto{
    cursor: auto;
  }

  :root .lg\:cursor{
    cursor: default;
  }

  :root .lg\:cursor-pointer{
    cursor: pointer;
  }

  :root .lg\:cursor-wait{
    cursor: wait;
  }

  :root .lg\:cursor-text{
    cursor: text;
  }

  :root .lg\:cursor-move{
    cursor: move;
  }

  :root .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .lg\:disabled\:cursor-auto:disabled{
    cursor: auto;
  }

  :root .lg\:disabled\:cursor:disabled{
    cursor: default;
  }

  :root .lg\:disabled\:cursor-pointer:disabled{
    cursor: pointer;
  }

  :root .lg\:disabled\:cursor-wait:disabled{
    cursor: wait;
  }

  :root .lg\:disabled\:cursor-text:disabled{
    cursor: text;
  }

  :root .lg\:disabled\:cursor-move:disabled{
    cursor: move;
  }

  :root .lg\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
  }

  :root .lg\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .lg\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .lg\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .lg\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .lg\:resize-none{
    resize: none;
  }

  :root .lg\:resize-y{
    resize: vertical;
  }

  :root .lg\:resize-x{
    resize: horizontal;
  }

  :root .lg\:resize{
    resize: both;
  }

  :root .lg\:list-inside{
    list-style-position: inside;
  }

  :root .lg\:list-outside{
    list-style-position: outside;
  }

  :root .lg\:list-none{
    list-style-type: none;
  }

  :root .lg\:list-disc{
    list-style-type: disc;
  }

  :root .lg\:list-decimal{
    list-style-type: decimal;
  }

  :root .lg\:appearance-none{
    appearance: none;
  }

  :root .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .lg\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .lg\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .lg\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .lg\:flex-row{
    flex-direction: row;
  }

  :root .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .lg\:flex-col{
    flex-direction: column;
  }

  :root .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .lg\:place-content-center{
    place-content: center;
  }

  :root .lg\:place-content-start{
    place-content: start;
  }

  :root .lg\:place-content-end{
    place-content: end;
  }

  :root .lg\:place-content-between{
    place-content: space-between;
  }

  :root .lg\:place-content-around{
    place-content: space-around;
  }

  :root .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .lg\:place-content-stretch{
    place-content: stretch;
  }

  :root .lg\:place-items-start{
    place-items: start;
  }

  :root .lg\:place-items-end{
    place-items: end;
  }

  :root .lg\:place-items-center{
    place-items: center;
  }

  :root .lg\:place-items-stretch{
    place-items: stretch;
  }

  :root .lg\:content-center{
    align-content: center;
  }

  :root .lg\:content-start{
    align-content: flex-start;
  }

  :root .lg\:content-end{
    align-content: flex-end;
  }

  :root .lg\:content-between{
    align-content: space-between;
  }

  :root .lg\:content-around{
    align-content: space-around;
  }

  :root .lg\:content-evenly{
    align-content: space-evenly;
  }

  :root .lg\:items-start{
    align-items: flex-start;
  }

  :root .lg\:items-end{
    align-items: flex-end;
  }

  :root .lg\:items-center{
    align-items: center;
  }

  :root .lg\:items-baseline{
    align-items: baseline;
  }

  :root .lg\:items-stretch{
    align-items: stretch;
  }

  :root .lg\:justify-start{
    justify-content: flex-start;
  }

  :root .lg\:justify-end{
    justify-content: flex-end;
  }

  :root .lg\:justify-center{
    justify-content: center;
  }

  :root .lg\:justify-between{
    justify-content: space-between;
  }

  :root .lg\:justify-around{
    justify-content: space-around;
  }

  :root .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .lg\:justify-items-start{
    justify-items: start;
  }

  :root .lg\:justify-items-end{
    justify-items: end;
  }

  :root .lg\:justify-items-center{
    justify-items: center;
  }

  :root .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .lg\:gap-0{
    gap: 0;
  }

  :root .lg\:gap-1{
    gap: 0.25rem;
  }

  :root .lg\:gap-2{
    gap: 0.5rem;
  }

  :root .lg\:gap-3{
    gap: 0.75rem;
  }

  :root .lg\:gap-4{
    gap: 1rem;
  }

  :root .lg\:gap-5{
    gap: 1.25rem;
  }

  :root .lg\:gap-6{
    gap: 1.5rem;
  }

  :root .lg\:gap-7{
    gap: 1.75rem;
  }

  :root .lg\:gap-8{
    gap: 2rem;
  }

  :root .lg\:gap-9{
    gap: 2.25rem;
  }

  :root .lg\:gap-10{
    gap: 2.5rem;
  }

  :root .lg\:gap-11{
    gap: 2.75rem;
  }

  :root .lg\:gap-12{
    gap: 3rem;
  }

  :root .lg\:gap-13{
    gap: 3.25rem;
  }

  :root .lg\:gap-14{
    gap: 3.5rem;
  }

  :root .lg\:gap-16{
    gap: 4rem;
  }

  :root .lg\:gap-18{
    gap: 4.5rem;
  }

  :root .lg\:gap-20{
    gap: 5rem;
  }

  :root .lg\:gap-21{
    gap: 5.25rem;
  }

  :root .lg\:gap-22{
    gap: 5.5rem;
  }

  :root .lg\:gap-24{
    gap: 6rem;
  }

  :root .lg\:gap-26{
    gap: 6.5rem;
  }

  :root .lg\:gap-27{
    gap: 6.75rem;
  }

  :root .lg\:gap-28{
    gap: 7rem;
  }

  :root .lg\:gap-30{
    gap: 7.5rem;
  }

  :root .lg\:gap-32{
    gap: 8rem;
  }

  :root .lg\:gap-36{
    gap: 9rem;
  }

  :root .lg\:gap-40{
    gap: 10rem;
  }

  :root .lg\:gap-41{
    gap: 11.25rem;
  }

  :root .lg\:gap-42{
    gap: 11.5rem;
  }

  :root .lg\:gap-44{
    gap: 11rem;
  }

  :root .lg\:gap-48{
    gap: 12rem;
  }

  :root .lg\:gap-52{
    gap: 13rem;
  }

  :root .lg\:gap-54{
    gap: 13.5rem;
  }

  :root .lg\:gap-56{
    gap: 14rem;
  }

  :root .lg\:gap-60{
    gap: 15rem;
  }

  :root .lg\:gap-64{
    gap: 16rem;
  }

  :root .lg\:gap-68{
    gap: 17rem;
  }

  :root .lg\:gap-72{
    gap: 18rem;
  }

  :root .lg\:gap-76{
    gap: 19rem;
  }

  :root .lg\:gap-80{
    gap: 20rem;
  }

  :root .lg\:gap-84{
    gap: 21rem;
  }

  :root .lg\:gap-88{
    gap: 22rem;
  }

  :root .lg\:gap-96{
    gap: 24rem;
  }

  :root .lg\:gap-112{
    gap: 28rem;
  }

  :root .lg\:gap-120{
    gap: 30rem;
  }

  :root .lg\:gap-140{
    gap: 35rem;
  }

  :root .lg\:gap-150{
    gap: 37.5rem;
  }

  :root .lg\:gap-160{
    gap: 40rem;
  }

  :root .lg\:gap-220{
    gap: 55rem;
  }

  :root .lg\:gap-240{
    gap: 60rem;
  }

  :root .lg\:gap-300{
    gap: 75rem;
  }

  :root .lg\:gap-320{
    gap: 80rem;
  }

  :root .lg\:gap-px{
    gap: 1px;
  }

  :root .lg\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .lg\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .lg\:gap-x-0{
    column-gap: 0;
  }

  :root .lg\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .lg\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .lg\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .lg\:gap-x-4{
    column-gap: 1rem;
  }

  :root .lg\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .lg\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .lg\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .lg\:gap-x-8{
    column-gap: 2rem;
  }

  :root .lg\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .lg\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .lg\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .lg\:gap-x-12{
    column-gap: 3rem;
  }

  :root .lg\:gap-x-13{
    column-gap: 3.25rem;
  }

  :root .lg\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .lg\:gap-x-16{
    column-gap: 4rem;
  }

  :root .lg\:gap-x-18{
    column-gap: 4.5rem;
  }

  :root .lg\:gap-x-20{
    column-gap: 5rem;
  }

  :root .lg\:gap-x-21{
    column-gap: 5.25rem;
  }

  :root .lg\:gap-x-22{
    column-gap: 5.5rem;
  }

  :root .lg\:gap-x-24{
    column-gap: 6rem;
  }

  :root .lg\:gap-x-26{
    column-gap: 6.5rem;
  }

  :root .lg\:gap-x-27{
    column-gap: 6.75rem;
  }

  :root .lg\:gap-x-28{
    column-gap: 7rem;
  }

  :root .lg\:gap-x-30{
    column-gap: 7.5rem;
  }

  :root .lg\:gap-x-32{
    column-gap: 8rem;
  }

  :root .lg\:gap-x-36{
    column-gap: 9rem;
  }

  :root .lg\:gap-x-40{
    column-gap: 10rem;
  }

  :root .lg\:gap-x-41{
    column-gap: 11.25rem;
  }

  :root .lg\:gap-x-42{
    column-gap: 11.5rem;
  }

  :root .lg\:gap-x-44{
    column-gap: 11rem;
  }

  :root .lg\:gap-x-48{
    column-gap: 12rem;
  }

  :root .lg\:gap-x-52{
    column-gap: 13rem;
  }

  :root .lg\:gap-x-54{
    column-gap: 13.5rem;
  }

  :root .lg\:gap-x-56{
    column-gap: 14rem;
  }

  :root .lg\:gap-x-60{
    column-gap: 15rem;
  }

  :root .lg\:gap-x-64{
    column-gap: 16rem;
  }

  :root .lg\:gap-x-68{
    column-gap: 17rem;
  }

  :root .lg\:gap-x-72{
    column-gap: 18rem;
  }

  :root .lg\:gap-x-76{
    column-gap: 19rem;
  }

  :root .lg\:gap-x-80{
    column-gap: 20rem;
  }

  :root .lg\:gap-x-84{
    column-gap: 21rem;
  }

  :root .lg\:gap-x-88{
    column-gap: 22rem;
  }

  :root .lg\:gap-x-96{
    column-gap: 24rem;
  }

  :root .lg\:gap-x-112{
    column-gap: 28rem;
  }

  :root .lg\:gap-x-120{
    column-gap: 30rem;
  }

  :root .lg\:gap-x-140{
    column-gap: 35rem;
  }

  :root .lg\:gap-x-150{
    column-gap: 37.5rem;
  }

  :root .lg\:gap-x-160{
    column-gap: 40rem;
  }

  :root .lg\:gap-x-220{
    column-gap: 55rem;
  }

  :root .lg\:gap-x-240{
    column-gap: 60rem;
  }

  :root .lg\:gap-x-300{
    column-gap: 75rem;
  }

  :root .lg\:gap-x-320{
    column-gap: 80rem;
  }

  :root .lg\:gap-x-px{
    column-gap: 1px;
  }

  :root .lg\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .lg\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .lg\:gap-y-0{
    row-gap: 0;
  }

  :root .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .lg\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .lg\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .lg\:gap-y-4{
    row-gap: 1rem;
  }

  :root .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .lg\:gap-y-8{
    row-gap: 2rem;
  }

  :root .lg\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .lg\:gap-y-12{
    row-gap: 3rem;
  }

  :root .lg\:gap-y-13{
    row-gap: 3.25rem;
  }

  :root .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .lg\:gap-y-16{
    row-gap: 4rem;
  }

  :root .lg\:gap-y-18{
    row-gap: 4.5rem;
  }

  :root .lg\:gap-y-20{
    row-gap: 5rem;
  }

  :root .lg\:gap-y-21{
    row-gap: 5.25rem;
  }

  :root .lg\:gap-y-22{
    row-gap: 5.5rem;
  }

  :root .lg\:gap-y-24{
    row-gap: 6rem;
  }

  :root .lg\:gap-y-26{
    row-gap: 6.5rem;
  }

  :root .lg\:gap-y-27{
    row-gap: 6.75rem;
  }

  :root .lg\:gap-y-28{
    row-gap: 7rem;
  }

  :root .lg\:gap-y-30{
    row-gap: 7.5rem;
  }

  :root .lg\:gap-y-32{
    row-gap: 8rem;
  }

  :root .lg\:gap-y-36{
    row-gap: 9rem;
  }

  :root .lg\:gap-y-40{
    row-gap: 10rem;
  }

  :root .lg\:gap-y-41{
    row-gap: 11.25rem;
  }

  :root .lg\:gap-y-42{
    row-gap: 11.5rem;
  }

  :root .lg\:gap-y-44{
    row-gap: 11rem;
  }

  :root .lg\:gap-y-48{
    row-gap: 12rem;
  }

  :root .lg\:gap-y-52{
    row-gap: 13rem;
  }

  :root .lg\:gap-y-54{
    row-gap: 13.5rem;
  }

  :root .lg\:gap-y-56{
    row-gap: 14rem;
  }

  :root .lg\:gap-y-60{
    row-gap: 15rem;
  }

  :root .lg\:gap-y-64{
    row-gap: 16rem;
  }

  :root .lg\:gap-y-68{
    row-gap: 17rem;
  }

  :root .lg\:gap-y-72{
    row-gap: 18rem;
  }

  :root .lg\:gap-y-76{
    row-gap: 19rem;
  }

  :root .lg\:gap-y-80{
    row-gap: 20rem;
  }

  :root .lg\:gap-y-84{
    row-gap: 21rem;
  }

  :root .lg\:gap-y-88{
    row-gap: 22rem;
  }

  :root .lg\:gap-y-96{
    row-gap: 24rem;
  }

  :root .lg\:gap-y-112{
    row-gap: 28rem;
  }

  :root .lg\:gap-y-120{
    row-gap: 30rem;
  }

  :root .lg\:gap-y-140{
    row-gap: 35rem;
  }

  :root .lg\:gap-y-150{
    row-gap: 37.5rem;
  }

  :root .lg\:gap-y-160{
    row-gap: 40rem;
  }

  :root .lg\:gap-y-220{
    row-gap: 55rem;
  }

  :root .lg\:gap-y-240{
    row-gap: 60rem;
  }

  :root .lg\:gap-y-300{
    row-gap: 75rem;
  }

  :root .lg\:gap-y-320{
    row-gap: 80rem;
  }

  :root .lg\:gap-y-px{
    row-gap: 1px;
  }

  :root .lg\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .lg\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(21rem * var(--tw-space-x-reverse));
    margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28rem * var(--tw-space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35rem * var(--tw-space-x-reverse));
    margin-left: calc(35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55rem * var(--tw-space-x-reverse));
    margin-left: calc(55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75rem * var(--tw-space-x-reverse));
    margin-left: calc(75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80rem * var(--tw-space-x-reverse));
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-21rem * var(--tw-space-x-reverse));
    margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28rem * var(--tw-space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35rem * var(--tw-space-x-reverse));
    margin-left: calc(-35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55rem * var(--tw-space-x-reverse));
    margin-left: calc(-55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75rem * var(--tw-space-x-reverse));
    margin-left: calc(-75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80rem * var(--tw-space-x-reverse));
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .lg\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-grays-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  :root .lg\:divide-grays > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
  }

  :root .lg\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .lg\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .lg\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .lg\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .lg\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .lg\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .lg\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .lg\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .lg\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .lg\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .lg\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:divide-am-base-background > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-coral > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #757de338;
  }

  :root .lg\:divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #77DEA280;
  }

  :root .lg\:divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF1F;
  }

  :root .lg\:divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF4B;
  }

  :root .lg\:divide-am-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #d977dd3b;
  }

  :root .lg\:divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .lg\:divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .lg\:divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6AB33;
  }

  :root .lg\:divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6ABB3;
  }

  :root .lg\:divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA7233;
  }

  :root .lg\:divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA72B3;
  }

  :root .lg\:divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F7233;
  }

  :root .lg\:divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F72B3;
  }

  :root .lg\:divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E233;
  }

  :root .lg\:divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E2B3;
  }

  :root .lg\:divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
    border-color: #DE777733;
  }

  :root .lg\:divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
    border-color: #DE7777B3;
  }

  :root .lg\:divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
  }

  :root .lg\:divide-am-brown > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
  }

  :root .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  :root .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .lg\:place-self-auto{
    place-self: auto;
  }

  :root .lg\:place-self-start{
    place-self: start;
  }

  :root .lg\:place-self-end{
    place-self: end;
  }

  :root .lg\:place-self-center{
    place-self: center;
  }

  :root .lg\:place-self-stretch{
    place-self: stretch;
  }

  :root .lg\:self-auto{
    align-self: auto;
  }

  :root .lg\:self-start{
    align-self: flex-start;
  }

  :root .lg\:self-end{
    align-self: flex-end;
  }

  :root .lg\:self-center{
    align-self: center;
  }

  :root .lg\:self-stretch{
    align-self: stretch;
  }

  :root .lg\:self-baseline{
    align-self: baseline;
  }

  :root .lg\:justify-self-auto{
    justify-self: auto;
  }

  :root .lg\:justify-self-start{
    justify-self: start;
  }

  :root .lg\:justify-self-end{
    justify-self: end;
  }

  :root .lg\:justify-self-center{
    justify-self: center;
  }

  :root .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .lg\:overflow-auto{
    overflow: auto;
  }

  :root .lg\:overflow-hidden{
    overflow: hidden;
  }

  :root .lg\:overflow-visible{
    overflow: visible;
  }

  :root .lg\:overflow-scroll{
    overflow: scroll;
  }

  :root .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .lg\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .lg\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .lg\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .lg\:overflow-clip{
    text-overflow: clip;
  }

  :root .lg\:whitespace-normal{
    white-space: normal;
  }

  :root .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .lg\:whitespace-pre{
    white-space: pre;
  }

  :root .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .lg\:break-words{
    overflow-wrap: break-word;
  }

  :root .lg\:break-all{
    word-break: break-all;
  }

  :root .lg\:rounded-none{
    border-radius: 0;
  }

  :root .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .lg\:rounded{
    border-radius: 0.25rem;
  }

  :root .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .lg\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root .lg\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root .lg\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .lg\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root .lg\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .lg\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root .lg\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .lg\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .lg\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .lg\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .lg\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .lg\:border-0{
    border-width: 0;
  }

  :root .lg\:border-2{
    border-width: 2px;
  }

  :root .lg\:border-3{
    border-width: 3px;
  }

  :root .lg\:border-4{
    border-width: 4px;
  }

  :root .lg\:border-8{
    border-width: 8px;
  }

  :root .lg\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border{
    border-width: 1px;
  }

  :root .lg\:border-t-0{
    border-top-width: 0;
  }

  :root .lg\:border-t-2{
    border-top-width: 2px;
  }

  :root .lg\:border-t-3{
    border-top-width: 3px;
  }

  :root .lg\:border-t-4{
    border-top-width: 4px;
  }

  :root .lg\:border-t-8{
    border-top-width: 8px;
  }

  :root .lg\:border-t{
    border-top-width: 1px;
  }

  :root .lg\:border-r-0{
    border-right-width: 0;
  }

  :root .lg\:border-r-2{
    border-right-width: 2px;
  }

  :root .lg\:border-r-3{
    border-right-width: 3px;
  }

  :root .lg\:border-r-4{
    border-right-width: 4px;
  }

  :root .lg\:border-r-8{
    border-right-width: 8px;
  }

  :root .lg\:border-r{
    border-right-width: 1px;
  }

  :root .lg\:border-b-0{
    border-bottom-width: 0;
  }

  :root .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .lg\:border-b{
    border-bottom-width: 1px;
  }

  :root .lg\:border-l-0{
    border-left-width: 0;
  }

  :root .lg\:border-l-2{
    border-left-width: 2px;
  }

  :root .lg\:border-l-3{
    border-left-width: 3px;
  }

  :root .lg\:border-l-4{
    border-left-width: 4px;
  }

  :root .lg\:border-l-8{
    border-left-width: 8px;
  }

  :root .lg\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .lg\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .lg\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .lg\:border-solid{
    border-style: solid;
  }

  :root .lg\:border-dashed{
    border-style: dashed;
  }

  :root .lg\:border-dotted{
    border-style: dotted;
  }

  :root .lg\:border-double{
    border-style: double;
  }

  :root .lg\:border-none{
    border-style: none;
  }

  :root .lg\:border-current{
    border-color: currentColor;
  }

  :root .lg\:border-transparent{
    border-color: transparent;
  }

  :root .lg\:border-black{
    border-color: var(--text-color);
  }

  :root .lg\:border-white{
    border-color: var(--text-color-light);
  }

  :root .lg\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-grays-light{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .lg\:border-grays{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .lg\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .lg\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .lg\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .lg\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .lg\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .lg\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .lg\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .lg\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .lg\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .lg\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:border-am-base-background{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-am-main-blue{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .lg\:border-am-main-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-am-main-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .lg\:border-am-gray{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .lg\:border-am-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .lg\:border-am-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-green{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .lg\:border-am-coral{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .lg\:border-am-coral-light{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .lg\:border-am-coral-dark{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .lg\:border-am-teal{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .lg\:border-am-teal-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .lg\:border-am-teal-dark{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-purple{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-am-new-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .lg\:border-am-purple-transparent{
    border-color: #757de338;
  }

  :root .lg\:border-am-purple-relight{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-am-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .lg\:border-am-purple-medium{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .lg\:border-am-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .lg\:border-am-purple{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .lg\:border-am-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .lg\:border-am-green-brightest{
    border-color: #77DEA280;
  }

  :root .lg\:border-am-green-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .lg\:border-am-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .lg\:border-am-green-aqua{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .lg\:border-am-green-brightest-transparent{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .lg\:border-am-green-hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .lg\:border-am-green{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .lg\:border-am-red-alive{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .lg\:border-am-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .lg\:border-am-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .lg\:border-am-red-intense{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .lg\:border-am-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:border-am-grey-light{
    border-color: #BFC4FF1F;
  }

  :root .lg\:border-am-grey-dark{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .lg\:border-am-grey-medium{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .lg\:border-am-grey-transparent{
    border-color: #BFC4FF4B;
  }

  :root .lg\:border-am-grey{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .lg\:border-am-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .lg\:border-am-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .lg\:border-am-pink-brightest{
    border-color: #d977dd3b;
  }

  :root .lg\:border-am-pink-rose{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .lg\:border-am-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .lg\:border-am-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .lg\:border-am-orange-relight{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .lg\:border-am-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-am-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cyan-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cyan-dark{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cyan-blue{
    border-color: #0061FD60;
  }

  :root .lg\:border-am-cyan-green{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .lg\:border-am-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .lg\:border-am-blue{
    border-color: #0061FD60;
  }

  :root .lg\:border-am-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .lg\:border-am-yellow-resalt{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-am-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .lg\:border-am-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .lg\:border-am-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cream-entry{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cream-entry_light{
    border-color: #81E6AB33;
  }

  :root .lg\:border-am-cream-entry_text{
    border-color: #81E6ABB3;
  }

  :root .lg\:border-am-cream-lunchgo{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cream-lunchgo_light{
    border-color: #EEBA7233;
  }

  :root .lg\:border-am-cream-lunchgo_text{
    border-color: #EEBA72B3;
  }

  :root .lg\:border-am-cream-lunchback{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cream-lunchback_light{
    border-color: #EE8F7233;
  }

  :root .lg\:border-am-cream-lunchback_text{
    border-color: #EE8F72B3;
  }

  :root .lg\:border-am-cream-exit{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cream-exit_light{
    border-color: #81E6E233;
  }

  :root .lg\:border-am-cream-exit_text{
    border-color: #81E6E2B3;
  }

  :root .lg\:border-am-cream-yesterday{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:border-am-cream-yesterday_light{
    border-color: #DE777733;
  }

  :root .lg\:border-am-cream-yesterday_text{
    border-color: #DE7777B3;
  }

  :root .lg\:border-am-brown-light{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .lg\:border-am-brown-dark{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .lg\:border-am-brown{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .lg\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .lg\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .lg\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-grays-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-grays:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:hover\:border-am-base-background:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-main-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-main-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-main-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-coral:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-coral-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-coral-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-teal-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-teal-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-new-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-purple-transparent:hover{
    border-color: #757de338;
  }

  :root .lg\:hover\:border-am-purple-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-purple-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-green-brightest:hover{
    border-color: #77DEA280;
  }

  :root .lg\:hover\:border-am-green-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-green-aqua:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-green-brightest-transparent:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-green-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-red-alive:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-red-intense:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-grey-light:hover{
    border-color: #BFC4FF1F;
  }

  :root .lg\:hover\:border-am-grey-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-grey-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-grey-transparent:hover{
    border-color: #BFC4FF4B;
  }

  :root .lg\:hover\:border-am-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-pink-brightest:hover{
    border-color: #d977dd3b;
  }

  :root .lg\:hover\:border-am-pink-rose:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-orange-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cyan-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cyan-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cyan-blue:hover{
    border-color: #0061FD60;
  }

  :root .lg\:hover\:border-am-cyan-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-blue:hover{
    border-color: #0061FD60;
  }

  :root .lg\:hover\:border-am-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-yellow-resalt:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cream-entry:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cream-entry_light:hover{
    border-color: #81E6AB33;
  }

  :root .lg\:hover\:border-am-cream-entry_text:hover{
    border-color: #81E6ABB3;
  }

  :root .lg\:hover\:border-am-cream-lunchgo:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cream-lunchgo_light:hover{
    border-color: #EEBA7233;
  }

  :root .lg\:hover\:border-am-cream-lunchgo_text:hover{
    border-color: #EEBA72B3;
  }

  :root .lg\:hover\:border-am-cream-lunchback:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cream-lunchback_light:hover{
    border-color: #EE8F7233;
  }

  :root .lg\:hover\:border-am-cream-lunchback_text:hover{
    border-color: #EE8F72B3;
  }

  :root .lg\:hover\:border-am-cream-exit:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cream-exit_light:hover{
    border-color: #81E6E233;
  }

  :root .lg\:hover\:border-am-cream-exit_text:hover{
    border-color: #81E6E2B3;
  }

  :root .lg\:hover\:border-am-cream-yesterday:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-cream-yesterday_light:hover{
    border-color: #DE777733;
  }

  :root .lg\:hover\:border-am-cream-yesterday_text:hover{
    border-color: #DE7777B3;
  }

  :root .lg\:hover\:border-am-brown-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-brown-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .lg\:hover\:border-am-brown:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .lg\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .lg\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .lg\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-grays-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-grays:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:border-am-base-background:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-main-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-main-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-main-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-coral:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-coral-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-coral-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-teal-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-teal-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-new-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-purple-transparent:focus{
    border-color: #757de338;
  }

  :root .lg\:focus\:border-am-purple-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-purple-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-green-brightest:focus{
    border-color: #77DEA280;
  }

  :root .lg\:focus\:border-am-green-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-green-aqua:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-green-brightest-transparent:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-green-hover:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-red-alive:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-red-intense:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-grey-light:focus{
    border-color: #BFC4FF1F;
  }

  :root .lg\:focus\:border-am-grey-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-grey-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-grey-transparent:focus{
    border-color: #BFC4FF4B;
  }

  :root .lg\:focus\:border-am-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-pink-brightest:focus{
    border-color: #d977dd3b;
  }

  :root .lg\:focus\:border-am-pink-rose:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-orange-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cyan-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cyan-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cyan-blue:focus{
    border-color: #0061FD60;
  }

  :root .lg\:focus\:border-am-cyan-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-blue:focus{
    border-color: #0061FD60;
  }

  :root .lg\:focus\:border-am-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-yellow-resalt:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cream-entry:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cream-entry_light:focus{
    border-color: #81E6AB33;
  }

  :root .lg\:focus\:border-am-cream-entry_text:focus{
    border-color: #81E6ABB3;
  }

  :root .lg\:focus\:border-am-cream-lunchgo:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cream-lunchgo_light:focus{
    border-color: #EEBA7233;
  }

  :root .lg\:focus\:border-am-cream-lunchgo_text:focus{
    border-color: #EEBA72B3;
  }

  :root .lg\:focus\:border-am-cream-lunchback:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cream-lunchback_light:focus{
    border-color: #EE8F7233;
  }

  :root .lg\:focus\:border-am-cream-lunchback_text:focus{
    border-color: #EE8F72B3;
  }

  :root .lg\:focus\:border-am-cream-exit:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cream-exit_light:focus{
    border-color: #81E6E233;
  }

  :root .lg\:focus\:border-am-cream-exit_text:focus{
    border-color: #81E6E2B3;
  }

  :root .lg\:focus\:border-am-cream-yesterday:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-cream-yesterday_light:focus{
    border-color: #DE777733;
  }

  :root .lg\:focus\:border-am-cream-yesterday_text:focus{
    border-color: #DE7777B3;
  }

  :root .lg\:focus\:border-am-brown-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-brown-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .lg\:focus\:border-am-brown:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  :root .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  :root .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  :root .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .lg\:bg-base{
    background-color: var(--background-base);
  }

  :root .lg\:bg-card{
    background-color: var(--background-card);
  }

  :root .lg\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .lg\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .lg\:bg-current{
    background-color: currentColor;
  }

  :root .lg\:bg-transparent{
    background-color: transparent;
  }

  :root .lg\:bg-black{
    background-color: var(--text-color);
  }

  :root .lg\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .lg\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-grays-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .lg\:bg-grays{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .lg\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .lg\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .lg\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .lg\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .lg\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .lg\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .lg\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .lg\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .lg\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .lg\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .lg\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .lg\:bg-am-base-background{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-main-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-main-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-green{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-coral{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-coral-light{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-coral-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-teal-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-teal-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-new-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-purple-transparent{
    background-color: #757de338;
  }

  :root .lg\:bg-am-purple-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-purple-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-green-brightest{
    background-color: #77DEA280;
  }

  :root .lg\:bg-am-green-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-green-aqua{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-green-brightest-transparent{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-green-hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-green{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-red-alive{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-red-intense{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-grey-light{
    background-color: #BFC4FF1F;
  }

  :root .lg\:bg-am-grey-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-grey-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-grey-transparent{
    background-color: #BFC4FF4B;
  }

  :root .lg\:bg-am-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-pink-brightest{
    background-color: #d977dd3b;
  }

  :root .lg\:bg-am-pink-rose{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-orange-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cyan-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cyan-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cyan-blue{
    background-color: #0061FD60;
  }

  :root .lg\:bg-am-cyan-green{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-blue{
    background-color: #0061FD60;
  }

  :root .lg\:bg-am-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-yellow-resalt{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cream-entry{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cream-entry_light{
    background-color: #81E6AB33;
  }

  :root .lg\:bg-am-cream-entry_text{
    background-color: #81E6ABB3;
  }

  :root .lg\:bg-am-cream-lunchgo{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cream-lunchgo_light{
    background-color: #EEBA7233;
  }

  :root .lg\:bg-am-cream-lunchgo_text{
    background-color: #EEBA72B3;
  }

  :root .lg\:bg-am-cream-lunchback{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cream-lunchback_light{
    background-color: #EE8F7233;
  }

  :root .lg\:bg-am-cream-lunchback_text{
    background-color: #EE8F72B3;
  }

  :root .lg\:bg-am-cream-exit{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cream-exit_light{
    background-color: #81E6E233;
  }

  :root .lg\:bg-am-cream-exit_text{
    background-color: #81E6E2B3;
  }

  :root .lg\:bg-am-cream-yesterday{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-cream-yesterday_light{
    background-color: #DE777733;
  }

  :root .lg\:bg-am-cream-yesterday_text{
    background-color: #DE7777B3;
  }

  :root .lg\:bg-am-brown-light{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-brown-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .lg\:bg-am-brown{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .lg\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .lg\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .lg\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .lg\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .lg\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .lg\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-grays-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-grays:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .lg\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .lg\:hover\:bg-am-base-background:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-main-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-main-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-main-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-coral:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-coral-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-coral-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-teal-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-teal-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-new-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-purple-transparent:hover{
    background-color: #757de338;
  }

  :root .lg\:hover\:bg-am-purple-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-purple-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-green-brightest:hover{
    background-color: #77DEA280;
  }

  :root .lg\:hover\:bg-am-green-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-green-aqua:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-green-brightest-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-green-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-red-alive:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-red-intense:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-grey-light:hover{
    background-color: #BFC4FF1F;
  }

  :root .lg\:hover\:bg-am-grey-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-grey-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-grey-transparent:hover{
    background-color: #BFC4FF4B;
  }

  :root .lg\:hover\:bg-am-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-pink-brightest:hover{
    background-color: #d977dd3b;
  }

  :root .lg\:hover\:bg-am-pink-rose:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-orange-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cyan-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cyan-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cyan-blue:hover{
    background-color: #0061FD60;
  }

  :root .lg\:hover\:bg-am-cyan-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-blue:hover{
    background-color: #0061FD60;
  }

  :root .lg\:hover\:bg-am-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-yellow-resalt:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cream-entry:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cream-entry_light:hover{
    background-color: #81E6AB33;
  }

  :root .lg\:hover\:bg-am-cream-entry_text:hover{
    background-color: #81E6ABB3;
  }

  :root .lg\:hover\:bg-am-cream-lunchgo:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cream-lunchgo_light:hover{
    background-color: #EEBA7233;
  }

  :root .lg\:hover\:bg-am-cream-lunchgo_text:hover{
    background-color: #EEBA72B3;
  }

  :root .lg\:hover\:bg-am-cream-lunchback:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cream-lunchback_light:hover{
    background-color: #EE8F7233;
  }

  :root .lg\:hover\:bg-am-cream-lunchback_text:hover{
    background-color: #EE8F72B3;
  }

  :root .lg\:hover\:bg-am-cream-exit:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cream-exit_light:hover{
    background-color: #81E6E233;
  }

  :root .lg\:hover\:bg-am-cream-exit_text:hover{
    background-color: #81E6E2B3;
  }

  :root .lg\:hover\:bg-am-cream-yesterday:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-cream-yesterday_light:hover{
    background-color: #DE777733;
  }

  :root .lg\:hover\:bg-am-cream-yesterday_text:hover{
    background-color: #DE7777B3;
  }

  :root .lg\:hover\:bg-am-brown-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-brown-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .lg\:hover\:bg-am-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .lg\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .lg\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .lg\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .lg\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .lg\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .lg\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-grays-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-grays:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:bg-am-base-background:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-main-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-main-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-main-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-coral:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-coral-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-coral-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-teal-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-teal-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-new-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-purple-transparent:focus{
    background-color: #757de338;
  }

  :root .lg\:focus\:bg-am-purple-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-purple-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-green-brightest:focus{
    background-color: #77DEA280;
  }

  :root .lg\:focus\:bg-am-green-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-green-aqua:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-green-brightest-transparent:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-green-hover:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-red-alive:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-red-intense:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-grey-light:focus{
    background-color: #BFC4FF1F;
  }

  :root .lg\:focus\:bg-am-grey-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-grey-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-grey-transparent:focus{
    background-color: #BFC4FF4B;
  }

  :root .lg\:focus\:bg-am-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-pink-brightest:focus{
    background-color: #d977dd3b;
  }

  :root .lg\:focus\:bg-am-pink-rose:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-orange-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cyan-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cyan-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cyan-blue:focus{
    background-color: #0061FD60;
  }

  :root .lg\:focus\:bg-am-cyan-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-blue:focus{
    background-color: #0061FD60;
  }

  :root .lg\:focus\:bg-am-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-yellow-resalt:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cream-entry:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cream-entry_light:focus{
    background-color: #81E6AB33;
  }

  :root .lg\:focus\:bg-am-cream-entry_text:focus{
    background-color: #81E6ABB3;
  }

  :root .lg\:focus\:bg-am-cream-lunchgo:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cream-lunchgo_light:focus{
    background-color: #EEBA7233;
  }

  :root .lg\:focus\:bg-am-cream-lunchgo_text:focus{
    background-color: #EEBA72B3;
  }

  :root .lg\:focus\:bg-am-cream-lunchback:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cream-lunchback_light:focus{
    background-color: #EE8F7233;
  }

  :root .lg\:focus\:bg-am-cream-lunchback_text:focus{
    background-color: #EE8F72B3;
  }

  :root .lg\:focus\:bg-am-cream-exit:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cream-exit_light:focus{
    background-color: #81E6E233;
  }

  :root .lg\:focus\:bg-am-cream-exit_text:focus{
    background-color: #81E6E2B3;
  }

  :root .lg\:focus\:bg-am-cream-yesterday:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-cream-yesterday_light:focus{
    background-color: #DE777733;
  }

  :root .lg\:focus\:bg-am-cream-yesterday_text:focus{
    background-color: #DE7777B3;
  }

  :root .lg\:focus\:bg-am-brown-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-brown-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .lg\:focus\:bg-am-brown:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-base:disabled{
    background-color: var(--background-base);
  }

  :root .lg\:disabled\:bg-card:disabled{
    background-color: var(--background-card);
  }

  :root .lg\:disabled\:bg-app-bar:disabled{
    background-color: var(--background-app-bar);
  }

  :root .lg\:disabled\:bg-hover:disabled{
    background-color: var(--background-hover);
  }

  :root .lg\:disabled\:bg-current:disabled{
    background-color: currentColor;
  }

  :root .lg\:disabled\:bg-transparent:disabled{
    background-color: transparent;
  }

  :root .lg\:disabled\:bg-black:disabled{
    background-color: var(--text-color);
  }

  :root .lg\:disabled\:bg-white:disabled{
    background-color: var(--text-color-light);
  }

  :root .lg\:disabled\:bg-contrast-black:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-contrast-white:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-grays-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-grays:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-gray-light:disabled{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:disabled\:bg-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-red-light:disabled{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:disabled\:bg-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-orange-light:disabled{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:disabled\:bg-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-deep-orange-light:disabled{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:disabled\:bg-deep-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-amber-light:disabled{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:disabled\:bg-amber:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-green-light:disabled{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:disabled\:bg-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-teal-light:disabled{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:disabled\:bg-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-cyan-light:disabled{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:disabled\:bg-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-purple-light:disabled{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:disabled\:bg-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-deep-purple-light:disabled{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:disabled\:bg-deep-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-pink-light:disabled{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:disabled\:bg-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-primary-light:disabled{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:disabled\:bg-primary:disabled{
    background-color: rgb(var(--color-primary));
  }

  :root .lg\:disabled\:bg-accent-light:disabled{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:disabled\:bg-accent:disabled{
    background-color: rgb(var(--color-accent));
  }

  :root .lg\:disabled\:bg-warn-light:disabled{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:disabled\:bg-warn:disabled{
    background-color: rgb(var(--color-warn));
  }

  :root .lg\:disabled\:bg-am-base-background:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-main-blue:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-main-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-main-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-gray-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-gray-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-coral:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-coral-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-coral-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-teal-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-teal-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-new-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-purple-transparent:disabled{
    background-color: #757de338;
  }

  :root .lg\:disabled\:bg-am-purple-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-purple-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-green-brightest:disabled{
    background-color: #77DEA280;
  }

  :root .lg\:disabled\:bg-am-green-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-green-aqua:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-green-brightest-transparent:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-green-hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-red-alive:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-red-intense:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-grey-light:disabled{
    background-color: #BFC4FF1F;
  }

  :root .lg\:disabled\:bg-am-grey-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-grey-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-grey-transparent:disabled{
    background-color: #BFC4FF4B;
  }

  :root .lg\:disabled\:bg-am-grey:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-pink-brightest:disabled{
    background-color: #d977dd3b;
  }

  :root .lg\:disabled\:bg-am-pink-rose:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-orange-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cyan-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cyan-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cyan-blue:disabled{
    background-color: #0061FD60;
  }

  :root .lg\:disabled\:bg-am-cyan-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-blue:disabled{
    background-color: #0061FD60;
  }

  :root .lg\:disabled\:bg-am-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-yellow-resalt:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cream-entry:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cream-entry_light:disabled{
    background-color: #81E6AB33;
  }

  :root .lg\:disabled\:bg-am-cream-entry_text:disabled{
    background-color: #81E6ABB3;
  }

  :root .lg\:disabled\:bg-am-cream-lunchgo:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cream-lunchgo_light:disabled{
    background-color: #EEBA7233;
  }

  :root .lg\:disabled\:bg-am-cream-lunchgo_text:disabled{
    background-color: #EEBA72B3;
  }

  :root .lg\:disabled\:bg-am-cream-lunchback:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cream-lunchback_light:disabled{
    background-color: #EE8F7233;
  }

  :root .lg\:disabled\:bg-am-cream-lunchback_text:disabled{
    background-color: #EE8F72B3;
  }

  :root .lg\:disabled\:bg-am-cream-exit:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cream-exit_light:disabled{
    background-color: #81E6E233;
  }

  :root .lg\:disabled\:bg-am-cream-exit_text:disabled{
    background-color: #81E6E2B3;
  }

  :root .lg\:disabled\:bg-am-cream-yesterday:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-cream-yesterday_light:disabled{
    background-color: #DE777733;
  }

  :root .lg\:disabled\:bg-am-cream-yesterday_text:disabled{
    background-color: #DE7777B3;
  }

  :root .lg\:disabled\:bg-am-brown-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-brown-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .lg\:disabled\:bg-am-brown:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  :root .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  :root .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  :root .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .lg\:bg-none{
    background-image: none;
  }

  :root .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-grays-light{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .lg\:from-grays{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .lg\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:from-am-base-background{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .lg\:from-am-main-blue{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:from-am-main-blue-light{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .lg\:from-am-main-blue-dark{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .lg\:from-am-gray{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .lg\:from-am-gray-light{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .lg\:from-am-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:from-am-new-green{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:from-am-new-green-light{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .lg\:from-am-new-green-dark{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .lg\:from-am-new-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:from-am-new-orange-light{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .lg\:from-am-new-orange-dark{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .lg\:from-am-coral{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:from-am-coral-light{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .lg\:from-am-coral-dark{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .lg\:from-am-teal{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:from-am-teal-light{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .lg\:from-am-teal-dark{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .lg\:from-am-new-red{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:from-am-new-red-light{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .lg\:from-am-new-red-dark{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .lg\:from-am-new-yellow{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:from-am-new-yellow-light{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .lg\:from-am-new-yellow-dark{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .lg\:from-am-new-pink{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:from-am-new-pink-light{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .lg\:from-am-new-pink-dark{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .lg\:from-am-new-purple{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .lg\:from-am-new-purple-light{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .lg\:from-am-new-purple-dark{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .lg\:from-am-purple-transparent{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .lg\:from-am-purple-relight{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .lg\:from-am-purple-light{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .lg\:from-am-purple-medium{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .lg\:from-am-purple-dark{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .lg\:from-am-purple{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:from-am-green-light{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:from-am-green-brightest{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:from-am-green-cyan{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .lg\:from-am-green-dark{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .lg\:from-am-green-aqua{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .lg\:from-am-green-brightest-transparent{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .lg\:from-am-green-hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .lg\:from-am-green{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .lg\:from-am-red-alive{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .lg\:from-am-red-light{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .lg\:from-am-red-dark{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .lg\:from-am-red-intense{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .lg\:from-am-red{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:from-am-grey-light{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:from-am-grey-dark{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .lg\:from-am-grey-medium{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .lg\:from-am-grey-transparent{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:from-am-grey{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:from-am-pink-light{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .lg\:from-am-pink-dark{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .lg\:from-am-pink-brightest{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:from-am-pink-rose{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .lg\:from-am-pink{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:from-am-orange-light{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .lg\:from-am-orange-relight{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .lg\:from-am-orange-dark{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .lg\:from-am-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:from-am-cyan-light{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .lg\:from-am-cyan-dark{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .lg\:from-am-cyan-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:from-am-cyan-green{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .lg\:from-am-cyan{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .lg\:from-am-blue-light{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .lg\:from-am-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:from-am-blue-dark{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .lg\:from-am-yellow-resalt{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:from-am-yellow-light{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .lg\:from-am-yellow-dark{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .lg\:from-am-yellow{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .lg\:from-am-cream-entry{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:from-am-cream-entry_light{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:from-am-cream-entry_text{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:from-am-cream-lunchgo{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:from-am-cream-lunchgo_light{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:from-am-cream-lunchgo_text{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:from-am-cream-lunchback{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:from-am-cream-lunchback_light{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:from-am-cream-lunchback_text{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:from-am-cream-exit{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:from-am-cream-exit_light{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:from-am-cream-exit_text{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:from-am-cream-yesterday{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:from-am-cream-yesterday_light{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:from-am-cream-yesterday_text{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:from-am-brown-light{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .lg\:from-am-brown-dark{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .lg\:from-am-brown{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-grays-light:hover{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .lg\:hover\:from-grays:hover{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .lg\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:from-am-base-background:hover{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .lg\:hover\:from-am-main-blue:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:hover\:from-am-main-blue-light:hover{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .lg\:hover\:from-am-main-blue-dark:hover{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .lg\:hover\:from-am-gray:hover{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .lg\:hover\:from-am-gray-light:hover{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .lg\:hover\:from-am-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:hover\:from-am-new-green:hover{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:hover\:from-am-new-green-light:hover{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .lg\:hover\:from-am-new-green-dark:hover{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .lg\:hover\:from-am-new-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:hover\:from-am-new-orange-light:hover{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .lg\:hover\:from-am-new-orange-dark:hover{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .lg\:hover\:from-am-coral:hover{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:from-am-coral-light:hover{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .lg\:hover\:from-am-coral-dark:hover{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .lg\:hover\:from-am-teal:hover{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:from-am-teal-light:hover{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .lg\:hover\:from-am-teal-dark:hover{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .lg\:hover\:from-am-new-red:hover{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:from-am-new-red-light:hover{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .lg\:hover\:from-am-new-red-dark:hover{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .lg\:hover\:from-am-new-yellow:hover{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:hover\:from-am-new-yellow-light:hover{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .lg\:hover\:from-am-new-yellow-dark:hover{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .lg\:hover\:from-am-new-pink:hover{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:hover\:from-am-new-pink-light:hover{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .lg\:hover\:from-am-new-pink-dark:hover{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .lg\:hover\:from-am-new-purple:hover{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .lg\:hover\:from-am-new-purple-light:hover{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .lg\:hover\:from-am-new-purple-dark:hover{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .lg\:hover\:from-am-purple-transparent:hover{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .lg\:hover\:from-am-purple-relight:hover{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .lg\:hover\:from-am-purple-light:hover{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .lg\:hover\:from-am-purple-medium:hover{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .lg\:hover\:from-am-purple-dark:hover{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .lg\:hover\:from-am-purple:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:hover\:from-am-green-light:hover{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:hover\:from-am-green-brightest:hover{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:hover\:from-am-green-cyan:hover{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .lg\:hover\:from-am-green-dark:hover{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .lg\:hover\:from-am-green-aqua:hover{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .lg\:hover\:from-am-green-brightest-transparent:hover{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .lg\:hover\:from-am-green-hover:hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .lg\:hover\:from-am-green:hover{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .lg\:hover\:from-am-red-alive:hover{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .lg\:hover\:from-am-red-light:hover{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .lg\:hover\:from-am-red-dark:hover{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .lg\:hover\:from-am-red-intense:hover{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .lg\:hover\:from-am-red:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:from-am-grey-light:hover{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:hover\:from-am-grey-dark:hover{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .lg\:hover\:from-am-grey-medium:hover{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .lg\:hover\:from-am-grey-transparent:hover{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:hover\:from-am-grey:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:hover\:from-am-pink-light:hover{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .lg\:hover\:from-am-pink-dark:hover{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .lg\:hover\:from-am-pink-brightest:hover{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:hover\:from-am-pink-rose:hover{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .lg\:hover\:from-am-pink:hover{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:hover\:from-am-orange-light:hover{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .lg\:hover\:from-am-orange-relight:hover{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .lg\:hover\:from-am-orange-dark:hover{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .lg\:hover\:from-am-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:hover\:from-am-cyan-light:hover{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .lg\:hover\:from-am-cyan-dark:hover{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .lg\:hover\:from-am-cyan-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:hover\:from-am-cyan-green:hover{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .lg\:hover\:from-am-cyan:hover{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .lg\:hover\:from-am-blue-light:hover{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .lg\:hover\:from-am-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:hover\:from-am-blue-dark:hover{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .lg\:hover\:from-am-yellow-resalt:hover{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:hover\:from-am-yellow-light:hover{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .lg\:hover\:from-am-yellow-dark:hover{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .lg\:hover\:from-am-yellow:hover{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .lg\:hover\:from-am-cream-entry:hover{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:hover\:from-am-cream-entry_light:hover{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:hover\:from-am-cream-entry_text:hover{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:hover\:from-am-cream-lunchgo:hover{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:hover\:from-am-cream-lunchgo_light:hover{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:hover\:from-am-cream-lunchgo_text:hover{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:hover\:from-am-cream-lunchback:hover{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:from-am-cream-lunchback_light:hover{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:from-am-cream-lunchback_text:hover{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:from-am-cream-exit:hover{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:from-am-cream-exit_light:hover{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:from-am-cream-exit_text:hover{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:from-am-cream-yesterday:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:from-am-cream-yesterday_light:hover{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:from-am-cream-yesterday_text:hover{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:from-am-brown-light:hover{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .lg\:hover\:from-am-brown-dark:hover{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .lg\:hover\:from-am-brown:hover{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-grays-light:focus{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .lg\:focus\:from-grays:focus{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .lg\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:from-am-base-background:focus{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .lg\:focus\:from-am-main-blue:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:focus\:from-am-main-blue-light:focus{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .lg\:focus\:from-am-main-blue-dark:focus{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .lg\:focus\:from-am-gray:focus{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .lg\:focus\:from-am-gray-light:focus{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .lg\:focus\:from-am-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:focus\:from-am-new-green:focus{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:focus\:from-am-new-green-light:focus{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .lg\:focus\:from-am-new-green-dark:focus{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .lg\:focus\:from-am-new-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:focus\:from-am-new-orange-light:focus{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .lg\:focus\:from-am-new-orange-dark:focus{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .lg\:focus\:from-am-coral:focus{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:from-am-coral-light:focus{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .lg\:focus\:from-am-coral-dark:focus{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .lg\:focus\:from-am-teal:focus{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:from-am-teal-light:focus{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .lg\:focus\:from-am-teal-dark:focus{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .lg\:focus\:from-am-new-red:focus{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:from-am-new-red-light:focus{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .lg\:focus\:from-am-new-red-dark:focus{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .lg\:focus\:from-am-new-yellow:focus{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:focus\:from-am-new-yellow-light:focus{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .lg\:focus\:from-am-new-yellow-dark:focus{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .lg\:focus\:from-am-new-pink:focus{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:focus\:from-am-new-pink-light:focus{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .lg\:focus\:from-am-new-pink-dark:focus{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .lg\:focus\:from-am-new-purple:focus{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .lg\:focus\:from-am-new-purple-light:focus{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .lg\:focus\:from-am-new-purple-dark:focus{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .lg\:focus\:from-am-purple-transparent:focus{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .lg\:focus\:from-am-purple-relight:focus{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .lg\:focus\:from-am-purple-light:focus{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .lg\:focus\:from-am-purple-medium:focus{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .lg\:focus\:from-am-purple-dark:focus{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .lg\:focus\:from-am-purple:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:focus\:from-am-green-light:focus{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:focus\:from-am-green-brightest:focus{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:focus\:from-am-green-cyan:focus{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .lg\:focus\:from-am-green-dark:focus{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .lg\:focus\:from-am-green-aqua:focus{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .lg\:focus\:from-am-green-brightest-transparent:focus{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .lg\:focus\:from-am-green-hover:focus{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .lg\:focus\:from-am-green:focus{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .lg\:focus\:from-am-red-alive:focus{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .lg\:focus\:from-am-red-light:focus{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .lg\:focus\:from-am-red-dark:focus{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .lg\:focus\:from-am-red-intense:focus{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .lg\:focus\:from-am-red:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:from-am-grey-light:focus{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:focus\:from-am-grey-dark:focus{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .lg\:focus\:from-am-grey-medium:focus{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .lg\:focus\:from-am-grey-transparent:focus{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:focus\:from-am-grey:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:focus\:from-am-pink-light:focus{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .lg\:focus\:from-am-pink-dark:focus{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .lg\:focus\:from-am-pink-brightest:focus{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:focus\:from-am-pink-rose:focus{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .lg\:focus\:from-am-pink:focus{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:focus\:from-am-orange-light:focus{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .lg\:focus\:from-am-orange-relight:focus{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .lg\:focus\:from-am-orange-dark:focus{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .lg\:focus\:from-am-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:focus\:from-am-cyan-light:focus{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .lg\:focus\:from-am-cyan-dark:focus{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .lg\:focus\:from-am-cyan-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:focus\:from-am-cyan-green:focus{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .lg\:focus\:from-am-cyan:focus{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .lg\:focus\:from-am-blue-light:focus{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .lg\:focus\:from-am-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:focus\:from-am-blue-dark:focus{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .lg\:focus\:from-am-yellow-resalt:focus{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:focus\:from-am-yellow-light:focus{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .lg\:focus\:from-am-yellow-dark:focus{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .lg\:focus\:from-am-yellow:focus{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .lg\:focus\:from-am-cream-entry:focus{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:focus\:from-am-cream-entry_light:focus{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:focus\:from-am-cream-entry_text:focus{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:focus\:from-am-cream-lunchgo:focus{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:focus\:from-am-cream-lunchgo_light:focus{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:focus\:from-am-cream-lunchgo_text:focus{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:focus\:from-am-cream-lunchback:focus{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:from-am-cream-lunchback_light:focus{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:from-am-cream-lunchback_text:focus{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:from-am-cream-exit:focus{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:from-am-cream-exit_light:focus{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:from-am-cream-exit_text:focus{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:from-am-cream-yesterday:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:from-am-cream-yesterday_light:focus{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:from-am-cream-yesterday_text:focus{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:from-am-brown-light:focus{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .lg\:focus\:from-am-brown-dark:focus{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .lg\:focus\:from-am-brown:focus{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-grays-light{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .lg\:via-grays{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .lg\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:via-am-base-background{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .lg\:via-am-main-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:via-am-main-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .lg\:via-am-main-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .lg\:via-am-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .lg\:via-am-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .lg\:via-am-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:via-am-new-green{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:via-am-new-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .lg\:via-am-new-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .lg\:via-am-new-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:via-am-new-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .lg\:via-am-new-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .lg\:via-am-coral{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:via-am-coral-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .lg\:via-am-coral-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .lg\:via-am-teal{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:via-am-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .lg\:via-am-teal-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .lg\:via-am-new-red{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:via-am-new-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .lg\:via-am-new-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .lg\:via-am-new-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:via-am-new-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .lg\:via-am-new-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .lg\:via-am-new-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:via-am-new-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .lg\:via-am-new-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .lg\:via-am-new-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .lg\:via-am-new-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .lg\:via-am-new-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .lg\:via-am-purple-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .lg\:via-am-purple-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .lg\:via-am-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .lg\:via-am-purple-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .lg\:via-am-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .lg\:via-am-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:via-am-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:via-am-green-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:via-am-green-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .lg\:via-am-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .lg\:via-am-green-aqua{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .lg\:via-am-green-brightest-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .lg\:via-am-green-hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .lg\:via-am-green{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .lg\:via-am-red-alive{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .lg\:via-am-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .lg\:via-am-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .lg\:via-am-red-intense{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .lg\:via-am-red{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:via-am-grey-light{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:via-am-grey-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .lg\:via-am-grey-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .lg\:via-am-grey-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:via-am-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:via-am-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .lg\:via-am-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .lg\:via-am-pink-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:via-am-pink-rose{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .lg\:via-am-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:via-am-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .lg\:via-am-orange-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .lg\:via-am-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .lg\:via-am-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:via-am-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .lg\:via-am-cyan-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .lg\:via-am-cyan-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:via-am-cyan-green{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .lg\:via-am-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .lg\:via-am-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .lg\:via-am-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:via-am-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .lg\:via-am-yellow-resalt{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:via-am-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .lg\:via-am-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .lg\:via-am-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .lg\:via-am-cream-entry{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:via-am-cream-entry_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:via-am-cream-entry_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:via-am-cream-lunchgo{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:via-am-cream-lunchgo_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:via-am-cream-lunchgo_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:via-am-cream-lunchback{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:via-am-cream-lunchback_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:via-am-cream-lunchback_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:via-am-cream-exit{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:via-am-cream-exit_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:via-am-cream-exit_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:via-am-cream-yesterday{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:via-am-cream-yesterday_light{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:via-am-cream-yesterday_text{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:via-am-brown-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .lg\:via-am-brown-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .lg\:via-am-brown{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-grays-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .lg\:hover\:via-grays:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .lg\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:hover\:via-am-base-background:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .lg\:hover\:via-am-main-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:hover\:via-am-main-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .lg\:hover\:via-am-main-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .lg\:hover\:via-am-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .lg\:hover\:via-am-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .lg\:hover\:via-am-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:hover\:via-am-new-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:hover\:via-am-new-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .lg\:hover\:via-am-new-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .lg\:hover\:via-am-new-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:hover\:via-am-new-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .lg\:hover\:via-am-new-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .lg\:hover\:via-am-coral:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:via-am-coral-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .lg\:hover\:via-am-coral-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .lg\:hover\:via-am-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:via-am-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .lg\:hover\:via-am-teal-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .lg\:hover\:via-am-new-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:via-am-new-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .lg\:hover\:via-am-new-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .lg\:hover\:via-am-new-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:hover\:via-am-new-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .lg\:hover\:via-am-new-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .lg\:hover\:via-am-new-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:hover\:via-am-new-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .lg\:hover\:via-am-new-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .lg\:hover\:via-am-new-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .lg\:hover\:via-am-new-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .lg\:hover\:via-am-new-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .lg\:hover\:via-am-purple-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .lg\:hover\:via-am-purple-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .lg\:hover\:via-am-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .lg\:hover\:via-am-purple-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .lg\:hover\:via-am-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .lg\:hover\:via-am-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:hover\:via-am-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:hover\:via-am-green-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:hover\:via-am-green-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .lg\:hover\:via-am-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .lg\:hover\:via-am-green-aqua:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .lg\:hover\:via-am-green-brightest-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .lg\:hover\:via-am-green-hover:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .lg\:hover\:via-am-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .lg\:hover\:via-am-red-alive:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .lg\:hover\:via-am-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .lg\:hover\:via-am-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .lg\:hover\:via-am-red-intense:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .lg\:hover\:via-am-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:via-am-grey-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:hover\:via-am-grey-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .lg\:hover\:via-am-grey-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .lg\:hover\:via-am-grey-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:hover\:via-am-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:hover\:via-am-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .lg\:hover\:via-am-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .lg\:hover\:via-am-pink-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:hover\:via-am-pink-rose:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .lg\:hover\:via-am-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:hover\:via-am-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .lg\:hover\:via-am-orange-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .lg\:hover\:via-am-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .lg\:hover\:via-am-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:hover\:via-am-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .lg\:hover\:via-am-cyan-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .lg\:hover\:via-am-cyan-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:hover\:via-am-cyan-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .lg\:hover\:via-am-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .lg\:hover\:via-am-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .lg\:hover\:via-am-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:hover\:via-am-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .lg\:hover\:via-am-yellow-resalt:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:hover\:via-am-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .lg\:hover\:via-am-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .lg\:hover\:via-am-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .lg\:hover\:via-am-cream-entry:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:hover\:via-am-cream-entry_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:hover\:via-am-cream-entry_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:hover\:via-am-cream-lunchgo:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:hover\:via-am-cream-lunchgo_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:hover\:via-am-cream-lunchgo_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:hover\:via-am-cream-lunchback:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:via-am-cream-lunchback_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:via-am-cream-lunchback_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:hover\:via-am-cream-exit:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:via-am-cream-exit_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:via-am-cream-exit_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:hover\:via-am-cream-yesterday:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:via-am-cream-yesterday_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:via-am-cream-yesterday_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:hover\:via-am-brown-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .lg\:hover\:via-am-brown-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .lg\:hover\:via-am-brown:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .lg\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-grays-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .lg\:focus\:via-grays:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .lg\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .lg\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .lg\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .lg\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .lg\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .lg\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .lg\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .lg\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .lg\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .lg\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .lg\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .lg\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .lg\:focus\:via-am-base-background:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .lg\:focus\:via-am-main-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:focus\:via-am-main-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .lg\:focus\:via-am-main-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .lg\:focus\:via-am-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .lg\:focus\:via-am-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .lg\:focus\:via-am-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:focus\:via-am-new-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:focus\:via-am-new-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .lg\:focus\:via-am-new-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .lg\:focus\:via-am-new-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:focus\:via-am-new-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .lg\:focus\:via-am-new-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .lg\:focus\:via-am-coral:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:via-am-coral-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .lg\:focus\:via-am-coral-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .lg\:focus\:via-am-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:via-am-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .lg\:focus\:via-am-teal-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .lg\:focus\:via-am-new-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:via-am-new-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .lg\:focus\:via-am-new-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .lg\:focus\:via-am-new-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:focus\:via-am-new-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .lg\:focus\:via-am-new-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .lg\:focus\:via-am-new-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:focus\:via-am-new-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .lg\:focus\:via-am-new-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .lg\:focus\:via-am-new-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .lg\:focus\:via-am-new-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .lg\:focus\:via-am-new-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .lg\:focus\:via-am-purple-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .lg\:focus\:via-am-purple-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .lg\:focus\:via-am-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .lg\:focus\:via-am-purple-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .lg\:focus\:via-am-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .lg\:focus\:via-am-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .lg\:focus\:via-am-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:focus\:via-am-green-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .lg\:focus\:via-am-green-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .lg\:focus\:via-am-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .lg\:focus\:via-am-green-aqua:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .lg\:focus\:via-am-green-brightest-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .lg\:focus\:via-am-green-hover:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .lg\:focus\:via-am-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .lg\:focus\:via-am-red-alive:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .lg\:focus\:via-am-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .lg\:focus\:via-am-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .lg\:focus\:via-am-red-intense:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .lg\:focus\:via-am-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:via-am-grey-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:focus\:via-am-grey-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .lg\:focus\:via-am-grey-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .lg\:focus\:via-am-grey-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .lg\:focus\:via-am-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .lg\:focus\:via-am-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .lg\:focus\:via-am-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .lg\:focus\:via-am-pink-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:focus\:via-am-pink-rose:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .lg\:focus\:via-am-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .lg\:focus\:via-am-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .lg\:focus\:via-am-orange-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .lg\:focus\:via-am-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .lg\:focus\:via-am-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .lg\:focus\:via-am-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .lg\:focus\:via-am-cyan-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .lg\:focus\:via-am-cyan-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:focus\:via-am-cyan-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .lg\:focus\:via-am-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .lg\:focus\:via-am-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .lg\:focus\:via-am-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .lg\:focus\:via-am-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .lg\:focus\:via-am-yellow-resalt:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .lg\:focus\:via-am-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .lg\:focus\:via-am-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .lg\:focus\:via-am-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .lg\:focus\:via-am-cream-entry:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:focus\:via-am-cream-entry_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:focus\:via-am-cream-entry_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .lg\:focus\:via-am-cream-lunchgo:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:focus\:via-am-cream-lunchgo_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:focus\:via-am-cream-lunchgo_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .lg\:focus\:via-am-cream-lunchback:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:via-am-cream-lunchback_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:via-am-cream-lunchback_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .lg\:focus\:via-am-cream-exit:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:via-am-cream-exit_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:via-am-cream-exit_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .lg\:focus\:via-am-cream-yesterday:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:via-am-cream-yesterday_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:via-am-cream-yesterday_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .lg\:focus\:via-am-brown-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .lg\:focus\:via-am-brown-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .lg\:focus\:via-am-brown:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .lg\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .lg\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .lg\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .lg\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .lg\:to-grays-light{
    --tw-gradient-to: #D6D6D6;
  }

  :root .lg\:to-grays{
    --tw-gradient-to: #969CA7;
  }

  :root .lg\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .lg\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .lg\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .lg\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .lg\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .lg\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .lg\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .lg\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .lg\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .lg\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .lg\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .lg\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .lg\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .lg\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .lg\:to-am-base-background{
    --tw-gradient-to: #F4F6FF;
  }

  :root .lg\:to-am-main-blue{
    --tw-gradient-to: #7084E3;
  }

  :root .lg\:to-am-main-blue-light{
    --tw-gradient-to: #d0d8ff;
  }

  :root .lg\:to-am-main-blue-dark{
    --tw-gradient-to: #00004d;
  }

  :root .lg\:to-am-gray{
    --tw-gradient-to: #9a9a9a;
  }

  :root .lg\:to-am-gray-light{
    --tw-gradient-to: #bebebe;
  }

  :root .lg\:to-am-gray-dark{
    --tw-gradient-to: #666666;
  }

  :root .lg\:to-am-new-green{
    --tw-gradient-to: #77dea2;
  }

  :root .lg\:to-am-new-green-light{
    --tw-gradient-to: #baeed0;
  }

  :root .lg\:to-am-new-green-dark{
    --tw-gradient-to: #27834d;
  }

  :root .lg\:to-am-new-orange{
    --tw-gradient-to: #f78842;
  }

  :root .lg\:to-am-new-orange-light{
    --tw-gradient-to: #fbc3a0;
  }

  :root .lg\:to-am-new-orange-dark{
    --tw-gradient-to: #af5f2e;
  }

  :root .lg\:to-am-coral{
    --tw-gradient-to: #ee8f72;
  }

  :root .lg\:to-am-coral-light{
    --tw-gradient-to: #f6c7b8;
  }

  :root .lg\:to-am-coral-dark{
    --tw-gradient-to: #be6a50;
  }

  :root .lg\:to-am-teal{
    --tw-gradient-to: #81e6e2;
  }

  :root .lg\:to-am-teal-light{
    --tw-gradient-to: #b3f0ed;
  }

  :root .lg\:to-am-teal-dark{
    --tw-gradient-to: #449D99;
  }

  :root .lg\:to-am-new-red{
    --tw-gradient-to: #de7777;
  }

  :root .lg\:to-am-new-red-light{
    --tw-gradient-to: #f2b0b0;
  }

  :root .lg\:to-am-new-red-dark{
    --tw-gradient-to: #ac3d3d;
  }

  :root .lg\:to-am-new-yellow{
    --tw-gradient-to: #ffce00;
  }

  :root .lg\:to-am-new-yellow-light{
    --tw-gradient-to: #ffeb99;
  }

  :root .lg\:to-am-new-yellow-dark{
    --tw-gradient-to: #a56c00;
  }

  :root .lg\:to-am-new-pink{
    --tw-gradient-to: #d977dd;
  }

  :root .lg\:to-am-new-pink-light{
    --tw-gradient-to: #ecbaee;
  }

  :root .lg\:to-am-new-pink-dark{
    --tw-gradient-to: #97569a;
  }

  :root .lg\:to-am-new-purple{
    --tw-gradient-to: #8f7ee3;
  }

  :root .lg\:to-am-new-purple-light{
    --tw-gradient-to: #baacff;
  }

  :root .lg\:to-am-new-purple-dark{
    --tw-gradient-to: #7164b1;
  }

  :root .lg\:to-am-purple-transparent{
    --tw-gradient-to: #757de338;
  }

  :root .lg\:to-am-purple-relight{
    --tw-gradient-to: #f0f1ff;
  }

  :root .lg\:to-am-purple-light{
    --tw-gradient-to: #dbdcff;
  }

  :root .lg\:to-am-purple-medium{
    --tw-gradient-to: #927DEA;
  }

  :root .lg\:to-am-purple-dark{
    --tw-gradient-to: #465499;
  }

  :root .lg\:to-am-purple{
    --tw-gradient-to: #7084E3;
  }

  :root .lg\:to-am-green-light{
    --tw-gradient-to: #77DEA2;
  }

  :root .lg\:to-am-green-brightest{
    --tw-gradient-to: #77DEA280;
  }

  :root .lg\:to-am-green-cyan{
    --tw-gradient-to: #26b28f;
  }

  :root .lg\:to-am-green-dark{
    --tw-gradient-to: #1f8f4e;
  }

  :root .lg\:to-am-green-aqua{
    --tw-gradient-to: #7DEAB4;
  }

  :root .lg\:to-am-green-brightest-transparent{
    --tw-gradient-to: #e9f8ee;
  }

  :root .lg\:to-am-green-hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .lg\:to-am-green{
    --tw-gradient-to: #54C931;
  }

  :root .lg\:to-am-red-alive{
    --tw-gradient-to: #E56262;
  }

  :root .lg\:to-am-red-light{
    --tw-gradient-to: #ffcece;
  }

  :root .lg\:to-am-red-dark{
    --tw-gradient-to: #d93d3d;
  }

  :root .lg\:to-am-red-intense{
    --tw-gradient-to: #f00846;
  }

  :root .lg\:to-am-red{
    --tw-gradient-to: #DE7777;
  }

  :root .lg\:to-am-grey-light{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .lg\:to-am-grey-dark{
    --tw-gradient-to: #2C303E;
  }

  :root .lg\:to-am-grey-medium{
    --tw-gradient-to: #bbbbbb;
  }

  :root .lg\:to-am-grey-transparent{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .lg\:to-am-grey{
    --tw-gradient-to: #666666;
  }

  :root .lg\:to-am-pink-light{
    --tw-gradient-to: #edcff0;
  }

  :root .lg\:to-am-pink-dark{
    --tw-gradient-to: #a941ae;
  }

  :root .lg\:to-am-pink-brightest{
    --tw-gradient-to: #d977dd3b;
  }

  :root .lg\:to-am-pink-rose{
    --tw-gradient-to: #F8BBD0;
  }

  :root .lg\:to-am-pink{
    --tw-gradient-to: #D977DD;
  }

  :root .lg\:to-am-orange-light{
    --tw-gradient-to: #f89103;
  }

  :root .lg\:to-am-orange-relight{
    --tw-gradient-to: #fff1e8;
  }

  :root .lg\:to-am-orange-dark{
    --tw-gradient-to: #b57c00;
  }

  :root .lg\:to-am-orange{
    --tw-gradient-to: #f78842;
  }

  :root .lg\:to-am-cyan-light{
    --tw-gradient-to: #b3edf4;
  }

  :root .lg\:to-am-cyan-dark{
    --tw-gradient-to: #129aa6;
  }

  :root .lg\:to-am-cyan-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .lg\:to-am-cyan-green{
    --tw-gradient-to: #b9eadf;
  }

  :root .lg\:to-am-cyan{
    --tw-gradient-to: #18D9EA;
  }

  :root .lg\:to-am-blue-light{
    --tw-gradient-to: #92C9F2;
  }

  :root .lg\:to-am-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .lg\:to-am-blue-dark{
    --tw-gradient-to: #5784a5;
  }

  :root .lg\:to-am-yellow-resalt{
    --tw-gradient-to: #FFCE00;
  }

  :root .lg\:to-am-yellow-light{
    --tw-gradient-to: #f8e9ae;
  }

  :root .lg\:to-am-yellow-dark{
    --tw-gradient-to: #c18b11;
  }

  :root .lg\:to-am-yellow{
    --tw-gradient-to: #FAD073;
  }

  :root .lg\:to-am-cream-entry{
    --tw-gradient-to: #81E6AB;
  }

  :root .lg\:to-am-cream-entry_light{
    --tw-gradient-to: #81E6AB33;
  }

  :root .lg\:to-am-cream-entry_text{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .lg\:to-am-cream-lunchgo{
    --tw-gradient-to: #EEBA72;
  }

  :root .lg\:to-am-cream-lunchgo_light{
    --tw-gradient-to: #EEBA7233;
  }

  :root .lg\:to-am-cream-lunchgo_text{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .lg\:to-am-cream-lunchback{
    --tw-gradient-to: #EE8F72;
  }

  :root .lg\:to-am-cream-lunchback_light{
    --tw-gradient-to: #EE8F7233;
  }

  :root .lg\:to-am-cream-lunchback_text{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .lg\:to-am-cream-exit{
    --tw-gradient-to: #81E6E2;
  }

  :root .lg\:to-am-cream-exit_light{
    --tw-gradient-to: #81E6E233;
  }

  :root .lg\:to-am-cream-exit_text{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .lg\:to-am-cream-yesterday{
    --tw-gradient-to: #DE7777;
  }

  :root .lg\:to-am-cream-yesterday_light{
    --tw-gradient-to: #DE777733;
  }

  :root .lg\:to-am-cream-yesterday_text{
    --tw-gradient-to: #DE7777B3;
  }

  :root .lg\:to-am-brown-light{
    --tw-gradient-to: #f1e1d8;
  }

  :root .lg\:to-am-brown-dark{
    --tw-gradient-to: #501D0E;
  }

  :root .lg\:to-am-brown{
    --tw-gradient-to: #A23E00;
  }

  :root .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .lg\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .lg\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .lg\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .lg\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .lg\:hover\:to-grays-light:hover{
    --tw-gradient-to: #D6D6D6;
  }

  :root .lg\:hover\:to-grays:hover{
    --tw-gradient-to: #969CA7;
  }

  :root .lg\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .lg\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .lg\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .lg\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .lg\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .lg\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .lg\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .lg\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .lg\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .lg\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .lg\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .lg\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .lg\:hover\:to-am-base-background:hover{
    --tw-gradient-to: #F4F6FF;
  }

  :root .lg\:hover\:to-am-main-blue:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .lg\:hover\:to-am-main-blue-light:hover{
    --tw-gradient-to: #d0d8ff;
  }

  :root .lg\:hover\:to-am-main-blue-dark:hover{
    --tw-gradient-to: #00004d;
  }

  :root .lg\:hover\:to-am-gray:hover{
    --tw-gradient-to: #9a9a9a;
  }

  :root .lg\:hover\:to-am-gray-light:hover{
    --tw-gradient-to: #bebebe;
  }

  :root .lg\:hover\:to-am-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  :root .lg\:hover\:to-am-new-green:hover{
    --tw-gradient-to: #77dea2;
  }

  :root .lg\:hover\:to-am-new-green-light:hover{
    --tw-gradient-to: #baeed0;
  }

  :root .lg\:hover\:to-am-new-green-dark:hover{
    --tw-gradient-to: #27834d;
  }

  :root .lg\:hover\:to-am-new-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .lg\:hover\:to-am-new-orange-light:hover{
    --tw-gradient-to: #fbc3a0;
  }

  :root .lg\:hover\:to-am-new-orange-dark:hover{
    --tw-gradient-to: #af5f2e;
  }

  :root .lg\:hover\:to-am-coral:hover{
    --tw-gradient-to: #ee8f72;
  }

  :root .lg\:hover\:to-am-coral-light:hover{
    --tw-gradient-to: #f6c7b8;
  }

  :root .lg\:hover\:to-am-coral-dark:hover{
    --tw-gradient-to: #be6a50;
  }

  :root .lg\:hover\:to-am-teal:hover{
    --tw-gradient-to: #81e6e2;
  }

  :root .lg\:hover\:to-am-teal-light:hover{
    --tw-gradient-to: #b3f0ed;
  }

  :root .lg\:hover\:to-am-teal-dark:hover{
    --tw-gradient-to: #449D99;
  }

  :root .lg\:hover\:to-am-new-red:hover{
    --tw-gradient-to: #de7777;
  }

  :root .lg\:hover\:to-am-new-red-light:hover{
    --tw-gradient-to: #f2b0b0;
  }

  :root .lg\:hover\:to-am-new-red-dark:hover{
    --tw-gradient-to: #ac3d3d;
  }

  :root .lg\:hover\:to-am-new-yellow:hover{
    --tw-gradient-to: #ffce00;
  }

  :root .lg\:hover\:to-am-new-yellow-light:hover{
    --tw-gradient-to: #ffeb99;
  }

  :root .lg\:hover\:to-am-new-yellow-dark:hover{
    --tw-gradient-to: #a56c00;
  }

  :root .lg\:hover\:to-am-new-pink:hover{
    --tw-gradient-to: #d977dd;
  }

  :root .lg\:hover\:to-am-new-pink-light:hover{
    --tw-gradient-to: #ecbaee;
  }

  :root .lg\:hover\:to-am-new-pink-dark:hover{
    --tw-gradient-to: #97569a;
  }

  :root .lg\:hover\:to-am-new-purple:hover{
    --tw-gradient-to: #8f7ee3;
  }

  :root .lg\:hover\:to-am-new-purple-light:hover{
    --tw-gradient-to: #baacff;
  }

  :root .lg\:hover\:to-am-new-purple-dark:hover{
    --tw-gradient-to: #7164b1;
  }

  :root .lg\:hover\:to-am-purple-transparent:hover{
    --tw-gradient-to: #757de338;
  }

  :root .lg\:hover\:to-am-purple-relight:hover{
    --tw-gradient-to: #f0f1ff;
  }

  :root .lg\:hover\:to-am-purple-light:hover{
    --tw-gradient-to: #dbdcff;
  }

  :root .lg\:hover\:to-am-purple-medium:hover{
    --tw-gradient-to: #927DEA;
  }

  :root .lg\:hover\:to-am-purple-dark:hover{
    --tw-gradient-to: #465499;
  }

  :root .lg\:hover\:to-am-purple:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .lg\:hover\:to-am-green-light:hover{
    --tw-gradient-to: #77DEA2;
  }

  :root .lg\:hover\:to-am-green-brightest:hover{
    --tw-gradient-to: #77DEA280;
  }

  :root .lg\:hover\:to-am-green-cyan:hover{
    --tw-gradient-to: #26b28f;
  }

  :root .lg\:hover\:to-am-green-dark:hover{
    --tw-gradient-to: #1f8f4e;
  }

  :root .lg\:hover\:to-am-green-aqua:hover{
    --tw-gradient-to: #7DEAB4;
  }

  :root .lg\:hover\:to-am-green-brightest-transparent:hover{
    --tw-gradient-to: #e9f8ee;
  }

  :root .lg\:hover\:to-am-green-hover:hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .lg\:hover\:to-am-green:hover{
    --tw-gradient-to: #54C931;
  }

  :root .lg\:hover\:to-am-red-alive:hover{
    --tw-gradient-to: #E56262;
  }

  :root .lg\:hover\:to-am-red-light:hover{
    --tw-gradient-to: #ffcece;
  }

  :root .lg\:hover\:to-am-red-dark:hover{
    --tw-gradient-to: #d93d3d;
  }

  :root .lg\:hover\:to-am-red-intense:hover{
    --tw-gradient-to: #f00846;
  }

  :root .lg\:hover\:to-am-red:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .lg\:hover\:to-am-grey-light:hover{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .lg\:hover\:to-am-grey-dark:hover{
    --tw-gradient-to: #2C303E;
  }

  :root .lg\:hover\:to-am-grey-medium:hover{
    --tw-gradient-to: #bbbbbb;
  }

  :root .lg\:hover\:to-am-grey-transparent:hover{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .lg\:hover\:to-am-grey:hover{
    --tw-gradient-to: #666666;
  }

  :root .lg\:hover\:to-am-pink-light:hover{
    --tw-gradient-to: #edcff0;
  }

  :root .lg\:hover\:to-am-pink-dark:hover{
    --tw-gradient-to: #a941ae;
  }

  :root .lg\:hover\:to-am-pink-brightest:hover{
    --tw-gradient-to: #d977dd3b;
  }

  :root .lg\:hover\:to-am-pink-rose:hover{
    --tw-gradient-to: #F8BBD0;
  }

  :root .lg\:hover\:to-am-pink:hover{
    --tw-gradient-to: #D977DD;
  }

  :root .lg\:hover\:to-am-orange-light:hover{
    --tw-gradient-to: #f89103;
  }

  :root .lg\:hover\:to-am-orange-relight:hover{
    --tw-gradient-to: #fff1e8;
  }

  :root .lg\:hover\:to-am-orange-dark:hover{
    --tw-gradient-to: #b57c00;
  }

  :root .lg\:hover\:to-am-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .lg\:hover\:to-am-cyan-light:hover{
    --tw-gradient-to: #b3edf4;
  }

  :root .lg\:hover\:to-am-cyan-dark:hover{
    --tw-gradient-to: #129aa6;
  }

  :root .lg\:hover\:to-am-cyan-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .lg\:hover\:to-am-cyan-green:hover{
    --tw-gradient-to: #b9eadf;
  }

  :root .lg\:hover\:to-am-cyan:hover{
    --tw-gradient-to: #18D9EA;
  }

  :root .lg\:hover\:to-am-blue-light:hover{
    --tw-gradient-to: #92C9F2;
  }

  :root .lg\:hover\:to-am-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .lg\:hover\:to-am-blue-dark:hover{
    --tw-gradient-to: #5784a5;
  }

  :root .lg\:hover\:to-am-yellow-resalt:hover{
    --tw-gradient-to: #FFCE00;
  }

  :root .lg\:hover\:to-am-yellow-light:hover{
    --tw-gradient-to: #f8e9ae;
  }

  :root .lg\:hover\:to-am-yellow-dark:hover{
    --tw-gradient-to: #c18b11;
  }

  :root .lg\:hover\:to-am-yellow:hover{
    --tw-gradient-to: #FAD073;
  }

  :root .lg\:hover\:to-am-cream-entry:hover{
    --tw-gradient-to: #81E6AB;
  }

  :root .lg\:hover\:to-am-cream-entry_light:hover{
    --tw-gradient-to: #81E6AB33;
  }

  :root .lg\:hover\:to-am-cream-entry_text:hover{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .lg\:hover\:to-am-cream-lunchgo:hover{
    --tw-gradient-to: #EEBA72;
  }

  :root .lg\:hover\:to-am-cream-lunchgo_light:hover{
    --tw-gradient-to: #EEBA7233;
  }

  :root .lg\:hover\:to-am-cream-lunchgo_text:hover{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .lg\:hover\:to-am-cream-lunchback:hover{
    --tw-gradient-to: #EE8F72;
  }

  :root .lg\:hover\:to-am-cream-lunchback_light:hover{
    --tw-gradient-to: #EE8F7233;
  }

  :root .lg\:hover\:to-am-cream-lunchback_text:hover{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .lg\:hover\:to-am-cream-exit:hover{
    --tw-gradient-to: #81E6E2;
  }

  :root .lg\:hover\:to-am-cream-exit_light:hover{
    --tw-gradient-to: #81E6E233;
  }

  :root .lg\:hover\:to-am-cream-exit_text:hover{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .lg\:hover\:to-am-cream-yesterday:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .lg\:hover\:to-am-cream-yesterday_light:hover{
    --tw-gradient-to: #DE777733;
  }

  :root .lg\:hover\:to-am-cream-yesterday_text:hover{
    --tw-gradient-to: #DE7777B3;
  }

  :root .lg\:hover\:to-am-brown-light:hover{
    --tw-gradient-to: #f1e1d8;
  }

  :root .lg\:hover\:to-am-brown-dark:hover{
    --tw-gradient-to: #501D0E;
  }

  :root .lg\:hover\:to-am-brown:hover{
    --tw-gradient-to: #A23E00;
  }

  :root .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .lg\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .lg\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .lg\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .lg\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .lg\:focus\:to-grays-light:focus{
    --tw-gradient-to: #D6D6D6;
  }

  :root .lg\:focus\:to-grays:focus{
    --tw-gradient-to: #969CA7;
  }

  :root .lg\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .lg\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .lg\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .lg\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .lg\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .lg\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .lg\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .lg\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .lg\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .lg\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .lg\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .lg\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .lg\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .lg\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .lg\:focus\:to-am-base-background:focus{
    --tw-gradient-to: #F4F6FF;
  }

  :root .lg\:focus\:to-am-main-blue:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .lg\:focus\:to-am-main-blue-light:focus{
    --tw-gradient-to: #d0d8ff;
  }

  :root .lg\:focus\:to-am-main-blue-dark:focus{
    --tw-gradient-to: #00004d;
  }

  :root .lg\:focus\:to-am-gray:focus{
    --tw-gradient-to: #9a9a9a;
  }

  :root .lg\:focus\:to-am-gray-light:focus{
    --tw-gradient-to: #bebebe;
  }

  :root .lg\:focus\:to-am-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  :root .lg\:focus\:to-am-new-green:focus{
    --tw-gradient-to: #77dea2;
  }

  :root .lg\:focus\:to-am-new-green-light:focus{
    --tw-gradient-to: #baeed0;
  }

  :root .lg\:focus\:to-am-new-green-dark:focus{
    --tw-gradient-to: #27834d;
  }

  :root .lg\:focus\:to-am-new-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .lg\:focus\:to-am-new-orange-light:focus{
    --tw-gradient-to: #fbc3a0;
  }

  :root .lg\:focus\:to-am-new-orange-dark:focus{
    --tw-gradient-to: #af5f2e;
  }

  :root .lg\:focus\:to-am-coral:focus{
    --tw-gradient-to: #ee8f72;
  }

  :root .lg\:focus\:to-am-coral-light:focus{
    --tw-gradient-to: #f6c7b8;
  }

  :root .lg\:focus\:to-am-coral-dark:focus{
    --tw-gradient-to: #be6a50;
  }

  :root .lg\:focus\:to-am-teal:focus{
    --tw-gradient-to: #81e6e2;
  }

  :root .lg\:focus\:to-am-teal-light:focus{
    --tw-gradient-to: #b3f0ed;
  }

  :root .lg\:focus\:to-am-teal-dark:focus{
    --tw-gradient-to: #449D99;
  }

  :root .lg\:focus\:to-am-new-red:focus{
    --tw-gradient-to: #de7777;
  }

  :root .lg\:focus\:to-am-new-red-light:focus{
    --tw-gradient-to: #f2b0b0;
  }

  :root .lg\:focus\:to-am-new-red-dark:focus{
    --tw-gradient-to: #ac3d3d;
  }

  :root .lg\:focus\:to-am-new-yellow:focus{
    --tw-gradient-to: #ffce00;
  }

  :root .lg\:focus\:to-am-new-yellow-light:focus{
    --tw-gradient-to: #ffeb99;
  }

  :root .lg\:focus\:to-am-new-yellow-dark:focus{
    --tw-gradient-to: #a56c00;
  }

  :root .lg\:focus\:to-am-new-pink:focus{
    --tw-gradient-to: #d977dd;
  }

  :root .lg\:focus\:to-am-new-pink-light:focus{
    --tw-gradient-to: #ecbaee;
  }

  :root .lg\:focus\:to-am-new-pink-dark:focus{
    --tw-gradient-to: #97569a;
  }

  :root .lg\:focus\:to-am-new-purple:focus{
    --tw-gradient-to: #8f7ee3;
  }

  :root .lg\:focus\:to-am-new-purple-light:focus{
    --tw-gradient-to: #baacff;
  }

  :root .lg\:focus\:to-am-new-purple-dark:focus{
    --tw-gradient-to: #7164b1;
  }

  :root .lg\:focus\:to-am-purple-transparent:focus{
    --tw-gradient-to: #757de338;
  }

  :root .lg\:focus\:to-am-purple-relight:focus{
    --tw-gradient-to: #f0f1ff;
  }

  :root .lg\:focus\:to-am-purple-light:focus{
    --tw-gradient-to: #dbdcff;
  }

  :root .lg\:focus\:to-am-purple-medium:focus{
    --tw-gradient-to: #927DEA;
  }

  :root .lg\:focus\:to-am-purple-dark:focus{
    --tw-gradient-to: #465499;
  }

  :root .lg\:focus\:to-am-purple:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .lg\:focus\:to-am-green-light:focus{
    --tw-gradient-to: #77DEA2;
  }

  :root .lg\:focus\:to-am-green-brightest:focus{
    --tw-gradient-to: #77DEA280;
  }

  :root .lg\:focus\:to-am-green-cyan:focus{
    --tw-gradient-to: #26b28f;
  }

  :root .lg\:focus\:to-am-green-dark:focus{
    --tw-gradient-to: #1f8f4e;
  }

  :root .lg\:focus\:to-am-green-aqua:focus{
    --tw-gradient-to: #7DEAB4;
  }

  :root .lg\:focus\:to-am-green-brightest-transparent:focus{
    --tw-gradient-to: #e9f8ee;
  }

  :root .lg\:focus\:to-am-green-hover:focus{
    --tw-gradient-to: #F5FCF7;
  }

  :root .lg\:focus\:to-am-green:focus{
    --tw-gradient-to: #54C931;
  }

  :root .lg\:focus\:to-am-red-alive:focus{
    --tw-gradient-to: #E56262;
  }

  :root .lg\:focus\:to-am-red-light:focus{
    --tw-gradient-to: #ffcece;
  }

  :root .lg\:focus\:to-am-red-dark:focus{
    --tw-gradient-to: #d93d3d;
  }

  :root .lg\:focus\:to-am-red-intense:focus{
    --tw-gradient-to: #f00846;
  }

  :root .lg\:focus\:to-am-red:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .lg\:focus\:to-am-grey-light:focus{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .lg\:focus\:to-am-grey-dark:focus{
    --tw-gradient-to: #2C303E;
  }

  :root .lg\:focus\:to-am-grey-medium:focus{
    --tw-gradient-to: #bbbbbb;
  }

  :root .lg\:focus\:to-am-grey-transparent:focus{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .lg\:focus\:to-am-grey:focus{
    --tw-gradient-to: #666666;
  }

  :root .lg\:focus\:to-am-pink-light:focus{
    --tw-gradient-to: #edcff0;
  }

  :root .lg\:focus\:to-am-pink-dark:focus{
    --tw-gradient-to: #a941ae;
  }

  :root .lg\:focus\:to-am-pink-brightest:focus{
    --tw-gradient-to: #d977dd3b;
  }

  :root .lg\:focus\:to-am-pink-rose:focus{
    --tw-gradient-to: #F8BBD0;
  }

  :root .lg\:focus\:to-am-pink:focus{
    --tw-gradient-to: #D977DD;
  }

  :root .lg\:focus\:to-am-orange-light:focus{
    --tw-gradient-to: #f89103;
  }

  :root .lg\:focus\:to-am-orange-relight:focus{
    --tw-gradient-to: #fff1e8;
  }

  :root .lg\:focus\:to-am-orange-dark:focus{
    --tw-gradient-to: #b57c00;
  }

  :root .lg\:focus\:to-am-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .lg\:focus\:to-am-cyan-light:focus{
    --tw-gradient-to: #b3edf4;
  }

  :root .lg\:focus\:to-am-cyan-dark:focus{
    --tw-gradient-to: #129aa6;
  }

  :root .lg\:focus\:to-am-cyan-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .lg\:focus\:to-am-cyan-green:focus{
    --tw-gradient-to: #b9eadf;
  }

  :root .lg\:focus\:to-am-cyan:focus{
    --tw-gradient-to: #18D9EA;
  }

  :root .lg\:focus\:to-am-blue-light:focus{
    --tw-gradient-to: #92C9F2;
  }

  :root .lg\:focus\:to-am-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .lg\:focus\:to-am-blue-dark:focus{
    --tw-gradient-to: #5784a5;
  }

  :root .lg\:focus\:to-am-yellow-resalt:focus{
    --tw-gradient-to: #FFCE00;
  }

  :root .lg\:focus\:to-am-yellow-light:focus{
    --tw-gradient-to: #f8e9ae;
  }

  :root .lg\:focus\:to-am-yellow-dark:focus{
    --tw-gradient-to: #c18b11;
  }

  :root .lg\:focus\:to-am-yellow:focus{
    --tw-gradient-to: #FAD073;
  }

  :root .lg\:focus\:to-am-cream-entry:focus{
    --tw-gradient-to: #81E6AB;
  }

  :root .lg\:focus\:to-am-cream-entry_light:focus{
    --tw-gradient-to: #81E6AB33;
  }

  :root .lg\:focus\:to-am-cream-entry_text:focus{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .lg\:focus\:to-am-cream-lunchgo:focus{
    --tw-gradient-to: #EEBA72;
  }

  :root .lg\:focus\:to-am-cream-lunchgo_light:focus{
    --tw-gradient-to: #EEBA7233;
  }

  :root .lg\:focus\:to-am-cream-lunchgo_text:focus{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .lg\:focus\:to-am-cream-lunchback:focus{
    --tw-gradient-to: #EE8F72;
  }

  :root .lg\:focus\:to-am-cream-lunchback_light:focus{
    --tw-gradient-to: #EE8F7233;
  }

  :root .lg\:focus\:to-am-cream-lunchback_text:focus{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .lg\:focus\:to-am-cream-exit:focus{
    --tw-gradient-to: #81E6E2;
  }

  :root .lg\:focus\:to-am-cream-exit_light:focus{
    --tw-gradient-to: #81E6E233;
  }

  :root .lg\:focus\:to-am-cream-exit_text:focus{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .lg\:focus\:to-am-cream-yesterday:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .lg\:focus\:to-am-cream-yesterday_light:focus{
    --tw-gradient-to: #DE777733;
  }

  :root .lg\:focus\:to-am-cream-yesterday_text:focus{
    --tw-gradient-to: #DE7777B3;
  }

  :root .lg\:focus\:to-am-brown-light:focus{
    --tw-gradient-to: #f1e1d8;
  }

  :root .lg\:focus\:to-am-brown-dark:focus{
    --tw-gradient-to: #501D0E;
  }

  :root .lg\:focus\:to-am-brown:focus{
    --tw-gradient-to: #A23E00;
  }

  :root .lg\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .lg\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .lg\:bg-auto{
    background-size: auto;
  }

  :root .lg\:bg-cover{
    background-size: cover;
  }

  :root .lg\:bg-contain{
    background-size: contain;
  }

  :root .lg\:bg-fixed{
    background-attachment: fixed;
  }

  :root .lg\:bg-local{
    background-attachment: local;
  }

  :root .lg\:bg-scroll{
    background-attachment: scroll;
  }

  :root .lg\:bg-clip-border{
    background-clip: border-box;
  }

  :root .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .lg\:bg-clip-content{
    background-clip: content-box;
  }

  :root .lg\:bg-clip-text{
    background-clip: text;
  }

  :root .lg\:bg-bottom{
    background-position: bottom;
  }

  :root .lg\:bg-center{
    background-position: center;
  }

  :root .lg\:bg-left{
    background-position: left;
  }

  :root .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .lg\:bg-left-top{
    background-position: left top;
  }

  :root .lg\:bg-right{
    background-position: right;
  }

  :root .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .lg\:bg-right-top{
    background-position: right top;
  }

  :root .lg\:bg-top{
    background-position: top;
  }

  :root .lg\:bg-repeat{
    background-repeat: repeat;
  }

  :root .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .lg\:bg-repeat-round{
    background-repeat: round;
  }

  :root .lg\:bg-repeat-space{
    background-repeat: space;
  }

  :root .lg\:bg-origin-border{
    background-origin: border-box;
  }

  :root .lg\:bg-origin-padding{
    background-origin: padding-box;
  }

  :root .lg\:bg-origin-content{
    background-origin: content-box;
  }

  :root .lg\:fill-current{
    fill: currentColor;
  }

  :root .lg\:stroke-current{
    stroke: currentColor;
  }

  :root .lg\:stroke-0{
    stroke-width: 0;
  }

  :root .lg\:stroke-1{
    stroke-width: 1;
  }

  :root .lg\:stroke-2{
    stroke-width: 2;
  }

  :root .lg\:object-contain{
    object-fit: contain;
  }

  :root .lg\:object-cover{
    object-fit: cover;
  }

  :root .lg\:object-fill{
    object-fit: fill;
  }

  :root .lg\:object-none{
    object-fit: none;
  }

  :root .lg\:object-scale-down{
    object-fit: scale-down;
  }

  :root .lg\:object-bottom{
    object-position: bottom;
  }

  :root .lg\:object-center{
    object-position: center;
  }

  :root .lg\:object-left{
    object-position: left;
  }

  :root .lg\:object-left-bottom{
    object-position: left bottom;
  }

  :root .lg\:object-left-top{
    object-position: left top;
  }

  :root .lg\:object-right{
    object-position: right;
  }

  :root .lg\:object-right-bottom{
    object-position: right bottom;
  }

  :root .lg\:object-right-top{
    object-position: right top;
  }

  :root .lg\:object-top{
    object-position: top;
  }

  :root .lg\:p-0{
    padding: 0;
  }

  :root .lg\:p-1{
    padding: 0.25rem;
  }

  :root .lg\:p-2{
    padding: 0.5rem;
  }

  :root .lg\:p-3{
    padding: 0.75rem;
  }

  :root .lg\:p-4{
    padding: 1rem;
  }

  :root .lg\:p-5{
    padding: 1.25rem;
  }

  :root .lg\:p-6{
    padding: 1.5rem;
  }

  :root .lg\:p-7{
    padding: 1.75rem;
  }

  :root .lg\:p-8{
    padding: 2rem;
  }

  :root .lg\:p-9{
    padding: 2.25rem;
  }

  :root .lg\:p-10{
    padding: 2.5rem;
  }

  :root .lg\:p-11{
    padding: 2.75rem;
  }

  :root .lg\:p-12{
    padding: 3rem;
  }

  :root .lg\:p-13{
    padding: 3.25rem;
  }

  :root .lg\:p-14{
    padding: 3.5rem;
  }

  :root .lg\:p-16{
    padding: 4rem;
  }

  :root .lg\:p-18{
    padding: 4.5rem;
  }

  :root .lg\:p-20{
    padding: 5rem;
  }

  :root .lg\:p-21{
    padding: 5.25rem;
  }

  :root .lg\:p-22{
    padding: 5.5rem;
  }

  :root .lg\:p-24{
    padding: 6rem;
  }

  :root .lg\:p-26{
    padding: 6.5rem;
  }

  :root .lg\:p-27{
    padding: 6.75rem;
  }

  :root .lg\:p-28{
    padding: 7rem;
  }

  :root .lg\:p-30{
    padding: 7.5rem;
  }

  :root .lg\:p-32{
    padding: 8rem;
  }

  :root .lg\:p-36{
    padding: 9rem;
  }

  :root .lg\:p-40{
    padding: 10rem;
  }

  :root .lg\:p-41{
    padding: 11.25rem;
  }

  :root .lg\:p-42{
    padding: 11.5rem;
  }

  :root .lg\:p-44{
    padding: 11rem;
  }

  :root .lg\:p-48{
    padding: 12rem;
  }

  :root .lg\:p-52{
    padding: 13rem;
  }

  :root .lg\:p-54{
    padding: 13.5rem;
  }

  :root .lg\:p-56{
    padding: 14rem;
  }

  :root .lg\:p-60{
    padding: 15rem;
  }

  :root .lg\:p-64{
    padding: 16rem;
  }

  :root .lg\:p-68{
    padding: 17rem;
  }

  :root .lg\:p-72{
    padding: 18rem;
  }

  :root .lg\:p-76{
    padding: 19rem;
  }

  :root .lg\:p-80{
    padding: 20rem;
  }

  :root .lg\:p-84{
    padding: 21rem;
  }

  :root .lg\:p-88{
    padding: 22rem;
  }

  :root .lg\:p-96{
    padding: 24rem;
  }

  :root .lg\:p-112{
    padding: 28rem;
  }

  :root .lg\:p-120{
    padding: 30rem;
  }

  :root .lg\:p-140{
    padding: 35rem;
  }

  :root .lg\:p-150{
    padding: 37.5rem;
  }

  :root .lg\:p-160{
    padding: 40rem;
  }

  :root .lg\:p-220{
    padding: 55rem;
  }

  :root .lg\:p-240{
    padding: 60rem;
  }

  :root .lg\:p-300{
    padding: 75rem;
  }

  :root .lg\:p-320{
    padding: 80rem;
  }

  :root .lg\:p-px{
    padding: 1px;
  }

  :root .lg\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .lg\:p-1\.5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .lg\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-13{
    padding: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-18{
    padding: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-21{
    padding: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-22{
    padding: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-26{
    padding: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-27{
    padding: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-30{
    padding: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-41{
    padding: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-42{
    padding: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-54{
    padding: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-68{
    padding: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-76{
    padding: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-84{
    padding: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-88{
    padding: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-112{
    padding: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-120{
    padding: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-140{
    padding: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-150{
    padding: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-160{
    padding: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-220{
    padding: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-240{
    padding: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-300{
    padding: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-320{
    padding: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-1.lg\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .lg\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-13{
    padding: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-18{
    padding: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-21{
    padding: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-22{
    padding: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-26{
    padding: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-27{
    padding: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-30{
    padding: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-41{
    padding: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-42{
    padding: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-54{
    padding: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-68{
    padding: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-76{
    padding: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-84{
    padding: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-88{
    padding: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-112{
    padding: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-120{
    padding: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-140{
    padding: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-150{
    padding: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-160{
    padding: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-220{
    padding: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-240{
    padding: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-300{
    padding: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-320{
    padding: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-1.lg\:5{
    padding: 0.375rem;
  }

  :root .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .lg\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .lg\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .lg\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root .lg\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .lg\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root .lg\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .lg\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .lg\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root .lg\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .lg\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .lg\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .lg\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .lg\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root .lg\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .lg\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root .lg\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root .lg\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .lg\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root .lg\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root .lg\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root .lg\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root .lg\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root .lg\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root .lg\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root .lg\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root .lg\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .lg\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .lg\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .lg\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .lg\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .lg\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root .lg\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .lg\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root .lg\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .lg\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .lg\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root .lg\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .lg\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .lg\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .lg\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .lg\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .lg\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root .lg\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root .lg\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .lg\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root .lg\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root .lg\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root .lg\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root .lg\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root .lg\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root .lg\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root .lg\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root .lg\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .lg\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:px-1.lg\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-1.lg\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:px-1.lg\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-1.lg\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .lg\:pt-0{
    padding-top: 0;
  }

  :root .lg\:pt-1{
    padding-top: 0.25rem;
  }

  :root .lg\:pt-2{
    padding-top: 0.5rem;
  }

  :root .lg\:pt-3{
    padding-top: 0.75rem;
  }

  :root .lg\:pt-4{
    padding-top: 1rem;
  }

  :root .lg\:pt-5{
    padding-top: 1.25rem;
  }

  :root .lg\:pt-6{
    padding-top: 1.5rem;
  }

  :root .lg\:pt-7{
    padding-top: 1.75rem;
  }

  :root .lg\:pt-8{
    padding-top: 2rem;
  }

  :root .lg\:pt-9{
    padding-top: 2.25rem;
  }

  :root .lg\:pt-10{
    padding-top: 2.5rem;
  }

  :root .lg\:pt-11{
    padding-top: 2.75rem;
  }

  :root .lg\:pt-12{
    padding-top: 3rem;
  }

  :root .lg\:pt-13{
    padding-top: 3.25rem;
  }

  :root .lg\:pt-14{
    padding-top: 3.5rem;
  }

  :root .lg\:pt-16{
    padding-top: 4rem;
  }

  :root .lg\:pt-18{
    padding-top: 4.5rem;
  }

  :root .lg\:pt-20{
    padding-top: 5rem;
  }

  :root .lg\:pt-21{
    padding-top: 5.25rem;
  }

  :root .lg\:pt-22{
    padding-top: 5.5rem;
  }

  :root .lg\:pt-24{
    padding-top: 6rem;
  }

  :root .lg\:pt-26{
    padding-top: 6.5rem;
  }

  :root .lg\:pt-27{
    padding-top: 6.75rem;
  }

  :root .lg\:pt-28{
    padding-top: 7rem;
  }

  :root .lg\:pt-30{
    padding-top: 7.5rem;
  }

  :root .lg\:pt-32{
    padding-top: 8rem;
  }

  :root .lg\:pt-36{
    padding-top: 9rem;
  }

  :root .lg\:pt-40{
    padding-top: 10rem;
  }

  :root .lg\:pt-41{
    padding-top: 11.25rem;
  }

  :root .lg\:pt-42{
    padding-top: 11.5rem;
  }

  :root .lg\:pt-44{
    padding-top: 11rem;
  }

  :root .lg\:pt-48{
    padding-top: 12rem;
  }

  :root .lg\:pt-52{
    padding-top: 13rem;
  }

  :root .lg\:pt-54{
    padding-top: 13.5rem;
  }

  :root .lg\:pt-56{
    padding-top: 14rem;
  }

  :root .lg\:pt-60{
    padding-top: 15rem;
  }

  :root .lg\:pt-64{
    padding-top: 16rem;
  }

  :root .lg\:pt-68{
    padding-top: 17rem;
  }

  :root .lg\:pt-72{
    padding-top: 18rem;
  }

  :root .lg\:pt-76{
    padding-top: 19rem;
  }

  :root .lg\:pt-80{
    padding-top: 20rem;
  }

  :root .lg\:pt-84{
    padding-top: 21rem;
  }

  :root .lg\:pt-88{
    padding-top: 22rem;
  }

  :root .lg\:pt-96{
    padding-top: 24rem;
  }

  :root .lg\:pt-112{
    padding-top: 28rem;
  }

  :root .lg\:pt-120{
    padding-top: 30rem;
  }

  :root .lg\:pt-140{
    padding-top: 35rem;
  }

  :root .lg\:pt-150{
    padding-top: 37.5rem;
  }

  :root .lg\:pt-160{
    padding-top: 40rem;
  }

  :root .lg\:pt-220{
    padding-top: 55rem;
  }

  :root .lg\:pt-240{
    padding-top: 60rem;
  }

  :root .lg\:pt-300{
    padding-top: 75rem;
  }

  :root .lg\:pt-320{
    padding-top: 80rem;
  }

  :root .lg\:pt-px{
    padding-top: 1px;
  }

  :root .lg\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .lg\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .lg\:pr-0{
    padding-right: 0;
  }

  :root .lg\:pr-1{
    padding-right: 0.25rem;
  }

  :root .lg\:pr-2{
    padding-right: 0.5rem;
  }

  :root .lg\:pr-3{
    padding-right: 0.75rem;
  }

  :root .lg\:pr-4{
    padding-right: 1rem;
  }

  :root .lg\:pr-5{
    padding-right: 1.25rem;
  }

  :root .lg\:pr-6{
    padding-right: 1.5rem;
  }

  :root .lg\:pr-7{
    padding-right: 1.75rem;
  }

  :root .lg\:pr-8{
    padding-right: 2rem;
  }

  :root .lg\:pr-9{
    padding-right: 2.25rem;
  }

  :root .lg\:pr-10{
    padding-right: 2.5rem;
  }

  :root .lg\:pr-11{
    padding-right: 2.75rem;
  }

  :root .lg\:pr-12{
    padding-right: 3rem;
  }

  :root .lg\:pr-13{
    padding-right: 3.25rem;
  }

  :root .lg\:pr-14{
    padding-right: 3.5rem;
  }

  :root .lg\:pr-16{
    padding-right: 4rem;
  }

  :root .lg\:pr-18{
    padding-right: 4.5rem;
  }

  :root .lg\:pr-20{
    padding-right: 5rem;
  }

  :root .lg\:pr-21{
    padding-right: 5.25rem;
  }

  :root .lg\:pr-22{
    padding-right: 5.5rem;
  }

  :root .lg\:pr-24{
    padding-right: 6rem;
  }

  :root .lg\:pr-26{
    padding-right: 6.5rem;
  }

  :root .lg\:pr-27{
    padding-right: 6.75rem;
  }

  :root .lg\:pr-28{
    padding-right: 7rem;
  }

  :root .lg\:pr-30{
    padding-right: 7.5rem;
  }

  :root .lg\:pr-32{
    padding-right: 8rem;
  }

  :root .lg\:pr-36{
    padding-right: 9rem;
  }

  :root .lg\:pr-40{
    padding-right: 10rem;
  }

  :root .lg\:pr-41{
    padding-right: 11.25rem;
  }

  :root .lg\:pr-42{
    padding-right: 11.5rem;
  }

  :root .lg\:pr-44{
    padding-right: 11rem;
  }

  :root .lg\:pr-48{
    padding-right: 12rem;
  }

  :root .lg\:pr-52{
    padding-right: 13rem;
  }

  :root .lg\:pr-54{
    padding-right: 13.5rem;
  }

  :root .lg\:pr-56{
    padding-right: 14rem;
  }

  :root .lg\:pr-60{
    padding-right: 15rem;
  }

  :root .lg\:pr-64{
    padding-right: 16rem;
  }

  :root .lg\:pr-68{
    padding-right: 17rem;
  }

  :root .lg\:pr-72{
    padding-right: 18rem;
  }

  :root .lg\:pr-76{
    padding-right: 19rem;
  }

  :root .lg\:pr-80{
    padding-right: 20rem;
  }

  :root .lg\:pr-84{
    padding-right: 21rem;
  }

  :root .lg\:pr-88{
    padding-right: 22rem;
  }

  :root .lg\:pr-96{
    padding-right: 24rem;
  }

  :root .lg\:pr-112{
    padding-right: 28rem;
  }

  :root .lg\:pr-120{
    padding-right: 30rem;
  }

  :root .lg\:pr-140{
    padding-right: 35rem;
  }

  :root .lg\:pr-150{
    padding-right: 37.5rem;
  }

  :root .lg\:pr-160{
    padding-right: 40rem;
  }

  :root .lg\:pr-220{
    padding-right: 55rem;
  }

  :root .lg\:pr-240{
    padding-right: 60rem;
  }

  :root .lg\:pr-300{
    padding-right: 75rem;
  }

  :root .lg\:pr-320{
    padding-right: 80rem;
  }

  :root .lg\:pr-px{
    padding-right: 1px;
  }

  :root .lg\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .lg\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .lg\:pb-0{
    padding-bottom: 0;
  }

  :root .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .lg\:pb-4{
    padding-bottom: 1rem;
  }

  :root .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .lg\:pb-8{
    padding-bottom: 2rem;
  }

  :root .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .lg\:pb-12{
    padding-bottom: 3rem;
  }

  :root .lg\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .lg\:pb-16{
    padding-bottom: 4rem;
  }

  :root .lg\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root .lg\:pb-20{
    padding-bottom: 5rem;
  }

  :root .lg\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root .lg\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root .lg\:pb-24{
    padding-bottom: 6rem;
  }

  :root .lg\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root .lg\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root .lg\:pb-28{
    padding-bottom: 7rem;
  }

  :root .lg\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root .lg\:pb-32{
    padding-bottom: 8rem;
  }

  :root .lg\:pb-36{
    padding-bottom: 9rem;
  }

  :root .lg\:pb-40{
    padding-bottom: 10rem;
  }

  :root .lg\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root .lg\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root .lg\:pb-44{
    padding-bottom: 11rem;
  }

  :root .lg\:pb-48{
    padding-bottom: 12rem;
  }

  :root .lg\:pb-52{
    padding-bottom: 13rem;
  }

  :root .lg\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root .lg\:pb-56{
    padding-bottom: 14rem;
  }

  :root .lg\:pb-60{
    padding-bottom: 15rem;
  }

  :root .lg\:pb-64{
    padding-bottom: 16rem;
  }

  :root .lg\:pb-68{
    padding-bottom: 17rem;
  }

  :root .lg\:pb-72{
    padding-bottom: 18rem;
  }

  :root .lg\:pb-76{
    padding-bottom: 19rem;
  }

  :root .lg\:pb-80{
    padding-bottom: 20rem;
  }

  :root .lg\:pb-84{
    padding-bottom: 21rem;
  }

  :root .lg\:pb-88{
    padding-bottom: 22rem;
  }

  :root .lg\:pb-96{
    padding-bottom: 24rem;
  }

  :root .lg\:pb-112{
    padding-bottom: 28rem;
  }

  :root .lg\:pb-120{
    padding-bottom: 30rem;
  }

  :root .lg\:pb-140{
    padding-bottom: 35rem;
  }

  :root .lg\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root .lg\:pb-160{
    padding-bottom: 40rem;
  }

  :root .lg\:pb-220{
    padding-bottom: 55rem;
  }

  :root .lg\:pb-240{
    padding-bottom: 60rem;
  }

  :root .lg\:pb-300{
    padding-bottom: 75rem;
  }

  :root .lg\:pb-320{
    padding-bottom: 80rem;
  }

  :root .lg\:pb-px{
    padding-bottom: 1px;
  }

  :root .lg\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .lg\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .lg\:pl-0{
    padding-left: 0;
  }

  :root .lg\:pl-1{
    padding-left: 0.25rem;
  }

  :root .lg\:pl-2{
    padding-left: 0.5rem;
  }

  :root .lg\:pl-3{
    padding-left: 0.75rem;
  }

  :root .lg\:pl-4{
    padding-left: 1rem;
  }

  :root .lg\:pl-5{
    padding-left: 1.25rem;
  }

  :root .lg\:pl-6{
    padding-left: 1.5rem;
  }

  :root .lg\:pl-7{
    padding-left: 1.75rem;
  }

  :root .lg\:pl-8{
    padding-left: 2rem;
  }

  :root .lg\:pl-9{
    padding-left: 2.25rem;
  }

  :root .lg\:pl-10{
    padding-left: 2.5rem;
  }

  :root .lg\:pl-11{
    padding-left: 2.75rem;
  }

  :root .lg\:pl-12{
    padding-left: 3rem;
  }

  :root .lg\:pl-13{
    padding-left: 3.25rem;
  }

  :root .lg\:pl-14{
    padding-left: 3.5rem;
  }

  :root .lg\:pl-16{
    padding-left: 4rem;
  }

  :root .lg\:pl-18{
    padding-left: 4.5rem;
  }

  :root .lg\:pl-20{
    padding-left: 5rem;
  }

  :root .lg\:pl-21{
    padding-left: 5.25rem;
  }

  :root .lg\:pl-22{
    padding-left: 5.5rem;
  }

  :root .lg\:pl-24{
    padding-left: 6rem;
  }

  :root .lg\:pl-26{
    padding-left: 6.5rem;
  }

  :root .lg\:pl-27{
    padding-left: 6.75rem;
  }

  :root .lg\:pl-28{
    padding-left: 7rem;
  }

  :root .lg\:pl-30{
    padding-left: 7.5rem;
  }

  :root .lg\:pl-32{
    padding-left: 8rem;
  }

  :root .lg\:pl-36{
    padding-left: 9rem;
  }

  :root .lg\:pl-40{
    padding-left: 10rem;
  }

  :root .lg\:pl-41{
    padding-left: 11.25rem;
  }

  :root .lg\:pl-42{
    padding-left: 11.5rem;
  }

  :root .lg\:pl-44{
    padding-left: 11rem;
  }

  :root .lg\:pl-48{
    padding-left: 12rem;
  }

  :root .lg\:pl-52{
    padding-left: 13rem;
  }

  :root .lg\:pl-54{
    padding-left: 13.5rem;
  }

  :root .lg\:pl-56{
    padding-left: 14rem;
  }

  :root .lg\:pl-60{
    padding-left: 15rem;
  }

  :root .lg\:pl-64{
    padding-left: 16rem;
  }

  :root .lg\:pl-68{
    padding-left: 17rem;
  }

  :root .lg\:pl-72{
    padding-left: 18rem;
  }

  :root .lg\:pl-76{
    padding-left: 19rem;
  }

  :root .lg\:pl-80{
    padding-left: 20rem;
  }

  :root .lg\:pl-84{
    padding-left: 21rem;
  }

  :root .lg\:pl-88{
    padding-left: 22rem;
  }

  :root .lg\:pl-96{
    padding-left: 24rem;
  }

  :root .lg\:pl-112{
    padding-left: 28rem;
  }

  :root .lg\:pl-120{
    padding-left: 30rem;
  }

  :root .lg\:pl-140{
    padding-left: 35rem;
  }

  :root .lg\:pl-150{
    padding-left: 37.5rem;
  }

  :root .lg\:pl-160{
    padding-left: 40rem;
  }

  :root .lg\:pl-220{
    padding-left: 55rem;
  }

  :root .lg\:pl-240{
    padding-left: 60rem;
  }

  :root .lg\:pl-300{
    padding-left: 75rem;
  }

  :root .lg\:pl-320{
    padding-left: 80rem;
  }

  :root .lg\:pl-px{
    padding-left: 1px;
  }

  :root .lg\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-1.lg\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pr-1.lg\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pb-1.lg\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .lg\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=ltr] .lg\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .lg\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pl-1.lg\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-1.lg\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pr-1.lg\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pb-1.lg\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .lg\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=rtl] .lg\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .lg\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pl-1.lg\:5{
    padding-left: 0.375rem;
  }

  :root .lg\:text-left{
    text-align: left;
  }

  :root .lg\:text-center{
    text-align: center;
  }

  :root .lg\:text-right{
    text-align: right;
  }

  :root .lg\:text-justify{
    text-align: justify;
  }

  :root .lg\:align-baseline{
    vertical-align: baseline;
  }

  :root .lg\:align-top{
    vertical-align: top;
  }

  :root .lg\:align-middle{
    vertical-align: middle;
  }

  :root .lg\:align-bottom{
    vertical-align: bottom;
  }

  :root .lg\:align-text-top{
    vertical-align: text-top;
  }

  :root .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .lg\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .lg\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .lg\:text-xxs{
    font-size: 0.625rem;
  }

  :root .lg\:text-xs{
    font-size: 0.75rem;
  }

  :root .lg\:text-sm{
    font-size: 0.875rem;
  }

  :root .lg\:text-base{
    font-size: 1rem;
  }

  :root .lg\:text-lg{
    font-size: 1.125rem;
  }

  :root .lg\:text-xl{
    font-size: 1.25rem;
  }

  :root .lg\:text-2xl{
    font-size: 1.5rem;
  }

  :root .lg\:text-3xl{
    font-size: 1.75rem;
  }

  :root .lg\:text-4xl{
    font-size: 2rem;
  }

  :root .lg\:text-4-5xl{
    font-size: 2.5rem;
  }

  :root .lg\:text-5xl{
    font-size: 3rem;
  }

  :root .lg\:text-6xl{
    font-size: 4rem;
  }

  :root .lg\:font-hairline{
    font-weight: 100;
  }

  :root .lg\:font-thin{
    font-weight: 200;
  }

  :root .lg\:font-light{
    font-weight: 300;
  }

  :root .lg\:font-normal{
    font-weight: 400;
  }

  :root .lg\:font-medium{
    font-weight: 500;
  }

  :root .lg\:font-semibold{
    font-weight: 600;
  }

  :root .lg\:font-bold{
    font-weight: 700;
  }

  :root .lg\:font-extrabold{
    font-weight: 800;
  }

  :root .lg\:font-black{
    font-weight: 900;
  }

  :root .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .lg\:uppercase{
    text-transform: uppercase;
  }

  :root .lg\:lowercase{
    text-transform: lowercase;
  }

  :root .lg\:capitalize{
    text-transform: capitalize;
  }

  :root .lg\:normal-case{
    text-transform: none;
  }

  :root .lg\:italic{
    font-style: italic;
  }

  :root .lg\:not-italic{
    font-style: normal;
  }

  :root .lg\:ordinal, :root .lg\:slashed-zero, :root .lg\:lining-nums, :root .lg\:oldstyle-nums, :root .lg\:proportional-nums, :root .lg\:tabular-nums, :root .lg\:diagonal-fractions, :root .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .lg\:leading-none{
    line-height: 1;
  }

  :root .lg\:leading-tight{
    line-height: 1.25;
  }

  :root .lg\:leading-snug{
    line-height: 1.375;
  }

  :root .lg\:leading-normal{
    line-height: 1.5;
  }

  :root .lg\:leading-relaxed{
    line-height: 1.625;
  }

  :root .lg\:leading-loose{
    line-height: 2;
  }

  :root .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .lg\:tracking-normal{
    letter-spacing: 0;
  }

  :root .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .lg\:text-secondary{
    color: var(--text-secondary);
  }

  :root .lg\:text-hint{
    color: var(--text-hint);
  }

  :root .lg\:text-current{
    color: currentColor;
  }

  :root .lg\:text-transparent{
    color: transparent;
  }

  :root .lg\:text-black{
    color: var(--text-color);
  }

  :root .lg\:text-white{
    color: var(--text-color-light);
  }

  :root .lg\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-grays-light{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .lg\:text-grays{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .lg\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .lg\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .lg\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .lg\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .lg\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .lg\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .lg\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .lg\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .lg\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .lg\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .lg\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .lg\:text-am-base-background{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-am-main-blue{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:text-am-main-blue-light{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-am-main-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .lg\:text-am-gray{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .lg\:text-am-gray-light{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .lg\:text-am-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-green{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-green-light{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-green-dark{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-orange-light{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .lg\:text-am-coral{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:text-am-coral-light{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .lg\:text-am-coral-dark{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .lg\:text-am-teal{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:text-am-teal-light{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .lg\:text-am-teal-dark{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-red-light{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-red-dark{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-pink-light{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-purple{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-purple-light{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-am-new-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .lg\:text-am-purple-transparent{
    color: #757de338;
  }

  :root .lg\:text-am-purple-relight{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-am-purple-light{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-am-purple-medium{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .lg\:text-am-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .lg\:text-am-purple{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:text-am-green-light{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:text-am-green-brightest{
    color: #77DEA280;
  }

  :root .lg\:text-am-green-cyan{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .lg\:text-am-green-dark{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .lg\:text-am-green-aqua{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .lg\:text-am-green-brightest-transparent{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .lg\:text-am-green-hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .lg\:text-am-green{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .lg\:text-am-red-alive{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .lg\:text-am-red-light{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .lg\:text-am-red-dark{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:text-am-red-intense{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .lg\:text-am-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:text-am-grey-light{
    color: #BFC4FF1F;
  }

  :root .lg\:text-am-grey-dark{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .lg\:text-am-grey-medium{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .lg\:text-am-grey-transparent{
    color: #BFC4FF4B;
  }

  :root .lg\:text-am-grey{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:text-am-pink-light{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .lg\:text-am-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .lg\:text-am-pink-brightest{
    color: #d977dd3b;
  }

  :root .lg\:text-am-pink-rose{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .lg\:text-am-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:text-am-orange-light{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .lg\:text-am-orange-relight{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .lg\:text-am-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-am-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cyan-light{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cyan-dark{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cyan-blue{
    color: #0061FD60;
  }

  :root .lg\:text-am-cyan-green{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cyan{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .lg\:text-am-blue-light{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .lg\:text-am-blue{
    color: #0061FD60;
  }

  :root .lg\:text-am-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .lg\:text-am-yellow-resalt{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-am-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .lg\:text-am-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .lg\:text-am-yellow{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cream-entry{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cream-entry_light{
    color: #81E6AB33;
  }

  :root .lg\:text-am-cream-entry_text{
    color: #81E6ABB3;
  }

  :root .lg\:text-am-cream-lunchgo{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cream-lunchgo_light{
    color: #EEBA7233;
  }

  :root .lg\:text-am-cream-lunchgo_text{
    color: #EEBA72B3;
  }

  :root .lg\:text-am-cream-lunchback{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cream-lunchback_light{
    color: #EE8F7233;
  }

  :root .lg\:text-am-cream-lunchback_text{
    color: #EE8F72B3;
  }

  :root .lg\:text-am-cream-exit{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cream-exit_light{
    color: #81E6E233;
  }

  :root .lg\:text-am-cream-exit_text{
    color: #81E6E2B3;
  }

  :root .lg\:text-am-cream-yesterday{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:text-am-cream-yesterday_light{
    color: #DE777733;
  }

  :root .lg\:text-am-cream-yesterday_text{
    color: #DE7777B3;
  }

  :root .lg\:text-am-brown-light{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .lg\:text-am-brown-dark{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .lg\:text-am-brown{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .lg\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .lg\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .lg\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .lg\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-grays-light:hover{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-grays:hover{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .lg\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .lg\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .lg\:hover\:text-am-base-background:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-main-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-main-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-main-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-green:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-coral:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-coral-light:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-coral-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-teal-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-teal-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-new-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-purple-transparent:hover{
    color: #757de338;
  }

  :root .lg\:hover\:text-am-purple-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-purple-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-green-brightest:hover{
    color: #77DEA280;
  }

  :root .lg\:hover\:text-am-green-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-green-aqua:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-green-brightest-transparent:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-green-hover:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-green:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-red-alive:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-red-intense:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-grey-light:hover{
    color: #BFC4FF1F;
  }

  :root .lg\:hover\:text-am-grey-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-grey-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-grey-transparent:hover{
    color: #BFC4FF4B;
  }

  :root .lg\:hover\:text-am-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-pink-brightest:hover{
    color: #d977dd3b;
  }

  :root .lg\:hover\:text-am-pink-rose:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-orange-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cyan-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cyan-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cyan-blue:hover{
    color: #0061FD60;
  }

  :root .lg\:hover\:text-am-cyan-green:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-blue:hover{
    color: #0061FD60;
  }

  :root .lg\:hover\:text-am-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-yellow-resalt:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cream-entry:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cream-entry_light:hover{
    color: #81E6AB33;
  }

  :root .lg\:hover\:text-am-cream-entry_text:hover{
    color: #81E6ABB3;
  }

  :root .lg\:hover\:text-am-cream-lunchgo:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cream-lunchgo_light:hover{
    color: #EEBA7233;
  }

  :root .lg\:hover\:text-am-cream-lunchgo_text:hover{
    color: #EEBA72B3;
  }

  :root .lg\:hover\:text-am-cream-lunchback:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cream-lunchback_light:hover{
    color: #EE8F7233;
  }

  :root .lg\:hover\:text-am-cream-lunchback_text:hover{
    color: #EE8F72B3;
  }

  :root .lg\:hover\:text-am-cream-exit:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cream-exit_light:hover{
    color: #81E6E233;
  }

  :root .lg\:hover\:text-am-cream-exit_text:hover{
    color: #81E6E2B3;
  }

  :root .lg\:hover\:text-am-cream-yesterday:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-cream-yesterday_light:hover{
    color: #DE777733;
  }

  :root .lg\:hover\:text-am-cream-yesterday_text:hover{
    color: #DE7777B3;
  }

  :root .lg\:hover\:text-am-brown-light:hover{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-brown-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-am-brown:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .lg\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .lg\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .lg\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .lg\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-grays-light:focus{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-grays:focus{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:text-am-base-background:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-main-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-main-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-main-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-green:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-coral:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-coral-light:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-coral-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-teal-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-teal-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-new-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-purple-transparent:focus{
    color: #757de338;
  }

  :root .lg\:focus\:text-am-purple-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-purple-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-green-brightest:focus{
    color: #77DEA280;
  }

  :root .lg\:focus\:text-am-green-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-green-aqua:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-green-brightest-transparent:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-green-hover:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-green:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-red-alive:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-red-intense:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-grey-light:focus{
    color: #BFC4FF1F;
  }

  :root .lg\:focus\:text-am-grey-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-grey-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-grey-transparent:focus{
    color: #BFC4FF4B;
  }

  :root .lg\:focus\:text-am-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-pink-brightest:focus{
    color: #d977dd3b;
  }

  :root .lg\:focus\:text-am-pink-rose:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-orange-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cyan-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cyan-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cyan-blue:focus{
    color: #0061FD60;
  }

  :root .lg\:focus\:text-am-cyan-green:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-blue:focus{
    color: #0061FD60;
  }

  :root .lg\:focus\:text-am-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-yellow-resalt:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cream-entry:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cream-entry_light:focus{
    color: #81E6AB33;
  }

  :root .lg\:focus\:text-am-cream-entry_text:focus{
    color: #81E6ABB3;
  }

  :root .lg\:focus\:text-am-cream-lunchgo:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cream-lunchgo_light:focus{
    color: #EEBA7233;
  }

  :root .lg\:focus\:text-am-cream-lunchgo_text:focus{
    color: #EEBA72B3;
  }

  :root .lg\:focus\:text-am-cream-lunchback:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cream-lunchback_light:focus{
    color: #EE8F7233;
  }

  :root .lg\:focus\:text-am-cream-lunchback_text:focus{
    color: #EE8F72B3;
  }

  :root .lg\:focus\:text-am-cream-exit:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cream-exit_light:focus{
    color: #81E6E233;
  }

  :root .lg\:focus\:text-am-cream-exit_text:focus{
    color: #81E6E2B3;
  }

  :root .lg\:focus\:text-am-cream-yesterday:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-cream-yesterday_light:focus{
    color: #DE777733;
  }

  :root .lg\:focus\:text-am-cream-yesterday_text:focus{
    color: #DE7777B3;
  }

  :root .lg\:focus\:text-am-brown-light:focus{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-brown-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-am-brown:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-secondary:disabled{
    color: var(--text-secondary);
  }

  :root .lg\:disabled\:text-hint:disabled{
    color: var(--text-hint);
  }

  :root .lg\:disabled\:text-current:disabled{
    color: currentColor;
  }

  :root .lg\:disabled\:text-transparent:disabled{
    color: transparent;
  }

  :root .lg\:disabled\:text-black:disabled{
    color: var(--text-color);
  }

  :root .lg\:disabled\:text-white:disabled{
    color: var(--text-color-light);
  }

  :root .lg\:disabled\:text-contrast-black:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-contrast-white:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-grays-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-grays:disabled{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-gray-light:disabled{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:disabled\:text-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-red-light:disabled{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:disabled\:text-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-orange-light:disabled{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:disabled\:text-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-deep-orange-light:disabled{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:disabled\:text-deep-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-amber-light:disabled{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:disabled\:text-amber:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-green-light:disabled{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:disabled\:text-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-teal-light:disabled{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:disabled\:text-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-cyan-light:disabled{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:disabled\:text-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-purple-light:disabled{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:disabled\:text-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-deep-purple-light:disabled{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:disabled\:text-deep-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-pink-light:disabled{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:disabled\:text-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-primary-light:disabled{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:disabled\:text-primary:disabled{
    color: rgb(var(--color-primary));
  }

  :root .lg\:disabled\:text-accent-light:disabled{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:disabled\:text-accent:disabled{
    color: rgb(var(--color-accent));
  }

  :root .lg\:disabled\:text-warn-light:disabled{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:disabled\:text-warn:disabled{
    color: rgb(var(--color-warn));
  }

  :root .lg\:disabled\:text-am-base-background:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-main-blue:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-main-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-main-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-gray-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-gray-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-coral:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-coral-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-coral-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-teal-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-teal-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-new-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-purple-transparent:disabled{
    color: #757de338;
  }

  :root .lg\:disabled\:text-am-purple-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-purple-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-green-brightest:disabled{
    color: #77DEA280;
  }

  :root .lg\:disabled\:text-am-green-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-green-aqua:disabled{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-green-brightest-transparent:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-green-hover:disabled{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-red-alive:disabled{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-red-intense:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-grey-light:disabled{
    color: #BFC4FF1F;
  }

  :root .lg\:disabled\:text-am-grey-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-grey-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-grey-transparent:disabled{
    color: #BFC4FF4B;
  }

  :root .lg\:disabled\:text-am-grey:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-pink-brightest:disabled{
    color: #d977dd3b;
  }

  :root .lg\:disabled\:text-am-pink-rose:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-orange-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cyan-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cyan-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cyan-blue:disabled{
    color: #0061FD60;
  }

  :root .lg\:disabled\:text-am-cyan-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-blue:disabled{
    color: #0061FD60;
  }

  :root .lg\:disabled\:text-am-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-yellow-resalt:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cream-entry:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cream-entry_light:disabled{
    color: #81E6AB33;
  }

  :root .lg\:disabled\:text-am-cream-entry_text:disabled{
    color: #81E6ABB3;
  }

  :root .lg\:disabled\:text-am-cream-lunchgo:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cream-lunchgo_light:disabled{
    color: #EEBA7233;
  }

  :root .lg\:disabled\:text-am-cream-lunchgo_text:disabled{
    color: #EEBA72B3;
  }

  :root .lg\:disabled\:text-am-cream-lunchback:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cream-lunchback_light:disabled{
    color: #EE8F7233;
  }

  :root .lg\:disabled\:text-am-cream-lunchback_text:disabled{
    color: #EE8F72B3;
  }

  :root .lg\:disabled\:text-am-cream-exit:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cream-exit_light:disabled{
    color: #81E6E233;
  }

  :root .lg\:disabled\:text-am-cream-exit_text:disabled{
    color: #81E6E2B3;
  }

  :root .lg\:disabled\:text-am-cream-yesterday:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-cream-yesterday_light:disabled{
    color: #DE777733;
  }

  :root .lg\:disabled\:text-am-cream-yesterday_text:disabled{
    color: #DE7777B3;
  }

  :root .lg\:disabled\:text-am-brown-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-brown-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-am-brown:disabled{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-primary-contrast:disabled{
    color: rgb(var(--color-primary-contrast));
  }

  :root .lg\:disabled\:text-accent-contrast:disabled{
    color: rgb(var(--color-accent-contrast));
  }

  :root .lg\:disabled\:text-warn-contrast:disabled{
    color: rgb(var(--color-warn-contrast));
  }

  :root .lg\:disabled\:text-red-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-amber-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-deep-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-deep-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-cyan-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-teal-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-gray-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .lg\:disabled\:text-light-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  :root .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  :root .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  :root .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .lg\:underline{
    text-decoration: underline;
  }

  :root .lg\:line-through{
    text-decoration: line-through;
  }

  :root .lg\:no-underline{
    text-decoration: none;
  }

  :root .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .lg\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .lg\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-grays-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-grays::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:placeholder-am-base-background::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-main-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-main-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-main-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-coral::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-coral-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-coral-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-teal-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-teal-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-new-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-purple-transparent::placeholder{
    color: #757de338;
  }

  :root .lg\:placeholder-am-purple-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-purple-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-green-brightest::placeholder{
    color: #77DEA280;
  }

  :root .lg\:placeholder-am-green-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-green-aqua::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-green-brightest-transparent::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-green-hover::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-red-alive::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-red-intense::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-grey-light::placeholder{
    color: #BFC4FF1F;
  }

  :root .lg\:placeholder-am-grey-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-grey-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-grey-transparent::placeholder{
    color: #BFC4FF4B;
  }

  :root .lg\:placeholder-am-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-pink-brightest::placeholder{
    color: #d977dd3b;
  }

  :root .lg\:placeholder-am-pink-rose::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-orange-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cyan-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cyan-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cyan-blue::placeholder{
    color: #0061FD60;
  }

  :root .lg\:placeholder-am-cyan-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-blue::placeholder{
    color: #0061FD60;
  }

  :root .lg\:placeholder-am-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-yellow-resalt::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cream-entry::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cream-entry_light::placeholder{
    color: #81E6AB33;
  }

  :root .lg\:placeholder-am-cream-entry_text::placeholder{
    color: #81E6ABB3;
  }

  :root .lg\:placeholder-am-cream-lunchgo::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cream-lunchgo_light::placeholder{
    color: #EEBA7233;
  }

  :root .lg\:placeholder-am-cream-lunchgo_text::placeholder{
    color: #EEBA72B3;
  }

  :root .lg\:placeholder-am-cream-lunchback::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cream-lunchback_light::placeholder{
    color: #EE8F7233;
  }

  :root .lg\:placeholder-am-cream-lunchback_text::placeholder{
    color: #EE8F72B3;
  }

  :root .lg\:placeholder-am-cream-exit::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cream-exit_light::placeholder{
    color: #81E6E233;
  }

  :root .lg\:placeholder-am-cream-exit_text::placeholder{
    color: #81E6E2B3;
  }

  :root .lg\:placeholder-am-cream-yesterday::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-cream-yesterday_light::placeholder{
    color: #DE777733;
  }

  :root .lg\:placeholder-am-cream-yesterday_text::placeholder{
    color: #DE7777B3;
  }

  :root .lg\:placeholder-am-brown-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-brown-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-am-brown::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .lg\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .lg\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .lg\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-grays-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-grays:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:placeholder-am-base-background:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-main-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-main-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-main-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-coral:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-coral-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-coral-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-teal-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-teal-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-new-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-purple-transparent:focus::placeholder{
    color: #757de338;
  }

  :root .lg\:focus\:placeholder-am-purple-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-purple-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-green-brightest:focus::placeholder{
    color: #77DEA280;
  }

  :root .lg\:focus\:placeholder-am-green-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-green-aqua:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-green-hover:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-red-alive:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-red-intense:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-grey-light:focus::placeholder{
    color: #BFC4FF1F;
  }

  :root .lg\:focus\:placeholder-am-grey-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-grey-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-grey-transparent:focus::placeholder{
    color: #BFC4FF4B;
  }

  :root .lg\:focus\:placeholder-am-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-pink-brightest:focus::placeholder{
    color: #d977dd3b;
  }

  :root .lg\:focus\:placeholder-am-pink-rose:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-orange-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cyan-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cyan-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cyan-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .lg\:focus\:placeholder-am-cyan-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .lg\:focus\:placeholder-am-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-yellow-resalt:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cream-entry:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cream-entry_light:focus::placeholder{
    color: #81E6AB33;
  }

  :root .lg\:focus\:placeholder-am-cream-entry_text:focus::placeholder{
    color: #81E6ABB3;
  }

  :root .lg\:focus\:placeholder-am-cream-lunchgo:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
    color: #EEBA7233;
  }

  :root .lg\:focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
    color: #EEBA72B3;
  }

  :root .lg\:focus\:placeholder-am-cream-lunchback:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
    color: #EE8F7233;
  }

  :root .lg\:focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
    color: #EE8F72B3;
  }

  :root .lg\:focus\:placeholder-am-cream-exit:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cream-exit_light:focus::placeholder{
    color: #81E6E233;
  }

  :root .lg\:focus\:placeholder-am-cream-exit_text:focus::placeholder{
    color: #81E6E2B3;
  }

  :root .lg\:focus\:placeholder-am-cream-yesterday:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
    color: #DE777733;
  }

  :root .lg\:focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
    color: #DE7777B3;
  }

  :root .lg\:focus\:placeholder-am-brown-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-brown-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .lg\:focus\:placeholder-am-brown:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .lg\:opacity-0{
    opacity: 0;
  }

  :root .lg\:opacity-25{
    opacity: 0.25;
  }

  :root .lg\:opacity-40{
    opacity: 0.4;
  }

  :root .lg\:opacity-50{
    opacity: 0.5;
  }

  :root .lg\:opacity-75{
    opacity: 0.75;
  }

  :root .lg\:opacity-100{
    opacity: 1;
  }

  :root .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  :root .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  :root .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .lg\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .lg\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .lg\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .lg\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .lg\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .lg\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .lg\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .lg\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .lg\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .lg\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .lg\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .lg\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .lg\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .lg\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .lg\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .lg\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .lg\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .lg\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .lg\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .lg\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .lg\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .lg\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .lg\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .lg\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-grays-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .lg\:ring-grays{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .lg\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .lg\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .lg\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .lg\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .lg\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .lg\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .lg\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .lg\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .lg\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .lg\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .lg\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .lg\:ring-am-base-background{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-main-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-main-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-main-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-coral{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-coral-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-coral-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-teal-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-teal-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-new-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-purple-transparent{
    --tw-ring-color: #757de338;
  }

  :root .lg\:ring-am-purple-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-purple-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-green-brightest{
    --tw-ring-color: #77DEA280;
  }

  :root .lg\:ring-am-green-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-green-aqua{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-green-brightest-transparent{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-green-hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-red-alive{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-red-intense{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-grey-light{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .lg\:ring-am-grey-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-grey-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-grey-transparent{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .lg\:ring-am-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-pink-brightest{
    --tw-ring-color: #d977dd3b;
  }

  :root .lg\:ring-am-pink-rose{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-orange-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cyan-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cyan-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cyan-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .lg\:ring-am-cyan-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .lg\:ring-am-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-yellow-resalt{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cream-entry{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cream-entry_light{
    --tw-ring-color: #81E6AB33;
  }

  :root .lg\:ring-am-cream-entry_text{
    --tw-ring-color: #81E6ABB3;
  }

  :root .lg\:ring-am-cream-lunchgo{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cream-lunchgo_light{
    --tw-ring-color: #EEBA7233;
  }

  :root .lg\:ring-am-cream-lunchgo_text{
    --tw-ring-color: #EEBA72B3;
  }

  :root .lg\:ring-am-cream-lunchback{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cream-lunchback_light{
    --tw-ring-color: #EE8F7233;
  }

  :root .lg\:ring-am-cream-lunchback_text{
    --tw-ring-color: #EE8F72B3;
  }

  :root .lg\:ring-am-cream-exit{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cream-exit_light{
    --tw-ring-color: #81E6E233;
  }

  :root .lg\:ring-am-cream-exit_text{
    --tw-ring-color: #81E6E2B3;
  }

  :root .lg\:ring-am-cream-yesterday{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-cream-yesterday_light{
    --tw-ring-color: #DE777733;
  }

  :root .lg\:ring-am-cream-yesterday_text{
    --tw-ring-color: #DE7777B3;
  }

  :root .lg\:ring-am-brown-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-brown-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .lg\:ring-am-brown{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .lg\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-grays-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-grays:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .lg\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .lg\:focus-within\:ring-am-base-background:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-main-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-main-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-main-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-coral:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-coral-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-coral-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-teal-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-teal-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-new-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-purple-transparent:focus-within{
    --tw-ring-color: #757de338;
  }

  :root .lg\:focus-within\:ring-am-purple-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-purple-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-green-brightest:focus-within{
    --tw-ring-color: #77DEA280;
  }

  :root .lg\:focus-within\:ring-am-green-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-green-aqua:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-green-brightest-transparent:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-green-hover:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-red-alive:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-red-intense:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-grey-light:focus-within{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .lg\:focus-within\:ring-am-grey-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-grey-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-grey-transparent:focus-within{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .lg\:focus-within\:ring-am-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-pink-brightest:focus-within{
    --tw-ring-color: #d977dd3b;
  }

  :root .lg\:focus-within\:ring-am-pink-rose:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-orange-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cyan-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cyan-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cyan-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .lg\:focus-within\:ring-am-cyan-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .lg\:focus-within\:ring-am-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-yellow-resalt:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cream-entry:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cream-entry_light:focus-within{
    --tw-ring-color: #81E6AB33;
  }

  :root .lg\:focus-within\:ring-am-cream-entry_text:focus-within{
    --tw-ring-color: #81E6ABB3;
  }

  :root .lg\:focus-within\:ring-am-cream-lunchgo:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cream-lunchgo_light:focus-within{
    --tw-ring-color: #EEBA7233;
  }

  :root .lg\:focus-within\:ring-am-cream-lunchgo_text:focus-within{
    --tw-ring-color: #EEBA72B3;
  }

  :root .lg\:focus-within\:ring-am-cream-lunchback:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cream-lunchback_light:focus-within{
    --tw-ring-color: #EE8F7233;
  }

  :root .lg\:focus-within\:ring-am-cream-lunchback_text:focus-within{
    --tw-ring-color: #EE8F72B3;
  }

  :root .lg\:focus-within\:ring-am-cream-exit:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cream-exit_light:focus-within{
    --tw-ring-color: #81E6E233;
  }

  :root .lg\:focus-within\:ring-am-cream-exit_text:focus-within{
    --tw-ring-color: #81E6E2B3;
  }

  :root .lg\:focus-within\:ring-am-cream-yesterday:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-cream-yesterday_light:focus-within{
    --tw-ring-color: #DE777733;
  }

  :root .lg\:focus-within\:ring-am-cream-yesterday_text:focus-within{
    --tw-ring-color: #DE7777B3;
  }

  :root .lg\:focus-within\:ring-am-brown-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-brown-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .lg\:focus-within\:ring-am-brown:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .lg\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .lg\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .lg\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-grays-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-grays:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:ring-am-base-background:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-main-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-main-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-main-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-coral:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-coral-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-coral-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-teal-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-teal-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-new-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-purple-transparent:focus{
    --tw-ring-color: #757de338;
  }

  :root .lg\:focus\:ring-am-purple-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-purple-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-green-brightest:focus{
    --tw-ring-color: #77DEA280;
  }

  :root .lg\:focus\:ring-am-green-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-green-aqua:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-green-brightest-transparent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-green-hover:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-red-alive:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-red-intense:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-grey-light:focus{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .lg\:focus\:ring-am-grey-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-grey-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-grey-transparent:focus{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .lg\:focus\:ring-am-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-pink-brightest:focus{
    --tw-ring-color: #d977dd3b;
  }

  :root .lg\:focus\:ring-am-pink-rose:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-orange-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cyan-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cyan-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cyan-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .lg\:focus\:ring-am-cyan-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .lg\:focus\:ring-am-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-yellow-resalt:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cream-entry:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cream-entry_light:focus{
    --tw-ring-color: #81E6AB33;
  }

  :root .lg\:focus\:ring-am-cream-entry_text:focus{
    --tw-ring-color: #81E6ABB3;
  }

  :root .lg\:focus\:ring-am-cream-lunchgo:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cream-lunchgo_light:focus{
    --tw-ring-color: #EEBA7233;
  }

  :root .lg\:focus\:ring-am-cream-lunchgo_text:focus{
    --tw-ring-color: #EEBA72B3;
  }

  :root .lg\:focus\:ring-am-cream-lunchback:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cream-lunchback_light:focus{
    --tw-ring-color: #EE8F7233;
  }

  :root .lg\:focus\:ring-am-cream-lunchback_text:focus{
    --tw-ring-color: #EE8F72B3;
  }

  :root .lg\:focus\:ring-am-cream-exit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cream-exit_light:focus{
    --tw-ring-color: #81E6E233;
  }

  :root .lg\:focus\:ring-am-cream-exit_text:focus{
    --tw-ring-color: #81E6E2B3;
  }

  :root .lg\:focus\:ring-am-cream-yesterday:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-cream-yesterday_light:focus{
    --tw-ring-color: #DE777733;
  }

  :root .lg\:focus\:ring-am-cream-yesterday_text:focus{
    --tw-ring-color: #DE7777B3;
  }

  :root .lg\:focus\:ring-am-brown-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-brown-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .lg\:focus\:ring-am-brown:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  :root .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  :root .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  :root .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .lg\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .lg\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .lg\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .lg\:ring-offset-grays-light{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .lg\:ring-offset-grays{
    --tw-ring-offset-color: #969CA7;
  }

  :root .lg\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .lg\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .lg\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .lg\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .lg\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .lg\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .lg\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .lg\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .lg\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .lg\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .lg\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .lg\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .lg\:ring-offset-am-base-background{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .lg\:ring-offset-am-main-blue{
    --tw-ring-offset-color: #7084E3;
  }

  :root .lg\:ring-offset-am-main-blue-light{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .lg\:ring-offset-am-main-blue-dark{
    --tw-ring-offset-color: #00004d;
  }

  :root .lg\:ring-offset-am-gray{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .lg\:ring-offset-am-gray-light{
    --tw-ring-offset-color: #bebebe;
  }

  :root .lg\:ring-offset-am-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  :root .lg\:ring-offset-am-new-green{
    --tw-ring-offset-color: #77dea2;
  }

  :root .lg\:ring-offset-am-new-green-light{
    --tw-ring-offset-color: #baeed0;
  }

  :root .lg\:ring-offset-am-new-green-dark{
    --tw-ring-offset-color: #27834d;
  }

  :root .lg\:ring-offset-am-new-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .lg\:ring-offset-am-new-orange-light{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .lg\:ring-offset-am-new-orange-dark{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .lg\:ring-offset-am-coral{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .lg\:ring-offset-am-coral-light{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .lg\:ring-offset-am-coral-dark{
    --tw-ring-offset-color: #be6a50;
  }

  :root .lg\:ring-offset-am-teal{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .lg\:ring-offset-am-teal-light{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .lg\:ring-offset-am-teal-dark{
    --tw-ring-offset-color: #449D99;
  }

  :root .lg\:ring-offset-am-new-red{
    --tw-ring-offset-color: #de7777;
  }

  :root .lg\:ring-offset-am-new-red-light{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .lg\:ring-offset-am-new-red-dark{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .lg\:ring-offset-am-new-yellow{
    --tw-ring-offset-color: #ffce00;
  }

  :root .lg\:ring-offset-am-new-yellow-light{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .lg\:ring-offset-am-new-yellow-dark{
    --tw-ring-offset-color: #a56c00;
  }

  :root .lg\:ring-offset-am-new-pink{
    --tw-ring-offset-color: #d977dd;
  }

  :root .lg\:ring-offset-am-new-pink-light{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .lg\:ring-offset-am-new-pink-dark{
    --tw-ring-offset-color: #97569a;
  }

  :root .lg\:ring-offset-am-new-purple{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .lg\:ring-offset-am-new-purple-light{
    --tw-ring-offset-color: #baacff;
  }

  :root .lg\:ring-offset-am-new-purple-dark{
    --tw-ring-offset-color: #7164b1;
  }

  :root .lg\:ring-offset-am-purple-transparent{
    --tw-ring-offset-color: #757de338;
  }

  :root .lg\:ring-offset-am-purple-relight{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .lg\:ring-offset-am-purple-light{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .lg\:ring-offset-am-purple-medium{
    --tw-ring-offset-color: #927DEA;
  }

  :root .lg\:ring-offset-am-purple-dark{
    --tw-ring-offset-color: #465499;
  }

  :root .lg\:ring-offset-am-purple{
    --tw-ring-offset-color: #7084E3;
  }

  :root .lg\:ring-offset-am-green-light{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .lg\:ring-offset-am-green-brightest{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .lg\:ring-offset-am-green-cyan{
    --tw-ring-offset-color: #26b28f;
  }

  :root .lg\:ring-offset-am-green-dark{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .lg\:ring-offset-am-green-aqua{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .lg\:ring-offset-am-green-brightest-transparent{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .lg\:ring-offset-am-green-hover{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .lg\:ring-offset-am-green{
    --tw-ring-offset-color: #54C931;
  }

  :root .lg\:ring-offset-am-red-alive{
    --tw-ring-offset-color: #E56262;
  }

  :root .lg\:ring-offset-am-red-light{
    --tw-ring-offset-color: #ffcece;
  }

  :root .lg\:ring-offset-am-red-dark{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .lg\:ring-offset-am-red-intense{
    --tw-ring-offset-color: #f00846;
  }

  :root .lg\:ring-offset-am-red{
    --tw-ring-offset-color: #DE7777;
  }

  :root .lg\:ring-offset-am-grey-light{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .lg\:ring-offset-am-grey-dark{
    --tw-ring-offset-color: #2C303E;
  }

  :root .lg\:ring-offset-am-grey-medium{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .lg\:ring-offset-am-grey-transparent{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .lg\:ring-offset-am-grey{
    --tw-ring-offset-color: #666666;
  }

  :root .lg\:ring-offset-am-pink-light{
    --tw-ring-offset-color: #edcff0;
  }

  :root .lg\:ring-offset-am-pink-dark{
    --tw-ring-offset-color: #a941ae;
  }

  :root .lg\:ring-offset-am-pink-brightest{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .lg\:ring-offset-am-pink-rose{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .lg\:ring-offset-am-pink{
    --tw-ring-offset-color: #D977DD;
  }

  :root .lg\:ring-offset-am-orange-light{
    --tw-ring-offset-color: #f89103;
  }

  :root .lg\:ring-offset-am-orange-relight{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .lg\:ring-offset-am-orange-dark{
    --tw-ring-offset-color: #b57c00;
  }

  :root .lg\:ring-offset-am-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .lg\:ring-offset-am-cyan-light{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .lg\:ring-offset-am-cyan-dark{
    --tw-ring-offset-color: #129aa6;
  }

  :root .lg\:ring-offset-am-cyan-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .lg\:ring-offset-am-cyan-green{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .lg\:ring-offset-am-cyan{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .lg\:ring-offset-am-blue-light{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .lg\:ring-offset-am-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .lg\:ring-offset-am-blue-dark{
    --tw-ring-offset-color: #5784a5;
  }

  :root .lg\:ring-offset-am-yellow-resalt{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .lg\:ring-offset-am-yellow-light{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .lg\:ring-offset-am-yellow-dark{
    --tw-ring-offset-color: #c18b11;
  }

  :root .lg\:ring-offset-am-yellow{
    --tw-ring-offset-color: #FAD073;
  }

  :root .lg\:ring-offset-am-cream-entry{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .lg\:ring-offset-am-cream-entry_light{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .lg\:ring-offset-am-cream-entry_text{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .lg\:ring-offset-am-cream-lunchgo{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .lg\:ring-offset-am-cream-lunchgo_light{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .lg\:ring-offset-am-cream-lunchgo_text{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .lg\:ring-offset-am-cream-lunchback{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .lg\:ring-offset-am-cream-lunchback_light{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .lg\:ring-offset-am-cream-lunchback_text{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .lg\:ring-offset-am-cream-exit{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .lg\:ring-offset-am-cream-exit_light{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .lg\:ring-offset-am-cream-exit_text{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .lg\:ring-offset-am-cream-yesterday{
    --tw-ring-offset-color: #DE7777;
  }

  :root .lg\:ring-offset-am-cream-yesterday_light{
    --tw-ring-offset-color: #DE777733;
  }

  :root .lg\:ring-offset-am-cream-yesterday_text{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .lg\:ring-offset-am-brown-light{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .lg\:ring-offset-am-brown-dark{
    --tw-ring-offset-color: #501D0E;
  }

  :root .lg\:ring-offset-am-brown{
    --tw-ring-offset-color: #A23E00;
  }

  :root .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .lg\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .lg\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .lg\:focus-within\:ring-offset-grays-light:focus-within{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .lg\:focus-within\:ring-offset-grays:focus-within{
    --tw-ring-offset-color: #969CA7;
  }

  :root .lg\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .lg\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .lg\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .lg\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .lg\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .lg\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .lg\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .lg\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .lg\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .lg\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .lg\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .lg\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .lg\:focus-within\:ring-offset-am-base-background:focus-within{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .lg\:focus-within\:ring-offset-am-main-blue:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .lg\:focus-within\:ring-offset-am-main-blue-light:focus-within{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .lg\:focus-within\:ring-offset-am-main-blue-dark:focus-within{
    --tw-ring-offset-color: #00004d;
  }

  :root .lg\:focus-within\:ring-offset-am-gray:focus-within{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .lg\:focus-within\:ring-offset-am-gray-light:focus-within{
    --tw-ring-offset-color: #bebebe;
  }

  :root .lg\:focus-within\:ring-offset-am-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .lg\:focus-within\:ring-offset-am-new-green:focus-within{
    --tw-ring-offset-color: #77dea2;
  }

  :root .lg\:focus-within\:ring-offset-am-new-green-light:focus-within{
    --tw-ring-offset-color: #baeed0;
  }

  :root .lg\:focus-within\:ring-offset-am-new-green-dark:focus-within{
    --tw-ring-offset-color: #27834d;
  }

  :root .lg\:focus-within\:ring-offset-am-new-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .lg\:focus-within\:ring-offset-am-new-orange-light:focus-within{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .lg\:focus-within\:ring-offset-am-new-orange-dark:focus-within{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .lg\:focus-within\:ring-offset-am-coral:focus-within{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .lg\:focus-within\:ring-offset-am-coral-light:focus-within{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .lg\:focus-within\:ring-offset-am-coral-dark:focus-within{
    --tw-ring-offset-color: #be6a50;
  }

  :root .lg\:focus-within\:ring-offset-am-teal:focus-within{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .lg\:focus-within\:ring-offset-am-teal-light:focus-within{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .lg\:focus-within\:ring-offset-am-teal-dark:focus-within{
    --tw-ring-offset-color: #449D99;
  }

  :root .lg\:focus-within\:ring-offset-am-new-red:focus-within{
    --tw-ring-offset-color: #de7777;
  }

  :root .lg\:focus-within\:ring-offset-am-new-red-light:focus-within{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .lg\:focus-within\:ring-offset-am-new-red-dark:focus-within{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .lg\:focus-within\:ring-offset-am-new-yellow:focus-within{
    --tw-ring-offset-color: #ffce00;
  }

  :root .lg\:focus-within\:ring-offset-am-new-yellow-light:focus-within{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .lg\:focus-within\:ring-offset-am-new-yellow-dark:focus-within{
    --tw-ring-offset-color: #a56c00;
  }

  :root .lg\:focus-within\:ring-offset-am-new-pink:focus-within{
    --tw-ring-offset-color: #d977dd;
  }

  :root .lg\:focus-within\:ring-offset-am-new-pink-light:focus-within{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .lg\:focus-within\:ring-offset-am-new-pink-dark:focus-within{
    --tw-ring-offset-color: #97569a;
  }

  :root .lg\:focus-within\:ring-offset-am-new-purple:focus-within{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .lg\:focus-within\:ring-offset-am-new-purple-light:focus-within{
    --tw-ring-offset-color: #baacff;
  }

  :root .lg\:focus-within\:ring-offset-am-new-purple-dark:focus-within{
    --tw-ring-offset-color: #7164b1;
  }

  :root .lg\:focus-within\:ring-offset-am-purple-transparent:focus-within{
    --tw-ring-offset-color: #757de338;
  }

  :root .lg\:focus-within\:ring-offset-am-purple-relight:focus-within{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .lg\:focus-within\:ring-offset-am-purple-light:focus-within{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .lg\:focus-within\:ring-offset-am-purple-medium:focus-within{
    --tw-ring-offset-color: #927DEA;
  }

  :root .lg\:focus-within\:ring-offset-am-purple-dark:focus-within{
    --tw-ring-offset-color: #465499;
  }

  :root .lg\:focus-within\:ring-offset-am-purple:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .lg\:focus-within\:ring-offset-am-green-light:focus-within{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .lg\:focus-within\:ring-offset-am-green-brightest:focus-within{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .lg\:focus-within\:ring-offset-am-green-cyan:focus-within{
    --tw-ring-offset-color: #26b28f;
  }

  :root .lg\:focus-within\:ring-offset-am-green-dark:focus-within{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .lg\:focus-within\:ring-offset-am-green-aqua:focus-within{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .lg\:focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .lg\:focus-within\:ring-offset-am-green-hover:focus-within{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .lg\:focus-within\:ring-offset-am-green:focus-within{
    --tw-ring-offset-color: #54C931;
  }

  :root .lg\:focus-within\:ring-offset-am-red-alive:focus-within{
    --tw-ring-offset-color: #E56262;
  }

  :root .lg\:focus-within\:ring-offset-am-red-light:focus-within{
    --tw-ring-offset-color: #ffcece;
  }

  :root .lg\:focus-within\:ring-offset-am-red-dark:focus-within{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .lg\:focus-within\:ring-offset-am-red-intense:focus-within{
    --tw-ring-offset-color: #f00846;
  }

  :root .lg\:focus-within\:ring-offset-am-red:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .lg\:focus-within\:ring-offset-am-grey-light:focus-within{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .lg\:focus-within\:ring-offset-am-grey-dark:focus-within{
    --tw-ring-offset-color: #2C303E;
  }

  :root .lg\:focus-within\:ring-offset-am-grey-medium:focus-within{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .lg\:focus-within\:ring-offset-am-grey-transparent:focus-within{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .lg\:focus-within\:ring-offset-am-grey:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .lg\:focus-within\:ring-offset-am-pink-light:focus-within{
    --tw-ring-offset-color: #edcff0;
  }

  :root .lg\:focus-within\:ring-offset-am-pink-dark:focus-within{
    --tw-ring-offset-color: #a941ae;
  }

  :root .lg\:focus-within\:ring-offset-am-pink-brightest:focus-within{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .lg\:focus-within\:ring-offset-am-pink-rose:focus-within{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .lg\:focus-within\:ring-offset-am-pink:focus-within{
    --tw-ring-offset-color: #D977DD;
  }

  :root .lg\:focus-within\:ring-offset-am-orange-light:focus-within{
    --tw-ring-offset-color: #f89103;
  }

  :root .lg\:focus-within\:ring-offset-am-orange-relight:focus-within{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .lg\:focus-within\:ring-offset-am-orange-dark:focus-within{
    --tw-ring-offset-color: #b57c00;
  }

  :root .lg\:focus-within\:ring-offset-am-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .lg\:focus-within\:ring-offset-am-cyan-light:focus-within{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .lg\:focus-within\:ring-offset-am-cyan-dark:focus-within{
    --tw-ring-offset-color: #129aa6;
  }

  :root .lg\:focus-within\:ring-offset-am-cyan-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .lg\:focus-within\:ring-offset-am-cyan-green:focus-within{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .lg\:focus-within\:ring-offset-am-cyan:focus-within{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .lg\:focus-within\:ring-offset-am-blue-light:focus-within{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .lg\:focus-within\:ring-offset-am-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .lg\:focus-within\:ring-offset-am-blue-dark:focus-within{
    --tw-ring-offset-color: #5784a5;
  }

  :root .lg\:focus-within\:ring-offset-am-yellow-resalt:focus-within{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .lg\:focus-within\:ring-offset-am-yellow-light:focus-within{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .lg\:focus-within\:ring-offset-am-yellow-dark:focus-within{
    --tw-ring-offset-color: #c18b11;
  }

  :root .lg\:focus-within\:ring-offset-am-yellow:focus-within{
    --tw-ring-offset-color: #FAD073;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-entry:focus-within{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-entry_light:focus-within{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-entry_text:focus-within{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-lunchgo:focus-within{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-lunchback:focus-within{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-exit:focus-within{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-exit_light:focus-within{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-exit_text:focus-within{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-yesterday:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
    --tw-ring-offset-color: #DE777733;
  }

  :root .lg\:focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .lg\:focus-within\:ring-offset-am-brown-light:focus-within{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .lg\:focus-within\:ring-offset-am-brown-dark:focus-within{
    --tw-ring-offset-color: #501D0E;
  }

  :root .lg\:focus-within\:ring-offset-am-brown:focus-within{
    --tw-ring-offset-color: #A23E00;
  }

  :root .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .lg\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .lg\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .lg\:focus\:ring-offset-grays-light:focus{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .lg\:focus\:ring-offset-grays:focus{
    --tw-ring-offset-color: #969CA7;
  }

  :root .lg\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .lg\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .lg\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .lg\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .lg\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .lg\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .lg\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .lg\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .lg\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .lg\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .lg\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .lg\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .lg\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .lg\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .lg\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .lg\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .lg\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .lg\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .lg\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .lg\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .lg\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .lg\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .lg\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .lg\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .lg\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .lg\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .lg\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .lg\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .lg\:focus\:ring-offset-am-base-background:focus{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .lg\:focus\:ring-offset-am-main-blue:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .lg\:focus\:ring-offset-am-main-blue-light:focus{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .lg\:focus\:ring-offset-am-main-blue-dark:focus{
    --tw-ring-offset-color: #00004d;
  }

  :root .lg\:focus\:ring-offset-am-gray:focus{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .lg\:focus\:ring-offset-am-gray-light:focus{
    --tw-ring-offset-color: #bebebe;
  }

  :root .lg\:focus\:ring-offset-am-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .lg\:focus\:ring-offset-am-new-green:focus{
    --tw-ring-offset-color: #77dea2;
  }

  :root .lg\:focus\:ring-offset-am-new-green-light:focus{
    --tw-ring-offset-color: #baeed0;
  }

  :root .lg\:focus\:ring-offset-am-new-green-dark:focus{
    --tw-ring-offset-color: #27834d;
  }

  :root .lg\:focus\:ring-offset-am-new-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .lg\:focus\:ring-offset-am-new-orange-light:focus{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .lg\:focus\:ring-offset-am-new-orange-dark:focus{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .lg\:focus\:ring-offset-am-coral:focus{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .lg\:focus\:ring-offset-am-coral-light:focus{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .lg\:focus\:ring-offset-am-coral-dark:focus{
    --tw-ring-offset-color: #be6a50;
  }

  :root .lg\:focus\:ring-offset-am-teal:focus{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .lg\:focus\:ring-offset-am-teal-light:focus{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .lg\:focus\:ring-offset-am-teal-dark:focus{
    --tw-ring-offset-color: #449D99;
  }

  :root .lg\:focus\:ring-offset-am-new-red:focus{
    --tw-ring-offset-color: #de7777;
  }

  :root .lg\:focus\:ring-offset-am-new-red-light:focus{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .lg\:focus\:ring-offset-am-new-red-dark:focus{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .lg\:focus\:ring-offset-am-new-yellow:focus{
    --tw-ring-offset-color: #ffce00;
  }

  :root .lg\:focus\:ring-offset-am-new-yellow-light:focus{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .lg\:focus\:ring-offset-am-new-yellow-dark:focus{
    --tw-ring-offset-color: #a56c00;
  }

  :root .lg\:focus\:ring-offset-am-new-pink:focus{
    --tw-ring-offset-color: #d977dd;
  }

  :root .lg\:focus\:ring-offset-am-new-pink-light:focus{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .lg\:focus\:ring-offset-am-new-pink-dark:focus{
    --tw-ring-offset-color: #97569a;
  }

  :root .lg\:focus\:ring-offset-am-new-purple:focus{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .lg\:focus\:ring-offset-am-new-purple-light:focus{
    --tw-ring-offset-color: #baacff;
  }

  :root .lg\:focus\:ring-offset-am-new-purple-dark:focus{
    --tw-ring-offset-color: #7164b1;
  }

  :root .lg\:focus\:ring-offset-am-purple-transparent:focus{
    --tw-ring-offset-color: #757de338;
  }

  :root .lg\:focus\:ring-offset-am-purple-relight:focus{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .lg\:focus\:ring-offset-am-purple-light:focus{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .lg\:focus\:ring-offset-am-purple-medium:focus{
    --tw-ring-offset-color: #927DEA;
  }

  :root .lg\:focus\:ring-offset-am-purple-dark:focus{
    --tw-ring-offset-color: #465499;
  }

  :root .lg\:focus\:ring-offset-am-purple:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .lg\:focus\:ring-offset-am-green-light:focus{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .lg\:focus\:ring-offset-am-green-brightest:focus{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .lg\:focus\:ring-offset-am-green-cyan:focus{
    --tw-ring-offset-color: #26b28f;
  }

  :root .lg\:focus\:ring-offset-am-green-dark:focus{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .lg\:focus\:ring-offset-am-green-aqua:focus{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .lg\:focus\:ring-offset-am-green-brightest-transparent:focus{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .lg\:focus\:ring-offset-am-green-hover:focus{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .lg\:focus\:ring-offset-am-green:focus{
    --tw-ring-offset-color: #54C931;
  }

  :root .lg\:focus\:ring-offset-am-red-alive:focus{
    --tw-ring-offset-color: #E56262;
  }

  :root .lg\:focus\:ring-offset-am-red-light:focus{
    --tw-ring-offset-color: #ffcece;
  }

  :root .lg\:focus\:ring-offset-am-red-dark:focus{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .lg\:focus\:ring-offset-am-red-intense:focus{
    --tw-ring-offset-color: #f00846;
  }

  :root .lg\:focus\:ring-offset-am-red:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .lg\:focus\:ring-offset-am-grey-light:focus{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .lg\:focus\:ring-offset-am-grey-dark:focus{
    --tw-ring-offset-color: #2C303E;
  }

  :root .lg\:focus\:ring-offset-am-grey-medium:focus{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .lg\:focus\:ring-offset-am-grey-transparent:focus{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .lg\:focus\:ring-offset-am-grey:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .lg\:focus\:ring-offset-am-pink-light:focus{
    --tw-ring-offset-color: #edcff0;
  }

  :root .lg\:focus\:ring-offset-am-pink-dark:focus{
    --tw-ring-offset-color: #a941ae;
  }

  :root .lg\:focus\:ring-offset-am-pink-brightest:focus{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .lg\:focus\:ring-offset-am-pink-rose:focus{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .lg\:focus\:ring-offset-am-pink:focus{
    --tw-ring-offset-color: #D977DD;
  }

  :root .lg\:focus\:ring-offset-am-orange-light:focus{
    --tw-ring-offset-color: #f89103;
  }

  :root .lg\:focus\:ring-offset-am-orange-relight:focus{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .lg\:focus\:ring-offset-am-orange-dark:focus{
    --tw-ring-offset-color: #b57c00;
  }

  :root .lg\:focus\:ring-offset-am-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .lg\:focus\:ring-offset-am-cyan-light:focus{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .lg\:focus\:ring-offset-am-cyan-dark:focus{
    --tw-ring-offset-color: #129aa6;
  }

  :root .lg\:focus\:ring-offset-am-cyan-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .lg\:focus\:ring-offset-am-cyan-green:focus{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .lg\:focus\:ring-offset-am-cyan:focus{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .lg\:focus\:ring-offset-am-blue-light:focus{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .lg\:focus\:ring-offset-am-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .lg\:focus\:ring-offset-am-blue-dark:focus{
    --tw-ring-offset-color: #5784a5;
  }

  :root .lg\:focus\:ring-offset-am-yellow-resalt:focus{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .lg\:focus\:ring-offset-am-yellow-light:focus{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .lg\:focus\:ring-offset-am-yellow-dark:focus{
    --tw-ring-offset-color: #c18b11;
  }

  :root .lg\:focus\:ring-offset-am-yellow:focus{
    --tw-ring-offset-color: #FAD073;
  }

  :root .lg\:focus\:ring-offset-am-cream-entry:focus{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .lg\:focus\:ring-offset-am-cream-entry_light:focus{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .lg\:focus\:ring-offset-am-cream-entry_text:focus{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .lg\:focus\:ring-offset-am-cream-lunchgo:focus{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .lg\:focus\:ring-offset-am-cream-lunchgo_light:focus{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .lg\:focus\:ring-offset-am-cream-lunchgo_text:focus{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .lg\:focus\:ring-offset-am-cream-lunchback:focus{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .lg\:focus\:ring-offset-am-cream-lunchback_light:focus{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .lg\:focus\:ring-offset-am-cream-lunchback_text:focus{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .lg\:focus\:ring-offset-am-cream-exit:focus{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .lg\:focus\:ring-offset-am-cream-exit_light:focus{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .lg\:focus\:ring-offset-am-cream-exit_text:focus{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .lg\:focus\:ring-offset-am-cream-yesterday:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .lg\:focus\:ring-offset-am-cream-yesterday_light:focus{
    --tw-ring-offset-color: #DE777733;
  }

  :root .lg\:focus\:ring-offset-am-cream-yesterday_text:focus{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .lg\:focus\:ring-offset-am-brown-light:focus{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .lg\:focus\:ring-offset-am-brown-dark:focus{
    --tw-ring-offset-color: #501D0E;
  }

  :root .lg\:focus\:ring-offset-am-brown:focus{
    --tw-ring-offset-color: #A23E00;
  }

  :root .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .lg\:filter-none{
    filter: none;
  }

  :root .lg\:blur-0{
    --tw-blur: blur(0);
  }

  :root .lg\:blur-none{
    --tw-blur: blur(0);
  }

  :root .lg\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .lg\:blur{
    --tw-blur: blur(8px);
  }

  :root .lg\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .lg\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .lg\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .lg\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .lg\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .lg\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .lg\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .lg\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .lg\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .lg\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .lg\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .lg\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .lg\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .lg\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .lg\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .lg\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .lg\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .lg\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .lg\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .lg\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .lg\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .lg\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .lg\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .lg\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .lg\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .lg\:invert-0{
    --tw-invert: invert(0);
  }

  :root .lg\:invert{
    --tw-invert: invert(100%);
  }

  :root .lg\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .lg\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .lg\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .lg\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .lg\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .lg\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .lg\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .lg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  :root .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  :root .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  :root .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  :root .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  :root .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  :root .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  :root .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  :root .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  :root .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  :root .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  :root .lg\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  :root .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  :root .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  :root .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  :root .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  :root .lg\:transition-none{
    transition-property: none;
  }

  :root .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .lg\:delay-75{
    transition-delay: 75ms;
  }

  :root .lg\:delay-100{
    transition-delay: 100ms;
  }

  :root .lg\:delay-150{
    transition-delay: 150ms;
  }

  :root .lg\:delay-200{
    transition-delay: 200ms;
  }

  :root .lg\:delay-300{
    transition-delay: 300ms;
  }

  :root .lg\:delay-500{
    transition-delay: 500ms;
  }

  :root .lg\:delay-700{
    transition-delay: 700ms;
  }

  :root .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .lg\:duration-75{
    transition-duration: 75ms;
  }

  :root .lg\:duration-100{
    transition-duration: 100ms;
  }

  :root .lg\:duration-150{
    transition-duration: 150ms;
  }

  :root .lg\:duration-200{
    transition-duration: 200ms;
  }

  :root .lg\:duration-300{
    transition-duration: 300ms;
  }

  :root .lg\:duration-500{
    transition-duration: 500ms;
  }

  :root .lg\:duration-700{
    transition-duration: 700ms;
  }

  :root .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .lg\:ease-linear{
    transition-timing-function: linear;
  }

  :root .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1366px){
  :root .xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .xl\:pointer-events-none{
    pointer-events: none;
  }

  :root .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .xl\:visible{
    visibility: visible;
  }

  :root .xl\:invisible{
    visibility: hidden;
  }

  :root .xl\:static{
    position: static;
  }

  :root .xl\:fixed{
    position: fixed;
  }

  :root .xl\:absolute{
    position: absolute;
  }

  :root .xl\:relative{
    position: relative;
  }

  :root .xl\:sticky{
    position: sticky;
  }

  :root .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .xl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .xl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .xl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .xl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .xl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .xl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .xl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .xl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .xl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .xl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .xl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .xl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .xl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .xl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .xl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .xl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .xl\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .xl\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .xl\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .xl\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .xl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root .xl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root .xl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root .xl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root .xl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root .xl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root .xl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root .xl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root .xl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root .xl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root .xl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root .xl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root .xl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root .xl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root .xl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root .xl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root .xl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root .xl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root .xl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root .xl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .xl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .xl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .xl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .xl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .xl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .xl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .xl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .xl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .xl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .xl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .xl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .xl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .xl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .xl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .xl\:top-0{
    top: 0;
  }

  :root .xl\:top-1{
    top: 0.25rem;
  }

  :root .xl\:top-2{
    top: 0.5rem;
  }

  :root .xl\:top-3{
    top: 0.75rem;
  }

  :root .xl\:top-4{
    top: 1rem;
  }

  :root .xl\:top-5{
    top: 1.25rem;
  }

  :root .xl\:top-6{
    top: 1.5rem;
  }

  :root .xl\:top-8{
    top: 2rem;
  }

  :root .xl\:top-10{
    top: 2.5rem;
  }

  :root .xl\:top-12{
    top: 3rem;
  }

  :root .xl\:-top-1{
    top: -0.25rem;
  }

  :root .xl\:-top-2{
    top: -0.5rem;
  }

  :root .xl\:-top-3{
    top: -0.75rem;
  }

  :root .xl\:-top-4{
    top: -1rem;
  }

  :root .xl\:-top-5{
    top: -1.25rem;
  }

  :root .xl\:-top-6{
    top: -1.5rem;
  }

  :root .xl\:-top-8{
    top: -2rem;
  }

  :root .xl\:-top-10{
    top: -2.5rem;
  }

  :root .xl\:-top-12{
    top: -3rem;
  }

  :root .xl\:top-auto{
    top: auto;
  }

  :root .xl\:right-0{
    right: 0;
  }

  :root .xl\:right-1{
    right: 0.25rem;
  }

  :root .xl\:right-2{
    right: 0.5rem;
  }

  :root .xl\:right-3{
    right: 0.75rem;
  }

  :root .xl\:right-4{
    right: 1rem;
  }

  :root .xl\:right-5{
    right: 1.25rem;
  }

  :root .xl\:right-6{
    right: 1.5rem;
  }

  :root .xl\:right-8{
    right: 2rem;
  }

  :root .xl\:right-10{
    right: 2.5rem;
  }

  :root .xl\:right-12{
    right: 3rem;
  }

  :root .xl\:-right-1{
    right: -0.25rem;
  }

  :root .xl\:-right-2{
    right: -0.5rem;
  }

  :root .xl\:-right-3{
    right: -0.75rem;
  }

  :root .xl\:-right-4{
    right: -1rem;
  }

  :root .xl\:-right-5{
    right: -1.25rem;
  }

  :root .xl\:-right-6{
    right: -1.5rem;
  }

  :root .xl\:-right-8{
    right: -2rem;
  }

  :root .xl\:-right-10{
    right: -2.5rem;
  }

  :root .xl\:-right-12{
    right: -3rem;
  }

  :root .xl\:right-auto{
    right: auto;
  }

  :root .xl\:bottom-0{
    bottom: 0;
  }

  :root .xl\:bottom-1{
    bottom: 0.25rem;
  }

  :root .xl\:bottom-2{
    bottom: 0.5rem;
  }

  :root .xl\:bottom-3{
    bottom: 0.75rem;
  }

  :root .xl\:bottom-4{
    bottom: 1rem;
  }

  :root .xl\:bottom-5{
    bottom: 1.25rem;
  }

  :root .xl\:bottom-6{
    bottom: 1.5rem;
  }

  :root .xl\:bottom-8{
    bottom: 2rem;
  }

  :root .xl\:bottom-10{
    bottom: 2.5rem;
  }

  :root .xl\:bottom-12{
    bottom: 3rem;
  }

  :root .xl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .xl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .xl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .xl\:-bottom-4{
    bottom: -1rem;
  }

  :root .xl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .xl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .xl\:-bottom-8{
    bottom: -2rem;
  }

  :root .xl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .xl\:-bottom-12{
    bottom: -3rem;
  }

  :root .xl\:bottom-auto{
    bottom: auto;
  }

  :root .xl\:left-0{
    left: 0;
  }

  :root .xl\:left-1{
    left: 0.25rem;
  }

  :root .xl\:left-2{
    left: 0.5rem;
  }

  :root .xl\:left-3{
    left: 0.75rem;
  }

  :root .xl\:left-4{
    left: 1rem;
  }

  :root .xl\:left-5{
    left: 1.25rem;
  }

  :root .xl\:left-6{
    left: 1.5rem;
  }

  :root .xl\:left-8{
    left: 2rem;
  }

  :root .xl\:left-10{
    left: 2.5rem;
  }

  :root .xl\:left-12{
    left: 3rem;
  }

  :root .xl\:-left-1{
    left: -0.25rem;
  }

  :root .xl\:-left-2{
    left: -0.5rem;
  }

  :root .xl\:-left-3{
    left: -0.75rem;
  }

  :root .xl\:-left-4{
    left: -1rem;
  }

  :root .xl\:-left-5{
    left: -1.25rem;
  }

  :root .xl\:-left-6{
    left: -1.5rem;
  }

  :root .xl\:-left-8{
    left: -2rem;
  }

  :root .xl\:-left-10{
    left: -2.5rem;
  }

  :root .xl\:-left-12{
    left: -3rem;
  }

  :root .xl\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .xl\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .xl\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .xl\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .xl\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .xl\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .xl\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .xl\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .xl\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .xl\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .xl\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .xl\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .xl\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:left-auto{
    left: auto;
  }

  :root .xl\:isolate{
    isolation: isolate;
  }

  :root .xl\:isolation-auto{
    isolation: auto;
  }

  :root .xl\:z-0{
    z-index: 0;
  }

  :root .xl\:z-10{
    z-index: 10;
  }

  :root .xl\:z-20{
    z-index: 20;
  }

  :root .xl\:z-30{
    z-index: 30;
  }

  :root .xl\:z-40{
    z-index: 40;
  }

  :root .xl\:z-50{
    z-index: 50;
  }

  :root .xl\:z-auto{
    z-index: auto;
  }

  :root .xl\:order-1{
    order: 1;
  }

  :root .xl\:order-2{
    order: 2;
  }

  :root .xl\:order-3{
    order: 3;
  }

  :root .xl\:order-4{
    order: 4;
  }

  :root .xl\:order-5{
    order: 5;
  }

  :root .xl\:order-6{
    order: 6;
  }

  :root .xl\:order-7{
    order: 7;
  }

  :root .xl\:order-8{
    order: 8;
  }

  :root .xl\:order-9{
    order: 9;
  }

  :root .xl\:order-10{
    order: 10;
  }

  :root .xl\:order-11{
    order: 11;
  }

  :root .xl\:order-12{
    order: 12;
  }

  :root .xl\:order-first{
    order: -9999;
  }

  :root .xl\:order-last{
    order: 9999;
  }

  :root .xl\:order-none{
    order: 0;
  }

  :root .xl\:col-auto{
    grid-column: auto;
  }

  :root .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .xl\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .xl\:col-start-1{
    grid-column-start: 1;
  }

  :root .xl\:col-start-2{
    grid-column-start: 2;
  }

  :root .xl\:col-start-3{
    grid-column-start: 3;
  }

  :root .xl\:col-start-4{
    grid-column-start: 4;
  }

  :root .xl\:col-start-5{
    grid-column-start: 5;
  }

  :root .xl\:col-start-6{
    grid-column-start: 6;
  }

  :root .xl\:col-start-7{
    grid-column-start: 7;
  }

  :root .xl\:col-start-8{
    grid-column-start: 8;
  }

  :root .xl\:col-start-9{
    grid-column-start: 9;
  }

  :root .xl\:col-start-10{
    grid-column-start: 10;
  }

  :root .xl\:col-start-11{
    grid-column-start: 11;
  }

  :root .xl\:col-start-12{
    grid-column-start: 12;
  }

  :root .xl\:col-start-13{
    grid-column-start: 13;
  }

  :root .xl\:col-start-auto{
    grid-column-start: auto;
  }

  :root .xl\:col-end-1{
    grid-column-end: 1;
  }

  :root .xl\:col-end-2{
    grid-column-end: 2;
  }

  :root .xl\:col-end-3{
    grid-column-end: 3;
  }

  :root .xl\:col-end-4{
    grid-column-end: 4;
  }

  :root .xl\:col-end-5{
    grid-column-end: 5;
  }

  :root .xl\:col-end-6{
    grid-column-end: 6;
  }

  :root .xl\:col-end-7{
    grid-column-end: 7;
  }

  :root .xl\:col-end-8{
    grid-column-end: 8;
  }

  :root .xl\:col-end-9{
    grid-column-end: 9;
  }

  :root .xl\:col-end-10{
    grid-column-end: 10;
  }

  :root .xl\:col-end-11{
    grid-column-end: 11;
  }

  :root .xl\:col-end-12{
    grid-column-end: 12;
  }

  :root .xl\:col-end-13{
    grid-column-end: 13;
  }

  :root .xl\:col-end-auto{
    grid-column-end: auto;
  }

  :root .xl\:row-auto{
    grid-row: auto;
  }

  :root .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .xl\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .xl\:row-start-1{
    grid-row-start: 1;
  }

  :root .xl\:row-start-2{
    grid-row-start: 2;
  }

  :root .xl\:row-start-3{
    grid-row-start: 3;
  }

  :root .xl\:row-start-4{
    grid-row-start: 4;
  }

  :root .xl\:row-start-5{
    grid-row-start: 5;
  }

  :root .xl\:row-start-6{
    grid-row-start: 6;
  }

  :root .xl\:row-start-7{
    grid-row-start: 7;
  }

  :root .xl\:row-start-auto{
    grid-row-start: auto;
  }

  :root .xl\:row-end-1{
    grid-row-end: 1;
  }

  :root .xl\:row-end-2{
    grid-row-end: 2;
  }

  :root .xl\:row-end-3{
    grid-row-end: 3;
  }

  :root .xl\:row-end-4{
    grid-row-end: 4;
  }

  :root .xl\:row-end-5{
    grid-row-end: 5;
  }

  :root .xl\:row-end-6{
    grid-row-end: 6;
  }

  :root .xl\:row-end-7{
    grid-row-end: 7;
  }

  :root .xl\:row-end-auto{
    grid-row-end: auto;
  }

  :root .xl\:float-right{
    float: right;
  }

  :root .xl\:float-left{
    float: left;
  }

  :root .xl\:float-none{
    float: none;
  }

  :root .xl\:clear-left{
    clear: left;
  }

  :root .xl\:clear-right{
    clear: right;
  }

  :root .xl\:clear-both{
    clear: both;
  }

  :root .xl\:clear-none{
    clear: none;
  }

  :root .xl\:m-0{
    margin: 0;
  }

  :root .xl\:m-1{
    margin: 0.25rem;
  }

  :root .xl\:m-2{
    margin: 0.5rem;
  }

  :root .xl\:m-3{
    margin: 0.75rem;
  }

  :root .xl\:m-4{
    margin: 1rem;
  }

  :root .xl\:m-5{
    margin: 1.25rem;
  }

  :root .xl\:m-6{
    margin: 1.5rem;
  }

  :root .xl\:m-7{
    margin: 1.75rem;
  }

  :root .xl\:m-8{
    margin: 2rem;
  }

  :root .xl\:m-9{
    margin: 2.25rem;
  }

  :root .xl\:m-10{
    margin: 2.5rem;
  }

  :root .xl\:m-11{
    margin: 2.75rem;
  }

  :root .xl\:m-12{
    margin: 3rem;
  }

  :root .xl\:m-13{
    margin: 3.25rem;
  }

  :root .xl\:m-14{
    margin: 3.5rem;
  }

  :root .xl\:m-16{
    margin: 4rem;
  }

  :root .xl\:m-18{
    margin: 4.5rem;
  }

  :root .xl\:m-20{
    margin: 5rem;
  }

  :root .xl\:m-21{
    margin: 5.25rem;
  }

  :root .xl\:m-22{
    margin: 5.5rem;
  }

  :root .xl\:m-24{
    margin: 6rem;
  }

  :root .xl\:m-26{
    margin: 6.5rem;
  }

  :root .xl\:m-27{
    margin: 6.75rem;
  }

  :root .xl\:m-28{
    margin: 7rem;
  }

  :root .xl\:m-30{
    margin: 7.5rem;
  }

  :root .xl\:m-32{
    margin: 8rem;
  }

  :root .xl\:m-36{
    margin: 9rem;
  }

  :root .xl\:m-40{
    margin: 10rem;
  }

  :root .xl\:m-41{
    margin: 11.25rem;
  }

  :root .xl\:m-42{
    margin: 11.5rem;
  }

  :root .xl\:m-44{
    margin: 11rem;
  }

  :root .xl\:m-48{
    margin: 12rem;
  }

  :root .xl\:m-52{
    margin: 13rem;
  }

  :root .xl\:m-54{
    margin: 13.5rem;
  }

  :root .xl\:m-56{
    margin: 14rem;
  }

  :root .xl\:m-60{
    margin: 15rem;
  }

  :root .xl\:m-64{
    margin: 16rem;
  }

  :root .xl\:m-68{
    margin: 17rem;
  }

  :root .xl\:m-72{
    margin: 18rem;
  }

  :root .xl\:m-76{
    margin: 19rem;
  }

  :root .xl\:m-80{
    margin: 20rem;
  }

  :root .xl\:m-84{
    margin: 21rem;
  }

  :root .xl\:m-88{
    margin: 22rem;
  }

  :root .xl\:m-96{
    margin: 24rem;
  }

  :root .xl\:m-112{
    margin: 28rem;
  }

  :root .xl\:m-120{
    margin: 30rem;
  }

  :root .xl\:m-140{
    margin: 35rem;
  }

  :root .xl\:m-150{
    margin: 37.5rem;
  }

  :root .xl\:m-160{
    margin: 40rem;
  }

  :root .xl\:m-220{
    margin: 55rem;
  }

  :root .xl\:m-240{
    margin: 60rem;
  }

  :root .xl\:m-300{
    margin: 75rem;
  }

  :root .xl\:m-320{
    margin: 80rem;
  }

  :root .xl\:m-auto{
    margin: auto;
  }

  :root .xl\:m-px{
    margin: 1px;
  }

  :root .xl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .xl\:m-1\.5{
    margin: 0.375rem;
  }

  :root .xl\:-m-1{
    margin: -0.25rem;
  }

  :root .xl\:-m-2{
    margin: -0.5rem;
  }

  :root .xl\:-m-3{
    margin: -0.75rem;
  }

  :root .xl\:-m-4{
    margin: -1rem;
  }

  :root .xl\:-m-5{
    margin: -1.25rem;
  }

  :root .xl\:-m-6{
    margin: -1.5rem;
  }

  :root .xl\:-m-7{
    margin: -1.75rem;
  }

  :root .xl\:-m-8{
    margin: -2rem;
  }

  :root .xl\:-m-9{
    margin: -2.25rem;
  }

  :root .xl\:-m-10{
    margin: -2.5rem;
  }

  :root .xl\:-m-11{
    margin: -2.75rem;
  }

  :root .xl\:-m-12{
    margin: -3rem;
  }

  :root .xl\:-m-13{
    margin: -3.25rem;
  }

  :root .xl\:-m-14{
    margin: -3.5rem;
  }

  :root .xl\:-m-16{
    margin: -4rem;
  }

  :root .xl\:-m-18{
    margin: -4.5rem;
  }

  :root .xl\:-m-20{
    margin: -5rem;
  }

  :root .xl\:-m-21{
    margin: -5.25rem;
  }

  :root .xl\:-m-22{
    margin: -5.5rem;
  }

  :root .xl\:-m-24{
    margin: -6rem;
  }

  :root .xl\:-m-26{
    margin: -6.5rem;
  }

  :root .xl\:-m-27{
    margin: -6.75rem;
  }

  :root .xl\:-m-28{
    margin: -7rem;
  }

  :root .xl\:-m-30{
    margin: -7.5rem;
  }

  :root .xl\:-m-32{
    margin: -8rem;
  }

  :root .xl\:-m-36{
    margin: -9rem;
  }

  :root .xl\:-m-40{
    margin: -10rem;
  }

  :root .xl\:-m-41{
    margin: -11.25rem;
  }

  :root .xl\:-m-42{
    margin: -11.5rem;
  }

  :root .xl\:-m-44{
    margin: -11rem;
  }

  :root .xl\:-m-48{
    margin: -12rem;
  }

  :root .xl\:-m-52{
    margin: -13rem;
  }

  :root .xl\:-m-54{
    margin: -13.5rem;
  }

  :root .xl\:-m-56{
    margin: -14rem;
  }

  :root .xl\:-m-60{
    margin: -15rem;
  }

  :root .xl\:-m-64{
    margin: -16rem;
  }

  :root .xl\:-m-68{
    margin: -17rem;
  }

  :root .xl\:-m-72{
    margin: -18rem;
  }

  :root .xl\:-m-76{
    margin: -19rem;
  }

  :root .xl\:-m-80{
    margin: -20rem;
  }

  :root .xl\:-m-84{
    margin: -21rem;
  }

  :root .xl\:-m-88{
    margin: -22rem;
  }

  :root .xl\:-m-96{
    margin: -24rem;
  }

  :root .xl\:-m-112{
    margin: -28rem;
  }

  :root .xl\:-m-120{
    margin: -30rem;
  }

  :root .xl\:-m-140{
    margin: -35rem;
  }

  :root .xl\:-m-150{
    margin: -37.5rem;
  }

  :root .xl\:-m-160{
    margin: -40rem;
  }

  :root .xl\:-m-220{
    margin: -55rem;
  }

  :root .xl\:-m-240{
    margin: -60rem;
  }

  :root .xl\:-m-300{
    margin: -75rem;
  }

  :root .xl\:-m-320{
    margin: -80rem;
  }

  :root .xl\:-m-px{
    margin: -1px;
  }

  :root .xl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-m-1\.5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .xl\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-13{
    margin: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-18{
    margin: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-21{
    margin: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-22{
    margin: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-26{
    margin: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-27{
    margin: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-30{
    margin: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-41{
    margin: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-42{
    margin: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-54{
    margin: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-68{
    margin: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-76{
    margin: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-84{
    margin: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-88{
    margin: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-112{
    margin: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-120{
    margin: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-140{
    margin: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-150{
    margin: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-160{
    margin: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-220{
    margin: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-240{
    margin: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-300{
    margin: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-320{
    margin: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .xl\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-1.xl\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-68{
    margin: -17rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-76{
    margin: -19rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-84{
    margin: -21rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-88{
    margin: -22rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-112{
    margin: -28rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-120{
    margin: -30rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-140{
    margin: -35rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-160{
    margin: -40rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-220{
    margin: -55rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-240{
    margin: -60rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-300{
    margin: -75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-320{
    margin: -80rem;
  }

  :root [dir=ltr] .xl\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .xl\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-1.xl\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .xl\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-13{
    margin: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-18{
    margin: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-21{
    margin: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-22{
    margin: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-26{
    margin: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-27{
    margin: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-30{
    margin: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-41{
    margin: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-42{
    margin: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-54{
    margin: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-68{
    margin: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-76{
    margin: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-84{
    margin: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-88{
    margin: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-112{
    margin: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-120{
    margin: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-140{
    margin: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-150{
    margin: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-160{
    margin: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-220{
    margin: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-240{
    margin: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-300{
    margin: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-320{
    margin: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .xl\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-1.xl\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-68{
    margin: -17rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-76{
    margin: -19rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-84{
    margin: -21rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-88{
    margin: -22rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-112{
    margin: -28rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-120{
    margin: -30rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-140{
    margin: -35rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-160{
    margin: -40rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-220{
    margin: -55rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-240{
    margin: -60rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-300{
    margin: -75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-320{
    margin: -80rem;
  }

  :root [dir=rtl] .xl\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .xl\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-1.xl\:5{
    margin: -0.375rem;
  }

  :root .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .xl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root .xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .xl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .xl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root .xl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .xl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root .xl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root .xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .xl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .xl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root .xl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root .xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .xl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .xl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root .xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .xl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root .xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .xl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root .xl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root .xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .xl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root .xl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root .xl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root .xl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root .xl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root .xl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root .xl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root .xl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root .xl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .xl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .xl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root .xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .xl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .xl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root .xl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .xl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root .xl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root .xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .xl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .xl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root .xl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root .xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .xl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .xl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root .xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .xl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root .xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .xl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root .xl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root .xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .xl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root .xl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root .xl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root .xl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root .xl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root .xl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root .xl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root .xl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root .xl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .xl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .xl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root .xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .xl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .xl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root .xl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .xl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root .xl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .xl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .xl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root .xl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root .xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .xl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .xl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root .xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .xl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root .xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .xl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root .xl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root .xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .xl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root .xl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root .xl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root .xl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root .xl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root .xl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root .xl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root .xl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root .xl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .xl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .xl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root .xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .xl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .xl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root .xl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .xl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root .xl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root .xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .xl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .xl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root .xl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root .xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .xl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .xl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root .xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .xl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root .xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .xl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root .xl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root .xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .xl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root .xl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root .xl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root .xl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root .xl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root .xl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root .xl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root .xl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root .xl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .xl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .xl\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .xl\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mx-1.xl\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .xl\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mx-1.xl\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .xl\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .xl\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-1.xl\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .xl\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .xl\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-1.xl\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .xl\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .xl\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mx-1.xl\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .xl\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mx-1.xl\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .xl\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .xl\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-1.xl\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .xl\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .xl\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-1.xl\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .xl\:mt-0{
    margin-top: 0;
  }

  :root .xl\:mt-1{
    margin-top: 0.25rem;
  }

  :root .xl\:mt-2{
    margin-top: 0.5rem;
  }

  :root .xl\:mt-3{
    margin-top: 0.75rem;
  }

  :root .xl\:mt-4{
    margin-top: 1rem;
  }

  :root .xl\:mt-5{
    margin-top: 1.25rem;
  }

  :root .xl\:mt-6{
    margin-top: 1.5rem;
  }

  :root .xl\:mt-7{
    margin-top: 1.75rem;
  }

  :root .xl\:mt-8{
    margin-top: 2rem;
  }

  :root .xl\:mt-9{
    margin-top: 2.25rem;
  }

  :root .xl\:mt-10{
    margin-top: 2.5rem;
  }

  :root .xl\:mt-11{
    margin-top: 2.75rem;
  }

  :root .xl\:mt-12{
    margin-top: 3rem;
  }

  :root .xl\:mt-13{
    margin-top: 3.25rem;
  }

  :root .xl\:mt-14{
    margin-top: 3.5rem;
  }

  :root .xl\:mt-16{
    margin-top: 4rem;
  }

  :root .xl\:mt-18{
    margin-top: 4.5rem;
  }

  :root .xl\:mt-20{
    margin-top: 5rem;
  }

  :root .xl\:mt-21{
    margin-top: 5.25rem;
  }

  :root .xl\:mt-22{
    margin-top: 5.5rem;
  }

  :root .xl\:mt-24{
    margin-top: 6rem;
  }

  :root .xl\:mt-26{
    margin-top: 6.5rem;
  }

  :root .xl\:mt-27{
    margin-top: 6.75rem;
  }

  :root .xl\:mt-28{
    margin-top: 7rem;
  }

  :root .xl\:mt-30{
    margin-top: 7.5rem;
  }

  :root .xl\:mt-32{
    margin-top: 8rem;
  }

  :root .xl\:mt-36{
    margin-top: 9rem;
  }

  :root .xl\:mt-40{
    margin-top: 10rem;
  }

  :root .xl\:mt-41{
    margin-top: 11.25rem;
  }

  :root .xl\:mt-42{
    margin-top: 11.5rem;
  }

  :root .xl\:mt-44{
    margin-top: 11rem;
  }

  :root .xl\:mt-48{
    margin-top: 12rem;
  }

  :root .xl\:mt-52{
    margin-top: 13rem;
  }

  :root .xl\:mt-54{
    margin-top: 13.5rem;
  }

  :root .xl\:mt-56{
    margin-top: 14rem;
  }

  :root .xl\:mt-60{
    margin-top: 15rem;
  }

  :root .xl\:mt-64{
    margin-top: 16rem;
  }

  :root .xl\:mt-68{
    margin-top: 17rem;
  }

  :root .xl\:mt-72{
    margin-top: 18rem;
  }

  :root .xl\:mt-76{
    margin-top: 19rem;
  }

  :root .xl\:mt-80{
    margin-top: 20rem;
  }

  :root .xl\:mt-84{
    margin-top: 21rem;
  }

  :root .xl\:mt-88{
    margin-top: 22rem;
  }

  :root .xl\:mt-96{
    margin-top: 24rem;
  }

  :root .xl\:mt-112{
    margin-top: 28rem;
  }

  :root .xl\:mt-120{
    margin-top: 30rem;
  }

  :root .xl\:mt-140{
    margin-top: 35rem;
  }

  :root .xl\:mt-150{
    margin-top: 37.5rem;
  }

  :root .xl\:mt-160{
    margin-top: 40rem;
  }

  :root .xl\:mt-220{
    margin-top: 55rem;
  }

  :root .xl\:mt-240{
    margin-top: 60rem;
  }

  :root .xl\:mt-300{
    margin-top: 75rem;
  }

  :root .xl\:mt-320{
    margin-top: 80rem;
  }

  :root .xl\:mt-auto{
    margin-top: auto;
  }

  :root .xl\:mt-px{
    margin-top: 1px;
  }

  :root .xl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .xl\:-mt-4{
    margin-top: -1rem;
  }

  :root .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .xl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .xl\:-mt-8{
    margin-top: -2rem;
  }

  :root .xl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .xl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .xl\:-mt-12{
    margin-top: -3rem;
  }

  :root .xl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root .xl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .xl\:-mt-16{
    margin-top: -4rem;
  }

  :root .xl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root .xl\:-mt-20{
    margin-top: -5rem;
  }

  :root .xl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root .xl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root .xl\:-mt-24{
    margin-top: -6rem;
  }

  :root .xl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root .xl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root .xl\:-mt-28{
    margin-top: -7rem;
  }

  :root .xl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root .xl\:-mt-32{
    margin-top: -8rem;
  }

  :root .xl\:-mt-36{
    margin-top: -9rem;
  }

  :root .xl\:-mt-40{
    margin-top: -10rem;
  }

  :root .xl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root .xl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root .xl\:-mt-44{
    margin-top: -11rem;
  }

  :root .xl\:-mt-48{
    margin-top: -12rem;
  }

  :root .xl\:-mt-52{
    margin-top: -13rem;
  }

  :root .xl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root .xl\:-mt-56{
    margin-top: -14rem;
  }

  :root .xl\:-mt-60{
    margin-top: -15rem;
  }

  :root .xl\:-mt-64{
    margin-top: -16rem;
  }

  :root .xl\:-mt-68{
    margin-top: -17rem;
  }

  :root .xl\:-mt-72{
    margin-top: -18rem;
  }

  :root .xl\:-mt-76{
    margin-top: -19rem;
  }

  :root .xl\:-mt-80{
    margin-top: -20rem;
  }

  :root .xl\:-mt-84{
    margin-top: -21rem;
  }

  :root .xl\:-mt-88{
    margin-top: -22rem;
  }

  :root .xl\:-mt-96{
    margin-top: -24rem;
  }

  :root .xl\:-mt-112{
    margin-top: -28rem;
  }

  :root .xl\:-mt-120{
    margin-top: -30rem;
  }

  :root .xl\:-mt-140{
    margin-top: -35rem;
  }

  :root .xl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root .xl\:-mt-160{
    margin-top: -40rem;
  }

  :root .xl\:-mt-220{
    margin-top: -55rem;
  }

  :root .xl\:-mt-240{
    margin-top: -60rem;
  }

  :root .xl\:-mt-300{
    margin-top: -75rem;
  }

  :root .xl\:-mt-320{
    margin-top: -80rem;
  }

  :root .xl\:-mt-px{
    margin-top: -1px;
  }

  :root .xl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .xl\:mr-0{
    margin-right: 0;
  }

  :root .xl\:mr-1{
    margin-right: 0.25rem;
  }

  :root .xl\:mr-2{
    margin-right: 0.5rem;
  }

  :root .xl\:mr-3{
    margin-right: 0.75rem;
  }

  :root .xl\:mr-4{
    margin-right: 1rem;
  }

  :root .xl\:mr-5{
    margin-right: 1.25rem;
  }

  :root .xl\:mr-6{
    margin-right: 1.5rem;
  }

  :root .xl\:mr-7{
    margin-right: 1.75rem;
  }

  :root .xl\:mr-8{
    margin-right: 2rem;
  }

  :root .xl\:mr-9{
    margin-right: 2.25rem;
  }

  :root .xl\:mr-10{
    margin-right: 2.5rem;
  }

  :root .xl\:mr-11{
    margin-right: 2.75rem;
  }

  :root .xl\:mr-12{
    margin-right: 3rem;
  }

  :root .xl\:mr-13{
    margin-right: 3.25rem;
  }

  :root .xl\:mr-14{
    margin-right: 3.5rem;
  }

  :root .xl\:mr-16{
    margin-right: 4rem;
  }

  :root .xl\:mr-18{
    margin-right: 4.5rem;
  }

  :root .xl\:mr-20{
    margin-right: 5rem;
  }

  :root .xl\:mr-21{
    margin-right: 5.25rem;
  }

  :root .xl\:mr-22{
    margin-right: 5.5rem;
  }

  :root .xl\:mr-24{
    margin-right: 6rem;
  }

  :root .xl\:mr-26{
    margin-right: 6.5rem;
  }

  :root .xl\:mr-27{
    margin-right: 6.75rem;
  }

  :root .xl\:mr-28{
    margin-right: 7rem;
  }

  :root .xl\:mr-30{
    margin-right: 7.5rem;
  }

  :root .xl\:mr-32{
    margin-right: 8rem;
  }

  :root .xl\:mr-36{
    margin-right: 9rem;
  }

  :root .xl\:mr-40{
    margin-right: 10rem;
  }

  :root .xl\:mr-41{
    margin-right: 11.25rem;
  }

  :root .xl\:mr-42{
    margin-right: 11.5rem;
  }

  :root .xl\:mr-44{
    margin-right: 11rem;
  }

  :root .xl\:mr-48{
    margin-right: 12rem;
  }

  :root .xl\:mr-52{
    margin-right: 13rem;
  }

  :root .xl\:mr-54{
    margin-right: 13.5rem;
  }

  :root .xl\:mr-56{
    margin-right: 14rem;
  }

  :root .xl\:mr-60{
    margin-right: 15rem;
  }

  :root .xl\:mr-64{
    margin-right: 16rem;
  }

  :root .xl\:mr-68{
    margin-right: 17rem;
  }

  :root .xl\:mr-72{
    margin-right: 18rem;
  }

  :root .xl\:mr-76{
    margin-right: 19rem;
  }

  :root .xl\:mr-80{
    margin-right: 20rem;
  }

  :root .xl\:mr-84{
    margin-right: 21rem;
  }

  :root .xl\:mr-88{
    margin-right: 22rem;
  }

  :root .xl\:mr-96{
    margin-right: 24rem;
  }

  :root .xl\:mr-112{
    margin-right: 28rem;
  }

  :root .xl\:mr-120{
    margin-right: 30rem;
  }

  :root .xl\:mr-140{
    margin-right: 35rem;
  }

  :root .xl\:mr-150{
    margin-right: 37.5rem;
  }

  :root .xl\:mr-160{
    margin-right: 40rem;
  }

  :root .xl\:mr-220{
    margin-right: 55rem;
  }

  :root .xl\:mr-240{
    margin-right: 60rem;
  }

  :root .xl\:mr-300{
    margin-right: 75rem;
  }

  :root .xl\:mr-320{
    margin-right: 80rem;
  }

  :root .xl\:mr-auto{
    margin-right: auto;
  }

  :root .xl\:mr-px{
    margin-right: 1px;
  }

  :root .xl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .xl\:-mr-4{
    margin-right: -1rem;
  }

  :root .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .xl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .xl\:-mr-8{
    margin-right: -2rem;
  }

  :root .xl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .xl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .xl\:-mr-12{
    margin-right: -3rem;
  }

  :root .xl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root .xl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .xl\:-mr-16{
    margin-right: -4rem;
  }

  :root .xl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root .xl\:-mr-20{
    margin-right: -5rem;
  }

  :root .xl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root .xl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root .xl\:-mr-24{
    margin-right: -6rem;
  }

  :root .xl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root .xl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root .xl\:-mr-28{
    margin-right: -7rem;
  }

  :root .xl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root .xl\:-mr-32{
    margin-right: -8rem;
  }

  :root .xl\:-mr-36{
    margin-right: -9rem;
  }

  :root .xl\:-mr-40{
    margin-right: -10rem;
  }

  :root .xl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root .xl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root .xl\:-mr-44{
    margin-right: -11rem;
  }

  :root .xl\:-mr-48{
    margin-right: -12rem;
  }

  :root .xl\:-mr-52{
    margin-right: -13rem;
  }

  :root .xl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root .xl\:-mr-56{
    margin-right: -14rem;
  }

  :root .xl\:-mr-60{
    margin-right: -15rem;
  }

  :root .xl\:-mr-64{
    margin-right: -16rem;
  }

  :root .xl\:-mr-68{
    margin-right: -17rem;
  }

  :root .xl\:-mr-72{
    margin-right: -18rem;
  }

  :root .xl\:-mr-76{
    margin-right: -19rem;
  }

  :root .xl\:-mr-80{
    margin-right: -20rem;
  }

  :root .xl\:-mr-84{
    margin-right: -21rem;
  }

  :root .xl\:-mr-88{
    margin-right: -22rem;
  }

  :root .xl\:-mr-96{
    margin-right: -24rem;
  }

  :root .xl\:-mr-112{
    margin-right: -28rem;
  }

  :root .xl\:-mr-120{
    margin-right: -30rem;
  }

  :root .xl\:-mr-140{
    margin-right: -35rem;
  }

  :root .xl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root .xl\:-mr-160{
    margin-right: -40rem;
  }

  :root .xl\:-mr-220{
    margin-right: -55rem;
  }

  :root .xl\:-mr-240{
    margin-right: -60rem;
  }

  :root .xl\:-mr-300{
    margin-right: -75rem;
  }

  :root .xl\:-mr-320{
    margin-right: -80rem;
  }

  :root .xl\:-mr-px{
    margin-right: -1px;
  }

  :root .xl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .xl\:mb-0{
    margin-bottom: 0;
  }

  :root .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .xl\:mb-4{
    margin-bottom: 1rem;
  }

  :root .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .xl\:mb-8{
    margin-bottom: 2rem;
  }

  :root .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .xl\:mb-12{
    margin-bottom: 3rem;
  }

  :root .xl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root .xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .xl\:mb-16{
    margin-bottom: 4rem;
  }

  :root .xl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root .xl\:mb-20{
    margin-bottom: 5rem;
  }

  :root .xl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root .xl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root .xl\:mb-24{
    margin-bottom: 6rem;
  }

  :root .xl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root .xl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root .xl\:mb-28{
    margin-bottom: 7rem;
  }

  :root .xl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root .xl\:mb-32{
    margin-bottom: 8rem;
  }

  :root .xl\:mb-36{
    margin-bottom: 9rem;
  }

  :root .xl\:mb-40{
    margin-bottom: 10rem;
  }

  :root .xl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root .xl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root .xl\:mb-44{
    margin-bottom: 11rem;
  }

  :root .xl\:mb-48{
    margin-bottom: 12rem;
  }

  :root .xl\:mb-52{
    margin-bottom: 13rem;
  }

  :root .xl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root .xl\:mb-56{
    margin-bottom: 14rem;
  }

  :root .xl\:mb-60{
    margin-bottom: 15rem;
  }

  :root .xl\:mb-64{
    margin-bottom: 16rem;
  }

  :root .xl\:mb-68{
    margin-bottom: 17rem;
  }

  :root .xl\:mb-72{
    margin-bottom: 18rem;
  }

  :root .xl\:mb-76{
    margin-bottom: 19rem;
  }

  :root .xl\:mb-80{
    margin-bottom: 20rem;
  }

  :root .xl\:mb-84{
    margin-bottom: 21rem;
  }

  :root .xl\:mb-88{
    margin-bottom: 22rem;
  }

  :root .xl\:mb-96{
    margin-bottom: 24rem;
  }

  :root .xl\:mb-112{
    margin-bottom: 28rem;
  }

  :root .xl\:mb-120{
    margin-bottom: 30rem;
  }

  :root .xl\:mb-140{
    margin-bottom: 35rem;
  }

  :root .xl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root .xl\:mb-160{
    margin-bottom: 40rem;
  }

  :root .xl\:mb-220{
    margin-bottom: 55rem;
  }

  :root .xl\:mb-240{
    margin-bottom: 60rem;
  }

  :root .xl\:mb-300{
    margin-bottom: 75rem;
  }

  :root .xl\:mb-320{
    margin-bottom: 80rem;
  }

  :root .xl\:mb-auto{
    margin-bottom: auto;
  }

  :root .xl\:mb-px{
    margin-bottom: 1px;
  }

  :root .xl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .xl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root .xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .xl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .xl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root .xl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .xl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root .xl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root .xl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .xl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .xl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .xl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root .xl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root .xl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .xl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .xl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .xl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .xl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root .xl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .xl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root .xl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .xl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root .xl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root .xl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .xl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root .xl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root .xl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root .xl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root .xl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root .xl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root .xl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root .xl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root .xl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root .xl\:-mb-px{
    margin-bottom: -1px;
  }

  :root .xl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .xl\:ml-0{
    margin-left: 0;
  }

  :root .xl\:ml-1{
    margin-left: 0.25rem;
  }

  :root .xl\:ml-2{
    margin-left: 0.5rem;
  }

  :root .xl\:ml-3{
    margin-left: 0.75rem;
  }

  :root .xl\:ml-4{
    margin-left: 1rem;
  }

  :root .xl\:ml-5{
    margin-left: 1.25rem;
  }

  :root .xl\:ml-6{
    margin-left: 1.5rem;
  }

  :root .xl\:ml-7{
    margin-left: 1.75rem;
  }

  :root .xl\:ml-8{
    margin-left: 2rem;
  }

  :root .xl\:ml-9{
    margin-left: 2.25rem;
  }

  :root .xl\:ml-10{
    margin-left: 2.5rem;
  }

  :root .xl\:ml-11{
    margin-left: 2.75rem;
  }

  :root .xl\:ml-12{
    margin-left: 3rem;
  }

  :root .xl\:ml-13{
    margin-left: 3.25rem;
  }

  :root .xl\:ml-14{
    margin-left: 3.5rem;
  }

  :root .xl\:ml-16{
    margin-left: 4rem;
  }

  :root .xl\:ml-18{
    margin-left: 4.5rem;
  }

  :root .xl\:ml-20{
    margin-left: 5rem;
  }

  :root .xl\:ml-21{
    margin-left: 5.25rem;
  }

  :root .xl\:ml-22{
    margin-left: 5.5rem;
  }

  :root .xl\:ml-24{
    margin-left: 6rem;
  }

  :root .xl\:ml-26{
    margin-left: 6.5rem;
  }

  :root .xl\:ml-27{
    margin-left: 6.75rem;
  }

  :root .xl\:ml-28{
    margin-left: 7rem;
  }

  :root .xl\:ml-30{
    margin-left: 7.5rem;
  }

  :root .xl\:ml-32{
    margin-left: 8rem;
  }

  :root .xl\:ml-36{
    margin-left: 9rem;
  }

  :root .xl\:ml-40{
    margin-left: 10rem;
  }

  :root .xl\:ml-41{
    margin-left: 11.25rem;
  }

  :root .xl\:ml-42{
    margin-left: 11.5rem;
  }

  :root .xl\:ml-44{
    margin-left: 11rem;
  }

  :root .xl\:ml-48{
    margin-left: 12rem;
  }

  :root .xl\:ml-52{
    margin-left: 13rem;
  }

  :root .xl\:ml-54{
    margin-left: 13.5rem;
  }

  :root .xl\:ml-56{
    margin-left: 14rem;
  }

  :root .xl\:ml-60{
    margin-left: 15rem;
  }

  :root .xl\:ml-64{
    margin-left: 16rem;
  }

  :root .xl\:ml-68{
    margin-left: 17rem;
  }

  :root .xl\:ml-72{
    margin-left: 18rem;
  }

  :root .xl\:ml-76{
    margin-left: 19rem;
  }

  :root .xl\:ml-80{
    margin-left: 20rem;
  }

  :root .xl\:ml-84{
    margin-left: 21rem;
  }

  :root .xl\:ml-88{
    margin-left: 22rem;
  }

  :root .xl\:ml-96{
    margin-left: 24rem;
  }

  :root .xl\:ml-112{
    margin-left: 28rem;
  }

  :root .xl\:ml-120{
    margin-left: 30rem;
  }

  :root .xl\:ml-140{
    margin-left: 35rem;
  }

  :root .xl\:ml-150{
    margin-left: 37.5rem;
  }

  :root .xl\:ml-160{
    margin-left: 40rem;
  }

  :root .xl\:ml-220{
    margin-left: 55rem;
  }

  :root .xl\:ml-240{
    margin-left: 60rem;
  }

  :root .xl\:ml-300{
    margin-left: 75rem;
  }

  :root .xl\:ml-320{
    margin-left: 80rem;
  }

  :root .xl\:ml-auto{
    margin-left: auto;
  }

  :root .xl\:ml-px{
    margin-left: 1px;
  }

  :root .xl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .xl\:-ml-4{
    margin-left: -1rem;
  }

  :root .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .xl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .xl\:-ml-8{
    margin-left: -2rem;
  }

  :root .xl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .xl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .xl\:-ml-12{
    margin-left: -3rem;
  }

  :root .xl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root .xl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .xl\:-ml-16{
    margin-left: -4rem;
  }

  :root .xl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root .xl\:-ml-20{
    margin-left: -5rem;
  }

  :root .xl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root .xl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root .xl\:-ml-24{
    margin-left: -6rem;
  }

  :root .xl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root .xl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root .xl\:-ml-28{
    margin-left: -7rem;
  }

  :root .xl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root .xl\:-ml-32{
    margin-left: -8rem;
  }

  :root .xl\:-ml-36{
    margin-left: -9rem;
  }

  :root .xl\:-ml-40{
    margin-left: -10rem;
  }

  :root .xl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root .xl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root .xl\:-ml-44{
    margin-left: -11rem;
  }

  :root .xl\:-ml-48{
    margin-left: -12rem;
  }

  :root .xl\:-ml-52{
    margin-left: -13rem;
  }

  :root .xl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root .xl\:-ml-56{
    margin-left: -14rem;
  }

  :root .xl\:-ml-60{
    margin-left: -15rem;
  }

  :root .xl\:-ml-64{
    margin-left: -16rem;
  }

  :root .xl\:-ml-68{
    margin-left: -17rem;
  }

  :root .xl\:-ml-72{
    margin-left: -18rem;
  }

  :root .xl\:-ml-76{
    margin-left: -19rem;
  }

  :root .xl\:-ml-80{
    margin-left: -20rem;
  }

  :root .xl\:-ml-84{
    margin-left: -21rem;
  }

  :root .xl\:-ml-88{
    margin-left: -22rem;
  }

  :root .xl\:-ml-96{
    margin-left: -24rem;
  }

  :root .xl\:-ml-112{
    margin-left: -28rem;
  }

  :root .xl\:-ml-120{
    margin-left: -30rem;
  }

  :root .xl\:-ml-140{
    margin-left: -35rem;
  }

  :root .xl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root .xl\:-ml-160{
    margin-left: -40rem;
  }

  :root .xl\:-ml-220{
    margin-left: -55rem;
  }

  :root .xl\:-ml-240{
    margin-left: -60rem;
  }

  :root .xl\:-ml-300{
    margin-left: -75rem;
  }

  :root .xl\:-ml-320{
    margin-left: -80rem;
  }

  :root .xl\:-ml-px{
    margin-left: -1px;
  }

  :root .xl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .xl\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .xl\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-1.xl\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .xl\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-1.xl\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .xl\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .xl\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mr-1.xl\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .xl\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mr-1.xl\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .xl\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .xl\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mb-1.xl\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .xl\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mb-1.xl\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .xl\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .xl\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:ml-1.xl\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .xl\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-ml-1.xl\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .xl\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .xl\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-1.xl\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .xl\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-1.xl\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .xl\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .xl\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mr-1.xl\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .xl\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mr-1.xl\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .xl\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .xl\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mb-1.xl\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .xl\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mb-1.xl\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .xl\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .xl\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:ml-1.xl\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .xl\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-ml-1.xl\:5{
    margin-left: -0.375rem;
  }

  :root .xl\:box-border{
    box-sizing: border-box;
  }

  :root .xl\:box-content{
    box-sizing: content-box;
  }

  :root .xl\:block{
    display: block;
  }

  :root .xl\:inline-block{
    display: inline-block;
  }

  :root .xl\:inline{
    display: inline;
  }

  :root .xl\:flex{
    display: flex;
  }

  :root .xl\:inline-flex{
    display: inline-flex;
  }

  :root .xl\:table{
    display: table;
  }

  :root .xl\:inline-table{
    display: inline-table;
  }

  :root .xl\:table-caption{
    display: table-caption;
  }

  :root .xl\:table-cell{
    display: table-cell;
  }

  :root .xl\:table-column{
    display: table-column;
  }

  :root .xl\:table-column-group{
    display: table-column-group;
  }

  :root .xl\:table-footer-group{
    display: table-footer-group;
  }

  :root .xl\:table-header-group{
    display: table-header-group;
  }

  :root .xl\:table-row-group{
    display: table-row-group;
  }

  :root .xl\:table-row{
    display: table-row;
  }

  :root .xl\:flow-root{
    display: flow-root;
  }

  :root .xl\:grid{
    display: grid;
  }

  :root .xl\:inline-grid{
    display: inline-grid;
  }

  :root .xl\:contents{
    display: contents;
  }

  :root .xl\:list-item{
    display: list-item;
  }

  :root .xl\:hidden{
    display: none;
  }

  :root .xl\:h-0{
    height: 0;
  }

  :root .xl\:h-1{
    height: 0.25rem;
  }

  :root .xl\:h-2{
    height: 0.5rem;
  }

  :root .xl\:h-3{
    height: 0.75rem;
  }

  :root .xl\:h-4{
    height: 1rem;
  }

  :root .xl\:h-5{
    height: 1.25rem;
  }

  :root .xl\:h-6{
    height: 1.5rem;
  }

  :root .xl\:h-7{
    height: 1.75rem;
  }

  :root .xl\:h-8{
    height: 2rem;
  }

  :root .xl\:h-9{
    height: 2.25rem;
  }

  :root .xl\:h-10{
    height: 2.5rem;
  }

  :root .xl\:h-11{
    height: 2.75rem;
  }

  :root .xl\:h-12{
    height: 3rem;
  }

  :root .xl\:h-13{
    height: 3.25rem;
  }

  :root .xl\:h-14{
    height: 3.5rem;
  }

  :root .xl\:h-16{
    height: 4rem;
  }

  :root .xl\:h-18{
    height: 4.5rem;
  }

  :root .xl\:h-20{
    height: 5rem;
  }

  :root .xl\:h-21{
    height: 5.25rem;
  }

  :root .xl\:h-22{
    height: 5.5rem;
  }

  :root .xl\:h-24{
    height: 6rem;
  }

  :root .xl\:h-26{
    height: 6.5rem;
  }

  :root .xl\:h-27{
    height: 6.75rem;
  }

  :root .xl\:h-28{
    height: 7rem;
  }

  :root .xl\:h-30{
    height: 7.5rem;
  }

  :root .xl\:h-32{
    height: 8rem;
  }

  :root .xl\:h-36{
    height: 9rem;
  }

  :root .xl\:h-40{
    height: 10rem;
  }

  :root .xl\:h-41{
    height: 11.25rem;
  }

  :root .xl\:h-42{
    height: 11.5rem;
  }

  :root .xl\:h-44{
    height: 11rem;
  }

  :root .xl\:h-48{
    height: 12rem;
  }

  :root .xl\:h-52{
    height: 13rem;
  }

  :root .xl\:h-54{
    height: 13.5rem;
  }

  :root .xl\:h-56{
    height: 14rem;
  }

  :root .xl\:h-60{
    height: 15rem;
  }

  :root .xl\:h-64{
    height: 16rem;
  }

  :root .xl\:h-68{
    height: 17rem;
  }

  :root .xl\:h-72{
    height: 18rem;
  }

  :root .xl\:h-76{
    height: 19rem;
  }

  :root .xl\:h-80{
    height: 20rem;
  }

  :root .xl\:h-84{
    height: 21rem;
  }

  :root .xl\:h-88{
    height: 22rem;
  }

  :root .xl\:h-96{
    height: 24rem;
  }

  :root .xl\:h-112{
    height: 28rem;
  }

  :root .xl\:h-120{
    height: 30rem;
  }

  :root .xl\:h-140{
    height: 35rem;
  }

  :root .xl\:h-150{
    height: 37.5rem;
  }

  :root .xl\:h-160{
    height: 40rem;
  }

  :root .xl\:h-220{
    height: 55rem;
  }

  :root .xl\:h-240{
    height: 60rem;
  }

  :root .xl\:h-300{
    height: 75rem;
  }

  :root .xl\:h-320{
    height: 80rem;
  }

  :root .xl\:h-auto{
    height: auto;
  }

  :root .xl\:h-px{
    height: 1px;
  }

  :root .xl\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .xl\:h-1\.5{
    height: 0.375rem;
  }

  :root .xl\:h-full{
    height: 100%;
  }

  :root .xl\:h-screen{
    height: 100vh;
  }

  :root .xl\:h-fit{
    height: fit-content;
  }

  :root .xl\:max-h-0{
    max-height: 0;
  }

  :root .xl\:max-h-1{
    max-height: 0.25rem;
  }

  :root .xl\:max-h-2{
    max-height: 0.5rem;
  }

  :root .xl\:max-h-3{
    max-height: 0.75rem;
  }

  :root .xl\:max-h-4{
    max-height: 1rem;
  }

  :root .xl\:max-h-5{
    max-height: 1.25rem;
  }

  :root .xl\:max-h-6{
    max-height: 1.5rem;
  }

  :root .xl\:max-h-7{
    max-height: 1.75rem;
  }

  :root .xl\:max-h-8{
    max-height: 2rem;
  }

  :root .xl\:max-h-9{
    max-height: 2.25rem;
  }

  :root .xl\:max-h-10{
    max-height: 2.5rem;
  }

  :root .xl\:max-h-11{
    max-height: 2.75rem;
  }

  :root .xl\:max-h-12{
    max-height: 3rem;
  }

  :root .xl\:max-h-13{
    max-height: 3.25rem;
  }

  :root .xl\:max-h-14{
    max-height: 3.5rem;
  }

  :root .xl\:max-h-16{
    max-height: 4rem;
  }

  :root .xl\:max-h-18{
    max-height: 4.5rem;
  }

  :root .xl\:max-h-20{
    max-height: 5rem;
  }

  :root .xl\:max-h-21{
    max-height: 5.25rem;
  }

  :root .xl\:max-h-22{
    max-height: 5.5rem;
  }

  :root .xl\:max-h-24{
    max-height: 6rem;
  }

  :root .xl\:max-h-26{
    max-height: 6.5rem;
  }

  :root .xl\:max-h-27{
    max-height: 6.75rem;
  }

  :root .xl\:max-h-28{
    max-height: 7rem;
  }

  :root .xl\:max-h-30{
    max-height: 7.5rem;
  }

  :root .xl\:max-h-32{
    max-height: 8rem;
  }

  :root .xl\:max-h-36{
    max-height: 9rem;
  }

  :root .xl\:max-h-40{
    max-height: 10rem;
  }

  :root .xl\:max-h-41{
    max-height: 11.25rem;
  }

  :root .xl\:max-h-42{
    max-height: 11.5rem;
  }

  :root .xl\:max-h-44{
    max-height: 11rem;
  }

  :root .xl\:max-h-48{
    max-height: 12rem;
  }

  :root .xl\:max-h-52{
    max-height: 13rem;
  }

  :root .xl\:max-h-54{
    max-height: 13.5rem;
  }

  :root .xl\:max-h-56{
    max-height: 14rem;
  }

  :root .xl\:max-h-60{
    max-height: 15rem;
  }

  :root .xl\:max-h-64{
    max-height: 16rem;
  }

  :root .xl\:max-h-68{
    max-height: 17rem;
  }

  :root .xl\:max-h-72{
    max-height: 18rem;
  }

  :root .xl\:max-h-76{
    max-height: 19rem;
  }

  :root .xl\:max-h-80{
    max-height: 20rem;
  }

  :root .xl\:max-h-84{
    max-height: 21rem;
  }

  :root .xl\:max-h-88{
    max-height: 22rem;
  }

  :root .xl\:max-h-96{
    max-height: 24rem;
  }

  :root .xl\:max-h-112{
    max-height: 28rem;
  }

  :root .xl\:max-h-120{
    max-height: 30rem;
  }

  :root .xl\:max-h-140{
    max-height: 35rem;
  }

  :root .xl\:max-h-150{
    max-height: 37.5rem;
  }

  :root .xl\:max-h-160{
    max-height: 40rem;
  }

  :root .xl\:max-h-220{
    max-height: 55rem;
  }

  :root .xl\:max-h-240{
    max-height: 60rem;
  }

  :root .xl\:max-h-300{
    max-height: 75rem;
  }

  :root .xl\:max-h-320{
    max-height: 80rem;
  }

  :root .xl\:max-h-full{
    max-height: 100%;
  }

  :root .xl\:max-h-screen{
    max-height: 100vh;
  }

  :root .xl\:max-h-px{
    max-height: 1px;
  }

  :root .xl\:max-h-gutter{
    max-height: var(--padding-gutter);
  }

  :root .xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  :root .xl\:min-h-0{
    min-height: 0;
  }

  :root .xl\:min-h-1{
    min-height: 0.25rem;
  }

  :root .xl\:min-h-2{
    min-height: 0.5rem;
  }

  :root .xl\:min-h-3{
    min-height: 0.75rem;
  }

  :root .xl\:min-h-4{
    min-height: 1rem;
  }

  :root .xl\:min-h-5{
    min-height: 1.25rem;
  }

  :root .xl\:min-h-6{
    min-height: 1.5rem;
  }

  :root .xl\:min-h-7{
    min-height: 1.75rem;
  }

  :root .xl\:min-h-8{
    min-height: 2rem;
  }

  :root .xl\:min-h-9{
    min-height: 2.25rem;
  }

  :root .xl\:min-h-10{
    min-height: 2.5rem;
  }

  :root .xl\:min-h-11{
    min-height: 2.75rem;
  }

  :root .xl\:min-h-12{
    min-height: 3rem;
  }

  :root .xl\:min-h-13{
    min-height: 3.25rem;
  }

  :root .xl\:min-h-14{
    min-height: 3.5rem;
  }

  :root .xl\:min-h-16{
    min-height: 4rem;
  }

  :root .xl\:min-h-18{
    min-height: 4.5rem;
  }

  :root .xl\:min-h-20{
    min-height: 5rem;
  }

  :root .xl\:min-h-21{
    min-height: 5.25rem;
  }

  :root .xl\:min-h-22{
    min-height: 5.5rem;
  }

  :root .xl\:min-h-24{
    min-height: 6rem;
  }

  :root .xl\:min-h-26{
    min-height: 6.5rem;
  }

  :root .xl\:min-h-27{
    min-height: 6.75rem;
  }

  :root .xl\:min-h-28{
    min-height: 7rem;
  }

  :root .xl\:min-h-30{
    min-height: 7.5rem;
  }

  :root .xl\:min-h-32{
    min-height: 8rem;
  }

  :root .xl\:min-h-36{
    min-height: 9rem;
  }

  :root .xl\:min-h-40{
    min-height: 10rem;
  }

  :root .xl\:min-h-41{
    min-height: 11.25rem;
  }

  :root .xl\:min-h-42{
    min-height: 11.5rem;
  }

  :root .xl\:min-h-44{
    min-height: 11rem;
  }

  :root .xl\:min-h-48{
    min-height: 12rem;
  }

  :root .xl\:min-h-52{
    min-height: 13rem;
  }

  :root .xl\:min-h-54{
    min-height: 13.5rem;
  }

  :root .xl\:min-h-56{
    min-height: 14rem;
  }

  :root .xl\:min-h-60{
    min-height: 15rem;
  }

  :root .xl\:min-h-64{
    min-height: 16rem;
  }

  :root .xl\:min-h-68{
    min-height: 17rem;
  }

  :root .xl\:min-h-72{
    min-height: 18rem;
  }

  :root .xl\:min-h-76{
    min-height: 19rem;
  }

  :root .xl\:min-h-80{
    min-height: 20rem;
  }

  :root .xl\:min-h-84{
    min-height: 21rem;
  }

  :root .xl\:min-h-88{
    min-height: 22rem;
  }

  :root .xl\:min-h-96{
    min-height: 24rem;
  }

  :root .xl\:min-h-112{
    min-height: 28rem;
  }

  :root .xl\:min-h-120{
    min-height: 30rem;
  }

  :root .xl\:min-h-140{
    min-height: 35rem;
  }

  :root .xl\:min-h-150{
    min-height: 37.5rem;
  }

  :root .xl\:min-h-160{
    min-height: 40rem;
  }

  :root .xl\:min-h-220{
    min-height: 55rem;
  }

  :root .xl\:min-h-240{
    min-height: 60rem;
  }

  :root .xl\:min-h-300{
    min-height: 75rem;
  }

  :root .xl\:min-h-320{
    min-height: 80rem;
  }

  :root .xl\:min-h-full{
    min-height: 100%;
  }

  :root .xl\:min-h-screen{
    min-height: 100vh;
  }

  :root .xl\:min-h-px{
    min-height: 1px;
  }

  :root .xl\:min-h-gutter{
    min-height: var(--padding-gutter);
  }

  :root .xl\:min-h-1\.5{
    min-height: 0.375rem;
  }

  :root .xl\:w-0{
    width: 0;
  }

  :root .xl\:w-1{
    width: 0.25rem;
  }

  :root .xl\:w-2{
    width: 0.5rem;
  }

  :root .xl\:w-3{
    width: 0.75rem;
  }

  :root .xl\:w-4{
    width: 1rem;
  }

  :root .xl\:w-5{
    width: 1.25rem;
  }

  :root .xl\:w-6{
    width: 1.5rem;
  }

  :root .xl\:w-7{
    width: 1.75rem;
  }

  :root .xl\:w-8{
    width: 2rem;
  }

  :root .xl\:w-9{
    width: 2.25rem;
  }

  :root .xl\:w-10{
    width: 2.5rem;
  }

  :root .xl\:w-11{
    width: 2.75rem;
  }

  :root .xl\:w-12{
    width: 3rem;
  }

  :root .xl\:w-13{
    width: 3.25rem;
  }

  :root .xl\:w-14{
    width: 3.5rem;
  }

  :root .xl\:w-16{
    width: 4rem;
  }

  :root .xl\:w-18{
    width: 4.5rem;
  }

  :root .xl\:w-20{
    width: 5rem;
  }

  :root .xl\:w-21{
    width: 5.25rem;
  }

  :root .xl\:w-22{
    width: 5.5rem;
  }

  :root .xl\:w-24{
    width: 6rem;
  }

  :root .xl\:w-26{
    width: 6.5rem;
  }

  :root .xl\:w-27{
    width: 6.75rem;
  }

  :root .xl\:w-28{
    width: 7rem;
  }

  :root .xl\:w-30{
    width: 7.5rem;
  }

  :root .xl\:w-32{
    width: 8rem;
  }

  :root .xl\:w-36{
    width: 9rem;
  }

  :root .xl\:w-40{
    width: 10rem;
  }

  :root .xl\:w-41{
    width: 11.25rem;
  }

  :root .xl\:w-42{
    width: 11.5rem;
  }

  :root .xl\:w-44{
    width: 11rem;
  }

  :root .xl\:w-48{
    width: 12rem;
  }

  :root .xl\:w-52{
    width: 13rem;
  }

  :root .xl\:w-54{
    width: 13.5rem;
  }

  :root .xl\:w-56{
    width: 14rem;
  }

  :root .xl\:w-60{
    width: 15rem;
  }

  :root .xl\:w-64{
    width: 16rem;
  }

  :root .xl\:w-68{
    width: 17rem;
  }

  :root .xl\:w-72{
    width: 18rem;
  }

  :root .xl\:w-76{
    width: 19rem;
  }

  :root .xl\:w-80{
    width: 20rem;
  }

  :root .xl\:w-84{
    width: 21rem;
  }

  :root .xl\:w-88{
    width: 22rem;
  }

  :root .xl\:w-96{
    width: 24rem;
  }

  :root .xl\:w-112{
    width: 28rem;
  }

  :root .xl\:w-120{
    width: 30rem;
  }

  :root .xl\:w-140{
    width: 35rem;
  }

  :root .xl\:w-150{
    width: 37.5rem;
  }

  :root .xl\:w-160{
    width: 40rem;
  }

  :root .xl\:w-220{
    width: 55rem;
  }

  :root .xl\:w-240{
    width: 60rem;
  }

  :root .xl\:w-300{
    width: 75rem;
  }

  :root .xl\:w-320{
    width: 80rem;
  }

  :root .xl\:w-auto{
    width: auto;
  }

  :root .xl\:w-px{
    width: 1px;
  }

  :root .xl\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .xl\:w-1\.5{
    width: 0.375rem;
  }

  :root .xl\:w-1\/2{
    width: 50%;
  }

  :root .xl\:w-1\/3{
    width: 33.333333%;
  }

  :root .xl\:w-2\/3{
    width: 66.666667%;
  }

  :root .xl\:w-1\/4{
    width: 25%;
  }

  :root .xl\:w-2\/4{
    width: 50%;
  }

  :root .xl\:w-3\/4{
    width: 75%;
  }

  :root .xl\:w-1\/5{
    width: 20%;
  }

  :root .xl\:w-2\/5{
    width: 40%;
  }

  :root .xl\:w-3\/5{
    width: 60%;
  }

  :root .xl\:w-4\/5{
    width: 80%;
  }

  :root .xl\:w-1\/6{
    width: 16.666667%;
  }

  :root .xl\:w-2\/6{
    width: 33.333333%;
  }

  :root .xl\:w-3\/6{
    width: 50%;
  }

  :root .xl\:w-4\/6{
    width: 66.666667%;
  }

  :root .xl\:w-5\/6{
    width: 83.333333%;
  }

  :root .xl\:w-1\/12{
    width: 8.333333%;
  }

  :root .xl\:w-2\/12{
    width: 16.666667%;
  }

  :root .xl\:w-3\/12{
    width: 25%;
  }

  :root .xl\:w-4\/12{
    width: 33.333333%;
  }

  :root .xl\:w-5\/12{
    width: 41.666667%;
  }

  :root .xl\:w-6\/12{
    width: 50%;
  }

  :root .xl\:w-7\/12{
    width: 58.333333%;
  }

  :root .xl\:w-8\/12{
    width: 66.666667%;
  }

  :root .xl\:w-9\/12{
    width: 75%;
  }

  :root .xl\:w-10\/12{
    width: 83.333333%;
  }

  :root .xl\:w-11\/12{
    width: 91.666667%;
  }

  :root .xl\:w-full{
    width: 100%;
  }

  :root .xl\:w-screen{
    width: 100vw;
  }

  :root .xl\:w-fit{
    width: fit-content;
  }

  :root .xl\:min-w-0{
    min-width: 0;
  }

  :root .xl\:min-w-1{
    min-width: 0.25rem;
  }

  :root .xl\:min-w-2{
    min-width: 0.5rem;
  }

  :root .xl\:min-w-3{
    min-width: 0.75rem;
  }

  :root .xl\:min-w-4{
    min-width: 1rem;
  }

  :root .xl\:min-w-5{
    min-width: 1.25rem;
  }

  :root .xl\:min-w-6{
    min-width: 1.5rem;
  }

  :root .xl\:min-w-7{
    min-width: 1.75rem;
  }

  :root .xl\:min-w-8{
    min-width: 2rem;
  }

  :root .xl\:min-w-9{
    min-width: 2.25rem;
  }

  :root .xl\:min-w-10{
    min-width: 2.5rem;
  }

  :root .xl\:min-w-11{
    min-width: 2.75rem;
  }

  :root .xl\:min-w-12{
    min-width: 3rem;
  }

  :root .xl\:min-w-13{
    min-width: 3.25rem;
  }

  :root .xl\:min-w-14{
    min-width: 3.5rem;
  }

  :root .xl\:min-w-16{
    min-width: 4rem;
  }

  :root .xl\:min-w-18{
    min-width: 4.5rem;
  }

  :root .xl\:min-w-20{
    min-width: 5rem;
  }

  :root .xl\:min-w-21{
    min-width: 5.25rem;
  }

  :root .xl\:min-w-22{
    min-width: 5.5rem;
  }

  :root .xl\:min-w-24{
    min-width: 6rem;
  }

  :root .xl\:min-w-26{
    min-width: 6.5rem;
  }

  :root .xl\:min-w-27{
    min-width: 6.75rem;
  }

  :root .xl\:min-w-28{
    min-width: 7rem;
  }

  :root .xl\:min-w-30{
    min-width: 7.5rem;
  }

  :root .xl\:min-w-32{
    min-width: 8rem;
  }

  :root .xl\:min-w-36{
    min-width: 9rem;
  }

  :root .xl\:min-w-40{
    min-width: 10rem;
  }

  :root .xl\:min-w-41{
    min-width: 11.25rem;
  }

  :root .xl\:min-w-42{
    min-width: 11.5rem;
  }

  :root .xl\:min-w-44{
    min-width: 11rem;
  }

  :root .xl\:min-w-48{
    min-width: 12rem;
  }

  :root .xl\:min-w-52{
    min-width: 13rem;
  }

  :root .xl\:min-w-54{
    min-width: 13.5rem;
  }

  :root .xl\:min-w-56{
    min-width: 14rem;
  }

  :root .xl\:min-w-60{
    min-width: 15rem;
  }

  :root .xl\:min-w-64{
    min-width: 16rem;
  }

  :root .xl\:min-w-68{
    min-width: 17rem;
  }

  :root .xl\:min-w-72{
    min-width: 18rem;
  }

  :root .xl\:min-w-76{
    min-width: 19rem;
  }

  :root .xl\:min-w-80{
    min-width: 20rem;
  }

  :root .xl\:min-w-84{
    min-width: 21rem;
  }

  :root .xl\:min-w-88{
    min-width: 22rem;
  }

  :root .xl\:min-w-96{
    min-width: 24rem;
  }

  :root .xl\:min-w-112{
    min-width: 28rem;
  }

  :root .xl\:min-w-120{
    min-width: 30rem;
  }

  :root .xl\:min-w-140{
    min-width: 35rem;
  }

  :root .xl\:min-w-150{
    min-width: 37.5rem;
  }

  :root .xl\:min-w-160{
    min-width: 40rem;
  }

  :root .xl\:min-w-220{
    min-width: 55rem;
  }

  :root .xl\:min-w-240{
    min-width: 60rem;
  }

  :root .xl\:min-w-300{
    min-width: 75rem;
  }

  :root .xl\:min-w-320{
    min-width: 80rem;
  }

  :root .xl\:min-w-full{
    min-width: 100%;
  }

  :root .xl\:min-w-px{
    min-width: 1px;
  }

  :root .xl\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .xl\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .xl\:max-w-0{
    max-width: 0;
  }

  :root .xl\:max-w-1{
    max-width: 0.25rem;
  }

  :root .xl\:max-w-2{
    max-width: 0.5rem;
  }

  :root .xl\:max-w-3{
    max-width: 0.75rem;
  }

  :root .xl\:max-w-4{
    max-width: 1rem;
  }

  :root .xl\:max-w-5{
    max-width: 1.25rem;
  }

  :root .xl\:max-w-6{
    max-width: 1.5rem;
  }

  :root .xl\:max-w-7{
    max-width: 1.75rem;
  }

  :root .xl\:max-w-8{
    max-width: 2rem;
  }

  :root .xl\:max-w-9{
    max-width: 2.25rem;
  }

  :root .xl\:max-w-10{
    max-width: 2.5rem;
  }

  :root .xl\:max-w-11{
    max-width: 2.75rem;
  }

  :root .xl\:max-w-12{
    max-width: 3rem;
  }

  :root .xl\:max-w-13{
    max-width: 3.25rem;
  }

  :root .xl\:max-w-14{
    max-width: 3.5rem;
  }

  :root .xl\:max-w-16{
    max-width: 4rem;
  }

  :root .xl\:max-w-18{
    max-width: 4.5rem;
  }

  :root .xl\:max-w-20{
    max-width: 5rem;
  }

  :root .xl\:max-w-21{
    max-width: 5.25rem;
  }

  :root .xl\:max-w-22{
    max-width: 5.5rem;
  }

  :root .xl\:max-w-24{
    max-width: 6rem;
  }

  :root .xl\:max-w-26{
    max-width: 6.5rem;
  }

  :root .xl\:max-w-27{
    max-width: 6.75rem;
  }

  :root .xl\:max-w-28{
    max-width: 7rem;
  }

  :root .xl\:max-w-30{
    max-width: 7.5rem;
  }

  :root .xl\:max-w-32{
    max-width: 8rem;
  }

  :root .xl\:max-w-36{
    max-width: 9rem;
  }

  :root .xl\:max-w-40{
    max-width: 10rem;
  }

  :root .xl\:max-w-41{
    max-width: 11.25rem;
  }

  :root .xl\:max-w-42{
    max-width: 11.5rem;
  }

  :root .xl\:max-w-44{
    max-width: 11rem;
  }

  :root .xl\:max-w-48{
    max-width: 12rem;
  }

  :root .xl\:max-w-52{
    max-width: 13rem;
  }

  :root .xl\:max-w-54{
    max-width: 13.5rem;
  }

  :root .xl\:max-w-56{
    max-width: 14rem;
  }

  :root .xl\:max-w-60{
    max-width: 15rem;
  }

  :root .xl\:max-w-64{
    max-width: 16rem;
  }

  :root .xl\:max-w-68{
    max-width: 17rem;
  }

  :root .xl\:max-w-72{
    max-width: 18rem;
  }

  :root .xl\:max-w-76{
    max-width: 19rem;
  }

  :root .xl\:max-w-80{
    max-width: 20rem;
  }

  :root .xl\:max-w-84{
    max-width: 21rem;
  }

  :root .xl\:max-w-88{
    max-width: 22rem;
  }

  :root .xl\:max-w-96{
    max-width: 24rem;
  }

  :root .xl\:max-w-112{
    max-width: 28rem;
  }

  :root .xl\:max-w-120{
    max-width: 30rem;
  }

  :root .xl\:max-w-140{
    max-width: 35rem;
  }

  :root .xl\:max-w-150{
    max-width: 37.5rem;
  }

  :root .xl\:max-w-160{
    max-width: 40rem;
  }

  :root .xl\:max-w-220{
    max-width: 55rem;
  }

  :root .xl\:max-w-240{
    max-width: 60rem;
  }

  :root .xl\:max-w-300{
    max-width: 75rem;
  }

  :root .xl\:max-w-320{
    max-width: 80rem;
  }

  :root .xl\:max-w-screen-80{
    max-width: 80rem;
  }

  :root .xl\:max-w-screen-96{
    max-width: 96rem;
  }

  :root .xl\:max-w-screen-160{
    max-width: 160rem;
  }

  :root .xl\:max-w-full{
    max-width: 100%;
  }

  :root .xl\:max-w-px{
    max-width: 1px;
  }

  :root .xl\:max-w-gutter{
    max-width: var(--padding-gutter);
  }

  :root .xl\:max-w-1\.5{
    max-width: 0.375rem;
  }

  :root .xl\:flex-1{
    flex: 1 1 0%;
  }

  :root .xl\:flex-auto{
    flex: 1 1 auto;
  }

  :root .xl\:flex-initial{
    flex: 0 1 auto;
  }

  :root .xl\:flex-none{
    flex: none;
  }

  :root .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .xl\:flex-shrink{
    flex-shrink: 1;
  }

  :root .xl\:flex-grow-0{
    flex-grow: 0;
  }

  :root .xl\:flex-grow{
    flex-grow: 1;
  }

  :root .xl\:table-auto{
    table-layout: auto;
  }

  :root .xl\:table-fixed{
    table-layout: fixed;
  }

  :root .xl\:border-collapse{
    border-collapse: collapse;
  }

  :root .xl\:border-separate{
    border-collapse: separate;
  }

  :root .xl\:origin-center{
    transform-origin: center;
  }

  :root .xl\:origin-top{
    transform-origin: top;
  }

  :root .xl\:origin-top-right{
    transform-origin: top right;
  }

  :root .xl\:origin-right{
    transform-origin: right;
  }

  :root .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .xl\:origin-bottom{
    transform-origin: bottom;
  }

  :root .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .xl\:origin-left{
    transform-origin: left;
  }

  :root .xl\:origin-top-left{
    transform-origin: top left;
  }

  :root .xl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .xl\:transform-none{
    transform: none;
  }

  :root .xl\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .xl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .xl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .xl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .xl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .xl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .xl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .xl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .xl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .xl\:translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  :root .xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .xl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .xl\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  :root .xl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .xl\:translate-x-21{
    --tw-translate-x: 5.25rem;
  }

  :root .xl\:translate-x-22{
    --tw-translate-x: 5.5rem;
  }

  :root .xl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .xl\:translate-x-26{
    --tw-translate-x: 6.5rem;
  }

  :root .xl\:translate-x-27{
    --tw-translate-x: 6.75rem;
  }

  :root .xl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .xl\:translate-x-30{
    --tw-translate-x: 7.5rem;
  }

  :root .xl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .xl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .xl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .xl\:translate-x-41{
    --tw-translate-x: 11.25rem;
  }

  :root .xl\:translate-x-42{
    --tw-translate-x: 11.5rem;
  }

  :root .xl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .xl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .xl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .xl\:translate-x-54{
    --tw-translate-x: 13.5rem;
  }

  :root .xl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .xl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .xl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .xl\:translate-x-68{
    --tw-translate-x: 17rem;
  }

  :root .xl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .xl\:translate-x-76{
    --tw-translate-x: 19rem;
  }

  :root .xl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .xl\:translate-x-84{
    --tw-translate-x: 21rem;
  }

  :root .xl\:translate-x-88{
    --tw-translate-x: 22rem;
  }

  :root .xl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .xl\:translate-x-112{
    --tw-translate-x: 28rem;
  }

  :root .xl\:translate-x-120{
    --tw-translate-x: 30rem;
  }

  :root .xl\:translate-x-140{
    --tw-translate-x: 35rem;
  }

  :root .xl\:translate-x-150{
    --tw-translate-x: 37.5rem;
  }

  :root .xl\:translate-x-160{
    --tw-translate-x: 40rem;
  }

  :root .xl\:translate-x-220{
    --tw-translate-x: 55rem;
  }

  :root .xl\:translate-x-240{
    --tw-translate-x: 60rem;
  }

  :root .xl\:translate-x-300{
    --tw-translate-x: 75rem;
  }

  :root .xl\:translate-x-320{
    --tw-translate-x: 80rem;
  }

  :root .xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .xl\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .xl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .xl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .xl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .xl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .xl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .xl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .xl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .xl\:-translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  :root .xl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .xl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .xl\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  :root .xl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .xl\:-translate-x-21{
    --tw-translate-x: -5.25rem;
  }

  :root .xl\:-translate-x-22{
    --tw-translate-x: -5.5rem;
  }

  :root .xl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .xl\:-translate-x-26{
    --tw-translate-x: -6.5rem;
  }

  :root .xl\:-translate-x-27{
    --tw-translate-x: -6.75rem;
  }

  :root .xl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .xl\:-translate-x-30{
    --tw-translate-x: -7.5rem;
  }

  :root .xl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .xl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .xl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .xl\:-translate-x-41{
    --tw-translate-x: -11.25rem;
  }

  :root .xl\:-translate-x-42{
    --tw-translate-x: -11.5rem;
  }

  :root .xl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .xl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .xl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .xl\:-translate-x-54{
    --tw-translate-x: -13.5rem;
  }

  :root .xl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .xl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .xl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .xl\:-translate-x-68{
    --tw-translate-x: -17rem;
  }

  :root .xl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .xl\:-translate-x-76{
    --tw-translate-x: -19rem;
  }

  :root .xl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .xl\:-translate-x-84{
    --tw-translate-x: -21rem;
  }

  :root .xl\:-translate-x-88{
    --tw-translate-x: -22rem;
  }

  :root .xl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .xl\:-translate-x-112{
    --tw-translate-x: -28rem;
  }

  :root .xl\:-translate-x-120{
    --tw-translate-x: -30rem;
  }

  :root .xl\:-translate-x-140{
    --tw-translate-x: -35rem;
  }

  :root .xl\:-translate-x-150{
    --tw-translate-x: -37.5rem;
  }

  :root .xl\:-translate-x-160{
    --tw-translate-x: -40rem;
  }

  :root .xl\:-translate-x-220{
    --tw-translate-x: -55rem;
  }

  :root .xl\:-translate-x-240{
    --tw-translate-x: -60rem;
  }

  :root .xl\:-translate-x-300{
    --tw-translate-x: -75rem;
  }

  :root .xl\:-translate-x-320{
    --tw-translate-x: -80rem;
  }

  :root .xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .xl\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .xl\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .xl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .xl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .xl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .xl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .xl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .xl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .xl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .xl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .xl\:translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  :root .xl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .xl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .xl\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  :root .xl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .xl\:translate-y-21{
    --tw-translate-y: 5.25rem;
  }

  :root .xl\:translate-y-22{
    --tw-translate-y: 5.5rem;
  }

  :root .xl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .xl\:translate-y-26{
    --tw-translate-y: 6.5rem;
  }

  :root .xl\:translate-y-27{
    --tw-translate-y: 6.75rem;
  }

  :root .xl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .xl\:translate-y-30{
    --tw-translate-y: 7.5rem;
  }

  :root .xl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .xl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .xl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .xl\:translate-y-41{
    --tw-translate-y: 11.25rem;
  }

  :root .xl\:translate-y-42{
    --tw-translate-y: 11.5rem;
  }

  :root .xl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .xl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .xl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .xl\:translate-y-54{
    --tw-translate-y: 13.5rem;
  }

  :root .xl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .xl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .xl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .xl\:translate-y-68{
    --tw-translate-y: 17rem;
  }

  :root .xl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .xl\:translate-y-76{
    --tw-translate-y: 19rem;
  }

  :root .xl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .xl\:translate-y-84{
    --tw-translate-y: 21rem;
  }

  :root .xl\:translate-y-88{
    --tw-translate-y: 22rem;
  }

  :root .xl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .xl\:translate-y-112{
    --tw-translate-y: 28rem;
  }

  :root .xl\:translate-y-120{
    --tw-translate-y: 30rem;
  }

  :root .xl\:translate-y-140{
    --tw-translate-y: 35rem;
  }

  :root .xl\:translate-y-150{
    --tw-translate-y: 37.5rem;
  }

  :root .xl\:translate-y-160{
    --tw-translate-y: 40rem;
  }

  :root .xl\:translate-y-220{
    --tw-translate-y: 55rem;
  }

  :root .xl\:translate-y-240{
    --tw-translate-y: 60rem;
  }

  :root .xl\:translate-y-300{
    --tw-translate-y: 75rem;
  }

  :root .xl\:translate-y-320{
    --tw-translate-y: 80rem;
  }

  :root .xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .xl\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .xl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .xl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .xl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .xl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .xl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .xl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .xl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .xl\:-translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  :root .xl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .xl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .xl\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  :root .xl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .xl\:-translate-y-21{
    --tw-translate-y: -5.25rem;
  }

  :root .xl\:-translate-y-22{
    --tw-translate-y: -5.5rem;
  }

  :root .xl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .xl\:-translate-y-26{
    --tw-translate-y: -6.5rem;
  }

  :root .xl\:-translate-y-27{
    --tw-translate-y: -6.75rem;
  }

  :root .xl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .xl\:-translate-y-30{
    --tw-translate-y: -7.5rem;
  }

  :root .xl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .xl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .xl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .xl\:-translate-y-41{
    --tw-translate-y: -11.25rem;
  }

  :root .xl\:-translate-y-42{
    --tw-translate-y: -11.5rem;
  }

  :root .xl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .xl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .xl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .xl\:-translate-y-54{
    --tw-translate-y: -13.5rem;
  }

  :root .xl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .xl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .xl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .xl\:-translate-y-68{
    --tw-translate-y: -17rem;
  }

  :root .xl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .xl\:-translate-y-76{
    --tw-translate-y: -19rem;
  }

  :root .xl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .xl\:-translate-y-84{
    --tw-translate-y: -21rem;
  }

  :root .xl\:-translate-y-88{
    --tw-translate-y: -22rem;
  }

  :root .xl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .xl\:-translate-y-112{
    --tw-translate-y: -28rem;
  }

  :root .xl\:-translate-y-120{
    --tw-translate-y: -30rem;
  }

  :root .xl\:-translate-y-140{
    --tw-translate-y: -35rem;
  }

  :root .xl\:-translate-y-150{
    --tw-translate-y: -37.5rem;
  }

  :root .xl\:-translate-y-160{
    --tw-translate-y: -40rem;
  }

  :root .xl\:-translate-y-220{
    --tw-translate-y: -55rem;
  }

  :root .xl\:-translate-y-240{
    --tw-translate-y: -60rem;
  }

  :root .xl\:-translate-y-300{
    --tw-translate-y: -75rem;
  }

  :root .xl\:-translate-y-320{
    --tw-translate-y: -80rem;
  }

  :root .xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .xl\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .xl\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  :root .xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .xl\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  :root .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .xl\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.25rem;
  }

  :root .xl\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.5rem;
  }

  :root .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .xl\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.5rem;
  }

  :root .xl\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.75rem;
  }

  :root .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .xl\:hover\:translate-x-30:hover{
    --tw-translate-x: 7.5rem;
  }

  :root .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .xl\:hover\:translate-x-41:hover{
    --tw-translate-x: 11.25rem;
  }

  :root .xl\:hover\:translate-x-42:hover{
    --tw-translate-x: 11.5rem;
  }

  :root .xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .xl\:hover\:translate-x-54:hover{
    --tw-translate-x: 13.5rem;
  }

  :root .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .xl\:hover\:translate-x-68:hover{
    --tw-translate-x: 17rem;
  }

  :root .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .xl\:hover\:translate-x-76:hover{
    --tw-translate-x: 19rem;
  }

  :root .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .xl\:hover\:translate-x-84:hover{
    --tw-translate-x: 21rem;
  }

  :root .xl\:hover\:translate-x-88:hover{
    --tw-translate-x: 22rem;
  }

  :root .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .xl\:hover\:translate-x-112:hover{
    --tw-translate-x: 28rem;
  }

  :root .xl\:hover\:translate-x-120:hover{
    --tw-translate-x: 30rem;
  }

  :root .xl\:hover\:translate-x-140:hover{
    --tw-translate-x: 35rem;
  }

  :root .xl\:hover\:translate-x-150:hover{
    --tw-translate-x: 37.5rem;
  }

  :root .xl\:hover\:translate-x-160:hover{
    --tw-translate-x: 40rem;
  }

  :root .xl\:hover\:translate-x-220:hover{
    --tw-translate-x: 55rem;
  }

  :root .xl\:hover\:translate-x-240:hover{
    --tw-translate-x: 60rem;
  }

  :root .xl\:hover\:translate-x-300:hover{
    --tw-translate-x: 75rem;
  }

  :root .xl\:hover\:translate-x-320:hover{
    --tw-translate-x: 80rem;
  }

  :root .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .xl\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .xl\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  :root .xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .xl\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  :root .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .xl\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.25rem;
  }

  :root .xl\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.5rem;
  }

  :root .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .xl\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.5rem;
  }

  :root .xl\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.75rem;
  }

  :root .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .xl\:hover\:-translate-x-30:hover{
    --tw-translate-x: -7.5rem;
  }

  :root .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .xl\:hover\:-translate-x-41:hover{
    --tw-translate-x: -11.25rem;
  }

  :root .xl\:hover\:-translate-x-42:hover{
    --tw-translate-x: -11.5rem;
  }

  :root .xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .xl\:hover\:-translate-x-54:hover{
    --tw-translate-x: -13.5rem;
  }

  :root .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .xl\:hover\:-translate-x-68:hover{
    --tw-translate-x: -17rem;
  }

  :root .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .xl\:hover\:-translate-x-76:hover{
    --tw-translate-x: -19rem;
  }

  :root .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .xl\:hover\:-translate-x-84:hover{
    --tw-translate-x: -21rem;
  }

  :root .xl\:hover\:-translate-x-88:hover{
    --tw-translate-x: -22rem;
  }

  :root .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .xl\:hover\:-translate-x-112:hover{
    --tw-translate-x: -28rem;
  }

  :root .xl\:hover\:-translate-x-120:hover{
    --tw-translate-x: -30rem;
  }

  :root .xl\:hover\:-translate-x-140:hover{
    --tw-translate-x: -35rem;
  }

  :root .xl\:hover\:-translate-x-150:hover{
    --tw-translate-x: -37.5rem;
  }

  :root .xl\:hover\:-translate-x-160:hover{
    --tw-translate-x: -40rem;
  }

  :root .xl\:hover\:-translate-x-220:hover{
    --tw-translate-x: -55rem;
  }

  :root .xl\:hover\:-translate-x-240:hover{
    --tw-translate-x: -60rem;
  }

  :root .xl\:hover\:-translate-x-300:hover{
    --tw-translate-x: -75rem;
  }

  :root .xl\:hover\:-translate-x-320:hover{
    --tw-translate-x: -80rem;
  }

  :root .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .xl\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .xl\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  :root .xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .xl\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  :root .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .xl\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.25rem;
  }

  :root .xl\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.5rem;
  }

  :root .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .xl\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.5rem;
  }

  :root .xl\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.75rem;
  }

  :root .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .xl\:hover\:translate-y-30:hover{
    --tw-translate-y: 7.5rem;
  }

  :root .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .xl\:hover\:translate-y-41:hover{
    --tw-translate-y: 11.25rem;
  }

  :root .xl\:hover\:translate-y-42:hover{
    --tw-translate-y: 11.5rem;
  }

  :root .xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .xl\:hover\:translate-y-54:hover{
    --tw-translate-y: 13.5rem;
  }

  :root .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .xl\:hover\:translate-y-68:hover{
    --tw-translate-y: 17rem;
  }

  :root .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .xl\:hover\:translate-y-76:hover{
    --tw-translate-y: 19rem;
  }

  :root .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .xl\:hover\:translate-y-84:hover{
    --tw-translate-y: 21rem;
  }

  :root .xl\:hover\:translate-y-88:hover{
    --tw-translate-y: 22rem;
  }

  :root .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .xl\:hover\:translate-y-112:hover{
    --tw-translate-y: 28rem;
  }

  :root .xl\:hover\:translate-y-120:hover{
    --tw-translate-y: 30rem;
  }

  :root .xl\:hover\:translate-y-140:hover{
    --tw-translate-y: 35rem;
  }

  :root .xl\:hover\:translate-y-150:hover{
    --tw-translate-y: 37.5rem;
  }

  :root .xl\:hover\:translate-y-160:hover{
    --tw-translate-y: 40rem;
  }

  :root .xl\:hover\:translate-y-220:hover{
    --tw-translate-y: 55rem;
  }

  :root .xl\:hover\:translate-y-240:hover{
    --tw-translate-y: 60rem;
  }

  :root .xl\:hover\:translate-y-300:hover{
    --tw-translate-y: 75rem;
  }

  :root .xl\:hover\:translate-y-320:hover{
    --tw-translate-y: 80rem;
  }

  :root .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .xl\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .xl\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  :root .xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .xl\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  :root .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .xl\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.25rem;
  }

  :root .xl\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.5rem;
  }

  :root .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .xl\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.5rem;
  }

  :root .xl\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.75rem;
  }

  :root .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .xl\:hover\:-translate-y-30:hover{
    --tw-translate-y: -7.5rem;
  }

  :root .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .xl\:hover\:-translate-y-41:hover{
    --tw-translate-y: -11.25rem;
  }

  :root .xl\:hover\:-translate-y-42:hover{
    --tw-translate-y: -11.5rem;
  }

  :root .xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .xl\:hover\:-translate-y-54:hover{
    --tw-translate-y: -13.5rem;
  }

  :root .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .xl\:hover\:-translate-y-68:hover{
    --tw-translate-y: -17rem;
  }

  :root .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .xl\:hover\:-translate-y-76:hover{
    --tw-translate-y: -19rem;
  }

  :root .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .xl\:hover\:-translate-y-84:hover{
    --tw-translate-y: -21rem;
  }

  :root .xl\:hover\:-translate-y-88:hover{
    --tw-translate-y: -22rem;
  }

  :root .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .xl\:hover\:-translate-y-112:hover{
    --tw-translate-y: -28rem;
  }

  :root .xl\:hover\:-translate-y-120:hover{
    --tw-translate-y: -30rem;
  }

  :root .xl\:hover\:-translate-y-140:hover{
    --tw-translate-y: -35rem;
  }

  :root .xl\:hover\:-translate-y-150:hover{
    --tw-translate-y: -37.5rem;
  }

  :root .xl\:hover\:-translate-y-160:hover{
    --tw-translate-y: -40rem;
  }

  :root .xl\:hover\:-translate-y-220:hover{
    --tw-translate-y: -55rem;
  }

  :root .xl\:hover\:-translate-y-240:hover{
    --tw-translate-y: -60rem;
  }

  :root .xl\:hover\:-translate-y-300:hover{
    --tw-translate-y: -75rem;
  }

  :root .xl\:hover\:-translate-y-320:hover{
    --tw-translate-y: -80rem;
  }

  :root .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .xl\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .xl\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  :root .xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .xl\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  :root .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .xl\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.25rem;
  }

  :root .xl\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.5rem;
  }

  :root .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .xl\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.5rem;
  }

  :root .xl\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.75rem;
  }

  :root .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .xl\:focus\:translate-x-30:focus{
    --tw-translate-x: 7.5rem;
  }

  :root .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .xl\:focus\:translate-x-41:focus{
    --tw-translate-x: 11.25rem;
  }

  :root .xl\:focus\:translate-x-42:focus{
    --tw-translate-x: 11.5rem;
  }

  :root .xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .xl\:focus\:translate-x-54:focus{
    --tw-translate-x: 13.5rem;
  }

  :root .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .xl\:focus\:translate-x-68:focus{
    --tw-translate-x: 17rem;
  }

  :root .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .xl\:focus\:translate-x-76:focus{
    --tw-translate-x: 19rem;
  }

  :root .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .xl\:focus\:translate-x-84:focus{
    --tw-translate-x: 21rem;
  }

  :root .xl\:focus\:translate-x-88:focus{
    --tw-translate-x: 22rem;
  }

  :root .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .xl\:focus\:translate-x-112:focus{
    --tw-translate-x: 28rem;
  }

  :root .xl\:focus\:translate-x-120:focus{
    --tw-translate-x: 30rem;
  }

  :root .xl\:focus\:translate-x-140:focus{
    --tw-translate-x: 35rem;
  }

  :root .xl\:focus\:translate-x-150:focus{
    --tw-translate-x: 37.5rem;
  }

  :root .xl\:focus\:translate-x-160:focus{
    --tw-translate-x: 40rem;
  }

  :root .xl\:focus\:translate-x-220:focus{
    --tw-translate-x: 55rem;
  }

  :root .xl\:focus\:translate-x-240:focus{
    --tw-translate-x: 60rem;
  }

  :root .xl\:focus\:translate-x-300:focus{
    --tw-translate-x: 75rem;
  }

  :root .xl\:focus\:translate-x-320:focus{
    --tw-translate-x: 80rem;
  }

  :root .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .xl\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .xl\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  :root .xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .xl\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  :root .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .xl\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.25rem;
  }

  :root .xl\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.5rem;
  }

  :root .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .xl\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.5rem;
  }

  :root .xl\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.75rem;
  }

  :root .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .xl\:focus\:-translate-x-30:focus{
    --tw-translate-x: -7.5rem;
  }

  :root .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .xl\:focus\:-translate-x-41:focus{
    --tw-translate-x: -11.25rem;
  }

  :root .xl\:focus\:-translate-x-42:focus{
    --tw-translate-x: -11.5rem;
  }

  :root .xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .xl\:focus\:-translate-x-54:focus{
    --tw-translate-x: -13.5rem;
  }

  :root .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .xl\:focus\:-translate-x-68:focus{
    --tw-translate-x: -17rem;
  }

  :root .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .xl\:focus\:-translate-x-76:focus{
    --tw-translate-x: -19rem;
  }

  :root .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .xl\:focus\:-translate-x-84:focus{
    --tw-translate-x: -21rem;
  }

  :root .xl\:focus\:-translate-x-88:focus{
    --tw-translate-x: -22rem;
  }

  :root .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .xl\:focus\:-translate-x-112:focus{
    --tw-translate-x: -28rem;
  }

  :root .xl\:focus\:-translate-x-120:focus{
    --tw-translate-x: -30rem;
  }

  :root .xl\:focus\:-translate-x-140:focus{
    --tw-translate-x: -35rem;
  }

  :root .xl\:focus\:-translate-x-150:focus{
    --tw-translate-x: -37.5rem;
  }

  :root .xl\:focus\:-translate-x-160:focus{
    --tw-translate-x: -40rem;
  }

  :root .xl\:focus\:-translate-x-220:focus{
    --tw-translate-x: -55rem;
  }

  :root .xl\:focus\:-translate-x-240:focus{
    --tw-translate-x: -60rem;
  }

  :root .xl\:focus\:-translate-x-300:focus{
    --tw-translate-x: -75rem;
  }

  :root .xl\:focus\:-translate-x-320:focus{
    --tw-translate-x: -80rem;
  }

  :root .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .xl\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .xl\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  :root .xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .xl\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  :root .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .xl\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.25rem;
  }

  :root .xl\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.5rem;
  }

  :root .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .xl\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.5rem;
  }

  :root .xl\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.75rem;
  }

  :root .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .xl\:focus\:translate-y-30:focus{
    --tw-translate-y: 7.5rem;
  }

  :root .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .xl\:focus\:translate-y-41:focus{
    --tw-translate-y: 11.25rem;
  }

  :root .xl\:focus\:translate-y-42:focus{
    --tw-translate-y: 11.5rem;
  }

  :root .xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .xl\:focus\:translate-y-54:focus{
    --tw-translate-y: 13.5rem;
  }

  :root .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .xl\:focus\:translate-y-68:focus{
    --tw-translate-y: 17rem;
  }

  :root .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .xl\:focus\:translate-y-76:focus{
    --tw-translate-y: 19rem;
  }

  :root .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .xl\:focus\:translate-y-84:focus{
    --tw-translate-y: 21rem;
  }

  :root .xl\:focus\:translate-y-88:focus{
    --tw-translate-y: 22rem;
  }

  :root .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .xl\:focus\:translate-y-112:focus{
    --tw-translate-y: 28rem;
  }

  :root .xl\:focus\:translate-y-120:focus{
    --tw-translate-y: 30rem;
  }

  :root .xl\:focus\:translate-y-140:focus{
    --tw-translate-y: 35rem;
  }

  :root .xl\:focus\:translate-y-150:focus{
    --tw-translate-y: 37.5rem;
  }

  :root .xl\:focus\:translate-y-160:focus{
    --tw-translate-y: 40rem;
  }

  :root .xl\:focus\:translate-y-220:focus{
    --tw-translate-y: 55rem;
  }

  :root .xl\:focus\:translate-y-240:focus{
    --tw-translate-y: 60rem;
  }

  :root .xl\:focus\:translate-y-300:focus{
    --tw-translate-y: 75rem;
  }

  :root .xl\:focus\:translate-y-320:focus{
    --tw-translate-y: 80rem;
  }

  :root .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .xl\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .xl\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  :root .xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .xl\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  :root .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .xl\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.25rem;
  }

  :root .xl\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.5rem;
  }

  :root .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .xl\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.5rem;
  }

  :root .xl\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.75rem;
  }

  :root .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .xl\:focus\:-translate-y-30:focus{
    --tw-translate-y: -7.5rem;
  }

  :root .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .xl\:focus\:-translate-y-41:focus{
    --tw-translate-y: -11.25rem;
  }

  :root .xl\:focus\:-translate-y-42:focus{
    --tw-translate-y: -11.5rem;
  }

  :root .xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .xl\:focus\:-translate-y-54:focus{
    --tw-translate-y: -13.5rem;
  }

  :root .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .xl\:focus\:-translate-y-68:focus{
    --tw-translate-y: -17rem;
  }

  :root .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .xl\:focus\:-translate-y-76:focus{
    --tw-translate-y: -19rem;
  }

  :root .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .xl\:focus\:-translate-y-84:focus{
    --tw-translate-y: -21rem;
  }

  :root .xl\:focus\:-translate-y-88:focus{
    --tw-translate-y: -22rem;
  }

  :root .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .xl\:focus\:-translate-y-112:focus{
    --tw-translate-y: -28rem;
  }

  :root .xl\:focus\:-translate-y-120:focus{
    --tw-translate-y: -30rem;
  }

  :root .xl\:focus\:-translate-y-140:focus{
    --tw-translate-y: -35rem;
  }

  :root .xl\:focus\:-translate-y-150:focus{
    --tw-translate-y: -37.5rem;
  }

  :root .xl\:focus\:-translate-y-160:focus{
    --tw-translate-y: -40rem;
  }

  :root .xl\:focus\:-translate-y-220:focus{
    --tw-translate-y: -55rem;
  }

  :root .xl\:focus\:-translate-y-240:focus{
    --tw-translate-y: -60rem;
  }

  :root .xl\:focus\:-translate-y-300:focus{
    --tw-translate-y: -75rem;
  }

  :root .xl\:focus\:-translate-y-320:focus{
    --tw-translate-y: -80rem;
  }

  :root .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .xl\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .xl\:animate-none{
    animation: none;
  }

  :root .xl\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .xl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .xl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .xl\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .xl\:cursor-auto{
    cursor: auto;
  }

  :root .xl\:cursor{
    cursor: default;
  }

  :root .xl\:cursor-pointer{
    cursor: pointer;
  }

  :root .xl\:cursor-wait{
    cursor: wait;
  }

  :root .xl\:cursor-text{
    cursor: text;
  }

  :root .xl\:cursor-move{
    cursor: move;
  }

  :root .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .xl\:disabled\:cursor-auto:disabled{
    cursor: auto;
  }

  :root .xl\:disabled\:cursor:disabled{
    cursor: default;
  }

  :root .xl\:disabled\:cursor-pointer:disabled{
    cursor: pointer;
  }

  :root .xl\:disabled\:cursor-wait:disabled{
    cursor: wait;
  }

  :root .xl\:disabled\:cursor-text:disabled{
    cursor: text;
  }

  :root .xl\:disabled\:cursor-move:disabled{
    cursor: move;
  }

  :root .xl\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
  }

  :root .xl\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .xl\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .xl\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .xl\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .xl\:resize-none{
    resize: none;
  }

  :root .xl\:resize-y{
    resize: vertical;
  }

  :root .xl\:resize-x{
    resize: horizontal;
  }

  :root .xl\:resize{
    resize: both;
  }

  :root .xl\:list-inside{
    list-style-position: inside;
  }

  :root .xl\:list-outside{
    list-style-position: outside;
  }

  :root .xl\:list-none{
    list-style-type: none;
  }

  :root .xl\:list-disc{
    list-style-type: disc;
  }

  :root .xl\:list-decimal{
    list-style-type: decimal;
  }

  :root .xl\:appearance-none{
    appearance: none;
  }

  :root .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .xl\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .xl\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .xl\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .xl\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .xl\:flex-row{
    flex-direction: row;
  }

  :root .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .xl\:flex-col{
    flex-direction: column;
  }

  :root .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .xl\:place-content-center{
    place-content: center;
  }

  :root .xl\:place-content-start{
    place-content: start;
  }

  :root .xl\:place-content-end{
    place-content: end;
  }

  :root .xl\:place-content-between{
    place-content: space-between;
  }

  :root .xl\:place-content-around{
    place-content: space-around;
  }

  :root .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .xl\:place-content-stretch{
    place-content: stretch;
  }

  :root .xl\:place-items-start{
    place-items: start;
  }

  :root .xl\:place-items-end{
    place-items: end;
  }

  :root .xl\:place-items-center{
    place-items: center;
  }

  :root .xl\:place-items-stretch{
    place-items: stretch;
  }

  :root .xl\:content-center{
    align-content: center;
  }

  :root .xl\:content-start{
    align-content: flex-start;
  }

  :root .xl\:content-end{
    align-content: flex-end;
  }

  :root .xl\:content-between{
    align-content: space-between;
  }

  :root .xl\:content-around{
    align-content: space-around;
  }

  :root .xl\:content-evenly{
    align-content: space-evenly;
  }

  :root .xl\:items-start{
    align-items: flex-start;
  }

  :root .xl\:items-end{
    align-items: flex-end;
  }

  :root .xl\:items-center{
    align-items: center;
  }

  :root .xl\:items-baseline{
    align-items: baseline;
  }

  :root .xl\:items-stretch{
    align-items: stretch;
  }

  :root .xl\:justify-start{
    justify-content: flex-start;
  }

  :root .xl\:justify-end{
    justify-content: flex-end;
  }

  :root .xl\:justify-center{
    justify-content: center;
  }

  :root .xl\:justify-between{
    justify-content: space-between;
  }

  :root .xl\:justify-around{
    justify-content: space-around;
  }

  :root .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .xl\:justify-items-start{
    justify-items: start;
  }

  :root .xl\:justify-items-end{
    justify-items: end;
  }

  :root .xl\:justify-items-center{
    justify-items: center;
  }

  :root .xl\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .xl\:gap-0{
    gap: 0;
  }

  :root .xl\:gap-1{
    gap: 0.25rem;
  }

  :root .xl\:gap-2{
    gap: 0.5rem;
  }

  :root .xl\:gap-3{
    gap: 0.75rem;
  }

  :root .xl\:gap-4{
    gap: 1rem;
  }

  :root .xl\:gap-5{
    gap: 1.25rem;
  }

  :root .xl\:gap-6{
    gap: 1.5rem;
  }

  :root .xl\:gap-7{
    gap: 1.75rem;
  }

  :root .xl\:gap-8{
    gap: 2rem;
  }

  :root .xl\:gap-9{
    gap: 2.25rem;
  }

  :root .xl\:gap-10{
    gap: 2.5rem;
  }

  :root .xl\:gap-11{
    gap: 2.75rem;
  }

  :root .xl\:gap-12{
    gap: 3rem;
  }

  :root .xl\:gap-13{
    gap: 3.25rem;
  }

  :root .xl\:gap-14{
    gap: 3.5rem;
  }

  :root .xl\:gap-16{
    gap: 4rem;
  }

  :root .xl\:gap-18{
    gap: 4.5rem;
  }

  :root .xl\:gap-20{
    gap: 5rem;
  }

  :root .xl\:gap-21{
    gap: 5.25rem;
  }

  :root .xl\:gap-22{
    gap: 5.5rem;
  }

  :root .xl\:gap-24{
    gap: 6rem;
  }

  :root .xl\:gap-26{
    gap: 6.5rem;
  }

  :root .xl\:gap-27{
    gap: 6.75rem;
  }

  :root .xl\:gap-28{
    gap: 7rem;
  }

  :root .xl\:gap-30{
    gap: 7.5rem;
  }

  :root .xl\:gap-32{
    gap: 8rem;
  }

  :root .xl\:gap-36{
    gap: 9rem;
  }

  :root .xl\:gap-40{
    gap: 10rem;
  }

  :root .xl\:gap-41{
    gap: 11.25rem;
  }

  :root .xl\:gap-42{
    gap: 11.5rem;
  }

  :root .xl\:gap-44{
    gap: 11rem;
  }

  :root .xl\:gap-48{
    gap: 12rem;
  }

  :root .xl\:gap-52{
    gap: 13rem;
  }

  :root .xl\:gap-54{
    gap: 13.5rem;
  }

  :root .xl\:gap-56{
    gap: 14rem;
  }

  :root .xl\:gap-60{
    gap: 15rem;
  }

  :root .xl\:gap-64{
    gap: 16rem;
  }

  :root .xl\:gap-68{
    gap: 17rem;
  }

  :root .xl\:gap-72{
    gap: 18rem;
  }

  :root .xl\:gap-76{
    gap: 19rem;
  }

  :root .xl\:gap-80{
    gap: 20rem;
  }

  :root .xl\:gap-84{
    gap: 21rem;
  }

  :root .xl\:gap-88{
    gap: 22rem;
  }

  :root .xl\:gap-96{
    gap: 24rem;
  }

  :root .xl\:gap-112{
    gap: 28rem;
  }

  :root .xl\:gap-120{
    gap: 30rem;
  }

  :root .xl\:gap-140{
    gap: 35rem;
  }

  :root .xl\:gap-150{
    gap: 37.5rem;
  }

  :root .xl\:gap-160{
    gap: 40rem;
  }

  :root .xl\:gap-220{
    gap: 55rem;
  }

  :root .xl\:gap-240{
    gap: 60rem;
  }

  :root .xl\:gap-300{
    gap: 75rem;
  }

  :root .xl\:gap-320{
    gap: 80rem;
  }

  :root .xl\:gap-px{
    gap: 1px;
  }

  :root .xl\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .xl\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .xl\:gap-x-0{
    column-gap: 0;
  }

  :root .xl\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .xl\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .xl\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .xl\:gap-x-4{
    column-gap: 1rem;
  }

  :root .xl\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .xl\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .xl\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .xl\:gap-x-8{
    column-gap: 2rem;
  }

  :root .xl\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .xl\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .xl\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .xl\:gap-x-12{
    column-gap: 3rem;
  }

  :root .xl\:gap-x-13{
    column-gap: 3.25rem;
  }

  :root .xl\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .xl\:gap-x-16{
    column-gap: 4rem;
  }

  :root .xl\:gap-x-18{
    column-gap: 4.5rem;
  }

  :root .xl\:gap-x-20{
    column-gap: 5rem;
  }

  :root .xl\:gap-x-21{
    column-gap: 5.25rem;
  }

  :root .xl\:gap-x-22{
    column-gap: 5.5rem;
  }

  :root .xl\:gap-x-24{
    column-gap: 6rem;
  }

  :root .xl\:gap-x-26{
    column-gap: 6.5rem;
  }

  :root .xl\:gap-x-27{
    column-gap: 6.75rem;
  }

  :root .xl\:gap-x-28{
    column-gap: 7rem;
  }

  :root .xl\:gap-x-30{
    column-gap: 7.5rem;
  }

  :root .xl\:gap-x-32{
    column-gap: 8rem;
  }

  :root .xl\:gap-x-36{
    column-gap: 9rem;
  }

  :root .xl\:gap-x-40{
    column-gap: 10rem;
  }

  :root .xl\:gap-x-41{
    column-gap: 11.25rem;
  }

  :root .xl\:gap-x-42{
    column-gap: 11.5rem;
  }

  :root .xl\:gap-x-44{
    column-gap: 11rem;
  }

  :root .xl\:gap-x-48{
    column-gap: 12rem;
  }

  :root .xl\:gap-x-52{
    column-gap: 13rem;
  }

  :root .xl\:gap-x-54{
    column-gap: 13.5rem;
  }

  :root .xl\:gap-x-56{
    column-gap: 14rem;
  }

  :root .xl\:gap-x-60{
    column-gap: 15rem;
  }

  :root .xl\:gap-x-64{
    column-gap: 16rem;
  }

  :root .xl\:gap-x-68{
    column-gap: 17rem;
  }

  :root .xl\:gap-x-72{
    column-gap: 18rem;
  }

  :root .xl\:gap-x-76{
    column-gap: 19rem;
  }

  :root .xl\:gap-x-80{
    column-gap: 20rem;
  }

  :root .xl\:gap-x-84{
    column-gap: 21rem;
  }

  :root .xl\:gap-x-88{
    column-gap: 22rem;
  }

  :root .xl\:gap-x-96{
    column-gap: 24rem;
  }

  :root .xl\:gap-x-112{
    column-gap: 28rem;
  }

  :root .xl\:gap-x-120{
    column-gap: 30rem;
  }

  :root .xl\:gap-x-140{
    column-gap: 35rem;
  }

  :root .xl\:gap-x-150{
    column-gap: 37.5rem;
  }

  :root .xl\:gap-x-160{
    column-gap: 40rem;
  }

  :root .xl\:gap-x-220{
    column-gap: 55rem;
  }

  :root .xl\:gap-x-240{
    column-gap: 60rem;
  }

  :root .xl\:gap-x-300{
    column-gap: 75rem;
  }

  :root .xl\:gap-x-320{
    column-gap: 80rem;
  }

  :root .xl\:gap-x-px{
    column-gap: 1px;
  }

  :root .xl\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .xl\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .xl\:gap-y-0{
    row-gap: 0;
  }

  :root .xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .xl\:gap-y-4{
    row-gap: 1rem;
  }

  :root .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .xl\:gap-y-8{
    row-gap: 2rem;
  }

  :root .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .xl\:gap-y-12{
    row-gap: 3rem;
  }

  :root .xl\:gap-y-13{
    row-gap: 3.25rem;
  }

  :root .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .xl\:gap-y-16{
    row-gap: 4rem;
  }

  :root .xl\:gap-y-18{
    row-gap: 4.5rem;
  }

  :root .xl\:gap-y-20{
    row-gap: 5rem;
  }

  :root .xl\:gap-y-21{
    row-gap: 5.25rem;
  }

  :root .xl\:gap-y-22{
    row-gap: 5.5rem;
  }

  :root .xl\:gap-y-24{
    row-gap: 6rem;
  }

  :root .xl\:gap-y-26{
    row-gap: 6.5rem;
  }

  :root .xl\:gap-y-27{
    row-gap: 6.75rem;
  }

  :root .xl\:gap-y-28{
    row-gap: 7rem;
  }

  :root .xl\:gap-y-30{
    row-gap: 7.5rem;
  }

  :root .xl\:gap-y-32{
    row-gap: 8rem;
  }

  :root .xl\:gap-y-36{
    row-gap: 9rem;
  }

  :root .xl\:gap-y-40{
    row-gap: 10rem;
  }

  :root .xl\:gap-y-41{
    row-gap: 11.25rem;
  }

  :root .xl\:gap-y-42{
    row-gap: 11.5rem;
  }

  :root .xl\:gap-y-44{
    row-gap: 11rem;
  }

  :root .xl\:gap-y-48{
    row-gap: 12rem;
  }

  :root .xl\:gap-y-52{
    row-gap: 13rem;
  }

  :root .xl\:gap-y-54{
    row-gap: 13.5rem;
  }

  :root .xl\:gap-y-56{
    row-gap: 14rem;
  }

  :root .xl\:gap-y-60{
    row-gap: 15rem;
  }

  :root .xl\:gap-y-64{
    row-gap: 16rem;
  }

  :root .xl\:gap-y-68{
    row-gap: 17rem;
  }

  :root .xl\:gap-y-72{
    row-gap: 18rem;
  }

  :root .xl\:gap-y-76{
    row-gap: 19rem;
  }

  :root .xl\:gap-y-80{
    row-gap: 20rem;
  }

  :root .xl\:gap-y-84{
    row-gap: 21rem;
  }

  :root .xl\:gap-y-88{
    row-gap: 22rem;
  }

  :root .xl\:gap-y-96{
    row-gap: 24rem;
  }

  :root .xl\:gap-y-112{
    row-gap: 28rem;
  }

  :root .xl\:gap-y-120{
    row-gap: 30rem;
  }

  :root .xl\:gap-y-140{
    row-gap: 35rem;
  }

  :root .xl\:gap-y-150{
    row-gap: 37.5rem;
  }

  :root .xl\:gap-y-160{
    row-gap: 40rem;
  }

  :root .xl\:gap-y-220{
    row-gap: 55rem;
  }

  :root .xl\:gap-y-240{
    row-gap: 60rem;
  }

  :root .xl\:gap-y-300{
    row-gap: 75rem;
  }

  :root .xl\:gap-y-320{
    row-gap: 80rem;
  }

  :root .xl\:gap-y-px{
    row-gap: 1px;
  }

  :root .xl\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(21rem * var(--tw-space-x-reverse));
    margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28rem * var(--tw-space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35rem * var(--tw-space-x-reverse));
    margin-left: calc(35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55rem * var(--tw-space-x-reverse));
    margin-left: calc(55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75rem * var(--tw-space-x-reverse));
    margin-left: calc(75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80rem * var(--tw-space-x-reverse));
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-21rem * var(--tw-space-x-reverse));
    margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28rem * var(--tw-space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35rem * var(--tw-space-x-reverse));
    margin-left: calc(-35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55rem * var(--tw-space-x-reverse));
    margin-left: calc(-55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75rem * var(--tw-space-x-reverse));
    margin-left: calc(-75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80rem * var(--tw-space-x-reverse));
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .xl\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .xl\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .xl\:divide-grays-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  :root .xl\:divide-grays > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
  }

  :root .xl\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .xl\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .xl\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .xl\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .xl\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .xl\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .xl\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .xl\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .xl\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .xl\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .xl\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .xl\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .xl\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .xl\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .xl\:divide-am-base-background > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-coral > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #757de338;
  }

  :root .xl\:divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #77DEA280;
  }

  :root .xl\:divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF1F;
  }

  :root .xl\:divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF4B;
  }

  :root .xl\:divide-am-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #d977dd3b;
  }

  :root .xl\:divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .xl\:divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .xl\:divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6AB33;
  }

  :root .xl\:divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6ABB3;
  }

  :root .xl\:divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA7233;
  }

  :root .xl\:divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA72B3;
  }

  :root .xl\:divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F7233;
  }

  :root .xl\:divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F72B3;
  }

  :root .xl\:divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E233;
  }

  :root .xl\:divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E2B3;
  }

  :root .xl\:divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
    border-color: #DE777733;
  }

  :root .xl\:divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
    border-color: #DE7777B3;
  }

  :root .xl\:divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
  }

  :root .xl\:divide-am-brown > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
  }

  :root .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  :root .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .xl\:place-self-auto{
    place-self: auto;
  }

  :root .xl\:place-self-start{
    place-self: start;
  }

  :root .xl\:place-self-end{
    place-self: end;
  }

  :root .xl\:place-self-center{
    place-self: center;
  }

  :root .xl\:place-self-stretch{
    place-self: stretch;
  }

  :root .xl\:self-auto{
    align-self: auto;
  }

  :root .xl\:self-start{
    align-self: flex-start;
  }

  :root .xl\:self-end{
    align-self: flex-end;
  }

  :root .xl\:self-center{
    align-self: center;
  }

  :root .xl\:self-stretch{
    align-self: stretch;
  }

  :root .xl\:self-baseline{
    align-self: baseline;
  }

  :root .xl\:justify-self-auto{
    justify-self: auto;
  }

  :root .xl\:justify-self-start{
    justify-self: start;
  }

  :root .xl\:justify-self-end{
    justify-self: end;
  }

  :root .xl\:justify-self-center{
    justify-self: center;
  }

  :root .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .xl\:overflow-auto{
    overflow: auto;
  }

  :root .xl\:overflow-hidden{
    overflow: hidden;
  }

  :root .xl\:overflow-visible{
    overflow: visible;
  }

  :root .xl\:overflow-scroll{
    overflow: scroll;
  }

  :root .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .xl\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .xl\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .xl\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .xl\:overflow-clip{
    text-overflow: clip;
  }

  :root .xl\:whitespace-normal{
    white-space: normal;
  }

  :root .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .xl\:whitespace-pre{
    white-space: pre;
  }

  :root .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .xl\:break-words{
    overflow-wrap: break-word;
  }

  :root .xl\:break-all{
    word-break: break-all;
  }

  :root .xl\:rounded-none{
    border-radius: 0;
  }

  :root .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .xl\:rounded{
    border-radius: 0.25rem;
  }

  :root .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .xl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root .xl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root .xl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root .xl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .xl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root .xl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .xl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .xl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root .xl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .xl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .xl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .xl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .xl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .xl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .xl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .xl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .xl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .xl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .xl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .xl\:border-0{
    border-width: 0;
  }

  :root .xl\:border-2{
    border-width: 2px;
  }

  :root .xl\:border-3{
    border-width: 3px;
  }

  :root .xl\:border-4{
    border-width: 4px;
  }

  :root .xl\:border-8{
    border-width: 8px;
  }

  :root .xl\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .xl\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .xl\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .xl\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .xl\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .xl\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .xl\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .xl\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .xl\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .xl\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .xl\:rtl\:border{
    border-width: 1px;
  }

  :root .xl\:border-t-0{
    border-top-width: 0;
  }

  :root .xl\:border-t-2{
    border-top-width: 2px;
  }

  :root .xl\:border-t-3{
    border-top-width: 3px;
  }

  :root .xl\:border-t-4{
    border-top-width: 4px;
  }

  :root .xl\:border-t-8{
    border-top-width: 8px;
  }

  :root .xl\:border-t{
    border-top-width: 1px;
  }

  :root .xl\:border-r-0{
    border-right-width: 0;
  }

  :root .xl\:border-r-2{
    border-right-width: 2px;
  }

  :root .xl\:border-r-3{
    border-right-width: 3px;
  }

  :root .xl\:border-r-4{
    border-right-width: 4px;
  }

  :root .xl\:border-r-8{
    border-right-width: 8px;
  }

  :root .xl\:border-r{
    border-right-width: 1px;
  }

  :root .xl\:border-b-0{
    border-bottom-width: 0;
  }

  :root .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .xl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .xl\:border-b{
    border-bottom-width: 1px;
  }

  :root .xl\:border-l-0{
    border-left-width: 0;
  }

  :root .xl\:border-l-2{
    border-left-width: 2px;
  }

  :root .xl\:border-l-3{
    border-left-width: 3px;
  }

  :root .xl\:border-l-4{
    border-left-width: 4px;
  }

  :root .xl\:border-l-8{
    border-left-width: 8px;
  }

  :root .xl\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .xl\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .xl\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .xl\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .xl\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .xl\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .xl\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .xl\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .xl\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .xl\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .xl\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .xl\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .xl\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .xl\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .xl\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .xl\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .xl\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .xl\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .xl\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .xl\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .xl\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .xl\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .xl\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .xl\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .xl\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .xl\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .xl\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .xl\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .xl\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .xl\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .xl\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .xl\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .xl\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .xl\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .xl\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .xl\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .xl\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .xl\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .xl\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .xl\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .xl\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .xl\:border-solid{
    border-style: solid;
  }

  :root .xl\:border-dashed{
    border-style: dashed;
  }

  :root .xl\:border-dotted{
    border-style: dotted;
  }

  :root .xl\:border-double{
    border-style: double;
  }

  :root .xl\:border-none{
    border-style: none;
  }

  :root .xl\:border-current{
    border-color: currentColor;
  }

  :root .xl\:border-transparent{
    border-color: transparent;
  }

  :root .xl\:border-black{
    border-color: var(--text-color);
  }

  :root .xl\:border-white{
    border-color: var(--text-color-light);
  }

  :root .xl\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xl\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xl\:border-grays-light{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xl\:border-grays{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xl\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xl\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xl\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xl\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xl\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xl\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xl\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xl\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xl\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xl\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xl\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xl\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .xl\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .xl\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .xl\:border-am-base-background{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xl\:border-am-main-blue{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xl\:border-am-main-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xl\:border-am-main-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xl\:border-am-gray{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xl\:border-am-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xl\:border-am-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-green{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xl\:border-am-coral{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xl\:border-am-coral-light{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xl\:border-am-coral-dark{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xl\:border-am-teal{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xl\:border-am-teal-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xl\:border-am-teal-dark{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-purple{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xl\:border-am-new-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xl\:border-am-purple-transparent{
    border-color: #757de338;
  }

  :root .xl\:border-am-purple-relight{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xl\:border-am-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xl\:border-am-purple-medium{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xl\:border-am-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xl\:border-am-purple{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xl\:border-am-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xl\:border-am-green-brightest{
    border-color: #77DEA280;
  }

  :root .xl\:border-am-green-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xl\:border-am-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xl\:border-am-green-aqua{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xl\:border-am-green-brightest-transparent{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xl\:border-am-green-hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xl\:border-am-green{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xl\:border-am-red-alive{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xl\:border-am-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xl\:border-am-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xl\:border-am-red-intense{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xl\:border-am-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:border-am-grey-light{
    border-color: #BFC4FF1F;
  }

  :root .xl\:border-am-grey-dark{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xl\:border-am-grey-medium{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xl\:border-am-grey-transparent{
    border-color: #BFC4FF4B;
  }

  :root .xl\:border-am-grey{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xl\:border-am-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xl\:border-am-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xl\:border-am-pink-brightest{
    border-color: #d977dd3b;
  }

  :root .xl\:border-am-pink-rose{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xl\:border-am-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xl\:border-am-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xl\:border-am-orange-relight{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xl\:border-am-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xl\:border-am-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cyan-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cyan-dark{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cyan-blue{
    border-color: #0061FD60;
  }

  :root .xl\:border-am-cyan-green{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xl\:border-am-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xl\:border-am-blue{
    border-color: #0061FD60;
  }

  :root .xl\:border-am-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xl\:border-am-yellow-resalt{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xl\:border-am-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xl\:border-am-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xl\:border-am-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cream-entry{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cream-entry_light{
    border-color: #81E6AB33;
  }

  :root .xl\:border-am-cream-entry_text{
    border-color: #81E6ABB3;
  }

  :root .xl\:border-am-cream-lunchgo{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cream-lunchgo_light{
    border-color: #EEBA7233;
  }

  :root .xl\:border-am-cream-lunchgo_text{
    border-color: #EEBA72B3;
  }

  :root .xl\:border-am-cream-lunchback{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cream-lunchback_light{
    border-color: #EE8F7233;
  }

  :root .xl\:border-am-cream-lunchback_text{
    border-color: #EE8F72B3;
  }

  :root .xl\:border-am-cream-exit{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cream-exit_light{
    border-color: #81E6E233;
  }

  :root .xl\:border-am-cream-exit_text{
    border-color: #81E6E2B3;
  }

  :root .xl\:border-am-cream-yesterday{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:border-am-cream-yesterday_light{
    border-color: #DE777733;
  }

  :root .xl\:border-am-cream-yesterday_text{
    border-color: #DE7777B3;
  }

  :root .xl\:border-am-brown-light{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xl\:border-am-brown-dark{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xl\:border-am-brown{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .xl\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .xl\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .xl\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-grays-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-grays:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .xl\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .xl\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .xl\:hover\:border-am-base-background:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-main-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-main-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-main-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-coral:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-coral-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-coral-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-teal-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-teal-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-new-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-purple-transparent:hover{
    border-color: #757de338;
  }

  :root .xl\:hover\:border-am-purple-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-purple-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-green-brightest:hover{
    border-color: #77DEA280;
  }

  :root .xl\:hover\:border-am-green-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-green-aqua:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-green-brightest-transparent:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-green-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-red-alive:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-red-intense:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-grey-light:hover{
    border-color: #BFC4FF1F;
  }

  :root .xl\:hover\:border-am-grey-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-grey-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-grey-transparent:hover{
    border-color: #BFC4FF4B;
  }

  :root .xl\:hover\:border-am-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-pink-brightest:hover{
    border-color: #d977dd3b;
  }

  :root .xl\:hover\:border-am-pink-rose:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-orange-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cyan-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cyan-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cyan-blue:hover{
    border-color: #0061FD60;
  }

  :root .xl\:hover\:border-am-cyan-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-blue:hover{
    border-color: #0061FD60;
  }

  :root .xl\:hover\:border-am-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-yellow-resalt:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cream-entry:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cream-entry_light:hover{
    border-color: #81E6AB33;
  }

  :root .xl\:hover\:border-am-cream-entry_text:hover{
    border-color: #81E6ABB3;
  }

  :root .xl\:hover\:border-am-cream-lunchgo:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cream-lunchgo_light:hover{
    border-color: #EEBA7233;
  }

  :root .xl\:hover\:border-am-cream-lunchgo_text:hover{
    border-color: #EEBA72B3;
  }

  :root .xl\:hover\:border-am-cream-lunchback:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cream-lunchback_light:hover{
    border-color: #EE8F7233;
  }

  :root .xl\:hover\:border-am-cream-lunchback_text:hover{
    border-color: #EE8F72B3;
  }

  :root .xl\:hover\:border-am-cream-exit:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cream-exit_light:hover{
    border-color: #81E6E233;
  }

  :root .xl\:hover\:border-am-cream-exit_text:hover{
    border-color: #81E6E2B3;
  }

  :root .xl\:hover\:border-am-cream-yesterday:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-cream-yesterday_light:hover{
    border-color: #DE777733;
  }

  :root .xl\:hover\:border-am-cream-yesterday_text:hover{
    border-color: #DE7777B3;
  }

  :root .xl\:hover\:border-am-brown-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-brown-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xl\:hover\:border-am-brown:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .xl\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .xl\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .xl\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-grays-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-grays:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .xl\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .xl\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .xl\:focus\:border-am-base-background:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-main-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-main-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-main-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-coral:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-coral-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-coral-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-teal-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-teal-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-new-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-purple-transparent:focus{
    border-color: #757de338;
  }

  :root .xl\:focus\:border-am-purple-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-purple-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-green-brightest:focus{
    border-color: #77DEA280;
  }

  :root .xl\:focus\:border-am-green-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-green-aqua:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-green-brightest-transparent:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-green-hover:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-red-alive:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-red-intense:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-grey-light:focus{
    border-color: #BFC4FF1F;
  }

  :root .xl\:focus\:border-am-grey-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-grey-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-grey-transparent:focus{
    border-color: #BFC4FF4B;
  }

  :root .xl\:focus\:border-am-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-pink-brightest:focus{
    border-color: #d977dd3b;
  }

  :root .xl\:focus\:border-am-pink-rose:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-orange-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cyan-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cyan-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cyan-blue:focus{
    border-color: #0061FD60;
  }

  :root .xl\:focus\:border-am-cyan-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-blue:focus{
    border-color: #0061FD60;
  }

  :root .xl\:focus\:border-am-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-yellow-resalt:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cream-entry:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cream-entry_light:focus{
    border-color: #81E6AB33;
  }

  :root .xl\:focus\:border-am-cream-entry_text:focus{
    border-color: #81E6ABB3;
  }

  :root .xl\:focus\:border-am-cream-lunchgo:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cream-lunchgo_light:focus{
    border-color: #EEBA7233;
  }

  :root .xl\:focus\:border-am-cream-lunchgo_text:focus{
    border-color: #EEBA72B3;
  }

  :root .xl\:focus\:border-am-cream-lunchback:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cream-lunchback_light:focus{
    border-color: #EE8F7233;
  }

  :root .xl\:focus\:border-am-cream-lunchback_text:focus{
    border-color: #EE8F72B3;
  }

  :root .xl\:focus\:border-am-cream-exit:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cream-exit_light:focus{
    border-color: #81E6E233;
  }

  :root .xl\:focus\:border-am-cream-exit_text:focus{
    border-color: #81E6E2B3;
  }

  :root .xl\:focus\:border-am-cream-yesterday:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-cream-yesterday_light:focus{
    border-color: #DE777733;
  }

  :root .xl\:focus\:border-am-cream-yesterday_text:focus{
    border-color: #DE7777B3;
  }

  :root .xl\:focus\:border-am-brown-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-brown-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xl\:focus\:border-am-brown:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  :root .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  :root .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  :root .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .xl\:bg-base{
    background-color: var(--background-base);
  }

  :root .xl\:bg-card{
    background-color: var(--background-card);
  }

  :root .xl\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .xl\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .xl\:bg-current{
    background-color: currentColor;
  }

  :root .xl\:bg-transparent{
    background-color: transparent;
  }

  :root .xl\:bg-black{
    background-color: var(--text-color);
  }

  :root .xl\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .xl\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xl\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xl\:bg-grays-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xl\:bg-grays{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xl\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xl\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xl\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xl\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xl\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xl\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xl\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xl\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xl\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xl\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xl\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xl\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .xl\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .xl\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .xl\:bg-am-base-background{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-main-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-main-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-green{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-coral{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-coral-light{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-coral-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-teal-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-teal-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-new-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-purple-transparent{
    background-color: #757de338;
  }

  :root .xl\:bg-am-purple-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-purple-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-green-brightest{
    background-color: #77DEA280;
  }

  :root .xl\:bg-am-green-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-green-aqua{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-green-brightest-transparent{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-green-hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-green{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-red-alive{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-red-intense{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-grey-light{
    background-color: #BFC4FF1F;
  }

  :root .xl\:bg-am-grey-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-grey-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-grey-transparent{
    background-color: #BFC4FF4B;
  }

  :root .xl\:bg-am-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-pink-brightest{
    background-color: #d977dd3b;
  }

  :root .xl\:bg-am-pink-rose{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-orange-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cyan-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cyan-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cyan-blue{
    background-color: #0061FD60;
  }

  :root .xl\:bg-am-cyan-green{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-blue{
    background-color: #0061FD60;
  }

  :root .xl\:bg-am-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-yellow-resalt{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cream-entry{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cream-entry_light{
    background-color: #81E6AB33;
  }

  :root .xl\:bg-am-cream-entry_text{
    background-color: #81E6ABB3;
  }

  :root .xl\:bg-am-cream-lunchgo{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cream-lunchgo_light{
    background-color: #EEBA7233;
  }

  :root .xl\:bg-am-cream-lunchgo_text{
    background-color: #EEBA72B3;
  }

  :root .xl\:bg-am-cream-lunchback{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cream-lunchback_light{
    background-color: #EE8F7233;
  }

  :root .xl\:bg-am-cream-lunchback_text{
    background-color: #EE8F72B3;
  }

  :root .xl\:bg-am-cream-exit{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cream-exit_light{
    background-color: #81E6E233;
  }

  :root .xl\:bg-am-cream-exit_text{
    background-color: #81E6E2B3;
  }

  :root .xl\:bg-am-cream-yesterday{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-cream-yesterday_light{
    background-color: #DE777733;
  }

  :root .xl\:bg-am-cream-yesterday_text{
    background-color: #DE7777B3;
  }

  :root .xl\:bg-am-brown-light{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-brown-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xl\:bg-am-brown{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .xl\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .xl\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .xl\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .xl\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .xl\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .xl\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-grays-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-grays:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .xl\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .xl\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .xl\:hover\:bg-am-base-background:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-main-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-main-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-main-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-coral:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-coral-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-coral-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-teal-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-teal-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-new-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-purple-transparent:hover{
    background-color: #757de338;
  }

  :root .xl\:hover\:bg-am-purple-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-purple-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-green-brightest:hover{
    background-color: #77DEA280;
  }

  :root .xl\:hover\:bg-am-green-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-green-aqua:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-green-brightest-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-green-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-red-alive:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-red-intense:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-grey-light:hover{
    background-color: #BFC4FF1F;
  }

  :root .xl\:hover\:bg-am-grey-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-grey-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-grey-transparent:hover{
    background-color: #BFC4FF4B;
  }

  :root .xl\:hover\:bg-am-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-pink-brightest:hover{
    background-color: #d977dd3b;
  }

  :root .xl\:hover\:bg-am-pink-rose:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-orange-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cyan-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cyan-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cyan-blue:hover{
    background-color: #0061FD60;
  }

  :root .xl\:hover\:bg-am-cyan-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-blue:hover{
    background-color: #0061FD60;
  }

  :root .xl\:hover\:bg-am-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-yellow-resalt:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cream-entry:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cream-entry_light:hover{
    background-color: #81E6AB33;
  }

  :root .xl\:hover\:bg-am-cream-entry_text:hover{
    background-color: #81E6ABB3;
  }

  :root .xl\:hover\:bg-am-cream-lunchgo:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cream-lunchgo_light:hover{
    background-color: #EEBA7233;
  }

  :root .xl\:hover\:bg-am-cream-lunchgo_text:hover{
    background-color: #EEBA72B3;
  }

  :root .xl\:hover\:bg-am-cream-lunchback:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cream-lunchback_light:hover{
    background-color: #EE8F7233;
  }

  :root .xl\:hover\:bg-am-cream-lunchback_text:hover{
    background-color: #EE8F72B3;
  }

  :root .xl\:hover\:bg-am-cream-exit:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cream-exit_light:hover{
    background-color: #81E6E233;
  }

  :root .xl\:hover\:bg-am-cream-exit_text:hover{
    background-color: #81E6E2B3;
  }

  :root .xl\:hover\:bg-am-cream-yesterday:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-cream-yesterday_light:hover{
    background-color: #DE777733;
  }

  :root .xl\:hover\:bg-am-cream-yesterday_text:hover{
    background-color: #DE7777B3;
  }

  :root .xl\:hover\:bg-am-brown-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-brown-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xl\:hover\:bg-am-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .xl\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .xl\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .xl\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .xl\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .xl\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .xl\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-grays-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-grays:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .xl\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .xl\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .xl\:focus\:bg-am-base-background:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-main-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-main-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-main-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-coral:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-coral-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-coral-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-teal-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-teal-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-new-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-purple-transparent:focus{
    background-color: #757de338;
  }

  :root .xl\:focus\:bg-am-purple-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-purple-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-green-brightest:focus{
    background-color: #77DEA280;
  }

  :root .xl\:focus\:bg-am-green-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-green-aqua:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-green-brightest-transparent:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-green-hover:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-red-alive:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-red-intense:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-grey-light:focus{
    background-color: #BFC4FF1F;
  }

  :root .xl\:focus\:bg-am-grey-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-grey-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-grey-transparent:focus{
    background-color: #BFC4FF4B;
  }

  :root .xl\:focus\:bg-am-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-pink-brightest:focus{
    background-color: #d977dd3b;
  }

  :root .xl\:focus\:bg-am-pink-rose:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-orange-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cyan-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cyan-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cyan-blue:focus{
    background-color: #0061FD60;
  }

  :root .xl\:focus\:bg-am-cyan-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-blue:focus{
    background-color: #0061FD60;
  }

  :root .xl\:focus\:bg-am-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-yellow-resalt:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cream-entry:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cream-entry_light:focus{
    background-color: #81E6AB33;
  }

  :root .xl\:focus\:bg-am-cream-entry_text:focus{
    background-color: #81E6ABB3;
  }

  :root .xl\:focus\:bg-am-cream-lunchgo:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cream-lunchgo_light:focus{
    background-color: #EEBA7233;
  }

  :root .xl\:focus\:bg-am-cream-lunchgo_text:focus{
    background-color: #EEBA72B3;
  }

  :root .xl\:focus\:bg-am-cream-lunchback:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cream-lunchback_light:focus{
    background-color: #EE8F7233;
  }

  :root .xl\:focus\:bg-am-cream-lunchback_text:focus{
    background-color: #EE8F72B3;
  }

  :root .xl\:focus\:bg-am-cream-exit:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cream-exit_light:focus{
    background-color: #81E6E233;
  }

  :root .xl\:focus\:bg-am-cream-exit_text:focus{
    background-color: #81E6E2B3;
  }

  :root .xl\:focus\:bg-am-cream-yesterday:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-cream-yesterday_light:focus{
    background-color: #DE777733;
  }

  :root .xl\:focus\:bg-am-cream-yesterday_text:focus{
    background-color: #DE7777B3;
  }

  :root .xl\:focus\:bg-am-brown-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-brown-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xl\:focus\:bg-am-brown:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-base:disabled{
    background-color: var(--background-base);
  }

  :root .xl\:disabled\:bg-card:disabled{
    background-color: var(--background-card);
  }

  :root .xl\:disabled\:bg-app-bar:disabled{
    background-color: var(--background-app-bar);
  }

  :root .xl\:disabled\:bg-hover:disabled{
    background-color: var(--background-hover);
  }

  :root .xl\:disabled\:bg-current:disabled{
    background-color: currentColor;
  }

  :root .xl\:disabled\:bg-transparent:disabled{
    background-color: transparent;
  }

  :root .xl\:disabled\:bg-black:disabled{
    background-color: var(--text-color);
  }

  :root .xl\:disabled\:bg-white:disabled{
    background-color: var(--text-color-light);
  }

  :root .xl\:disabled\:bg-contrast-black:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-contrast-white:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-grays-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-grays:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-gray-light:disabled{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:disabled\:bg-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-red-light:disabled{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:disabled\:bg-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-orange-light:disabled{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:disabled\:bg-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-deep-orange-light:disabled{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:disabled\:bg-deep-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-amber-light:disabled{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:disabled\:bg-amber:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-green-light:disabled{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:disabled\:bg-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-teal-light:disabled{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:disabled\:bg-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-cyan-light:disabled{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:disabled\:bg-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-purple-light:disabled{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:disabled\:bg-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-deep-purple-light:disabled{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:disabled\:bg-deep-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-pink-light:disabled{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:disabled\:bg-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-primary-light:disabled{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:disabled\:bg-primary:disabled{
    background-color: rgb(var(--color-primary));
  }

  :root .xl\:disabled\:bg-accent-light:disabled{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:disabled\:bg-accent:disabled{
    background-color: rgb(var(--color-accent));
  }

  :root .xl\:disabled\:bg-warn-light:disabled{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:disabled\:bg-warn:disabled{
    background-color: rgb(var(--color-warn));
  }

  :root .xl\:disabled\:bg-am-base-background:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-main-blue:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-main-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-main-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-gray-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-gray-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-coral:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-coral-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-coral-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-teal-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-teal-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-new-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-purple-transparent:disabled{
    background-color: #757de338;
  }

  :root .xl\:disabled\:bg-am-purple-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-purple-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-green-brightest:disabled{
    background-color: #77DEA280;
  }

  :root .xl\:disabled\:bg-am-green-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-green-aqua:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-green-brightest-transparent:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-green-hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-red-alive:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-red-intense:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-grey-light:disabled{
    background-color: #BFC4FF1F;
  }

  :root .xl\:disabled\:bg-am-grey-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-grey-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-grey-transparent:disabled{
    background-color: #BFC4FF4B;
  }

  :root .xl\:disabled\:bg-am-grey:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-pink-brightest:disabled{
    background-color: #d977dd3b;
  }

  :root .xl\:disabled\:bg-am-pink-rose:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-orange-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cyan-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cyan-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cyan-blue:disabled{
    background-color: #0061FD60;
  }

  :root .xl\:disabled\:bg-am-cyan-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-blue:disabled{
    background-color: #0061FD60;
  }

  :root .xl\:disabled\:bg-am-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-yellow-resalt:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cream-entry:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cream-entry_light:disabled{
    background-color: #81E6AB33;
  }

  :root .xl\:disabled\:bg-am-cream-entry_text:disabled{
    background-color: #81E6ABB3;
  }

  :root .xl\:disabled\:bg-am-cream-lunchgo:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cream-lunchgo_light:disabled{
    background-color: #EEBA7233;
  }

  :root .xl\:disabled\:bg-am-cream-lunchgo_text:disabled{
    background-color: #EEBA72B3;
  }

  :root .xl\:disabled\:bg-am-cream-lunchback:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cream-lunchback_light:disabled{
    background-color: #EE8F7233;
  }

  :root .xl\:disabled\:bg-am-cream-lunchback_text:disabled{
    background-color: #EE8F72B3;
  }

  :root .xl\:disabled\:bg-am-cream-exit:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cream-exit_light:disabled{
    background-color: #81E6E233;
  }

  :root .xl\:disabled\:bg-am-cream-exit_text:disabled{
    background-color: #81E6E2B3;
  }

  :root .xl\:disabled\:bg-am-cream-yesterday:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-cream-yesterday_light:disabled{
    background-color: #DE777733;
  }

  :root .xl\:disabled\:bg-am-cream-yesterday_text:disabled{
    background-color: #DE7777B3;
  }

  :root .xl\:disabled\:bg-am-brown-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-brown-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xl\:disabled\:bg-am-brown:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  :root .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  :root .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  :root .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .xl\:bg-none{
    background-image: none;
  }

  :root .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-grays-light{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xl\:from-grays{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xl\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:from-am-base-background{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xl\:from-am-main-blue{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:from-am-main-blue-light{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xl\:from-am-main-blue-dark{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xl\:from-am-gray{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xl\:from-am-gray-light{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xl\:from-am-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:from-am-new-green{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:from-am-new-green-light{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xl\:from-am-new-green-dark{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xl\:from-am-new-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:from-am-new-orange-light{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xl\:from-am-new-orange-dark{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xl\:from-am-coral{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:from-am-coral-light{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xl\:from-am-coral-dark{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xl\:from-am-teal{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:from-am-teal-light{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xl\:from-am-teal-dark{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xl\:from-am-new-red{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:from-am-new-red-light{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xl\:from-am-new-red-dark{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xl\:from-am-new-yellow{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:from-am-new-yellow-light{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xl\:from-am-new-yellow-dark{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xl\:from-am-new-pink{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:from-am-new-pink-light{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xl\:from-am-new-pink-dark{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xl\:from-am-new-purple{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xl\:from-am-new-purple-light{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xl\:from-am-new-purple-dark{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xl\:from-am-purple-transparent{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xl\:from-am-purple-relight{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xl\:from-am-purple-light{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xl\:from-am-purple-medium{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xl\:from-am-purple-dark{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xl\:from-am-purple{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:from-am-green-light{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:from-am-green-brightest{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:from-am-green-cyan{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xl\:from-am-green-dark{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xl\:from-am-green-aqua{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xl\:from-am-green-brightest-transparent{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xl\:from-am-green-hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xl\:from-am-green{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xl\:from-am-red-alive{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xl\:from-am-red-light{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xl\:from-am-red-dark{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xl\:from-am-red-intense{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xl\:from-am-red{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:from-am-grey-light{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:from-am-grey-dark{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xl\:from-am-grey-medium{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xl\:from-am-grey-transparent{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:from-am-grey{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:from-am-pink-light{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xl\:from-am-pink-dark{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xl\:from-am-pink-brightest{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:from-am-pink-rose{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xl\:from-am-pink{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:from-am-orange-light{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xl\:from-am-orange-relight{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xl\:from-am-orange-dark{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xl\:from-am-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:from-am-cyan-light{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xl\:from-am-cyan-dark{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xl\:from-am-cyan-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:from-am-cyan-green{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xl\:from-am-cyan{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xl\:from-am-blue-light{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xl\:from-am-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:from-am-blue-dark{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xl\:from-am-yellow-resalt{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:from-am-yellow-light{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xl\:from-am-yellow-dark{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xl\:from-am-yellow{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xl\:from-am-cream-entry{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:from-am-cream-entry_light{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:from-am-cream-entry_text{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:from-am-cream-lunchgo{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:from-am-cream-lunchgo_light{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:from-am-cream-lunchgo_text{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:from-am-cream-lunchback{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:from-am-cream-lunchback_light{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:from-am-cream-lunchback_text{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:from-am-cream-exit{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:from-am-cream-exit_light{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:from-am-cream-exit_text{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:from-am-cream-yesterday{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:from-am-cream-yesterday_light{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:from-am-cream-yesterday_text{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:from-am-brown-light{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xl\:from-am-brown-dark{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xl\:from-am-brown{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-grays-light:hover{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xl\:hover\:from-grays:hover{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xl\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:from-am-base-background:hover{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xl\:hover\:from-am-main-blue:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:hover\:from-am-main-blue-light:hover{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xl\:hover\:from-am-main-blue-dark:hover{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xl\:hover\:from-am-gray:hover{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xl\:hover\:from-am-gray-light:hover{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xl\:hover\:from-am-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:hover\:from-am-new-green:hover{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:hover\:from-am-new-green-light:hover{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xl\:hover\:from-am-new-green-dark:hover{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xl\:hover\:from-am-new-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:hover\:from-am-new-orange-light:hover{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xl\:hover\:from-am-new-orange-dark:hover{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xl\:hover\:from-am-coral:hover{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:from-am-coral-light:hover{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xl\:hover\:from-am-coral-dark:hover{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xl\:hover\:from-am-teal:hover{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:from-am-teal-light:hover{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xl\:hover\:from-am-teal-dark:hover{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xl\:hover\:from-am-new-red:hover{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:from-am-new-red-light:hover{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xl\:hover\:from-am-new-red-dark:hover{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xl\:hover\:from-am-new-yellow:hover{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:hover\:from-am-new-yellow-light:hover{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xl\:hover\:from-am-new-yellow-dark:hover{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xl\:hover\:from-am-new-pink:hover{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:hover\:from-am-new-pink-light:hover{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xl\:hover\:from-am-new-pink-dark:hover{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xl\:hover\:from-am-new-purple:hover{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xl\:hover\:from-am-new-purple-light:hover{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xl\:hover\:from-am-new-purple-dark:hover{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xl\:hover\:from-am-purple-transparent:hover{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xl\:hover\:from-am-purple-relight:hover{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xl\:hover\:from-am-purple-light:hover{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xl\:hover\:from-am-purple-medium:hover{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xl\:hover\:from-am-purple-dark:hover{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xl\:hover\:from-am-purple:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:hover\:from-am-green-light:hover{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:hover\:from-am-green-brightest:hover{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:hover\:from-am-green-cyan:hover{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xl\:hover\:from-am-green-dark:hover{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xl\:hover\:from-am-green-aqua:hover{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xl\:hover\:from-am-green-brightest-transparent:hover{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xl\:hover\:from-am-green-hover:hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xl\:hover\:from-am-green:hover{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xl\:hover\:from-am-red-alive:hover{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xl\:hover\:from-am-red-light:hover{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xl\:hover\:from-am-red-dark:hover{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xl\:hover\:from-am-red-intense:hover{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xl\:hover\:from-am-red:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:from-am-grey-light:hover{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:hover\:from-am-grey-dark:hover{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xl\:hover\:from-am-grey-medium:hover{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xl\:hover\:from-am-grey-transparent:hover{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:hover\:from-am-grey:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:hover\:from-am-pink-light:hover{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xl\:hover\:from-am-pink-dark:hover{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xl\:hover\:from-am-pink-brightest:hover{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:hover\:from-am-pink-rose:hover{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xl\:hover\:from-am-pink:hover{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:hover\:from-am-orange-light:hover{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xl\:hover\:from-am-orange-relight:hover{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xl\:hover\:from-am-orange-dark:hover{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xl\:hover\:from-am-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:hover\:from-am-cyan-light:hover{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xl\:hover\:from-am-cyan-dark:hover{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xl\:hover\:from-am-cyan-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:hover\:from-am-cyan-green:hover{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xl\:hover\:from-am-cyan:hover{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xl\:hover\:from-am-blue-light:hover{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xl\:hover\:from-am-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:hover\:from-am-blue-dark:hover{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xl\:hover\:from-am-yellow-resalt:hover{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:hover\:from-am-yellow-light:hover{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xl\:hover\:from-am-yellow-dark:hover{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xl\:hover\:from-am-yellow:hover{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xl\:hover\:from-am-cream-entry:hover{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:hover\:from-am-cream-entry_light:hover{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:hover\:from-am-cream-entry_text:hover{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:hover\:from-am-cream-lunchgo:hover{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:hover\:from-am-cream-lunchgo_light:hover{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:hover\:from-am-cream-lunchgo_text:hover{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:hover\:from-am-cream-lunchback:hover{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:from-am-cream-lunchback_light:hover{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:from-am-cream-lunchback_text:hover{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:from-am-cream-exit:hover{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:from-am-cream-exit_light:hover{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:from-am-cream-exit_text:hover{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:from-am-cream-yesterday:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:from-am-cream-yesterday_light:hover{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:from-am-cream-yesterday_text:hover{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:from-am-brown-light:hover{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xl\:hover\:from-am-brown-dark:hover{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xl\:hover\:from-am-brown:hover{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-grays-light:focus{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xl\:focus\:from-grays:focus{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xl\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:from-am-base-background:focus{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xl\:focus\:from-am-main-blue:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:focus\:from-am-main-blue-light:focus{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xl\:focus\:from-am-main-blue-dark:focus{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xl\:focus\:from-am-gray:focus{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xl\:focus\:from-am-gray-light:focus{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xl\:focus\:from-am-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:focus\:from-am-new-green:focus{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:focus\:from-am-new-green-light:focus{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xl\:focus\:from-am-new-green-dark:focus{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xl\:focus\:from-am-new-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:focus\:from-am-new-orange-light:focus{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xl\:focus\:from-am-new-orange-dark:focus{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xl\:focus\:from-am-coral:focus{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:from-am-coral-light:focus{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xl\:focus\:from-am-coral-dark:focus{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xl\:focus\:from-am-teal:focus{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:from-am-teal-light:focus{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xl\:focus\:from-am-teal-dark:focus{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xl\:focus\:from-am-new-red:focus{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:from-am-new-red-light:focus{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xl\:focus\:from-am-new-red-dark:focus{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xl\:focus\:from-am-new-yellow:focus{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:focus\:from-am-new-yellow-light:focus{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xl\:focus\:from-am-new-yellow-dark:focus{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xl\:focus\:from-am-new-pink:focus{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:focus\:from-am-new-pink-light:focus{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xl\:focus\:from-am-new-pink-dark:focus{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xl\:focus\:from-am-new-purple:focus{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xl\:focus\:from-am-new-purple-light:focus{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xl\:focus\:from-am-new-purple-dark:focus{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xl\:focus\:from-am-purple-transparent:focus{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xl\:focus\:from-am-purple-relight:focus{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xl\:focus\:from-am-purple-light:focus{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xl\:focus\:from-am-purple-medium:focus{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xl\:focus\:from-am-purple-dark:focus{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xl\:focus\:from-am-purple:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:focus\:from-am-green-light:focus{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:focus\:from-am-green-brightest:focus{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:focus\:from-am-green-cyan:focus{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xl\:focus\:from-am-green-dark:focus{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xl\:focus\:from-am-green-aqua:focus{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xl\:focus\:from-am-green-brightest-transparent:focus{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xl\:focus\:from-am-green-hover:focus{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xl\:focus\:from-am-green:focus{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xl\:focus\:from-am-red-alive:focus{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xl\:focus\:from-am-red-light:focus{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xl\:focus\:from-am-red-dark:focus{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xl\:focus\:from-am-red-intense:focus{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xl\:focus\:from-am-red:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:from-am-grey-light:focus{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:focus\:from-am-grey-dark:focus{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xl\:focus\:from-am-grey-medium:focus{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xl\:focus\:from-am-grey-transparent:focus{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:focus\:from-am-grey:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:focus\:from-am-pink-light:focus{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xl\:focus\:from-am-pink-dark:focus{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xl\:focus\:from-am-pink-brightest:focus{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:focus\:from-am-pink-rose:focus{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xl\:focus\:from-am-pink:focus{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:focus\:from-am-orange-light:focus{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xl\:focus\:from-am-orange-relight:focus{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xl\:focus\:from-am-orange-dark:focus{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xl\:focus\:from-am-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:focus\:from-am-cyan-light:focus{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xl\:focus\:from-am-cyan-dark:focus{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xl\:focus\:from-am-cyan-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:focus\:from-am-cyan-green:focus{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xl\:focus\:from-am-cyan:focus{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xl\:focus\:from-am-blue-light:focus{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xl\:focus\:from-am-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:focus\:from-am-blue-dark:focus{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xl\:focus\:from-am-yellow-resalt:focus{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:focus\:from-am-yellow-light:focus{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xl\:focus\:from-am-yellow-dark:focus{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xl\:focus\:from-am-yellow:focus{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xl\:focus\:from-am-cream-entry:focus{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:focus\:from-am-cream-entry_light:focus{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:focus\:from-am-cream-entry_text:focus{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:focus\:from-am-cream-lunchgo:focus{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:focus\:from-am-cream-lunchgo_light:focus{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:focus\:from-am-cream-lunchgo_text:focus{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:focus\:from-am-cream-lunchback:focus{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:from-am-cream-lunchback_light:focus{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:from-am-cream-lunchback_text:focus{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:from-am-cream-exit:focus{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:from-am-cream-exit_light:focus{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:from-am-cream-exit_text:focus{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:from-am-cream-yesterday:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:from-am-cream-yesterday_light:focus{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:from-am-cream-yesterday_text:focus{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:from-am-brown-light:focus{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xl\:focus\:from-am-brown-dark:focus{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xl\:focus\:from-am-brown:focus{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-grays-light{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xl\:via-grays{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xl\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:via-am-base-background{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xl\:via-am-main-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:via-am-main-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xl\:via-am-main-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xl\:via-am-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xl\:via-am-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xl\:via-am-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:via-am-new-green{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:via-am-new-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xl\:via-am-new-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xl\:via-am-new-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:via-am-new-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xl\:via-am-new-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xl\:via-am-coral{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:via-am-coral-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xl\:via-am-coral-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xl\:via-am-teal{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:via-am-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xl\:via-am-teal-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xl\:via-am-new-red{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:via-am-new-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xl\:via-am-new-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xl\:via-am-new-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:via-am-new-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xl\:via-am-new-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xl\:via-am-new-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:via-am-new-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xl\:via-am-new-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xl\:via-am-new-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xl\:via-am-new-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xl\:via-am-new-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xl\:via-am-purple-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xl\:via-am-purple-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xl\:via-am-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xl\:via-am-purple-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xl\:via-am-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xl\:via-am-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:via-am-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:via-am-green-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:via-am-green-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xl\:via-am-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xl\:via-am-green-aqua{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xl\:via-am-green-brightest-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xl\:via-am-green-hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xl\:via-am-green{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xl\:via-am-red-alive{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xl\:via-am-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xl\:via-am-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xl\:via-am-red-intense{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xl\:via-am-red{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:via-am-grey-light{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:via-am-grey-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xl\:via-am-grey-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xl\:via-am-grey-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:via-am-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:via-am-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xl\:via-am-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xl\:via-am-pink-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:via-am-pink-rose{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xl\:via-am-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:via-am-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xl\:via-am-orange-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xl\:via-am-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xl\:via-am-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:via-am-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xl\:via-am-cyan-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xl\:via-am-cyan-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:via-am-cyan-green{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xl\:via-am-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xl\:via-am-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xl\:via-am-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:via-am-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xl\:via-am-yellow-resalt{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:via-am-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xl\:via-am-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xl\:via-am-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xl\:via-am-cream-entry{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:via-am-cream-entry_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:via-am-cream-entry_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:via-am-cream-lunchgo{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:via-am-cream-lunchgo_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:via-am-cream-lunchgo_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:via-am-cream-lunchback{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:via-am-cream-lunchback_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:via-am-cream-lunchback_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:via-am-cream-exit{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:via-am-cream-exit_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:via-am-cream-exit_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:via-am-cream-yesterday{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:via-am-cream-yesterday_light{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:via-am-cream-yesterday_text{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:via-am-brown-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xl\:via-am-brown-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xl\:via-am-brown{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-grays-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xl\:hover\:via-grays:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xl\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:hover\:via-am-base-background:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xl\:hover\:via-am-main-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:hover\:via-am-main-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xl\:hover\:via-am-main-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xl\:hover\:via-am-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xl\:hover\:via-am-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xl\:hover\:via-am-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:hover\:via-am-new-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:hover\:via-am-new-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xl\:hover\:via-am-new-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xl\:hover\:via-am-new-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:hover\:via-am-new-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xl\:hover\:via-am-new-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xl\:hover\:via-am-coral:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:via-am-coral-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xl\:hover\:via-am-coral-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xl\:hover\:via-am-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:via-am-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xl\:hover\:via-am-teal-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xl\:hover\:via-am-new-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:via-am-new-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xl\:hover\:via-am-new-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xl\:hover\:via-am-new-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:hover\:via-am-new-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xl\:hover\:via-am-new-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xl\:hover\:via-am-new-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:hover\:via-am-new-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xl\:hover\:via-am-new-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xl\:hover\:via-am-new-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xl\:hover\:via-am-new-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xl\:hover\:via-am-new-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xl\:hover\:via-am-purple-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xl\:hover\:via-am-purple-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xl\:hover\:via-am-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xl\:hover\:via-am-purple-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xl\:hover\:via-am-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xl\:hover\:via-am-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:hover\:via-am-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:hover\:via-am-green-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:hover\:via-am-green-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xl\:hover\:via-am-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xl\:hover\:via-am-green-aqua:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xl\:hover\:via-am-green-brightest-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xl\:hover\:via-am-green-hover:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xl\:hover\:via-am-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xl\:hover\:via-am-red-alive:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xl\:hover\:via-am-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xl\:hover\:via-am-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xl\:hover\:via-am-red-intense:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xl\:hover\:via-am-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:via-am-grey-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:hover\:via-am-grey-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xl\:hover\:via-am-grey-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xl\:hover\:via-am-grey-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:hover\:via-am-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:hover\:via-am-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xl\:hover\:via-am-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xl\:hover\:via-am-pink-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:hover\:via-am-pink-rose:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xl\:hover\:via-am-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:hover\:via-am-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xl\:hover\:via-am-orange-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xl\:hover\:via-am-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xl\:hover\:via-am-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:hover\:via-am-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xl\:hover\:via-am-cyan-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xl\:hover\:via-am-cyan-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:hover\:via-am-cyan-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xl\:hover\:via-am-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xl\:hover\:via-am-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xl\:hover\:via-am-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:hover\:via-am-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xl\:hover\:via-am-yellow-resalt:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:hover\:via-am-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xl\:hover\:via-am-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xl\:hover\:via-am-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xl\:hover\:via-am-cream-entry:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:hover\:via-am-cream-entry_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:hover\:via-am-cream-entry_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:hover\:via-am-cream-lunchgo:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:hover\:via-am-cream-lunchgo_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:hover\:via-am-cream-lunchgo_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:hover\:via-am-cream-lunchback:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:via-am-cream-lunchback_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:via-am-cream-lunchback_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:hover\:via-am-cream-exit:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:via-am-cream-exit_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:via-am-cream-exit_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:hover\:via-am-cream-yesterday:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:via-am-cream-yesterday_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:via-am-cream-yesterday_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:hover\:via-am-brown-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xl\:hover\:via-am-brown-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xl\:hover\:via-am-brown:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xl\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-grays-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xl\:focus\:via-grays:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xl\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xl\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xl\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xl\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xl\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xl\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xl\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xl\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xl\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xl\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xl\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xl\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xl\:focus\:via-am-base-background:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xl\:focus\:via-am-main-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:focus\:via-am-main-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xl\:focus\:via-am-main-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xl\:focus\:via-am-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xl\:focus\:via-am-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xl\:focus\:via-am-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:focus\:via-am-new-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:focus\:via-am-new-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xl\:focus\:via-am-new-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xl\:focus\:via-am-new-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:focus\:via-am-new-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xl\:focus\:via-am-new-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xl\:focus\:via-am-coral:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:via-am-coral-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xl\:focus\:via-am-coral-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xl\:focus\:via-am-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:via-am-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xl\:focus\:via-am-teal-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xl\:focus\:via-am-new-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:via-am-new-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xl\:focus\:via-am-new-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xl\:focus\:via-am-new-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:focus\:via-am-new-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xl\:focus\:via-am-new-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xl\:focus\:via-am-new-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:focus\:via-am-new-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xl\:focus\:via-am-new-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xl\:focus\:via-am-new-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xl\:focus\:via-am-new-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xl\:focus\:via-am-new-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xl\:focus\:via-am-purple-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xl\:focus\:via-am-purple-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xl\:focus\:via-am-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xl\:focus\:via-am-purple-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xl\:focus\:via-am-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xl\:focus\:via-am-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xl\:focus\:via-am-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:focus\:via-am-green-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xl\:focus\:via-am-green-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xl\:focus\:via-am-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xl\:focus\:via-am-green-aqua:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xl\:focus\:via-am-green-brightest-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xl\:focus\:via-am-green-hover:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xl\:focus\:via-am-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xl\:focus\:via-am-red-alive:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xl\:focus\:via-am-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xl\:focus\:via-am-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xl\:focus\:via-am-red-intense:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xl\:focus\:via-am-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:via-am-grey-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:focus\:via-am-grey-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xl\:focus\:via-am-grey-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xl\:focus\:via-am-grey-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xl\:focus\:via-am-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xl\:focus\:via-am-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xl\:focus\:via-am-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xl\:focus\:via-am-pink-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:focus\:via-am-pink-rose:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xl\:focus\:via-am-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xl\:focus\:via-am-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xl\:focus\:via-am-orange-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xl\:focus\:via-am-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xl\:focus\:via-am-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xl\:focus\:via-am-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xl\:focus\:via-am-cyan-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xl\:focus\:via-am-cyan-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:focus\:via-am-cyan-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xl\:focus\:via-am-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xl\:focus\:via-am-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xl\:focus\:via-am-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xl\:focus\:via-am-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xl\:focus\:via-am-yellow-resalt:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xl\:focus\:via-am-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xl\:focus\:via-am-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xl\:focus\:via-am-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xl\:focus\:via-am-cream-entry:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:focus\:via-am-cream-entry_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:focus\:via-am-cream-entry_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xl\:focus\:via-am-cream-lunchgo:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:focus\:via-am-cream-lunchgo_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:focus\:via-am-cream-lunchgo_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xl\:focus\:via-am-cream-lunchback:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:via-am-cream-lunchback_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:via-am-cream-lunchback_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xl\:focus\:via-am-cream-exit:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:via-am-cream-exit_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:via-am-cream-exit_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xl\:focus\:via-am-cream-yesterday:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:via-am-cream-yesterday_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:via-am-cream-yesterday_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xl\:focus\:via-am-brown-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xl\:focus\:via-am-brown-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xl\:focus\:via-am-brown:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .xl\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .xl\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xl\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .xl\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .xl\:to-grays-light{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xl\:to-grays{
    --tw-gradient-to: #969CA7;
  }

  :root .xl\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xl\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xl\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xl\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xl\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xl\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xl\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xl\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xl\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xl\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xl\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xl\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xl\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xl\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xl\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xl\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xl\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xl\:to-am-base-background{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xl\:to-am-main-blue{
    --tw-gradient-to: #7084E3;
  }

  :root .xl\:to-am-main-blue-light{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xl\:to-am-main-blue-dark{
    --tw-gradient-to: #00004d;
  }

  :root .xl\:to-am-gray{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xl\:to-am-gray-light{
    --tw-gradient-to: #bebebe;
  }

  :root .xl\:to-am-gray-dark{
    --tw-gradient-to: #666666;
  }

  :root .xl\:to-am-new-green{
    --tw-gradient-to: #77dea2;
  }

  :root .xl\:to-am-new-green-light{
    --tw-gradient-to: #baeed0;
  }

  :root .xl\:to-am-new-green-dark{
    --tw-gradient-to: #27834d;
  }

  :root .xl\:to-am-new-orange{
    --tw-gradient-to: #f78842;
  }

  :root .xl\:to-am-new-orange-light{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xl\:to-am-new-orange-dark{
    --tw-gradient-to: #af5f2e;
  }

  :root .xl\:to-am-coral{
    --tw-gradient-to: #ee8f72;
  }

  :root .xl\:to-am-coral-light{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xl\:to-am-coral-dark{
    --tw-gradient-to: #be6a50;
  }

  :root .xl\:to-am-teal{
    --tw-gradient-to: #81e6e2;
  }

  :root .xl\:to-am-teal-light{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xl\:to-am-teal-dark{
    --tw-gradient-to: #449D99;
  }

  :root .xl\:to-am-new-red{
    --tw-gradient-to: #de7777;
  }

  :root .xl\:to-am-new-red-light{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xl\:to-am-new-red-dark{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xl\:to-am-new-yellow{
    --tw-gradient-to: #ffce00;
  }

  :root .xl\:to-am-new-yellow-light{
    --tw-gradient-to: #ffeb99;
  }

  :root .xl\:to-am-new-yellow-dark{
    --tw-gradient-to: #a56c00;
  }

  :root .xl\:to-am-new-pink{
    --tw-gradient-to: #d977dd;
  }

  :root .xl\:to-am-new-pink-light{
    --tw-gradient-to: #ecbaee;
  }

  :root .xl\:to-am-new-pink-dark{
    --tw-gradient-to: #97569a;
  }

  :root .xl\:to-am-new-purple{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xl\:to-am-new-purple-light{
    --tw-gradient-to: #baacff;
  }

  :root .xl\:to-am-new-purple-dark{
    --tw-gradient-to: #7164b1;
  }

  :root .xl\:to-am-purple-transparent{
    --tw-gradient-to: #757de338;
  }

  :root .xl\:to-am-purple-relight{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xl\:to-am-purple-light{
    --tw-gradient-to: #dbdcff;
  }

  :root .xl\:to-am-purple-medium{
    --tw-gradient-to: #927DEA;
  }

  :root .xl\:to-am-purple-dark{
    --tw-gradient-to: #465499;
  }

  :root .xl\:to-am-purple{
    --tw-gradient-to: #7084E3;
  }

  :root .xl\:to-am-green-light{
    --tw-gradient-to: #77DEA2;
  }

  :root .xl\:to-am-green-brightest{
    --tw-gradient-to: #77DEA280;
  }

  :root .xl\:to-am-green-cyan{
    --tw-gradient-to: #26b28f;
  }

  :root .xl\:to-am-green-dark{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xl\:to-am-green-aqua{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xl\:to-am-green-brightest-transparent{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xl\:to-am-green-hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xl\:to-am-green{
    --tw-gradient-to: #54C931;
  }

  :root .xl\:to-am-red-alive{
    --tw-gradient-to: #E56262;
  }

  :root .xl\:to-am-red-light{
    --tw-gradient-to: #ffcece;
  }

  :root .xl\:to-am-red-dark{
    --tw-gradient-to: #d93d3d;
  }

  :root .xl\:to-am-red-intense{
    --tw-gradient-to: #f00846;
  }

  :root .xl\:to-am-red{
    --tw-gradient-to: #DE7777;
  }

  :root .xl\:to-am-grey-light{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xl\:to-am-grey-dark{
    --tw-gradient-to: #2C303E;
  }

  :root .xl\:to-am-grey-medium{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xl\:to-am-grey-transparent{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xl\:to-am-grey{
    --tw-gradient-to: #666666;
  }

  :root .xl\:to-am-pink-light{
    --tw-gradient-to: #edcff0;
  }

  :root .xl\:to-am-pink-dark{
    --tw-gradient-to: #a941ae;
  }

  :root .xl\:to-am-pink-brightest{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xl\:to-am-pink-rose{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xl\:to-am-pink{
    --tw-gradient-to: #D977DD;
  }

  :root .xl\:to-am-orange-light{
    --tw-gradient-to: #f89103;
  }

  :root .xl\:to-am-orange-relight{
    --tw-gradient-to: #fff1e8;
  }

  :root .xl\:to-am-orange-dark{
    --tw-gradient-to: #b57c00;
  }

  :root .xl\:to-am-orange{
    --tw-gradient-to: #f78842;
  }

  :root .xl\:to-am-cyan-light{
    --tw-gradient-to: #b3edf4;
  }

  :root .xl\:to-am-cyan-dark{
    --tw-gradient-to: #129aa6;
  }

  :root .xl\:to-am-cyan-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .xl\:to-am-cyan-green{
    --tw-gradient-to: #b9eadf;
  }

  :root .xl\:to-am-cyan{
    --tw-gradient-to: #18D9EA;
  }

  :root .xl\:to-am-blue-light{
    --tw-gradient-to: #92C9F2;
  }

  :root .xl\:to-am-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .xl\:to-am-blue-dark{
    --tw-gradient-to: #5784a5;
  }

  :root .xl\:to-am-yellow-resalt{
    --tw-gradient-to: #FFCE00;
  }

  :root .xl\:to-am-yellow-light{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xl\:to-am-yellow-dark{
    --tw-gradient-to: #c18b11;
  }

  :root .xl\:to-am-yellow{
    --tw-gradient-to: #FAD073;
  }

  :root .xl\:to-am-cream-entry{
    --tw-gradient-to: #81E6AB;
  }

  :root .xl\:to-am-cream-entry_light{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xl\:to-am-cream-entry_text{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xl\:to-am-cream-lunchgo{
    --tw-gradient-to: #EEBA72;
  }

  :root .xl\:to-am-cream-lunchgo_light{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xl\:to-am-cream-lunchgo_text{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xl\:to-am-cream-lunchback{
    --tw-gradient-to: #EE8F72;
  }

  :root .xl\:to-am-cream-lunchback_light{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xl\:to-am-cream-lunchback_text{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xl\:to-am-cream-exit{
    --tw-gradient-to: #81E6E2;
  }

  :root .xl\:to-am-cream-exit_light{
    --tw-gradient-to: #81E6E233;
  }

  :root .xl\:to-am-cream-exit_text{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xl\:to-am-cream-yesterday{
    --tw-gradient-to: #DE7777;
  }

  :root .xl\:to-am-cream-yesterday_light{
    --tw-gradient-to: #DE777733;
  }

  :root .xl\:to-am-cream-yesterday_text{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xl\:to-am-brown-light{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xl\:to-am-brown-dark{
    --tw-gradient-to: #501D0E;
  }

  :root .xl\:to-am-brown{
    --tw-gradient-to: #A23E00;
  }

  :root .xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .xl\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .xl\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xl\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .xl\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .xl\:hover\:to-grays-light:hover{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xl\:hover\:to-grays:hover{
    --tw-gradient-to: #969CA7;
  }

  :root .xl\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xl\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xl\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xl\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xl\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xl\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xl\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xl\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xl\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xl\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xl\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xl\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xl\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xl\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xl\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xl\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xl\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xl\:hover\:to-am-base-background:hover{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xl\:hover\:to-am-main-blue:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .xl\:hover\:to-am-main-blue-light:hover{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xl\:hover\:to-am-main-blue-dark:hover{
    --tw-gradient-to: #00004d;
  }

  :root .xl\:hover\:to-am-gray:hover{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xl\:hover\:to-am-gray-light:hover{
    --tw-gradient-to: #bebebe;
  }

  :root .xl\:hover\:to-am-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  :root .xl\:hover\:to-am-new-green:hover{
    --tw-gradient-to: #77dea2;
  }

  :root .xl\:hover\:to-am-new-green-light:hover{
    --tw-gradient-to: #baeed0;
  }

  :root .xl\:hover\:to-am-new-green-dark:hover{
    --tw-gradient-to: #27834d;
  }

  :root .xl\:hover\:to-am-new-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .xl\:hover\:to-am-new-orange-light:hover{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xl\:hover\:to-am-new-orange-dark:hover{
    --tw-gradient-to: #af5f2e;
  }

  :root .xl\:hover\:to-am-coral:hover{
    --tw-gradient-to: #ee8f72;
  }

  :root .xl\:hover\:to-am-coral-light:hover{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xl\:hover\:to-am-coral-dark:hover{
    --tw-gradient-to: #be6a50;
  }

  :root .xl\:hover\:to-am-teal:hover{
    --tw-gradient-to: #81e6e2;
  }

  :root .xl\:hover\:to-am-teal-light:hover{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xl\:hover\:to-am-teal-dark:hover{
    --tw-gradient-to: #449D99;
  }

  :root .xl\:hover\:to-am-new-red:hover{
    --tw-gradient-to: #de7777;
  }

  :root .xl\:hover\:to-am-new-red-light:hover{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xl\:hover\:to-am-new-red-dark:hover{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xl\:hover\:to-am-new-yellow:hover{
    --tw-gradient-to: #ffce00;
  }

  :root .xl\:hover\:to-am-new-yellow-light:hover{
    --tw-gradient-to: #ffeb99;
  }

  :root .xl\:hover\:to-am-new-yellow-dark:hover{
    --tw-gradient-to: #a56c00;
  }

  :root .xl\:hover\:to-am-new-pink:hover{
    --tw-gradient-to: #d977dd;
  }

  :root .xl\:hover\:to-am-new-pink-light:hover{
    --tw-gradient-to: #ecbaee;
  }

  :root .xl\:hover\:to-am-new-pink-dark:hover{
    --tw-gradient-to: #97569a;
  }

  :root .xl\:hover\:to-am-new-purple:hover{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xl\:hover\:to-am-new-purple-light:hover{
    --tw-gradient-to: #baacff;
  }

  :root .xl\:hover\:to-am-new-purple-dark:hover{
    --tw-gradient-to: #7164b1;
  }

  :root .xl\:hover\:to-am-purple-transparent:hover{
    --tw-gradient-to: #757de338;
  }

  :root .xl\:hover\:to-am-purple-relight:hover{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xl\:hover\:to-am-purple-light:hover{
    --tw-gradient-to: #dbdcff;
  }

  :root .xl\:hover\:to-am-purple-medium:hover{
    --tw-gradient-to: #927DEA;
  }

  :root .xl\:hover\:to-am-purple-dark:hover{
    --tw-gradient-to: #465499;
  }

  :root .xl\:hover\:to-am-purple:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .xl\:hover\:to-am-green-light:hover{
    --tw-gradient-to: #77DEA2;
  }

  :root .xl\:hover\:to-am-green-brightest:hover{
    --tw-gradient-to: #77DEA280;
  }

  :root .xl\:hover\:to-am-green-cyan:hover{
    --tw-gradient-to: #26b28f;
  }

  :root .xl\:hover\:to-am-green-dark:hover{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xl\:hover\:to-am-green-aqua:hover{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xl\:hover\:to-am-green-brightest-transparent:hover{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xl\:hover\:to-am-green-hover:hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xl\:hover\:to-am-green:hover{
    --tw-gradient-to: #54C931;
  }

  :root .xl\:hover\:to-am-red-alive:hover{
    --tw-gradient-to: #E56262;
  }

  :root .xl\:hover\:to-am-red-light:hover{
    --tw-gradient-to: #ffcece;
  }

  :root .xl\:hover\:to-am-red-dark:hover{
    --tw-gradient-to: #d93d3d;
  }

  :root .xl\:hover\:to-am-red-intense:hover{
    --tw-gradient-to: #f00846;
  }

  :root .xl\:hover\:to-am-red:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .xl\:hover\:to-am-grey-light:hover{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xl\:hover\:to-am-grey-dark:hover{
    --tw-gradient-to: #2C303E;
  }

  :root .xl\:hover\:to-am-grey-medium:hover{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xl\:hover\:to-am-grey-transparent:hover{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xl\:hover\:to-am-grey:hover{
    --tw-gradient-to: #666666;
  }

  :root .xl\:hover\:to-am-pink-light:hover{
    --tw-gradient-to: #edcff0;
  }

  :root .xl\:hover\:to-am-pink-dark:hover{
    --tw-gradient-to: #a941ae;
  }

  :root .xl\:hover\:to-am-pink-brightest:hover{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xl\:hover\:to-am-pink-rose:hover{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xl\:hover\:to-am-pink:hover{
    --tw-gradient-to: #D977DD;
  }

  :root .xl\:hover\:to-am-orange-light:hover{
    --tw-gradient-to: #f89103;
  }

  :root .xl\:hover\:to-am-orange-relight:hover{
    --tw-gradient-to: #fff1e8;
  }

  :root .xl\:hover\:to-am-orange-dark:hover{
    --tw-gradient-to: #b57c00;
  }

  :root .xl\:hover\:to-am-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .xl\:hover\:to-am-cyan-light:hover{
    --tw-gradient-to: #b3edf4;
  }

  :root .xl\:hover\:to-am-cyan-dark:hover{
    --tw-gradient-to: #129aa6;
  }

  :root .xl\:hover\:to-am-cyan-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .xl\:hover\:to-am-cyan-green:hover{
    --tw-gradient-to: #b9eadf;
  }

  :root .xl\:hover\:to-am-cyan:hover{
    --tw-gradient-to: #18D9EA;
  }

  :root .xl\:hover\:to-am-blue-light:hover{
    --tw-gradient-to: #92C9F2;
  }

  :root .xl\:hover\:to-am-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .xl\:hover\:to-am-blue-dark:hover{
    --tw-gradient-to: #5784a5;
  }

  :root .xl\:hover\:to-am-yellow-resalt:hover{
    --tw-gradient-to: #FFCE00;
  }

  :root .xl\:hover\:to-am-yellow-light:hover{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xl\:hover\:to-am-yellow-dark:hover{
    --tw-gradient-to: #c18b11;
  }

  :root .xl\:hover\:to-am-yellow:hover{
    --tw-gradient-to: #FAD073;
  }

  :root .xl\:hover\:to-am-cream-entry:hover{
    --tw-gradient-to: #81E6AB;
  }

  :root .xl\:hover\:to-am-cream-entry_light:hover{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xl\:hover\:to-am-cream-entry_text:hover{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xl\:hover\:to-am-cream-lunchgo:hover{
    --tw-gradient-to: #EEBA72;
  }

  :root .xl\:hover\:to-am-cream-lunchgo_light:hover{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xl\:hover\:to-am-cream-lunchgo_text:hover{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xl\:hover\:to-am-cream-lunchback:hover{
    --tw-gradient-to: #EE8F72;
  }

  :root .xl\:hover\:to-am-cream-lunchback_light:hover{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xl\:hover\:to-am-cream-lunchback_text:hover{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xl\:hover\:to-am-cream-exit:hover{
    --tw-gradient-to: #81E6E2;
  }

  :root .xl\:hover\:to-am-cream-exit_light:hover{
    --tw-gradient-to: #81E6E233;
  }

  :root .xl\:hover\:to-am-cream-exit_text:hover{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xl\:hover\:to-am-cream-yesterday:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .xl\:hover\:to-am-cream-yesterday_light:hover{
    --tw-gradient-to: #DE777733;
  }

  :root .xl\:hover\:to-am-cream-yesterday_text:hover{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xl\:hover\:to-am-brown-light:hover{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xl\:hover\:to-am-brown-dark:hover{
    --tw-gradient-to: #501D0E;
  }

  :root .xl\:hover\:to-am-brown:hover{
    --tw-gradient-to: #A23E00;
  }

  :root .xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .xl\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .xl\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xl\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .xl\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .xl\:focus\:to-grays-light:focus{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xl\:focus\:to-grays:focus{
    --tw-gradient-to: #969CA7;
  }

  :root .xl\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xl\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xl\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xl\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xl\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xl\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xl\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xl\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xl\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xl\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xl\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xl\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xl\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xl\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xl\:focus\:to-am-base-background:focus{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xl\:focus\:to-am-main-blue:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .xl\:focus\:to-am-main-blue-light:focus{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xl\:focus\:to-am-main-blue-dark:focus{
    --tw-gradient-to: #00004d;
  }

  :root .xl\:focus\:to-am-gray:focus{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xl\:focus\:to-am-gray-light:focus{
    --tw-gradient-to: #bebebe;
  }

  :root .xl\:focus\:to-am-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  :root .xl\:focus\:to-am-new-green:focus{
    --tw-gradient-to: #77dea2;
  }

  :root .xl\:focus\:to-am-new-green-light:focus{
    --tw-gradient-to: #baeed0;
  }

  :root .xl\:focus\:to-am-new-green-dark:focus{
    --tw-gradient-to: #27834d;
  }

  :root .xl\:focus\:to-am-new-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .xl\:focus\:to-am-new-orange-light:focus{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xl\:focus\:to-am-new-orange-dark:focus{
    --tw-gradient-to: #af5f2e;
  }

  :root .xl\:focus\:to-am-coral:focus{
    --tw-gradient-to: #ee8f72;
  }

  :root .xl\:focus\:to-am-coral-light:focus{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xl\:focus\:to-am-coral-dark:focus{
    --tw-gradient-to: #be6a50;
  }

  :root .xl\:focus\:to-am-teal:focus{
    --tw-gradient-to: #81e6e2;
  }

  :root .xl\:focus\:to-am-teal-light:focus{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xl\:focus\:to-am-teal-dark:focus{
    --tw-gradient-to: #449D99;
  }

  :root .xl\:focus\:to-am-new-red:focus{
    --tw-gradient-to: #de7777;
  }

  :root .xl\:focus\:to-am-new-red-light:focus{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xl\:focus\:to-am-new-red-dark:focus{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xl\:focus\:to-am-new-yellow:focus{
    --tw-gradient-to: #ffce00;
  }

  :root .xl\:focus\:to-am-new-yellow-light:focus{
    --tw-gradient-to: #ffeb99;
  }

  :root .xl\:focus\:to-am-new-yellow-dark:focus{
    --tw-gradient-to: #a56c00;
  }

  :root .xl\:focus\:to-am-new-pink:focus{
    --tw-gradient-to: #d977dd;
  }

  :root .xl\:focus\:to-am-new-pink-light:focus{
    --tw-gradient-to: #ecbaee;
  }

  :root .xl\:focus\:to-am-new-pink-dark:focus{
    --tw-gradient-to: #97569a;
  }

  :root .xl\:focus\:to-am-new-purple:focus{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xl\:focus\:to-am-new-purple-light:focus{
    --tw-gradient-to: #baacff;
  }

  :root .xl\:focus\:to-am-new-purple-dark:focus{
    --tw-gradient-to: #7164b1;
  }

  :root .xl\:focus\:to-am-purple-transparent:focus{
    --tw-gradient-to: #757de338;
  }

  :root .xl\:focus\:to-am-purple-relight:focus{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xl\:focus\:to-am-purple-light:focus{
    --tw-gradient-to: #dbdcff;
  }

  :root .xl\:focus\:to-am-purple-medium:focus{
    --tw-gradient-to: #927DEA;
  }

  :root .xl\:focus\:to-am-purple-dark:focus{
    --tw-gradient-to: #465499;
  }

  :root .xl\:focus\:to-am-purple:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .xl\:focus\:to-am-green-light:focus{
    --tw-gradient-to: #77DEA2;
  }

  :root .xl\:focus\:to-am-green-brightest:focus{
    --tw-gradient-to: #77DEA280;
  }

  :root .xl\:focus\:to-am-green-cyan:focus{
    --tw-gradient-to: #26b28f;
  }

  :root .xl\:focus\:to-am-green-dark:focus{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xl\:focus\:to-am-green-aqua:focus{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xl\:focus\:to-am-green-brightest-transparent:focus{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xl\:focus\:to-am-green-hover:focus{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xl\:focus\:to-am-green:focus{
    --tw-gradient-to: #54C931;
  }

  :root .xl\:focus\:to-am-red-alive:focus{
    --tw-gradient-to: #E56262;
  }

  :root .xl\:focus\:to-am-red-light:focus{
    --tw-gradient-to: #ffcece;
  }

  :root .xl\:focus\:to-am-red-dark:focus{
    --tw-gradient-to: #d93d3d;
  }

  :root .xl\:focus\:to-am-red-intense:focus{
    --tw-gradient-to: #f00846;
  }

  :root .xl\:focus\:to-am-red:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .xl\:focus\:to-am-grey-light:focus{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xl\:focus\:to-am-grey-dark:focus{
    --tw-gradient-to: #2C303E;
  }

  :root .xl\:focus\:to-am-grey-medium:focus{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xl\:focus\:to-am-grey-transparent:focus{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xl\:focus\:to-am-grey:focus{
    --tw-gradient-to: #666666;
  }

  :root .xl\:focus\:to-am-pink-light:focus{
    --tw-gradient-to: #edcff0;
  }

  :root .xl\:focus\:to-am-pink-dark:focus{
    --tw-gradient-to: #a941ae;
  }

  :root .xl\:focus\:to-am-pink-brightest:focus{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xl\:focus\:to-am-pink-rose:focus{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xl\:focus\:to-am-pink:focus{
    --tw-gradient-to: #D977DD;
  }

  :root .xl\:focus\:to-am-orange-light:focus{
    --tw-gradient-to: #f89103;
  }

  :root .xl\:focus\:to-am-orange-relight:focus{
    --tw-gradient-to: #fff1e8;
  }

  :root .xl\:focus\:to-am-orange-dark:focus{
    --tw-gradient-to: #b57c00;
  }

  :root .xl\:focus\:to-am-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .xl\:focus\:to-am-cyan-light:focus{
    --tw-gradient-to: #b3edf4;
  }

  :root .xl\:focus\:to-am-cyan-dark:focus{
    --tw-gradient-to: #129aa6;
  }

  :root .xl\:focus\:to-am-cyan-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .xl\:focus\:to-am-cyan-green:focus{
    --tw-gradient-to: #b9eadf;
  }

  :root .xl\:focus\:to-am-cyan:focus{
    --tw-gradient-to: #18D9EA;
  }

  :root .xl\:focus\:to-am-blue-light:focus{
    --tw-gradient-to: #92C9F2;
  }

  :root .xl\:focus\:to-am-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .xl\:focus\:to-am-blue-dark:focus{
    --tw-gradient-to: #5784a5;
  }

  :root .xl\:focus\:to-am-yellow-resalt:focus{
    --tw-gradient-to: #FFCE00;
  }

  :root .xl\:focus\:to-am-yellow-light:focus{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xl\:focus\:to-am-yellow-dark:focus{
    --tw-gradient-to: #c18b11;
  }

  :root .xl\:focus\:to-am-yellow:focus{
    --tw-gradient-to: #FAD073;
  }

  :root .xl\:focus\:to-am-cream-entry:focus{
    --tw-gradient-to: #81E6AB;
  }

  :root .xl\:focus\:to-am-cream-entry_light:focus{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xl\:focus\:to-am-cream-entry_text:focus{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xl\:focus\:to-am-cream-lunchgo:focus{
    --tw-gradient-to: #EEBA72;
  }

  :root .xl\:focus\:to-am-cream-lunchgo_light:focus{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xl\:focus\:to-am-cream-lunchgo_text:focus{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xl\:focus\:to-am-cream-lunchback:focus{
    --tw-gradient-to: #EE8F72;
  }

  :root .xl\:focus\:to-am-cream-lunchback_light:focus{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xl\:focus\:to-am-cream-lunchback_text:focus{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xl\:focus\:to-am-cream-exit:focus{
    --tw-gradient-to: #81E6E2;
  }

  :root .xl\:focus\:to-am-cream-exit_light:focus{
    --tw-gradient-to: #81E6E233;
  }

  :root .xl\:focus\:to-am-cream-exit_text:focus{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xl\:focus\:to-am-cream-yesterday:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .xl\:focus\:to-am-cream-yesterday_light:focus{
    --tw-gradient-to: #DE777733;
  }

  :root .xl\:focus\:to-am-cream-yesterday_text:focus{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xl\:focus\:to-am-brown-light:focus{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xl\:focus\:to-am-brown-dark:focus{
    --tw-gradient-to: #501D0E;
  }

  :root .xl\:focus\:to-am-brown:focus{
    --tw-gradient-to: #A23E00;
  }

  :root .xl\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .xl\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .xl\:bg-auto{
    background-size: auto;
  }

  :root .xl\:bg-cover{
    background-size: cover;
  }

  :root .xl\:bg-contain{
    background-size: contain;
  }

  :root .xl\:bg-fixed{
    background-attachment: fixed;
  }

  :root .xl\:bg-local{
    background-attachment: local;
  }

  :root .xl\:bg-scroll{
    background-attachment: scroll;
  }

  :root .xl\:bg-clip-border{
    background-clip: border-box;
  }

  :root .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .xl\:bg-clip-content{
    background-clip: content-box;
  }

  :root .xl\:bg-clip-text{
    background-clip: text;
  }

  :root .xl\:bg-bottom{
    background-position: bottom;
  }

  :root .xl\:bg-center{
    background-position: center;
  }

  :root .xl\:bg-left{
    background-position: left;
  }

  :root .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .xl\:bg-left-top{
    background-position: left top;
  }

  :root .xl\:bg-right{
    background-position: right;
  }

  :root .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .xl\:bg-right-top{
    background-position: right top;
  }

  :root .xl\:bg-top{
    background-position: top;
  }

  :root .xl\:bg-repeat{
    background-repeat: repeat;
  }

  :root .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .xl\:bg-repeat-round{
    background-repeat: round;
  }

  :root .xl\:bg-repeat-space{
    background-repeat: space;
  }

  :root .xl\:bg-origin-border{
    background-origin: border-box;
  }

  :root .xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  :root .xl\:bg-origin-content{
    background-origin: content-box;
  }

  :root .xl\:fill-current{
    fill: currentColor;
  }

  :root .xl\:stroke-current{
    stroke: currentColor;
  }

  :root .xl\:stroke-0{
    stroke-width: 0;
  }

  :root .xl\:stroke-1{
    stroke-width: 1;
  }

  :root .xl\:stroke-2{
    stroke-width: 2;
  }

  :root .xl\:object-contain{
    object-fit: contain;
  }

  :root .xl\:object-cover{
    object-fit: cover;
  }

  :root .xl\:object-fill{
    object-fit: fill;
  }

  :root .xl\:object-none{
    object-fit: none;
  }

  :root .xl\:object-scale-down{
    object-fit: scale-down;
  }

  :root .xl\:object-bottom{
    object-position: bottom;
  }

  :root .xl\:object-center{
    object-position: center;
  }

  :root .xl\:object-left{
    object-position: left;
  }

  :root .xl\:object-left-bottom{
    object-position: left bottom;
  }

  :root .xl\:object-left-top{
    object-position: left top;
  }

  :root .xl\:object-right{
    object-position: right;
  }

  :root .xl\:object-right-bottom{
    object-position: right bottom;
  }

  :root .xl\:object-right-top{
    object-position: right top;
  }

  :root .xl\:object-top{
    object-position: top;
  }

  :root .xl\:p-0{
    padding: 0;
  }

  :root .xl\:p-1{
    padding: 0.25rem;
  }

  :root .xl\:p-2{
    padding: 0.5rem;
  }

  :root .xl\:p-3{
    padding: 0.75rem;
  }

  :root .xl\:p-4{
    padding: 1rem;
  }

  :root .xl\:p-5{
    padding: 1.25rem;
  }

  :root .xl\:p-6{
    padding: 1.5rem;
  }

  :root .xl\:p-7{
    padding: 1.75rem;
  }

  :root .xl\:p-8{
    padding: 2rem;
  }

  :root .xl\:p-9{
    padding: 2.25rem;
  }

  :root .xl\:p-10{
    padding: 2.5rem;
  }

  :root .xl\:p-11{
    padding: 2.75rem;
  }

  :root .xl\:p-12{
    padding: 3rem;
  }

  :root .xl\:p-13{
    padding: 3.25rem;
  }

  :root .xl\:p-14{
    padding: 3.5rem;
  }

  :root .xl\:p-16{
    padding: 4rem;
  }

  :root .xl\:p-18{
    padding: 4.5rem;
  }

  :root .xl\:p-20{
    padding: 5rem;
  }

  :root .xl\:p-21{
    padding: 5.25rem;
  }

  :root .xl\:p-22{
    padding: 5.5rem;
  }

  :root .xl\:p-24{
    padding: 6rem;
  }

  :root .xl\:p-26{
    padding: 6.5rem;
  }

  :root .xl\:p-27{
    padding: 6.75rem;
  }

  :root .xl\:p-28{
    padding: 7rem;
  }

  :root .xl\:p-30{
    padding: 7.5rem;
  }

  :root .xl\:p-32{
    padding: 8rem;
  }

  :root .xl\:p-36{
    padding: 9rem;
  }

  :root .xl\:p-40{
    padding: 10rem;
  }

  :root .xl\:p-41{
    padding: 11.25rem;
  }

  :root .xl\:p-42{
    padding: 11.5rem;
  }

  :root .xl\:p-44{
    padding: 11rem;
  }

  :root .xl\:p-48{
    padding: 12rem;
  }

  :root .xl\:p-52{
    padding: 13rem;
  }

  :root .xl\:p-54{
    padding: 13.5rem;
  }

  :root .xl\:p-56{
    padding: 14rem;
  }

  :root .xl\:p-60{
    padding: 15rem;
  }

  :root .xl\:p-64{
    padding: 16rem;
  }

  :root .xl\:p-68{
    padding: 17rem;
  }

  :root .xl\:p-72{
    padding: 18rem;
  }

  :root .xl\:p-76{
    padding: 19rem;
  }

  :root .xl\:p-80{
    padding: 20rem;
  }

  :root .xl\:p-84{
    padding: 21rem;
  }

  :root .xl\:p-88{
    padding: 22rem;
  }

  :root .xl\:p-96{
    padding: 24rem;
  }

  :root .xl\:p-112{
    padding: 28rem;
  }

  :root .xl\:p-120{
    padding: 30rem;
  }

  :root .xl\:p-140{
    padding: 35rem;
  }

  :root .xl\:p-150{
    padding: 37.5rem;
  }

  :root .xl\:p-160{
    padding: 40rem;
  }

  :root .xl\:p-220{
    padding: 55rem;
  }

  :root .xl\:p-240{
    padding: 60rem;
  }

  :root .xl\:p-300{
    padding: 75rem;
  }

  :root .xl\:p-320{
    padding: 80rem;
  }

  :root .xl\:p-px{
    padding: 1px;
  }

  :root .xl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .xl\:p-1\.5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .xl\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-13{
    padding: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-18{
    padding: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-21{
    padding: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-22{
    padding: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-26{
    padding: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-27{
    padding: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-30{
    padding: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-41{
    padding: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-42{
    padding: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-54{
    padding: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-68{
    padding: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-76{
    padding: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-84{
    padding: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-88{
    padding: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-112{
    padding: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-120{
    padding: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-140{
    padding: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-150{
    padding: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-160{
    padding: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-220{
    padding: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-240{
    padding: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-300{
    padding: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-320{
    padding: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-1.xl\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .xl\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-13{
    padding: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-18{
    padding: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-21{
    padding: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-22{
    padding: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-26{
    padding: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-27{
    padding: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-30{
    padding: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-41{
    padding: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-42{
    padding: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-54{
    padding: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-68{
    padding: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-76{
    padding: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-84{
    padding: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-88{
    padding: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-112{
    padding: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-120{
    padding: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-140{
    padding: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-150{
    padding: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-160{
    padding: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-220{
    padding: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-240{
    padding: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-300{
    padding: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-320{
    padding: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-1.xl\:5{
    padding: 0.375rem;
  }

  :root .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .xl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .xl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .xl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root .xl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .xl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root .xl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .xl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .xl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root .xl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root .xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .xl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .xl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root .xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .xl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root .xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .xl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root .xl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root .xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .xl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root .xl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root .xl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root .xl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root .xl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root .xl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root .xl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root .xl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root .xl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .xl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .xl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .xl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .xl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root .xl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .xl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root .xl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .xl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .xl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root .xl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root .xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .xl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .xl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root .xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .xl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root .xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .xl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root .xl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root .xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .xl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root .xl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root .xl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root .xl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root .xl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root .xl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root .xl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root .xl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root .xl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .xl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .xl\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:px-1.xl\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .xl\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-1.xl\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .xl\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:px-1.xl\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .xl\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-1.xl\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .xl\:pt-0{
    padding-top: 0;
  }

  :root .xl\:pt-1{
    padding-top: 0.25rem;
  }

  :root .xl\:pt-2{
    padding-top: 0.5rem;
  }

  :root .xl\:pt-3{
    padding-top: 0.75rem;
  }

  :root .xl\:pt-4{
    padding-top: 1rem;
  }

  :root .xl\:pt-5{
    padding-top: 1.25rem;
  }

  :root .xl\:pt-6{
    padding-top: 1.5rem;
  }

  :root .xl\:pt-7{
    padding-top: 1.75rem;
  }

  :root .xl\:pt-8{
    padding-top: 2rem;
  }

  :root .xl\:pt-9{
    padding-top: 2.25rem;
  }

  :root .xl\:pt-10{
    padding-top: 2.5rem;
  }

  :root .xl\:pt-11{
    padding-top: 2.75rem;
  }

  :root .xl\:pt-12{
    padding-top: 3rem;
  }

  :root .xl\:pt-13{
    padding-top: 3.25rem;
  }

  :root .xl\:pt-14{
    padding-top: 3.5rem;
  }

  :root .xl\:pt-16{
    padding-top: 4rem;
  }

  :root .xl\:pt-18{
    padding-top: 4.5rem;
  }

  :root .xl\:pt-20{
    padding-top: 5rem;
  }

  :root .xl\:pt-21{
    padding-top: 5.25rem;
  }

  :root .xl\:pt-22{
    padding-top: 5.5rem;
  }

  :root .xl\:pt-24{
    padding-top: 6rem;
  }

  :root .xl\:pt-26{
    padding-top: 6.5rem;
  }

  :root .xl\:pt-27{
    padding-top: 6.75rem;
  }

  :root .xl\:pt-28{
    padding-top: 7rem;
  }

  :root .xl\:pt-30{
    padding-top: 7.5rem;
  }

  :root .xl\:pt-32{
    padding-top: 8rem;
  }

  :root .xl\:pt-36{
    padding-top: 9rem;
  }

  :root .xl\:pt-40{
    padding-top: 10rem;
  }

  :root .xl\:pt-41{
    padding-top: 11.25rem;
  }

  :root .xl\:pt-42{
    padding-top: 11.5rem;
  }

  :root .xl\:pt-44{
    padding-top: 11rem;
  }

  :root .xl\:pt-48{
    padding-top: 12rem;
  }

  :root .xl\:pt-52{
    padding-top: 13rem;
  }

  :root .xl\:pt-54{
    padding-top: 13.5rem;
  }

  :root .xl\:pt-56{
    padding-top: 14rem;
  }

  :root .xl\:pt-60{
    padding-top: 15rem;
  }

  :root .xl\:pt-64{
    padding-top: 16rem;
  }

  :root .xl\:pt-68{
    padding-top: 17rem;
  }

  :root .xl\:pt-72{
    padding-top: 18rem;
  }

  :root .xl\:pt-76{
    padding-top: 19rem;
  }

  :root .xl\:pt-80{
    padding-top: 20rem;
  }

  :root .xl\:pt-84{
    padding-top: 21rem;
  }

  :root .xl\:pt-88{
    padding-top: 22rem;
  }

  :root .xl\:pt-96{
    padding-top: 24rem;
  }

  :root .xl\:pt-112{
    padding-top: 28rem;
  }

  :root .xl\:pt-120{
    padding-top: 30rem;
  }

  :root .xl\:pt-140{
    padding-top: 35rem;
  }

  :root .xl\:pt-150{
    padding-top: 37.5rem;
  }

  :root .xl\:pt-160{
    padding-top: 40rem;
  }

  :root .xl\:pt-220{
    padding-top: 55rem;
  }

  :root .xl\:pt-240{
    padding-top: 60rem;
  }

  :root .xl\:pt-300{
    padding-top: 75rem;
  }

  :root .xl\:pt-320{
    padding-top: 80rem;
  }

  :root .xl\:pt-px{
    padding-top: 1px;
  }

  :root .xl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .xl\:pr-0{
    padding-right: 0;
  }

  :root .xl\:pr-1{
    padding-right: 0.25rem;
  }

  :root .xl\:pr-2{
    padding-right: 0.5rem;
  }

  :root .xl\:pr-3{
    padding-right: 0.75rem;
  }

  :root .xl\:pr-4{
    padding-right: 1rem;
  }

  :root .xl\:pr-5{
    padding-right: 1.25rem;
  }

  :root .xl\:pr-6{
    padding-right: 1.5rem;
  }

  :root .xl\:pr-7{
    padding-right: 1.75rem;
  }

  :root .xl\:pr-8{
    padding-right: 2rem;
  }

  :root .xl\:pr-9{
    padding-right: 2.25rem;
  }

  :root .xl\:pr-10{
    padding-right: 2.5rem;
  }

  :root .xl\:pr-11{
    padding-right: 2.75rem;
  }

  :root .xl\:pr-12{
    padding-right: 3rem;
  }

  :root .xl\:pr-13{
    padding-right: 3.25rem;
  }

  :root .xl\:pr-14{
    padding-right: 3.5rem;
  }

  :root .xl\:pr-16{
    padding-right: 4rem;
  }

  :root .xl\:pr-18{
    padding-right: 4.5rem;
  }

  :root .xl\:pr-20{
    padding-right: 5rem;
  }

  :root .xl\:pr-21{
    padding-right: 5.25rem;
  }

  :root .xl\:pr-22{
    padding-right: 5.5rem;
  }

  :root .xl\:pr-24{
    padding-right: 6rem;
  }

  :root .xl\:pr-26{
    padding-right: 6.5rem;
  }

  :root .xl\:pr-27{
    padding-right: 6.75rem;
  }

  :root .xl\:pr-28{
    padding-right: 7rem;
  }

  :root .xl\:pr-30{
    padding-right: 7.5rem;
  }

  :root .xl\:pr-32{
    padding-right: 8rem;
  }

  :root .xl\:pr-36{
    padding-right: 9rem;
  }

  :root .xl\:pr-40{
    padding-right: 10rem;
  }

  :root .xl\:pr-41{
    padding-right: 11.25rem;
  }

  :root .xl\:pr-42{
    padding-right: 11.5rem;
  }

  :root .xl\:pr-44{
    padding-right: 11rem;
  }

  :root .xl\:pr-48{
    padding-right: 12rem;
  }

  :root .xl\:pr-52{
    padding-right: 13rem;
  }

  :root .xl\:pr-54{
    padding-right: 13.5rem;
  }

  :root .xl\:pr-56{
    padding-right: 14rem;
  }

  :root .xl\:pr-60{
    padding-right: 15rem;
  }

  :root .xl\:pr-64{
    padding-right: 16rem;
  }

  :root .xl\:pr-68{
    padding-right: 17rem;
  }

  :root .xl\:pr-72{
    padding-right: 18rem;
  }

  :root .xl\:pr-76{
    padding-right: 19rem;
  }

  :root .xl\:pr-80{
    padding-right: 20rem;
  }

  :root .xl\:pr-84{
    padding-right: 21rem;
  }

  :root .xl\:pr-88{
    padding-right: 22rem;
  }

  :root .xl\:pr-96{
    padding-right: 24rem;
  }

  :root .xl\:pr-112{
    padding-right: 28rem;
  }

  :root .xl\:pr-120{
    padding-right: 30rem;
  }

  :root .xl\:pr-140{
    padding-right: 35rem;
  }

  :root .xl\:pr-150{
    padding-right: 37.5rem;
  }

  :root .xl\:pr-160{
    padding-right: 40rem;
  }

  :root .xl\:pr-220{
    padding-right: 55rem;
  }

  :root .xl\:pr-240{
    padding-right: 60rem;
  }

  :root .xl\:pr-300{
    padding-right: 75rem;
  }

  :root .xl\:pr-320{
    padding-right: 80rem;
  }

  :root .xl\:pr-px{
    padding-right: 1px;
  }

  :root .xl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .xl\:pb-0{
    padding-bottom: 0;
  }

  :root .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .xl\:pb-4{
    padding-bottom: 1rem;
  }

  :root .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .xl\:pb-8{
    padding-bottom: 2rem;
  }

  :root .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .xl\:pb-12{
    padding-bottom: 3rem;
  }

  :root .xl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root .xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .xl\:pb-16{
    padding-bottom: 4rem;
  }

  :root .xl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root .xl\:pb-20{
    padding-bottom: 5rem;
  }

  :root .xl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root .xl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root .xl\:pb-24{
    padding-bottom: 6rem;
  }

  :root .xl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root .xl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root .xl\:pb-28{
    padding-bottom: 7rem;
  }

  :root .xl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root .xl\:pb-32{
    padding-bottom: 8rem;
  }

  :root .xl\:pb-36{
    padding-bottom: 9rem;
  }

  :root .xl\:pb-40{
    padding-bottom: 10rem;
  }

  :root .xl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root .xl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root .xl\:pb-44{
    padding-bottom: 11rem;
  }

  :root .xl\:pb-48{
    padding-bottom: 12rem;
  }

  :root .xl\:pb-52{
    padding-bottom: 13rem;
  }

  :root .xl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root .xl\:pb-56{
    padding-bottom: 14rem;
  }

  :root .xl\:pb-60{
    padding-bottom: 15rem;
  }

  :root .xl\:pb-64{
    padding-bottom: 16rem;
  }

  :root .xl\:pb-68{
    padding-bottom: 17rem;
  }

  :root .xl\:pb-72{
    padding-bottom: 18rem;
  }

  :root .xl\:pb-76{
    padding-bottom: 19rem;
  }

  :root .xl\:pb-80{
    padding-bottom: 20rem;
  }

  :root .xl\:pb-84{
    padding-bottom: 21rem;
  }

  :root .xl\:pb-88{
    padding-bottom: 22rem;
  }

  :root .xl\:pb-96{
    padding-bottom: 24rem;
  }

  :root .xl\:pb-112{
    padding-bottom: 28rem;
  }

  :root .xl\:pb-120{
    padding-bottom: 30rem;
  }

  :root .xl\:pb-140{
    padding-bottom: 35rem;
  }

  :root .xl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root .xl\:pb-160{
    padding-bottom: 40rem;
  }

  :root .xl\:pb-220{
    padding-bottom: 55rem;
  }

  :root .xl\:pb-240{
    padding-bottom: 60rem;
  }

  :root .xl\:pb-300{
    padding-bottom: 75rem;
  }

  :root .xl\:pb-320{
    padding-bottom: 80rem;
  }

  :root .xl\:pb-px{
    padding-bottom: 1px;
  }

  :root .xl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .xl\:pl-0{
    padding-left: 0;
  }

  :root .xl\:pl-1{
    padding-left: 0.25rem;
  }

  :root .xl\:pl-2{
    padding-left: 0.5rem;
  }

  :root .xl\:pl-3{
    padding-left: 0.75rem;
  }

  :root .xl\:pl-4{
    padding-left: 1rem;
  }

  :root .xl\:pl-5{
    padding-left: 1.25rem;
  }

  :root .xl\:pl-6{
    padding-left: 1.5rem;
  }

  :root .xl\:pl-7{
    padding-left: 1.75rem;
  }

  :root .xl\:pl-8{
    padding-left: 2rem;
  }

  :root .xl\:pl-9{
    padding-left: 2.25rem;
  }

  :root .xl\:pl-10{
    padding-left: 2.5rem;
  }

  :root .xl\:pl-11{
    padding-left: 2.75rem;
  }

  :root .xl\:pl-12{
    padding-left: 3rem;
  }

  :root .xl\:pl-13{
    padding-left: 3.25rem;
  }

  :root .xl\:pl-14{
    padding-left: 3.5rem;
  }

  :root .xl\:pl-16{
    padding-left: 4rem;
  }

  :root .xl\:pl-18{
    padding-left: 4.5rem;
  }

  :root .xl\:pl-20{
    padding-left: 5rem;
  }

  :root .xl\:pl-21{
    padding-left: 5.25rem;
  }

  :root .xl\:pl-22{
    padding-left: 5.5rem;
  }

  :root .xl\:pl-24{
    padding-left: 6rem;
  }

  :root .xl\:pl-26{
    padding-left: 6.5rem;
  }

  :root .xl\:pl-27{
    padding-left: 6.75rem;
  }

  :root .xl\:pl-28{
    padding-left: 7rem;
  }

  :root .xl\:pl-30{
    padding-left: 7.5rem;
  }

  :root .xl\:pl-32{
    padding-left: 8rem;
  }

  :root .xl\:pl-36{
    padding-left: 9rem;
  }

  :root .xl\:pl-40{
    padding-left: 10rem;
  }

  :root .xl\:pl-41{
    padding-left: 11.25rem;
  }

  :root .xl\:pl-42{
    padding-left: 11.5rem;
  }

  :root .xl\:pl-44{
    padding-left: 11rem;
  }

  :root .xl\:pl-48{
    padding-left: 12rem;
  }

  :root .xl\:pl-52{
    padding-left: 13rem;
  }

  :root .xl\:pl-54{
    padding-left: 13.5rem;
  }

  :root .xl\:pl-56{
    padding-left: 14rem;
  }

  :root .xl\:pl-60{
    padding-left: 15rem;
  }

  :root .xl\:pl-64{
    padding-left: 16rem;
  }

  :root .xl\:pl-68{
    padding-left: 17rem;
  }

  :root .xl\:pl-72{
    padding-left: 18rem;
  }

  :root .xl\:pl-76{
    padding-left: 19rem;
  }

  :root .xl\:pl-80{
    padding-left: 20rem;
  }

  :root .xl\:pl-84{
    padding-left: 21rem;
  }

  :root .xl\:pl-88{
    padding-left: 22rem;
  }

  :root .xl\:pl-96{
    padding-left: 24rem;
  }

  :root .xl\:pl-112{
    padding-left: 28rem;
  }

  :root .xl\:pl-120{
    padding-left: 30rem;
  }

  :root .xl\:pl-140{
    padding-left: 35rem;
  }

  :root .xl\:pl-150{
    padding-left: 37.5rem;
  }

  :root .xl\:pl-160{
    padding-left: 40rem;
  }

  :root .xl\:pl-220{
    padding-left: 55rem;
  }

  :root .xl\:pl-240{
    padding-left: 60rem;
  }

  :root .xl\:pl-300{
    padding-left: 75rem;
  }

  :root .xl\:pl-320{
    padding-left: 80rem;
  }

  :root .xl\:pl-px{
    padding-left: 1px;
  }

  :root .xl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .xl\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-1.xl\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .xl\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pr-1.xl\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .xl\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pb-1.xl\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .xl\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=ltr] .xl\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .xl\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pl-1.xl\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .xl\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-1.xl\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .xl\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pr-1.xl\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .xl\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pb-1.xl\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .xl\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=rtl] .xl\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .xl\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pl-1.xl\:5{
    padding-left: 0.375rem;
  }

  :root .xl\:text-left{
    text-align: left;
  }

  :root .xl\:text-center{
    text-align: center;
  }

  :root .xl\:text-right{
    text-align: right;
  }

  :root .xl\:text-justify{
    text-align: justify;
  }

  :root .xl\:align-baseline{
    vertical-align: baseline;
  }

  :root .xl\:align-top{
    vertical-align: top;
  }

  :root .xl\:align-middle{
    vertical-align: middle;
  }

  :root .xl\:align-bottom{
    vertical-align: bottom;
  }

  :root .xl\:align-text-top{
    vertical-align: text-top;
  }

  :root .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .xl\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .xl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .xl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .xl\:text-xxs{
    font-size: 0.625rem;
  }

  :root .xl\:text-xs{
    font-size: 0.75rem;
  }

  :root .xl\:text-sm{
    font-size: 0.875rem;
  }

  :root .xl\:text-base{
    font-size: 1rem;
  }

  :root .xl\:text-lg{
    font-size: 1.125rem;
  }

  :root .xl\:text-xl{
    font-size: 1.25rem;
  }

  :root .xl\:text-2xl{
    font-size: 1.5rem;
  }

  :root .xl\:text-3xl{
    font-size: 1.75rem;
  }

  :root .xl\:text-4xl{
    font-size: 2rem;
  }

  :root .xl\:text-4-5xl{
    font-size: 2.5rem;
  }

  :root .xl\:text-5xl{
    font-size: 3rem;
  }

  :root .xl\:text-6xl{
    font-size: 4rem;
  }

  :root .xl\:font-hairline{
    font-weight: 100;
  }

  :root .xl\:font-thin{
    font-weight: 200;
  }

  :root .xl\:font-light{
    font-weight: 300;
  }

  :root .xl\:font-normal{
    font-weight: 400;
  }

  :root .xl\:font-medium{
    font-weight: 500;
  }

  :root .xl\:font-semibold{
    font-weight: 600;
  }

  :root .xl\:font-bold{
    font-weight: 700;
  }

  :root .xl\:font-extrabold{
    font-weight: 800;
  }

  :root .xl\:font-black{
    font-weight: 900;
  }

  :root .xl\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .xl\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .xl\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .xl\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .xl\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .xl\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .xl\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .xl\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .xl\:uppercase{
    text-transform: uppercase;
  }

  :root .xl\:lowercase{
    text-transform: lowercase;
  }

  :root .xl\:capitalize{
    text-transform: capitalize;
  }

  :root .xl\:normal-case{
    text-transform: none;
  }

  :root .xl\:italic{
    font-style: italic;
  }

  :root .xl\:not-italic{
    font-style: normal;
  }

  :root .xl\:ordinal, :root .xl\:slashed-zero, :root .xl\:lining-nums, :root .xl\:oldstyle-nums, :root .xl\:proportional-nums, :root .xl\:tabular-nums, :root .xl\:diagonal-fractions, :root .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .xl\:leading-none{
    line-height: 1;
  }

  :root .xl\:leading-tight{
    line-height: 1.25;
  }

  :root .xl\:leading-snug{
    line-height: 1.375;
  }

  :root .xl\:leading-normal{
    line-height: 1.5;
  }

  :root .xl\:leading-relaxed{
    line-height: 1.625;
  }

  :root .xl\:leading-loose{
    line-height: 2;
  }

  :root .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .xl\:tracking-normal{
    letter-spacing: 0;
  }

  :root .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .xl\:text-secondary{
    color: var(--text-secondary);
  }

  :root .xl\:text-hint{
    color: var(--text-hint);
  }

  :root .xl\:text-current{
    color: currentColor;
  }

  :root .xl\:text-transparent{
    color: transparent;
  }

  :root .xl\:text-black{
    color: var(--text-color);
  }

  :root .xl\:text-white{
    color: var(--text-color-light);
  }

  :root .xl\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-grays-light{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xl\:text-grays{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xl\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xl\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xl\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xl\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xl\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xl\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xl\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xl\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xl\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xl\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xl\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .xl\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .xl\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .xl\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .xl\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .xl\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .xl\:text-am-base-background{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-am-main-blue{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:text-am-main-blue-light{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-am-main-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xl\:text-am-gray{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xl\:text-am-gray-light{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xl\:text-am-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-green{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-green-light{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-green-dark{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-orange-light{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xl\:text-am-coral{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:text-am-coral-light{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xl\:text-am-coral-dark{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xl\:text-am-teal{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:text-am-teal-light{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xl\:text-am-teal-dark{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-red-light{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-red-dark{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-pink-light{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-purple{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-purple-light{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-am-new-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xl\:text-am-purple-transparent{
    color: #757de338;
  }

  :root .xl\:text-am-purple-relight{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-am-purple-light{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-am-purple-medium{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xl\:text-am-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xl\:text-am-purple{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:text-am-green-light{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:text-am-green-brightest{
    color: #77DEA280;
  }

  :root .xl\:text-am-green-cyan{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xl\:text-am-green-dark{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xl\:text-am-green-aqua{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xl\:text-am-green-brightest-transparent{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xl\:text-am-green-hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xl\:text-am-green{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xl\:text-am-red-alive{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xl\:text-am-red-light{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xl\:text-am-red-dark{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:text-am-red-intense{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xl\:text-am-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:text-am-grey-light{
    color: #BFC4FF1F;
  }

  :root .xl\:text-am-grey-dark{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xl\:text-am-grey-medium{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xl\:text-am-grey-transparent{
    color: #BFC4FF4B;
  }

  :root .xl\:text-am-grey{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:text-am-pink-light{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xl\:text-am-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xl\:text-am-pink-brightest{
    color: #d977dd3b;
  }

  :root .xl\:text-am-pink-rose{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xl\:text-am-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:text-am-orange-light{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xl\:text-am-orange-relight{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xl\:text-am-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-am-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cyan-light{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cyan-dark{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cyan-blue{
    color: #0061FD60;
  }

  :root .xl\:text-am-cyan-green{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cyan{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xl\:text-am-blue-light{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xl\:text-am-blue{
    color: #0061FD60;
  }

  :root .xl\:text-am-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xl\:text-am-yellow-resalt{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-am-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xl\:text-am-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xl\:text-am-yellow{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cream-entry{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cream-entry_light{
    color: #81E6AB33;
  }

  :root .xl\:text-am-cream-entry_text{
    color: #81E6ABB3;
  }

  :root .xl\:text-am-cream-lunchgo{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cream-lunchgo_light{
    color: #EEBA7233;
  }

  :root .xl\:text-am-cream-lunchgo_text{
    color: #EEBA72B3;
  }

  :root .xl\:text-am-cream-lunchback{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cream-lunchback_light{
    color: #EE8F7233;
  }

  :root .xl\:text-am-cream-lunchback_text{
    color: #EE8F72B3;
  }

  :root .xl\:text-am-cream-exit{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cream-exit_light{
    color: #81E6E233;
  }

  :root .xl\:text-am-cream-exit_text{
    color: #81E6E2B3;
  }

  :root .xl\:text-am-cream-yesterday{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:text-am-cream-yesterday_light{
    color: #DE777733;
  }

  :root .xl\:text-am-cream-yesterday_text{
    color: #DE7777B3;
  }

  :root .xl\:text-am-brown-light{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xl\:text-am-brown-dark{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xl\:text-am-brown{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xl\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xl\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xl\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .xl\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .xl\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .xl\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .xl\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-grays-light:hover{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-grays:hover{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .xl\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .xl\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .xl\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .xl\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .xl\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .xl\:hover\:text-am-base-background:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-main-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-main-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-main-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-green:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-coral:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-coral-light:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-coral-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-teal-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-teal-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-new-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-purple-transparent:hover{
    color: #757de338;
  }

  :root .xl\:hover\:text-am-purple-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-purple-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-green-brightest:hover{
    color: #77DEA280;
  }

  :root .xl\:hover\:text-am-green-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-green-aqua:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-green-brightest-transparent:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-green-hover:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-green:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-red-alive:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-red-intense:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-grey-light:hover{
    color: #BFC4FF1F;
  }

  :root .xl\:hover\:text-am-grey-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-grey-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-grey-transparent:hover{
    color: #BFC4FF4B;
  }

  :root .xl\:hover\:text-am-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-pink-brightest:hover{
    color: #d977dd3b;
  }

  :root .xl\:hover\:text-am-pink-rose:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-orange-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cyan-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cyan-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cyan-blue:hover{
    color: #0061FD60;
  }

  :root .xl\:hover\:text-am-cyan-green:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-blue:hover{
    color: #0061FD60;
  }

  :root .xl\:hover\:text-am-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-yellow-resalt:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cream-entry:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cream-entry_light:hover{
    color: #81E6AB33;
  }

  :root .xl\:hover\:text-am-cream-entry_text:hover{
    color: #81E6ABB3;
  }

  :root .xl\:hover\:text-am-cream-lunchgo:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cream-lunchgo_light:hover{
    color: #EEBA7233;
  }

  :root .xl\:hover\:text-am-cream-lunchgo_text:hover{
    color: #EEBA72B3;
  }

  :root .xl\:hover\:text-am-cream-lunchback:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cream-lunchback_light:hover{
    color: #EE8F7233;
  }

  :root .xl\:hover\:text-am-cream-lunchback_text:hover{
    color: #EE8F72B3;
  }

  :root .xl\:hover\:text-am-cream-exit:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cream-exit_light:hover{
    color: #81E6E233;
  }

  :root .xl\:hover\:text-am-cream-exit_text:hover{
    color: #81E6E2B3;
  }

  :root .xl\:hover\:text-am-cream-yesterday:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-cream-yesterday_light:hover{
    color: #DE777733;
  }

  :root .xl\:hover\:text-am-cream-yesterday_text:hover{
    color: #DE7777B3;
  }

  :root .xl\:hover\:text-am-brown-light:hover{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-brown-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-am-brown:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xl\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xl\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xl\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .xl\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .xl\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .xl\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .xl\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-grays-light:focus{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-grays:focus{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .xl\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .xl\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .xl\:focus\:text-am-base-background:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-main-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-main-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-main-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-green:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-coral:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-coral-light:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-coral-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-teal-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-teal-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-new-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-purple-transparent:focus{
    color: #757de338;
  }

  :root .xl\:focus\:text-am-purple-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-purple-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-green-brightest:focus{
    color: #77DEA280;
  }

  :root .xl\:focus\:text-am-green-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-green-aqua:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-green-brightest-transparent:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-green-hover:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-green:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-red-alive:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-red-intense:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-grey-light:focus{
    color: #BFC4FF1F;
  }

  :root .xl\:focus\:text-am-grey-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-grey-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-grey-transparent:focus{
    color: #BFC4FF4B;
  }

  :root .xl\:focus\:text-am-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-pink-brightest:focus{
    color: #d977dd3b;
  }

  :root .xl\:focus\:text-am-pink-rose:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-orange-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cyan-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cyan-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cyan-blue:focus{
    color: #0061FD60;
  }

  :root .xl\:focus\:text-am-cyan-green:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-blue:focus{
    color: #0061FD60;
  }

  :root .xl\:focus\:text-am-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-yellow-resalt:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cream-entry:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cream-entry_light:focus{
    color: #81E6AB33;
  }

  :root .xl\:focus\:text-am-cream-entry_text:focus{
    color: #81E6ABB3;
  }

  :root .xl\:focus\:text-am-cream-lunchgo:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cream-lunchgo_light:focus{
    color: #EEBA7233;
  }

  :root .xl\:focus\:text-am-cream-lunchgo_text:focus{
    color: #EEBA72B3;
  }

  :root .xl\:focus\:text-am-cream-lunchback:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cream-lunchback_light:focus{
    color: #EE8F7233;
  }

  :root .xl\:focus\:text-am-cream-lunchback_text:focus{
    color: #EE8F72B3;
  }

  :root .xl\:focus\:text-am-cream-exit:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cream-exit_light:focus{
    color: #81E6E233;
  }

  :root .xl\:focus\:text-am-cream-exit_text:focus{
    color: #81E6E2B3;
  }

  :root .xl\:focus\:text-am-cream-yesterday:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-cream-yesterday_light:focus{
    color: #DE777733;
  }

  :root .xl\:focus\:text-am-cream-yesterday_text:focus{
    color: #DE7777B3;
  }

  :root .xl\:focus\:text-am-brown-light:focus{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-brown-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-am-brown:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xl\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xl\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xl\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-secondary:disabled{
    color: var(--text-secondary);
  }

  :root .xl\:disabled\:text-hint:disabled{
    color: var(--text-hint);
  }

  :root .xl\:disabled\:text-current:disabled{
    color: currentColor;
  }

  :root .xl\:disabled\:text-transparent:disabled{
    color: transparent;
  }

  :root .xl\:disabled\:text-black:disabled{
    color: var(--text-color);
  }

  :root .xl\:disabled\:text-white:disabled{
    color: var(--text-color-light);
  }

  :root .xl\:disabled\:text-contrast-black:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-contrast-white:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-grays-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-grays:disabled{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-gray-light:disabled{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:disabled\:text-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-red-light:disabled{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:disabled\:text-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-orange-light:disabled{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:disabled\:text-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-deep-orange-light:disabled{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:disabled\:text-deep-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-amber-light:disabled{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:disabled\:text-amber:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-green-light:disabled{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:disabled\:text-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-teal-light:disabled{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:disabled\:text-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-cyan-light:disabled{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:disabled\:text-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-purple-light:disabled{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:disabled\:text-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-deep-purple-light:disabled{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:disabled\:text-deep-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-pink-light:disabled{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:disabled\:text-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-primary-light:disabled{
    color: rgba(var(--color-primary), .1);
  }

  :root .xl\:disabled\:text-primary:disabled{
    color: rgb(var(--color-primary));
  }

  :root .xl\:disabled\:text-accent-light:disabled{
    color: rgba(var(--color-accent), .1);
  }

  :root .xl\:disabled\:text-accent:disabled{
    color: rgb(var(--color-accent));
  }

  :root .xl\:disabled\:text-warn-light:disabled{
    color: rgba(var(--color-warn), .1);
  }

  :root .xl\:disabled\:text-warn:disabled{
    color: rgb(var(--color-warn));
  }

  :root .xl\:disabled\:text-am-base-background:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-main-blue:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-main-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-main-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-gray-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-gray-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-coral:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-coral-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-coral-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-teal-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-teal-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-new-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-purple-transparent:disabled{
    color: #757de338;
  }

  :root .xl\:disabled\:text-am-purple-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-purple-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-green-brightest:disabled{
    color: #77DEA280;
  }

  :root .xl\:disabled\:text-am-green-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-green-aqua:disabled{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-green-brightest-transparent:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-green-hover:disabled{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-red-alive:disabled{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-red-intense:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-grey-light:disabled{
    color: #BFC4FF1F;
  }

  :root .xl\:disabled\:text-am-grey-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-grey-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-grey-transparent:disabled{
    color: #BFC4FF4B;
  }

  :root .xl\:disabled\:text-am-grey:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-pink-brightest:disabled{
    color: #d977dd3b;
  }

  :root .xl\:disabled\:text-am-pink-rose:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-orange-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cyan-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cyan-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cyan-blue:disabled{
    color: #0061FD60;
  }

  :root .xl\:disabled\:text-am-cyan-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-blue:disabled{
    color: #0061FD60;
  }

  :root .xl\:disabled\:text-am-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-yellow-resalt:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cream-entry:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cream-entry_light:disabled{
    color: #81E6AB33;
  }

  :root .xl\:disabled\:text-am-cream-entry_text:disabled{
    color: #81E6ABB3;
  }

  :root .xl\:disabled\:text-am-cream-lunchgo:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cream-lunchgo_light:disabled{
    color: #EEBA7233;
  }

  :root .xl\:disabled\:text-am-cream-lunchgo_text:disabled{
    color: #EEBA72B3;
  }

  :root .xl\:disabled\:text-am-cream-lunchback:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cream-lunchback_light:disabled{
    color: #EE8F7233;
  }

  :root .xl\:disabled\:text-am-cream-lunchback_text:disabled{
    color: #EE8F72B3;
  }

  :root .xl\:disabled\:text-am-cream-exit:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cream-exit_light:disabled{
    color: #81E6E233;
  }

  :root .xl\:disabled\:text-am-cream-exit_text:disabled{
    color: #81E6E2B3;
  }

  :root .xl\:disabled\:text-am-cream-yesterday:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-cream-yesterday_light:disabled{
    color: #DE777733;
  }

  :root .xl\:disabled\:text-am-cream-yesterday_text:disabled{
    color: #DE7777B3;
  }

  :root .xl\:disabled\:text-am-brown-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-brown-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-am-brown:disabled{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-primary-contrast:disabled{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xl\:disabled\:text-accent-contrast:disabled{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xl\:disabled\:text-warn-contrast:disabled{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xl\:disabled\:text-red-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-amber-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-deep-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-deep-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-cyan-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-teal-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-gray-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xl\:disabled\:text-light-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  :root .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  :root .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  :root .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .xl\:underline{
    text-decoration: underline;
  }

  :root .xl\:line-through{
    text-decoration: line-through;
  }

  :root .xl\:no-underline{
    text-decoration: none;
  }

  :root .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .xl\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .xl\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .xl\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-grays-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-grays::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .xl\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .xl\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .xl\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .xl\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .xl\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .xl\:placeholder-am-base-background::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-main-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-main-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-main-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-coral::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-coral-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-coral-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-teal-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-teal-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-new-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-purple-transparent::placeholder{
    color: #757de338;
  }

  :root .xl\:placeholder-am-purple-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-purple-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-green-brightest::placeholder{
    color: #77DEA280;
  }

  :root .xl\:placeholder-am-green-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-green-aqua::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-green-brightest-transparent::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-green-hover::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-red-alive::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-red-intense::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-grey-light::placeholder{
    color: #BFC4FF1F;
  }

  :root .xl\:placeholder-am-grey-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-grey-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-grey-transparent::placeholder{
    color: #BFC4FF4B;
  }

  :root .xl\:placeholder-am-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-pink-brightest::placeholder{
    color: #d977dd3b;
  }

  :root .xl\:placeholder-am-pink-rose::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-orange-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cyan-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cyan-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cyan-blue::placeholder{
    color: #0061FD60;
  }

  :root .xl\:placeholder-am-cyan-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-blue::placeholder{
    color: #0061FD60;
  }

  :root .xl\:placeholder-am-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-yellow-resalt::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cream-entry::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cream-entry_light::placeholder{
    color: #81E6AB33;
  }

  :root .xl\:placeholder-am-cream-entry_text::placeholder{
    color: #81E6ABB3;
  }

  :root .xl\:placeholder-am-cream-lunchgo::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cream-lunchgo_light::placeholder{
    color: #EEBA7233;
  }

  :root .xl\:placeholder-am-cream-lunchgo_text::placeholder{
    color: #EEBA72B3;
  }

  :root .xl\:placeholder-am-cream-lunchback::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cream-lunchback_light::placeholder{
    color: #EE8F7233;
  }

  :root .xl\:placeholder-am-cream-lunchback_text::placeholder{
    color: #EE8F72B3;
  }

  :root .xl\:placeholder-am-cream-exit::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cream-exit_light::placeholder{
    color: #81E6E233;
  }

  :root .xl\:placeholder-am-cream-exit_text::placeholder{
    color: #81E6E2B3;
  }

  :root .xl\:placeholder-am-cream-yesterday::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-cream-yesterday_light::placeholder{
    color: #DE777733;
  }

  :root .xl\:placeholder-am-cream-yesterday_text::placeholder{
    color: #DE7777B3;
  }

  :root .xl\:placeholder-am-brown-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-brown-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-am-brown::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .xl\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .xl\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .xl\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-grays-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-grays:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .xl\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .xl\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .xl\:focus\:placeholder-am-base-background:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-main-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-main-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-main-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-coral:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-coral-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-coral-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-teal-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-teal-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-new-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-purple-transparent:focus::placeholder{
    color: #757de338;
  }

  :root .xl\:focus\:placeholder-am-purple-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-purple-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-green-brightest:focus::placeholder{
    color: #77DEA280;
  }

  :root .xl\:focus\:placeholder-am-green-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-green-aqua:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-green-hover:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-red-alive:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-red-intense:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-grey-light:focus::placeholder{
    color: #BFC4FF1F;
  }

  :root .xl\:focus\:placeholder-am-grey-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-grey-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-grey-transparent:focus::placeholder{
    color: #BFC4FF4B;
  }

  :root .xl\:focus\:placeholder-am-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-pink-brightest:focus::placeholder{
    color: #d977dd3b;
  }

  :root .xl\:focus\:placeholder-am-pink-rose:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-orange-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cyan-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cyan-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cyan-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .xl\:focus\:placeholder-am-cyan-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .xl\:focus\:placeholder-am-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-yellow-resalt:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cream-entry:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cream-entry_light:focus::placeholder{
    color: #81E6AB33;
  }

  :root .xl\:focus\:placeholder-am-cream-entry_text:focus::placeholder{
    color: #81E6ABB3;
  }

  :root .xl\:focus\:placeholder-am-cream-lunchgo:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
    color: #EEBA7233;
  }

  :root .xl\:focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
    color: #EEBA72B3;
  }

  :root .xl\:focus\:placeholder-am-cream-lunchback:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
    color: #EE8F7233;
  }

  :root .xl\:focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
    color: #EE8F72B3;
  }

  :root .xl\:focus\:placeholder-am-cream-exit:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cream-exit_light:focus::placeholder{
    color: #81E6E233;
  }

  :root .xl\:focus\:placeholder-am-cream-exit_text:focus::placeholder{
    color: #81E6E2B3;
  }

  :root .xl\:focus\:placeholder-am-cream-yesterday:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
    color: #DE777733;
  }

  :root .xl\:focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
    color: #DE7777B3;
  }

  :root .xl\:focus\:placeholder-am-brown-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-brown-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .xl\:focus\:placeholder-am-brown:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .xl\:opacity-0{
    opacity: 0;
  }

  :root .xl\:opacity-25{
    opacity: 0.25;
  }

  :root .xl\:opacity-40{
    opacity: 0.4;
  }

  :root .xl\:opacity-50{
    opacity: 0.5;
  }

  :root .xl\:opacity-75{
    opacity: 0.75;
  }

  :root .xl\:opacity-100{
    opacity: 1;
  }

  :root .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  :root .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  :root .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .xl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .xl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .xl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .xl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .xl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .xl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .xl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .xl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .xl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .xl\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .xl\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .xl\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .xl\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .xl\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .xl\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .xl\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .xl\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .xl\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .xl\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .xl\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .xl\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .xl\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .xl\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xl\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xl\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xl\:ring-grays-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xl\:ring-grays{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xl\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xl\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xl\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xl\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xl\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xl\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xl\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xl\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xl\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xl\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xl\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xl\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xl\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xl\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xl\:ring-am-base-background{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-main-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-main-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-main-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-coral{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-coral-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-coral-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-teal-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-teal-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-new-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-purple-transparent{
    --tw-ring-color: #757de338;
  }

  :root .xl\:ring-am-purple-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-purple-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-green-brightest{
    --tw-ring-color: #77DEA280;
  }

  :root .xl\:ring-am-green-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-green-aqua{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-green-brightest-transparent{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-green-hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-red-alive{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-red-intense{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-grey-light{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xl\:ring-am-grey-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-grey-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-grey-transparent{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xl\:ring-am-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-pink-brightest{
    --tw-ring-color: #d977dd3b;
  }

  :root .xl\:ring-am-pink-rose{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-orange-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cyan-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cyan-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cyan-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .xl\:ring-am-cyan-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .xl\:ring-am-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-yellow-resalt{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cream-entry{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cream-entry_light{
    --tw-ring-color: #81E6AB33;
  }

  :root .xl\:ring-am-cream-entry_text{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xl\:ring-am-cream-lunchgo{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cream-lunchgo_light{
    --tw-ring-color: #EEBA7233;
  }

  :root .xl\:ring-am-cream-lunchgo_text{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xl\:ring-am-cream-lunchback{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cream-lunchback_light{
    --tw-ring-color: #EE8F7233;
  }

  :root .xl\:ring-am-cream-lunchback_text{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xl\:ring-am-cream-exit{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cream-exit_light{
    --tw-ring-color: #81E6E233;
  }

  :root .xl\:ring-am-cream-exit_text{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xl\:ring-am-cream-yesterday{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-cream-yesterday_light{
    --tw-ring-color: #DE777733;
  }

  :root .xl\:ring-am-cream-yesterday_text{
    --tw-ring-color: #DE7777B3;
  }

  :root .xl\:ring-am-brown-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-brown-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xl\:ring-am-brown{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xl\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-grays-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-grays:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xl\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xl\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xl\:focus-within\:ring-am-base-background:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-main-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-main-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-main-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-coral:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-coral-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-coral-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-teal-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-teal-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-new-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-purple-transparent:focus-within{
    --tw-ring-color: #757de338;
  }

  :root .xl\:focus-within\:ring-am-purple-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-purple-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-green-brightest:focus-within{
    --tw-ring-color: #77DEA280;
  }

  :root .xl\:focus-within\:ring-am-green-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-green-aqua:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-green-brightest-transparent:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-green-hover:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-red-alive:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-red-intense:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-grey-light:focus-within{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xl\:focus-within\:ring-am-grey-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-grey-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-grey-transparent:focus-within{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xl\:focus-within\:ring-am-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-pink-brightest:focus-within{
    --tw-ring-color: #d977dd3b;
  }

  :root .xl\:focus-within\:ring-am-pink-rose:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-orange-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cyan-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cyan-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cyan-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .xl\:focus-within\:ring-am-cyan-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .xl\:focus-within\:ring-am-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-yellow-resalt:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cream-entry:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cream-entry_light:focus-within{
    --tw-ring-color: #81E6AB33;
  }

  :root .xl\:focus-within\:ring-am-cream-entry_text:focus-within{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xl\:focus-within\:ring-am-cream-lunchgo:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cream-lunchgo_light:focus-within{
    --tw-ring-color: #EEBA7233;
  }

  :root .xl\:focus-within\:ring-am-cream-lunchgo_text:focus-within{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xl\:focus-within\:ring-am-cream-lunchback:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cream-lunchback_light:focus-within{
    --tw-ring-color: #EE8F7233;
  }

  :root .xl\:focus-within\:ring-am-cream-lunchback_text:focus-within{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xl\:focus-within\:ring-am-cream-exit:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cream-exit_light:focus-within{
    --tw-ring-color: #81E6E233;
  }

  :root .xl\:focus-within\:ring-am-cream-exit_text:focus-within{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xl\:focus-within\:ring-am-cream-yesterday:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-cream-yesterday_light:focus-within{
    --tw-ring-color: #DE777733;
  }

  :root .xl\:focus-within\:ring-am-cream-yesterday_text:focus-within{
    --tw-ring-color: #DE7777B3;
  }

  :root .xl\:focus-within\:ring-am-brown-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-brown-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xl\:focus-within\:ring-am-brown:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .xl\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .xl\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xl\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-grays-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-grays:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xl\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xl\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xl\:focus\:ring-am-base-background:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-main-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-main-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-main-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-coral:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-coral-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-coral-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-teal-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-teal-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-new-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-purple-transparent:focus{
    --tw-ring-color: #757de338;
  }

  :root .xl\:focus\:ring-am-purple-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-purple-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-green-brightest:focus{
    --tw-ring-color: #77DEA280;
  }

  :root .xl\:focus\:ring-am-green-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-green-aqua:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-green-brightest-transparent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-green-hover:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-red-alive:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-red-intense:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-grey-light:focus{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xl\:focus\:ring-am-grey-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-grey-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-grey-transparent:focus{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xl\:focus\:ring-am-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-pink-brightest:focus{
    --tw-ring-color: #d977dd3b;
  }

  :root .xl\:focus\:ring-am-pink-rose:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-orange-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cyan-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cyan-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cyan-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .xl\:focus\:ring-am-cyan-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .xl\:focus\:ring-am-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-yellow-resalt:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cream-entry:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cream-entry_light:focus{
    --tw-ring-color: #81E6AB33;
  }

  :root .xl\:focus\:ring-am-cream-entry_text:focus{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xl\:focus\:ring-am-cream-lunchgo:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cream-lunchgo_light:focus{
    --tw-ring-color: #EEBA7233;
  }

  :root .xl\:focus\:ring-am-cream-lunchgo_text:focus{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xl\:focus\:ring-am-cream-lunchback:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cream-lunchback_light:focus{
    --tw-ring-color: #EE8F7233;
  }

  :root .xl\:focus\:ring-am-cream-lunchback_text:focus{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xl\:focus\:ring-am-cream-exit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cream-exit_light:focus{
    --tw-ring-color: #81E6E233;
  }

  :root .xl\:focus\:ring-am-cream-exit_text:focus{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xl\:focus\:ring-am-cream-yesterday:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-cream-yesterday_light:focus{
    --tw-ring-color: #DE777733;
  }

  :root .xl\:focus\:ring-am-cream-yesterday_text:focus{
    --tw-ring-color: #DE7777B3;
  }

  :root .xl\:focus\:ring-am-brown-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-brown-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xl\:focus\:ring-am-brown:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  :root .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  :root .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  :root .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .xl\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xl\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xl\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .xl\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .xl\:ring-offset-grays-light{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xl\:ring-offset-grays{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xl\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xl\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xl\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xl\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xl\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xl\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xl\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xl\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xl\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xl\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xl\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xl\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xl\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xl\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xl\:ring-offset-am-base-background{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xl\:ring-offset-am-main-blue{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xl\:ring-offset-am-main-blue-light{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xl\:ring-offset-am-main-blue-dark{
    --tw-ring-offset-color: #00004d;
  }

  :root .xl\:ring-offset-am-gray{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xl\:ring-offset-am-gray-light{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xl\:ring-offset-am-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  :root .xl\:ring-offset-am-new-green{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xl\:ring-offset-am-new-green-light{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xl\:ring-offset-am-new-green-dark{
    --tw-ring-offset-color: #27834d;
  }

  :root .xl\:ring-offset-am-new-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .xl\:ring-offset-am-new-orange-light{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xl\:ring-offset-am-new-orange-dark{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xl\:ring-offset-am-coral{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xl\:ring-offset-am-coral-light{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xl\:ring-offset-am-coral-dark{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xl\:ring-offset-am-teal{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xl\:ring-offset-am-teal-light{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xl\:ring-offset-am-teal-dark{
    --tw-ring-offset-color: #449D99;
  }

  :root .xl\:ring-offset-am-new-red{
    --tw-ring-offset-color: #de7777;
  }

  :root .xl\:ring-offset-am-new-red-light{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xl\:ring-offset-am-new-red-dark{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xl\:ring-offset-am-new-yellow{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xl\:ring-offset-am-new-yellow-light{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xl\:ring-offset-am-new-yellow-dark{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xl\:ring-offset-am-new-pink{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xl\:ring-offset-am-new-pink-light{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xl\:ring-offset-am-new-pink-dark{
    --tw-ring-offset-color: #97569a;
  }

  :root .xl\:ring-offset-am-new-purple{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xl\:ring-offset-am-new-purple-light{
    --tw-ring-offset-color: #baacff;
  }

  :root .xl\:ring-offset-am-new-purple-dark{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xl\:ring-offset-am-purple-transparent{
    --tw-ring-offset-color: #757de338;
  }

  :root .xl\:ring-offset-am-purple-relight{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xl\:ring-offset-am-purple-light{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xl\:ring-offset-am-purple-medium{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xl\:ring-offset-am-purple-dark{
    --tw-ring-offset-color: #465499;
  }

  :root .xl\:ring-offset-am-purple{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xl\:ring-offset-am-green-light{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xl\:ring-offset-am-green-brightest{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xl\:ring-offset-am-green-cyan{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xl\:ring-offset-am-green-dark{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xl\:ring-offset-am-green-aqua{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xl\:ring-offset-am-green-brightest-transparent{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xl\:ring-offset-am-green-hover{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xl\:ring-offset-am-green{
    --tw-ring-offset-color: #54C931;
  }

  :root .xl\:ring-offset-am-red-alive{
    --tw-ring-offset-color: #E56262;
  }

  :root .xl\:ring-offset-am-red-light{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xl\:ring-offset-am-red-dark{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xl\:ring-offset-am-red-intense{
    --tw-ring-offset-color: #f00846;
  }

  :root .xl\:ring-offset-am-red{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xl\:ring-offset-am-grey-light{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xl\:ring-offset-am-grey-dark{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xl\:ring-offset-am-grey-medium{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xl\:ring-offset-am-grey-transparent{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xl\:ring-offset-am-grey{
    --tw-ring-offset-color: #666666;
  }

  :root .xl\:ring-offset-am-pink-light{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xl\:ring-offset-am-pink-dark{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xl\:ring-offset-am-pink-brightest{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xl\:ring-offset-am-pink-rose{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xl\:ring-offset-am-pink{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xl\:ring-offset-am-orange-light{
    --tw-ring-offset-color: #f89103;
  }

  :root .xl\:ring-offset-am-orange-relight{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xl\:ring-offset-am-orange-dark{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xl\:ring-offset-am-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .xl\:ring-offset-am-cyan-light{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xl\:ring-offset-am-cyan-dark{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xl\:ring-offset-am-cyan-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xl\:ring-offset-am-cyan-green{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xl\:ring-offset-am-cyan{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xl\:ring-offset-am-blue-light{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xl\:ring-offset-am-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xl\:ring-offset-am-blue-dark{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xl\:ring-offset-am-yellow-resalt{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xl\:ring-offset-am-yellow-light{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xl\:ring-offset-am-yellow-dark{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xl\:ring-offset-am-yellow{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xl\:ring-offset-am-cream-entry{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xl\:ring-offset-am-cream-entry_light{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xl\:ring-offset-am-cream-entry_text{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xl\:ring-offset-am-cream-lunchgo{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xl\:ring-offset-am-cream-lunchgo_light{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xl\:ring-offset-am-cream-lunchgo_text{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xl\:ring-offset-am-cream-lunchback{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xl\:ring-offset-am-cream-lunchback_light{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xl\:ring-offset-am-cream-lunchback_text{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xl\:ring-offset-am-cream-exit{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xl\:ring-offset-am-cream-exit_light{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xl\:ring-offset-am-cream-exit_text{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xl\:ring-offset-am-cream-yesterday{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xl\:ring-offset-am-cream-yesterday_light{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xl\:ring-offset-am-cream-yesterday_text{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xl\:ring-offset-am-brown-light{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xl\:ring-offset-am-brown-dark{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xl\:ring-offset-am-brown{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xl\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .xl\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .xl\:focus-within\:ring-offset-grays-light:focus-within{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xl\:focus-within\:ring-offset-grays:focus-within{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xl\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xl\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xl\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xl\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xl\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xl\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xl\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xl\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xl\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xl\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xl\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xl\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xl\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xl\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xl\:focus-within\:ring-offset-am-base-background:focus-within{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xl\:focus-within\:ring-offset-am-main-blue:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xl\:focus-within\:ring-offset-am-main-blue-light:focus-within{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xl\:focus-within\:ring-offset-am-main-blue-dark:focus-within{
    --tw-ring-offset-color: #00004d;
  }

  :root .xl\:focus-within\:ring-offset-am-gray:focus-within{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xl\:focus-within\:ring-offset-am-gray-light:focus-within{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xl\:focus-within\:ring-offset-am-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .xl\:focus-within\:ring-offset-am-new-green:focus-within{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xl\:focus-within\:ring-offset-am-new-green-light:focus-within{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xl\:focus-within\:ring-offset-am-new-green-dark:focus-within{
    --tw-ring-offset-color: #27834d;
  }

  :root .xl\:focus-within\:ring-offset-am-new-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .xl\:focus-within\:ring-offset-am-new-orange-light:focus-within{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xl\:focus-within\:ring-offset-am-new-orange-dark:focus-within{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xl\:focus-within\:ring-offset-am-coral:focus-within{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xl\:focus-within\:ring-offset-am-coral-light:focus-within{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xl\:focus-within\:ring-offset-am-coral-dark:focus-within{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xl\:focus-within\:ring-offset-am-teal:focus-within{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xl\:focus-within\:ring-offset-am-teal-light:focus-within{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xl\:focus-within\:ring-offset-am-teal-dark:focus-within{
    --tw-ring-offset-color: #449D99;
  }

  :root .xl\:focus-within\:ring-offset-am-new-red:focus-within{
    --tw-ring-offset-color: #de7777;
  }

  :root .xl\:focus-within\:ring-offset-am-new-red-light:focus-within{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xl\:focus-within\:ring-offset-am-new-red-dark:focus-within{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xl\:focus-within\:ring-offset-am-new-yellow:focus-within{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xl\:focus-within\:ring-offset-am-new-yellow-light:focus-within{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xl\:focus-within\:ring-offset-am-new-yellow-dark:focus-within{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xl\:focus-within\:ring-offset-am-new-pink:focus-within{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xl\:focus-within\:ring-offset-am-new-pink-light:focus-within{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xl\:focus-within\:ring-offset-am-new-pink-dark:focus-within{
    --tw-ring-offset-color: #97569a;
  }

  :root .xl\:focus-within\:ring-offset-am-new-purple:focus-within{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xl\:focus-within\:ring-offset-am-new-purple-light:focus-within{
    --tw-ring-offset-color: #baacff;
  }

  :root .xl\:focus-within\:ring-offset-am-new-purple-dark:focus-within{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xl\:focus-within\:ring-offset-am-purple-transparent:focus-within{
    --tw-ring-offset-color: #757de338;
  }

  :root .xl\:focus-within\:ring-offset-am-purple-relight:focus-within{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xl\:focus-within\:ring-offset-am-purple-light:focus-within{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xl\:focus-within\:ring-offset-am-purple-medium:focus-within{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xl\:focus-within\:ring-offset-am-purple-dark:focus-within{
    --tw-ring-offset-color: #465499;
  }

  :root .xl\:focus-within\:ring-offset-am-purple:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xl\:focus-within\:ring-offset-am-green-light:focus-within{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xl\:focus-within\:ring-offset-am-green-brightest:focus-within{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xl\:focus-within\:ring-offset-am-green-cyan:focus-within{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xl\:focus-within\:ring-offset-am-green-dark:focus-within{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xl\:focus-within\:ring-offset-am-green-aqua:focus-within{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xl\:focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xl\:focus-within\:ring-offset-am-green-hover:focus-within{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xl\:focus-within\:ring-offset-am-green:focus-within{
    --tw-ring-offset-color: #54C931;
  }

  :root .xl\:focus-within\:ring-offset-am-red-alive:focus-within{
    --tw-ring-offset-color: #E56262;
  }

  :root .xl\:focus-within\:ring-offset-am-red-light:focus-within{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xl\:focus-within\:ring-offset-am-red-dark:focus-within{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xl\:focus-within\:ring-offset-am-red-intense:focus-within{
    --tw-ring-offset-color: #f00846;
  }

  :root .xl\:focus-within\:ring-offset-am-red:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xl\:focus-within\:ring-offset-am-grey-light:focus-within{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xl\:focus-within\:ring-offset-am-grey-dark:focus-within{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xl\:focus-within\:ring-offset-am-grey-medium:focus-within{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xl\:focus-within\:ring-offset-am-grey-transparent:focus-within{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xl\:focus-within\:ring-offset-am-grey:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .xl\:focus-within\:ring-offset-am-pink-light:focus-within{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xl\:focus-within\:ring-offset-am-pink-dark:focus-within{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xl\:focus-within\:ring-offset-am-pink-brightest:focus-within{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xl\:focus-within\:ring-offset-am-pink-rose:focus-within{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xl\:focus-within\:ring-offset-am-pink:focus-within{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xl\:focus-within\:ring-offset-am-orange-light:focus-within{
    --tw-ring-offset-color: #f89103;
  }

  :root .xl\:focus-within\:ring-offset-am-orange-relight:focus-within{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xl\:focus-within\:ring-offset-am-orange-dark:focus-within{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xl\:focus-within\:ring-offset-am-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .xl\:focus-within\:ring-offset-am-cyan-light:focus-within{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xl\:focus-within\:ring-offset-am-cyan-dark:focus-within{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xl\:focus-within\:ring-offset-am-cyan-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xl\:focus-within\:ring-offset-am-cyan-green:focus-within{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xl\:focus-within\:ring-offset-am-cyan:focus-within{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xl\:focus-within\:ring-offset-am-blue-light:focus-within{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xl\:focus-within\:ring-offset-am-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xl\:focus-within\:ring-offset-am-blue-dark:focus-within{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xl\:focus-within\:ring-offset-am-yellow-resalt:focus-within{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xl\:focus-within\:ring-offset-am-yellow-light:focus-within{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xl\:focus-within\:ring-offset-am-yellow-dark:focus-within{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xl\:focus-within\:ring-offset-am-yellow:focus-within{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-entry:focus-within{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-entry_light:focus-within{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-entry_text:focus-within{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-lunchgo:focus-within{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-lunchback:focus-within{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-exit:focus-within{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-exit_light:focus-within{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-exit_text:focus-within{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-yesterday:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xl\:focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xl\:focus-within\:ring-offset-am-brown-light:focus-within{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xl\:focus-within\:ring-offset-am-brown-dark:focus-within{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xl\:focus-within\:ring-offset-am-brown:focus-within{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xl\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .xl\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .xl\:focus\:ring-offset-grays-light:focus{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xl\:focus\:ring-offset-grays:focus{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xl\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xl\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xl\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xl\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xl\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xl\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xl\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xl\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xl\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xl\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xl\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xl\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xl\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xl\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xl\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xl\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xl\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xl\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xl\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xl\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xl\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xl\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xl\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xl\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xl\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xl\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xl\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xl\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xl\:focus\:ring-offset-am-base-background:focus{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xl\:focus\:ring-offset-am-main-blue:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xl\:focus\:ring-offset-am-main-blue-light:focus{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xl\:focus\:ring-offset-am-main-blue-dark:focus{
    --tw-ring-offset-color: #00004d;
  }

  :root .xl\:focus\:ring-offset-am-gray:focus{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xl\:focus\:ring-offset-am-gray-light:focus{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xl\:focus\:ring-offset-am-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .xl\:focus\:ring-offset-am-new-green:focus{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xl\:focus\:ring-offset-am-new-green-light:focus{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xl\:focus\:ring-offset-am-new-green-dark:focus{
    --tw-ring-offset-color: #27834d;
  }

  :root .xl\:focus\:ring-offset-am-new-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .xl\:focus\:ring-offset-am-new-orange-light:focus{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xl\:focus\:ring-offset-am-new-orange-dark:focus{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xl\:focus\:ring-offset-am-coral:focus{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xl\:focus\:ring-offset-am-coral-light:focus{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xl\:focus\:ring-offset-am-coral-dark:focus{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xl\:focus\:ring-offset-am-teal:focus{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xl\:focus\:ring-offset-am-teal-light:focus{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xl\:focus\:ring-offset-am-teal-dark:focus{
    --tw-ring-offset-color: #449D99;
  }

  :root .xl\:focus\:ring-offset-am-new-red:focus{
    --tw-ring-offset-color: #de7777;
  }

  :root .xl\:focus\:ring-offset-am-new-red-light:focus{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xl\:focus\:ring-offset-am-new-red-dark:focus{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xl\:focus\:ring-offset-am-new-yellow:focus{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xl\:focus\:ring-offset-am-new-yellow-light:focus{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xl\:focus\:ring-offset-am-new-yellow-dark:focus{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xl\:focus\:ring-offset-am-new-pink:focus{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xl\:focus\:ring-offset-am-new-pink-light:focus{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xl\:focus\:ring-offset-am-new-pink-dark:focus{
    --tw-ring-offset-color: #97569a;
  }

  :root .xl\:focus\:ring-offset-am-new-purple:focus{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xl\:focus\:ring-offset-am-new-purple-light:focus{
    --tw-ring-offset-color: #baacff;
  }

  :root .xl\:focus\:ring-offset-am-new-purple-dark:focus{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xl\:focus\:ring-offset-am-purple-transparent:focus{
    --tw-ring-offset-color: #757de338;
  }

  :root .xl\:focus\:ring-offset-am-purple-relight:focus{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xl\:focus\:ring-offset-am-purple-light:focus{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xl\:focus\:ring-offset-am-purple-medium:focus{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xl\:focus\:ring-offset-am-purple-dark:focus{
    --tw-ring-offset-color: #465499;
  }

  :root .xl\:focus\:ring-offset-am-purple:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xl\:focus\:ring-offset-am-green-light:focus{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xl\:focus\:ring-offset-am-green-brightest:focus{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xl\:focus\:ring-offset-am-green-cyan:focus{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xl\:focus\:ring-offset-am-green-dark:focus{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xl\:focus\:ring-offset-am-green-aqua:focus{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xl\:focus\:ring-offset-am-green-brightest-transparent:focus{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xl\:focus\:ring-offset-am-green-hover:focus{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xl\:focus\:ring-offset-am-green:focus{
    --tw-ring-offset-color: #54C931;
  }

  :root .xl\:focus\:ring-offset-am-red-alive:focus{
    --tw-ring-offset-color: #E56262;
  }

  :root .xl\:focus\:ring-offset-am-red-light:focus{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xl\:focus\:ring-offset-am-red-dark:focus{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xl\:focus\:ring-offset-am-red-intense:focus{
    --tw-ring-offset-color: #f00846;
  }

  :root .xl\:focus\:ring-offset-am-red:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xl\:focus\:ring-offset-am-grey-light:focus{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xl\:focus\:ring-offset-am-grey-dark:focus{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xl\:focus\:ring-offset-am-grey-medium:focus{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xl\:focus\:ring-offset-am-grey-transparent:focus{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xl\:focus\:ring-offset-am-grey:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .xl\:focus\:ring-offset-am-pink-light:focus{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xl\:focus\:ring-offset-am-pink-dark:focus{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xl\:focus\:ring-offset-am-pink-brightest:focus{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xl\:focus\:ring-offset-am-pink-rose:focus{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xl\:focus\:ring-offset-am-pink:focus{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xl\:focus\:ring-offset-am-orange-light:focus{
    --tw-ring-offset-color: #f89103;
  }

  :root .xl\:focus\:ring-offset-am-orange-relight:focus{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xl\:focus\:ring-offset-am-orange-dark:focus{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xl\:focus\:ring-offset-am-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .xl\:focus\:ring-offset-am-cyan-light:focus{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xl\:focus\:ring-offset-am-cyan-dark:focus{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xl\:focus\:ring-offset-am-cyan-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xl\:focus\:ring-offset-am-cyan-green:focus{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xl\:focus\:ring-offset-am-cyan:focus{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xl\:focus\:ring-offset-am-blue-light:focus{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xl\:focus\:ring-offset-am-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xl\:focus\:ring-offset-am-blue-dark:focus{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xl\:focus\:ring-offset-am-yellow-resalt:focus{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xl\:focus\:ring-offset-am-yellow-light:focus{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xl\:focus\:ring-offset-am-yellow-dark:focus{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xl\:focus\:ring-offset-am-yellow:focus{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xl\:focus\:ring-offset-am-cream-entry:focus{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xl\:focus\:ring-offset-am-cream-entry_light:focus{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xl\:focus\:ring-offset-am-cream-entry_text:focus{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xl\:focus\:ring-offset-am-cream-lunchgo:focus{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xl\:focus\:ring-offset-am-cream-lunchgo_light:focus{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xl\:focus\:ring-offset-am-cream-lunchgo_text:focus{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xl\:focus\:ring-offset-am-cream-lunchback:focus{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xl\:focus\:ring-offset-am-cream-lunchback_light:focus{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xl\:focus\:ring-offset-am-cream-lunchback_text:focus{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xl\:focus\:ring-offset-am-cream-exit:focus{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xl\:focus\:ring-offset-am-cream-exit_light:focus{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xl\:focus\:ring-offset-am-cream-exit_text:focus{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xl\:focus\:ring-offset-am-cream-yesterday:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xl\:focus\:ring-offset-am-cream-yesterday_light:focus{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xl\:focus\:ring-offset-am-cream-yesterday_text:focus{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xl\:focus\:ring-offset-am-brown-light:focus{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xl\:focus\:ring-offset-am-brown-dark:focus{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xl\:focus\:ring-offset-am-brown:focus{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .xl\:filter-none{
    filter: none;
  }

  :root .xl\:blur-0{
    --tw-blur: blur(0);
  }

  :root .xl\:blur-none{
    --tw-blur: blur(0);
  }

  :root .xl\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .xl\:blur{
    --tw-blur: blur(8px);
  }

  :root .xl\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .xl\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .xl\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .xl\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .xl\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .xl\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .xl\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .xl\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .xl\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .xl\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .xl\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .xl\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .xl\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .xl\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .xl\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .xl\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .xl\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .xl\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .xl\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .xl\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .xl\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .xl\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .xl\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .xl\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .xl\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .xl\:invert-0{
    --tw-invert: invert(0);
  }

  :root .xl\:invert{
    --tw-invert: invert(100%);
  }

  :root .xl\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .xl\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .xl\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .xl\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .xl\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .xl\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .xl\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  :root .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  :root .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  :root .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  :root .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  :root .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  :root .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  :root .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  :root .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  :root .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  :root .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  :root .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  :root .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  :root .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  :root .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  :root .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  :root .xl\:transition-none{
    transition-property: none;
  }

  :root .xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xl\:delay-75{
    transition-delay: 75ms;
  }

  :root .xl\:delay-100{
    transition-delay: 100ms;
  }

  :root .xl\:delay-150{
    transition-delay: 150ms;
  }

  :root .xl\:delay-200{
    transition-delay: 200ms;
  }

  :root .xl\:delay-300{
    transition-delay: 300ms;
  }

  :root .xl\:delay-500{
    transition-delay: 500ms;
  }

  :root .xl\:delay-700{
    transition-delay: 700ms;
  }

  :root .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .xl\:duration-75{
    transition-duration: 75ms;
  }

  :root .xl\:duration-100{
    transition-duration: 100ms;
  }

  :root .xl\:duration-150{
    transition-duration: 150ms;
  }

  :root .xl\:duration-200{
    transition-duration: 200ms;
  }

  :root .xl\:duration-300{
    transition-duration: 300ms;
  }

  :root .xl\:duration-500{
    transition-duration: 500ms;
  }

  :root .xl\:duration-700{
    transition-duration: 700ms;
  }

  :root .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .xl\:ease-linear{
    transition-timing-function: linear;
  }

  :root .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1925px){
  :root .xxl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .xxl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .xxl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  :root .xxl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  :root .xxl\:pointer-events-none{
    pointer-events: none;
  }

  :root .xxl\:pointer-events-auto{
    pointer-events: auto;
  }

  :root .xxl\:visible{
    visibility: visible;
  }

  :root .xxl\:invisible{
    visibility: hidden;
  }

  :root .xxl\:static{
    position: static;
  }

  :root .xxl\:fixed{
    position: fixed;
  }

  :root .xxl\:absolute{
    position: absolute;
  }

  :root .xxl\:relative{
    position: relative;
  }

  :root .xxl\:sticky{
    position: sticky;
  }

  :root .xxl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root .xxl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root .xxl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root .xxl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root .xxl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root .xxl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root .xxl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root .xxl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root .xxl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root .xxl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root .xxl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root .xxl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root .xxl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root .xxl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root .xxl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root .xxl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root .xxl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root .xxl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root .xxl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root .xxl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  :root .xxl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root .xxl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root .xxl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root .xxl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root .xxl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root .xxl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root .xxl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root .xxl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root .xxl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root .xxl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root .xxl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root .xxl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root .xxl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root .xxl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root .xxl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root .xxl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root .xxl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root .xxl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root .xxl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root .xxl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root .xxl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root .xxl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root .xxl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root .xxl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root .xxl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root .xxl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root .xxl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root .xxl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root .xxl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root .xxl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root .xxl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root .xxl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root .xxl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root .xxl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root .xxl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root .xxl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root .xxl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root .xxl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root .xxl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root .xxl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-0{
    left: 0;
    right: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-1{
    left: 0.25rem;
    right: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-2{
    left: 0.5rem;
    right: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-3{
    left: 0.75rem;
    right: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-5{
    left: 1.25rem;
    right: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-8{
    left: 2rem;
    right: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-10{
    left: 2.5rem;
    right: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-12{
    left: 3rem;
    right: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-1{
    left: -0.25rem;
    right: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-2{
    left: -0.5rem;
    right: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-3{
    left: -0.75rem;
    right: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-4{
    left: -1rem;
    right: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-5{
    left: -1.25rem;
    right: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-6{
    left: -1.5rem;
    right: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-8{
    left: -2rem;
    right: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-10{
    left: -2.5rem;
    right: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-x-12{
    left: -3rem;
    right: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  :root .xxl\:top-0{
    top: 0;
  }

  :root .xxl\:top-1{
    top: 0.25rem;
  }

  :root .xxl\:top-2{
    top: 0.5rem;
  }

  :root .xxl\:top-3{
    top: 0.75rem;
  }

  :root .xxl\:top-4{
    top: 1rem;
  }

  :root .xxl\:top-5{
    top: 1.25rem;
  }

  :root .xxl\:top-6{
    top: 1.5rem;
  }

  :root .xxl\:top-8{
    top: 2rem;
  }

  :root .xxl\:top-10{
    top: 2.5rem;
  }

  :root .xxl\:top-12{
    top: 3rem;
  }

  :root .xxl\:-top-1{
    top: -0.25rem;
  }

  :root .xxl\:-top-2{
    top: -0.5rem;
  }

  :root .xxl\:-top-3{
    top: -0.75rem;
  }

  :root .xxl\:-top-4{
    top: -1rem;
  }

  :root .xxl\:-top-5{
    top: -1.25rem;
  }

  :root .xxl\:-top-6{
    top: -1.5rem;
  }

  :root .xxl\:-top-8{
    top: -2rem;
  }

  :root .xxl\:-top-10{
    top: -2.5rem;
  }

  :root .xxl\:-top-12{
    top: -3rem;
  }

  :root .xxl\:top-auto{
    top: auto;
  }

  :root .xxl\:right-0{
    right: 0;
  }

  :root .xxl\:right-1{
    right: 0.25rem;
  }

  :root .xxl\:right-2{
    right: 0.5rem;
  }

  :root .xxl\:right-3{
    right: 0.75rem;
  }

  :root .xxl\:right-4{
    right: 1rem;
  }

  :root .xxl\:right-5{
    right: 1.25rem;
  }

  :root .xxl\:right-6{
    right: 1.5rem;
  }

  :root .xxl\:right-8{
    right: 2rem;
  }

  :root .xxl\:right-10{
    right: 2.5rem;
  }

  :root .xxl\:right-12{
    right: 3rem;
  }

  :root .xxl\:-right-1{
    right: -0.25rem;
  }

  :root .xxl\:-right-2{
    right: -0.5rem;
  }

  :root .xxl\:-right-3{
    right: -0.75rem;
  }

  :root .xxl\:-right-4{
    right: -1rem;
  }

  :root .xxl\:-right-5{
    right: -1.25rem;
  }

  :root .xxl\:-right-6{
    right: -1.5rem;
  }

  :root .xxl\:-right-8{
    right: -2rem;
  }

  :root .xxl\:-right-10{
    right: -2.5rem;
  }

  :root .xxl\:-right-12{
    right: -3rem;
  }

  :root .xxl\:right-auto{
    right: auto;
  }

  :root .xxl\:bottom-0{
    bottom: 0;
  }

  :root .xxl\:bottom-1{
    bottom: 0.25rem;
  }

  :root .xxl\:bottom-2{
    bottom: 0.5rem;
  }

  :root .xxl\:bottom-3{
    bottom: 0.75rem;
  }

  :root .xxl\:bottom-4{
    bottom: 1rem;
  }

  :root .xxl\:bottom-5{
    bottom: 1.25rem;
  }

  :root .xxl\:bottom-6{
    bottom: 1.5rem;
  }

  :root .xxl\:bottom-8{
    bottom: 2rem;
  }

  :root .xxl\:bottom-10{
    bottom: 2.5rem;
  }

  :root .xxl\:bottom-12{
    bottom: 3rem;
  }

  :root .xxl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root .xxl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root .xxl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root .xxl\:-bottom-4{
    bottom: -1rem;
  }

  :root .xxl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root .xxl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root .xxl\:-bottom-8{
    bottom: -2rem;
  }

  :root .xxl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root .xxl\:-bottom-12{
    bottom: -3rem;
  }

  :root .xxl\:bottom-auto{
    bottom: auto;
  }

  :root .xxl\:left-0{
    left: 0;
  }

  :root .xxl\:left-1{
    left: 0.25rem;
  }

  :root .xxl\:left-2{
    left: 0.5rem;
  }

  :root .xxl\:left-3{
    left: 0.75rem;
  }

  :root .xxl\:left-4{
    left: 1rem;
  }

  :root .xxl\:left-5{
    left: 1.25rem;
  }

  :root .xxl\:left-6{
    left: 1.5rem;
  }

  :root .xxl\:left-8{
    left: 2rem;
  }

  :root .xxl\:left-10{
    left: 2.5rem;
  }

  :root .xxl\:left-12{
    left: 3rem;
  }

  :root .xxl\:-left-1{
    left: -0.25rem;
  }

  :root .xxl\:-left-2{
    left: -0.5rem;
  }

  :root .xxl\:-left-3{
    left: -0.75rem;
  }

  :root .xxl\:-left-4{
    left: -1rem;
  }

  :root .xxl\:-left-5{
    left: -1.25rem;
  }

  :root .xxl\:-left-6{
    left: -1.5rem;
  }

  :root .xxl\:-left-8{
    left: -2rem;
  }

  :root .xxl\:-left-10{
    left: -2.5rem;
  }

  :root .xxl\:-left-12{
    left: -3rem;
  }

  :root .xxl\:left-auto{
    left: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:top-0{
    top: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:top-1{
    top: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-2{
    top: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-3{
    top: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-4{
    top: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-5{
    top: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-6{
    top: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-8{
    top: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-10{
    top: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-12{
    top: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-1{
    top: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-2{
    top: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-3{
    top: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-4{
    top: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-5{
    top: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-6{
    top: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-8{
    top: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-10{
    top: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-top-12{
    top: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:top-auto{
    top: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:right-0{
    right: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:right-1{
    right: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-2{
    right: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-3{
    right: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-4{
    right: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-5{
    right: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-6{
    right: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-8{
    right: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-10{
    right: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-12{
    right: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-1{
    right: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-2{
    right: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-3{
    right: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-4{
    right: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-5{
    right: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-6{
    right: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-8{
    right: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-10{
    right: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-right-12{
    right: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:right-auto{
    right: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-0{
    bottom: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:bottom-auto{
    bottom: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:left-0{
    left: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:left-1{
    left: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-2{
    left: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-3{
    left: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-4{
    left: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-5{
    left: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-6{
    left: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-8{
    left: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-10{
    left: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-12{
    left: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-1{
    left: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-2{
    left: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-3{
    left: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-4{
    left: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-5{
    left: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-6{
    left: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-8{
    left: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-10{
    left: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-left-12{
    left: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:left-auto{
    left: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:top-0{
    top: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:top-1{
    top: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-2{
    top: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-3{
    top: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-4{
    top: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-5{
    top: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-6{
    top: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-8{
    top: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-10{
    top: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-12{
    top: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-1{
    top: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-2{
    top: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-3{
    top: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-4{
    top: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-5{
    top: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-6{
    top: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-8{
    top: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-10{
    top: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-top-12{
    top: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:top-auto{
    top: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:right-0{
    right: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:right-1{
    right: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-2{
    right: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-3{
    right: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-4{
    right: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-5{
    right: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-6{
    right: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-8{
    right: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-10{
    right: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-12{
    right: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-1{
    right: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-2{
    right: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-3{
    right: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-4{
    right: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-5{
    right: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-6{
    right: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-8{
    right: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-10{
    right: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-right-12{
    right: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:right-auto{
    right: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-0{
    bottom: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-1{
    bottom: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-2{
    bottom: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-3{
    bottom: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-4{
    bottom: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-5{
    bottom: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-6{
    bottom: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-8{
    bottom: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-10{
    bottom: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-12{
    bottom: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-1{
    bottom: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-2{
    bottom: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-3{
    bottom: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-4{
    bottom: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-5{
    bottom: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-6{
    bottom: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-8{
    bottom: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-10{
    bottom: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-bottom-12{
    bottom: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:bottom-auto{
    bottom: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:left-0{
    left: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:left-1{
    left: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-2{
    left: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-3{
    left: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-4{
    left: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-5{
    left: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-6{
    left: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-8{
    left: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-10{
    left: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-12{
    left: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-1{
    left: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-2{
    left: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-3{
    left: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-4{
    left: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-5{
    left: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-6{
    left: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-8{
    left: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-10{
    left: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-left-12{
    left: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:left-auto{
    left: auto;
  }

  :root .xxl\:isolate{
    isolation: isolate;
  }

  :root .xxl\:isolation-auto{
    isolation: auto;
  }

  :root .xxl\:z-0{
    z-index: 0;
  }

  :root .xxl\:z-10{
    z-index: 10;
  }

  :root .xxl\:z-20{
    z-index: 20;
  }

  :root .xxl\:z-30{
    z-index: 30;
  }

  :root .xxl\:z-40{
    z-index: 40;
  }

  :root .xxl\:z-50{
    z-index: 50;
  }

  :root .xxl\:z-auto{
    z-index: auto;
  }

  :root .xxl\:order-1{
    order: 1;
  }

  :root .xxl\:order-2{
    order: 2;
  }

  :root .xxl\:order-3{
    order: 3;
  }

  :root .xxl\:order-4{
    order: 4;
  }

  :root .xxl\:order-5{
    order: 5;
  }

  :root .xxl\:order-6{
    order: 6;
  }

  :root .xxl\:order-7{
    order: 7;
  }

  :root .xxl\:order-8{
    order: 8;
  }

  :root .xxl\:order-9{
    order: 9;
  }

  :root .xxl\:order-10{
    order: 10;
  }

  :root .xxl\:order-11{
    order: 11;
  }

  :root .xxl\:order-12{
    order: 12;
  }

  :root .xxl\:order-first{
    order: -9999;
  }

  :root .xxl\:order-last{
    order: 9999;
  }

  :root .xxl\:order-none{
    order: 0;
  }

  :root .xxl\:col-auto{
    grid-column: auto;
  }

  :root .xxl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  :root .xxl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  :root .xxl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  :root .xxl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  :root .xxl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  :root .xxl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  :root .xxl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  :root .xxl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  :root .xxl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  :root .xxl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  :root .xxl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  :root .xxl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  :root .xxl\:col-span-full{
    grid-column: 1 / -1;
  }

  :root .xxl\:col-start-1{
    grid-column-start: 1;
  }

  :root .xxl\:col-start-2{
    grid-column-start: 2;
  }

  :root .xxl\:col-start-3{
    grid-column-start: 3;
  }

  :root .xxl\:col-start-4{
    grid-column-start: 4;
  }

  :root .xxl\:col-start-5{
    grid-column-start: 5;
  }

  :root .xxl\:col-start-6{
    grid-column-start: 6;
  }

  :root .xxl\:col-start-7{
    grid-column-start: 7;
  }

  :root .xxl\:col-start-8{
    grid-column-start: 8;
  }

  :root .xxl\:col-start-9{
    grid-column-start: 9;
  }

  :root .xxl\:col-start-10{
    grid-column-start: 10;
  }

  :root .xxl\:col-start-11{
    grid-column-start: 11;
  }

  :root .xxl\:col-start-12{
    grid-column-start: 12;
  }

  :root .xxl\:col-start-13{
    grid-column-start: 13;
  }

  :root .xxl\:col-start-auto{
    grid-column-start: auto;
  }

  :root .xxl\:col-end-1{
    grid-column-end: 1;
  }

  :root .xxl\:col-end-2{
    grid-column-end: 2;
  }

  :root .xxl\:col-end-3{
    grid-column-end: 3;
  }

  :root .xxl\:col-end-4{
    grid-column-end: 4;
  }

  :root .xxl\:col-end-5{
    grid-column-end: 5;
  }

  :root .xxl\:col-end-6{
    grid-column-end: 6;
  }

  :root .xxl\:col-end-7{
    grid-column-end: 7;
  }

  :root .xxl\:col-end-8{
    grid-column-end: 8;
  }

  :root .xxl\:col-end-9{
    grid-column-end: 9;
  }

  :root .xxl\:col-end-10{
    grid-column-end: 10;
  }

  :root .xxl\:col-end-11{
    grid-column-end: 11;
  }

  :root .xxl\:col-end-12{
    grid-column-end: 12;
  }

  :root .xxl\:col-end-13{
    grid-column-end: 13;
  }

  :root .xxl\:col-end-auto{
    grid-column-end: auto;
  }

  :root .xxl\:row-auto{
    grid-row: auto;
  }

  :root .xxl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  :root .xxl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  :root .xxl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  :root .xxl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  :root .xxl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  :root .xxl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  :root .xxl\:row-span-full{
    grid-row: 1 / -1;
  }

  :root .xxl\:row-start-1{
    grid-row-start: 1;
  }

  :root .xxl\:row-start-2{
    grid-row-start: 2;
  }

  :root .xxl\:row-start-3{
    grid-row-start: 3;
  }

  :root .xxl\:row-start-4{
    grid-row-start: 4;
  }

  :root .xxl\:row-start-5{
    grid-row-start: 5;
  }

  :root .xxl\:row-start-6{
    grid-row-start: 6;
  }

  :root .xxl\:row-start-7{
    grid-row-start: 7;
  }

  :root .xxl\:row-start-auto{
    grid-row-start: auto;
  }

  :root .xxl\:row-end-1{
    grid-row-end: 1;
  }

  :root .xxl\:row-end-2{
    grid-row-end: 2;
  }

  :root .xxl\:row-end-3{
    grid-row-end: 3;
  }

  :root .xxl\:row-end-4{
    grid-row-end: 4;
  }

  :root .xxl\:row-end-5{
    grid-row-end: 5;
  }

  :root .xxl\:row-end-6{
    grid-row-end: 6;
  }

  :root .xxl\:row-end-7{
    grid-row-end: 7;
  }

  :root .xxl\:row-end-auto{
    grid-row-end: auto;
  }

  :root .xxl\:float-right{
    float: right;
  }

  :root .xxl\:float-left{
    float: left;
  }

  :root .xxl\:float-none{
    float: none;
  }

  :root .xxl\:clear-left{
    clear: left;
  }

  :root .xxl\:clear-right{
    clear: right;
  }

  :root .xxl\:clear-both{
    clear: both;
  }

  :root .xxl\:clear-none{
    clear: none;
  }

  :root .xxl\:m-0{
    margin: 0;
  }

  :root .xxl\:m-1{
    margin: 0.25rem;
  }

  :root .xxl\:m-2{
    margin: 0.5rem;
  }

  :root .xxl\:m-3{
    margin: 0.75rem;
  }

  :root .xxl\:m-4{
    margin: 1rem;
  }

  :root .xxl\:m-5{
    margin: 1.25rem;
  }

  :root .xxl\:m-6{
    margin: 1.5rem;
  }

  :root .xxl\:m-7{
    margin: 1.75rem;
  }

  :root .xxl\:m-8{
    margin: 2rem;
  }

  :root .xxl\:m-9{
    margin: 2.25rem;
  }

  :root .xxl\:m-10{
    margin: 2.5rem;
  }

  :root .xxl\:m-11{
    margin: 2.75rem;
  }

  :root .xxl\:m-12{
    margin: 3rem;
  }

  :root .xxl\:m-13{
    margin: 3.25rem;
  }

  :root .xxl\:m-14{
    margin: 3.5rem;
  }

  :root .xxl\:m-16{
    margin: 4rem;
  }

  :root .xxl\:m-18{
    margin: 4.5rem;
  }

  :root .xxl\:m-20{
    margin: 5rem;
  }

  :root .xxl\:m-21{
    margin: 5.25rem;
  }

  :root .xxl\:m-22{
    margin: 5.5rem;
  }

  :root .xxl\:m-24{
    margin: 6rem;
  }

  :root .xxl\:m-26{
    margin: 6.5rem;
  }

  :root .xxl\:m-27{
    margin: 6.75rem;
  }

  :root .xxl\:m-28{
    margin: 7rem;
  }

  :root .xxl\:m-30{
    margin: 7.5rem;
  }

  :root .xxl\:m-32{
    margin: 8rem;
  }

  :root .xxl\:m-36{
    margin: 9rem;
  }

  :root .xxl\:m-40{
    margin: 10rem;
  }

  :root .xxl\:m-41{
    margin: 11.25rem;
  }

  :root .xxl\:m-42{
    margin: 11.5rem;
  }

  :root .xxl\:m-44{
    margin: 11rem;
  }

  :root .xxl\:m-48{
    margin: 12rem;
  }

  :root .xxl\:m-52{
    margin: 13rem;
  }

  :root .xxl\:m-54{
    margin: 13.5rem;
  }

  :root .xxl\:m-56{
    margin: 14rem;
  }

  :root .xxl\:m-60{
    margin: 15rem;
  }

  :root .xxl\:m-64{
    margin: 16rem;
  }

  :root .xxl\:m-68{
    margin: 17rem;
  }

  :root .xxl\:m-72{
    margin: 18rem;
  }

  :root .xxl\:m-76{
    margin: 19rem;
  }

  :root .xxl\:m-80{
    margin: 20rem;
  }

  :root .xxl\:m-84{
    margin: 21rem;
  }

  :root .xxl\:m-88{
    margin: 22rem;
  }

  :root .xxl\:m-96{
    margin: 24rem;
  }

  :root .xxl\:m-112{
    margin: 28rem;
  }

  :root .xxl\:m-120{
    margin: 30rem;
  }

  :root .xxl\:m-140{
    margin: 35rem;
  }

  :root .xxl\:m-150{
    margin: 37.5rem;
  }

  :root .xxl\:m-160{
    margin: 40rem;
  }

  :root .xxl\:m-220{
    margin: 55rem;
  }

  :root .xxl\:m-240{
    margin: 60rem;
  }

  :root .xxl\:m-300{
    margin: 75rem;
  }

  :root .xxl\:m-320{
    margin: 80rem;
  }

  :root .xxl\:m-auto{
    margin: auto;
  }

  :root .xxl\:m-px{
    margin: 1px;
  }

  :root .xxl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root .xxl\:m-1\.5{
    margin: 0.375rem;
  }

  :root .xxl\:-m-1{
    margin: -0.25rem;
  }

  :root .xxl\:-m-2{
    margin: -0.5rem;
  }

  :root .xxl\:-m-3{
    margin: -0.75rem;
  }

  :root .xxl\:-m-4{
    margin: -1rem;
  }

  :root .xxl\:-m-5{
    margin: -1.25rem;
  }

  :root .xxl\:-m-6{
    margin: -1.5rem;
  }

  :root .xxl\:-m-7{
    margin: -1.75rem;
  }

  :root .xxl\:-m-8{
    margin: -2rem;
  }

  :root .xxl\:-m-9{
    margin: -2.25rem;
  }

  :root .xxl\:-m-10{
    margin: -2.5rem;
  }

  :root .xxl\:-m-11{
    margin: -2.75rem;
  }

  :root .xxl\:-m-12{
    margin: -3rem;
  }

  :root .xxl\:-m-13{
    margin: -3.25rem;
  }

  :root .xxl\:-m-14{
    margin: -3.5rem;
  }

  :root .xxl\:-m-16{
    margin: -4rem;
  }

  :root .xxl\:-m-18{
    margin: -4.5rem;
  }

  :root .xxl\:-m-20{
    margin: -5rem;
  }

  :root .xxl\:-m-21{
    margin: -5.25rem;
  }

  :root .xxl\:-m-22{
    margin: -5.5rem;
  }

  :root .xxl\:-m-24{
    margin: -6rem;
  }

  :root .xxl\:-m-26{
    margin: -6.5rem;
  }

  :root .xxl\:-m-27{
    margin: -6.75rem;
  }

  :root .xxl\:-m-28{
    margin: -7rem;
  }

  :root .xxl\:-m-30{
    margin: -7.5rem;
  }

  :root .xxl\:-m-32{
    margin: -8rem;
  }

  :root .xxl\:-m-36{
    margin: -9rem;
  }

  :root .xxl\:-m-40{
    margin: -10rem;
  }

  :root .xxl\:-m-41{
    margin: -11.25rem;
  }

  :root .xxl\:-m-42{
    margin: -11.5rem;
  }

  :root .xxl\:-m-44{
    margin: -11rem;
  }

  :root .xxl\:-m-48{
    margin: -12rem;
  }

  :root .xxl\:-m-52{
    margin: -13rem;
  }

  :root .xxl\:-m-54{
    margin: -13.5rem;
  }

  :root .xxl\:-m-56{
    margin: -14rem;
  }

  :root .xxl\:-m-60{
    margin: -15rem;
  }

  :root .xxl\:-m-64{
    margin: -16rem;
  }

  :root .xxl\:-m-68{
    margin: -17rem;
  }

  :root .xxl\:-m-72{
    margin: -18rem;
  }

  :root .xxl\:-m-76{
    margin: -19rem;
  }

  :root .xxl\:-m-80{
    margin: -20rem;
  }

  :root .xxl\:-m-84{
    margin: -21rem;
  }

  :root .xxl\:-m-88{
    margin: -22rem;
  }

  :root .xxl\:-m-96{
    margin: -24rem;
  }

  :root .xxl\:-m-112{
    margin: -28rem;
  }

  :root .xxl\:-m-120{
    margin: -30rem;
  }

  :root .xxl\:-m-140{
    margin: -35rem;
  }

  :root .xxl\:-m-150{
    margin: -37.5rem;
  }

  :root .xxl\:-m-160{
    margin: -40rem;
  }

  :root .xxl\:-m-220{
    margin: -55rem;
  }

  :root .xxl\:-m-240{
    margin: -60rem;
  }

  :root .xxl\:-m-300{
    margin: -75rem;
  }

  :root .xxl\:-m-320{
    margin: -80rem;
  }

  :root .xxl\:-m-px{
    margin: -1px;
  }

  :root .xxl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-m-1\.5{
    margin: -0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-0{
    margin: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:m-1{
    margin: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-2{
    margin: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-3{
    margin: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-4{
    margin: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-5{
    margin: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-6{
    margin: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-7{
    margin: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-8{
    margin: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-9{
    margin: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-10{
    margin: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-11{
    margin: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-12{
    margin: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-13{
    margin: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-14{
    margin: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-16{
    margin: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-18{
    margin: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-20{
    margin: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-21{
    margin: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-22{
    margin: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-24{
    margin: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-26{
    margin: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-27{
    margin: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-28{
    margin: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-30{
    margin: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-32{
    margin: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-36{
    margin: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-40{
    margin: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-41{
    margin: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-42{
    margin: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-44{
    margin: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-48{
    margin: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-52{
    margin: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-54{
    margin: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-56{
    margin: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-60{
    margin: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-64{
    margin: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-68{
    margin: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-72{
    margin: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-76{
    margin: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-80{
    margin: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-84{
    margin: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-88{
    margin: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-96{
    margin: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-112{
    margin: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-120{
    margin: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-140{
    margin: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-150{
    margin: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-160{
    margin: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-220{
    margin: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-240{
    margin: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-300{
    margin: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-320{
    margin: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:m-auto{
    margin: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:m-px{
    margin: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:m-1.xxl\:5{
    margin: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-4{
    margin: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-8{
    margin: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-12{
    margin: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-16{
    margin: -4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-20{
    margin: -5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-24{
    margin: -6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-28{
    margin: -7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-32{
    margin: -8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-36{
    margin: -9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-40{
    margin: -10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-44{
    margin: -11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-48{
    margin: -12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-52{
    margin: -13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-56{
    margin: -14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-60{
    margin: -15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-64{
    margin: -16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-68{
    margin: -17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-72{
    margin: -18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-76{
    margin: -19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-80{
    margin: -20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-84{
    margin: -21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-88{
    margin: -22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-96{
    margin: -24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-112{
    margin: -28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-120{
    margin: -30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-140{
    margin: -35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-160{
    margin: -40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-220{
    margin: -55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-240{
    margin: -60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-300{
    margin: -75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-320{
    margin: -80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-px{
    margin: -1px;
  }

  :root [dir=ltr] .xxl\:ltr\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-m-1.xxl\:5{
    margin: -0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-0{
    margin: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:m-1{
    margin: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-2{
    margin: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-3{
    margin: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-4{
    margin: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-5{
    margin: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-6{
    margin: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-7{
    margin: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-8{
    margin: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-9{
    margin: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-10{
    margin: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-11{
    margin: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-12{
    margin: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-13{
    margin: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-14{
    margin: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-16{
    margin: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-18{
    margin: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-20{
    margin: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-21{
    margin: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-22{
    margin: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-24{
    margin: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-26{
    margin: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-27{
    margin: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-28{
    margin: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-30{
    margin: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-32{
    margin: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-36{
    margin: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-40{
    margin: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-41{
    margin: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-42{
    margin: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-44{
    margin: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-48{
    margin: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-52{
    margin: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-54{
    margin: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-56{
    margin: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-60{
    margin: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-64{
    margin: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-68{
    margin: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-72{
    margin: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-76{
    margin: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-80{
    margin: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-84{
    margin: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-88{
    margin: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-96{
    margin: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-112{
    margin: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-120{
    margin: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-140{
    margin: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-150{
    margin: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-160{
    margin: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-220{
    margin: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-240{
    margin: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-300{
    margin: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-320{
    margin: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:m-auto{
    margin: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:m-px{
    margin: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:m-gutter{
    margin: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:m-1.xxl\:5{
    margin: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-1{
    margin: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-2{
    margin: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-3{
    margin: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-4{
    margin: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-5{
    margin: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-6{
    margin: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-7{
    margin: -1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-8{
    margin: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-9{
    margin: -2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-10{
    margin: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-11{
    margin: -2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-12{
    margin: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-13{
    margin: -3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-14{
    margin: -3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-16{
    margin: -4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-18{
    margin: -4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-20{
    margin: -5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-21{
    margin: -5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-22{
    margin: -5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-24{
    margin: -6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-26{
    margin: -6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-27{
    margin: -6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-28{
    margin: -7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-30{
    margin: -7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-32{
    margin: -8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-36{
    margin: -9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-40{
    margin: -10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-41{
    margin: -11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-42{
    margin: -11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-44{
    margin: -11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-48{
    margin: -12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-52{
    margin: -13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-54{
    margin: -13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-56{
    margin: -14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-60{
    margin: -15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-64{
    margin: -16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-68{
    margin: -17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-72{
    margin: -18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-76{
    margin: -19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-80{
    margin: -20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-84{
    margin: -21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-88{
    margin: -22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-96{
    margin: -24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-112{
    margin: -28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-120{
    margin: -30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-140{
    margin: -35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-150{
    margin: -37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-160{
    margin: -40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-220{
    margin: -55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-240{
    margin: -60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-300{
    margin: -75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-320{
    margin: -80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-px{
    margin: -1px;
  }

  :root [dir=rtl] .xxl\:rtl\:-m-gutter{
    margin: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-m-1.xxl\:5{
    margin: -0.375rem;
  }

  :root .xxl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root .xxl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root .xxl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root .xxl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root .xxl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root .xxl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root .xxl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root .xxl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root .xxl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root .xxl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root .xxl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root .xxl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root .xxl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root .xxl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root .xxl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root .xxl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root .xxl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root .xxl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root .xxl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root .xxl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root .xxl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root .xxl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root .xxl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root .xxl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root .xxl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root .xxl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root .xxl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root .xxl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root .xxl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root .xxl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root .xxl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root .xxl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root .xxl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root .xxl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root .xxl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root .xxl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root .xxl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root .xxl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root .xxl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root .xxl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root .xxl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root .xxl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root .xxl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root .xxl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root .xxl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root .xxl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root .xxl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root .xxl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root .xxl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root .xxl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root .xxl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root .xxl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root .xxl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root .xxl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root .xxl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root .xxl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root .xxl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root .xxl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root .xxl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root .xxl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root .xxl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root .xxl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root .xxl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root .xxl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root .xxl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root .xxl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root .xxl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root .xxl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root .xxl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root .xxl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root .xxl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root .xxl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root .xxl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root .xxl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root .xxl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root .xxl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root .xxl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root .xxl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root .xxl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root .xxl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root .xxl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root .xxl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root .xxl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root .xxl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root .xxl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root .xxl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root .xxl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root .xxl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root .xxl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root .xxl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root .xxl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root .xxl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root .xxl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root .xxl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root .xxl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root .xxl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root .xxl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root .xxl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root .xxl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root .xxl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root .xxl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root .xxl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root .xxl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root .xxl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root .xxl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root .xxl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root .xxl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root .xxl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root .xxl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root .xxl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root .xxl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root .xxl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root .xxl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root .xxl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root .xxl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root .xxl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root .xxl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root .xxl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root .xxl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root .xxl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root .xxl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root .xxl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root .xxl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root .xxl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root .xxl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root .xxl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root .xxl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root .xxl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root .xxl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root .xxl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root .xxl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root .xxl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root .xxl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root .xxl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root .xxl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root .xxl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root .xxl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root .xxl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root .xxl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root .xxl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root .xxl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root .xxl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root .xxl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root .xxl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root .xxl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root .xxl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root .xxl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root .xxl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root .xxl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root .xxl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root .xxl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root .xxl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root .xxl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root .xxl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root .xxl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root .xxl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root .xxl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root .xxl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root .xxl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root .xxl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root .xxl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root .xxl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root .xxl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root .xxl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root .xxl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root .xxl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root .xxl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root .xxl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root .xxl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root .xxl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root .xxl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root .xxl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root .xxl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root .xxl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root .xxl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root .xxl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root .xxl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root .xxl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root .xxl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root .xxl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root .xxl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root .xxl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root .xxl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root .xxl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root .xxl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root .xxl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root .xxl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root .xxl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root .xxl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root .xxl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root .xxl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root .xxl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root .xxl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root .xxl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root .xxl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root .xxl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root .xxl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root .xxl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root .xxl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root .xxl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root .xxl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root .xxl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root .xxl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root .xxl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root .xxl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root .xxl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root .xxl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root .xxl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root .xxl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root .xxl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root .xxl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root .xxl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root .xxl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root .xxl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root .xxl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root .xxl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root .xxl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root .xxl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root .xxl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root .xxl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root .xxl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root .xxl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mx-1.xxl\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=ltr] .xxl\:ltr\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mx-1.xxl\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:my-1.xxl\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=ltr] .xxl\:ltr\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-my-1.xxl\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-21{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-22{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-26{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-27{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-30{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-41{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-42{
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-54{
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-68{
    margin-left: 17rem;
    margin-right: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-76{
    margin-left: 19rem;
    margin-right: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-84{
    margin-left: 21rem;
    margin-right: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-88{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-112{
    margin-left: 28rem;
    margin-right: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-120{
    margin-left: 30rem;
    margin-right: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-140{
    margin-left: 35rem;
    margin-right: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-150{
    margin-left: 37.5rem;
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-160{
    margin-left: 40rem;
    margin-right: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-220{
    margin-left: 55rem;
    margin-right: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-240{
    margin-left: 60rem;
    margin-right: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-300{
    margin-left: 75rem;
    margin-right: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-320{
    margin-left: 80rem;
    margin-right: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:mx-gutter{
    margin-left: var(--padding-gutter);
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mx-1.xxl\:5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-21{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-22{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-26{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-27{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-30{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-41{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-42{
    margin-left: -11.5rem;
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-54{
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-68{
    margin-left: -17rem;
    margin-right: -17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-76{
    margin-left: -19rem;
    margin-right: -19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-84{
    margin-left: -21rem;
    margin-right: -21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-88{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-112{
    margin-left: -28rem;
    margin-right: -28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-120{
    margin-left: -30rem;
    margin-right: -30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-140{
    margin-left: -35rem;
    margin-right: -35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-150{
    margin-left: -37.5rem;
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-160{
    margin-left: -40rem;
    margin-right: -40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-220{
    margin-left: -55rem;
    margin-right: -55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-240{
    margin-left: -60rem;
    margin-right: -60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-300{
    margin-left: -75rem;
    margin-right: -75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-320{
    margin-left: -80rem;
    margin-right: -80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  :root [dir=rtl] .xxl\:rtl\:-mx-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mx-1.xxl\:5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-21{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-22{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-26{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-27{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-30{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-41{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-42{
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-54{
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-68{
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-76{
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-84{
    margin-top: 21rem;
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-88{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-112{
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-120{
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-140{
    margin-top: 35rem;
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-150{
    margin-top: 37.5rem;
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-160{
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-220{
    margin-top: 55rem;
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-240{
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-300{
    margin-top: 75rem;
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-320{
    margin-top: 80rem;
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:my-gutter{
    margin-top: var(--padding-gutter);
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:my-1.xxl\:5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-21{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-22{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-26{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-27{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-30{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-41{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-42{
    margin-top: -11.5rem;
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-54{
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-68{
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-76{
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-84{
    margin-top: -21rem;
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-88{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-112{
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-120{
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-140{
    margin-top: -35rem;
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-150{
    margin-top: -37.5rem;
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-160{
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-220{
    margin-top: -55rem;
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-240{
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-300{
    margin-top: -75rem;
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-320{
    margin-top: -80rem;
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  :root [dir=rtl] .xxl\:rtl\:-my-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-my-1.xxl\:5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  :root .xxl\:mt-0{
    margin-top: 0;
  }

  :root .xxl\:mt-1{
    margin-top: 0.25rem;
  }

  :root .xxl\:mt-2{
    margin-top: 0.5rem;
  }

  :root .xxl\:mt-3{
    margin-top: 0.75rem;
  }

  :root .xxl\:mt-4{
    margin-top: 1rem;
  }

  :root .xxl\:mt-5{
    margin-top: 1.25rem;
  }

  :root .xxl\:mt-6{
    margin-top: 1.5rem;
  }

  :root .xxl\:mt-7{
    margin-top: 1.75rem;
  }

  :root .xxl\:mt-8{
    margin-top: 2rem;
  }

  :root .xxl\:mt-9{
    margin-top: 2.25rem;
  }

  :root .xxl\:mt-10{
    margin-top: 2.5rem;
  }

  :root .xxl\:mt-11{
    margin-top: 2.75rem;
  }

  :root .xxl\:mt-12{
    margin-top: 3rem;
  }

  :root .xxl\:mt-13{
    margin-top: 3.25rem;
  }

  :root .xxl\:mt-14{
    margin-top: 3.5rem;
  }

  :root .xxl\:mt-16{
    margin-top: 4rem;
  }

  :root .xxl\:mt-18{
    margin-top: 4.5rem;
  }

  :root .xxl\:mt-20{
    margin-top: 5rem;
  }

  :root .xxl\:mt-21{
    margin-top: 5.25rem;
  }

  :root .xxl\:mt-22{
    margin-top: 5.5rem;
  }

  :root .xxl\:mt-24{
    margin-top: 6rem;
  }

  :root .xxl\:mt-26{
    margin-top: 6.5rem;
  }

  :root .xxl\:mt-27{
    margin-top: 6.75rem;
  }

  :root .xxl\:mt-28{
    margin-top: 7rem;
  }

  :root .xxl\:mt-30{
    margin-top: 7.5rem;
  }

  :root .xxl\:mt-32{
    margin-top: 8rem;
  }

  :root .xxl\:mt-36{
    margin-top: 9rem;
  }

  :root .xxl\:mt-40{
    margin-top: 10rem;
  }

  :root .xxl\:mt-41{
    margin-top: 11.25rem;
  }

  :root .xxl\:mt-42{
    margin-top: 11.5rem;
  }

  :root .xxl\:mt-44{
    margin-top: 11rem;
  }

  :root .xxl\:mt-48{
    margin-top: 12rem;
  }

  :root .xxl\:mt-52{
    margin-top: 13rem;
  }

  :root .xxl\:mt-54{
    margin-top: 13.5rem;
  }

  :root .xxl\:mt-56{
    margin-top: 14rem;
  }

  :root .xxl\:mt-60{
    margin-top: 15rem;
  }

  :root .xxl\:mt-64{
    margin-top: 16rem;
  }

  :root .xxl\:mt-68{
    margin-top: 17rem;
  }

  :root .xxl\:mt-72{
    margin-top: 18rem;
  }

  :root .xxl\:mt-76{
    margin-top: 19rem;
  }

  :root .xxl\:mt-80{
    margin-top: 20rem;
  }

  :root .xxl\:mt-84{
    margin-top: 21rem;
  }

  :root .xxl\:mt-88{
    margin-top: 22rem;
  }

  :root .xxl\:mt-96{
    margin-top: 24rem;
  }

  :root .xxl\:mt-112{
    margin-top: 28rem;
  }

  :root .xxl\:mt-120{
    margin-top: 30rem;
  }

  :root .xxl\:mt-140{
    margin-top: 35rem;
  }

  :root .xxl\:mt-150{
    margin-top: 37.5rem;
  }

  :root .xxl\:mt-160{
    margin-top: 40rem;
  }

  :root .xxl\:mt-220{
    margin-top: 55rem;
  }

  :root .xxl\:mt-240{
    margin-top: 60rem;
  }

  :root .xxl\:mt-300{
    margin-top: 75rem;
  }

  :root .xxl\:mt-320{
    margin-top: 80rem;
  }

  :root .xxl\:mt-auto{
    margin-top: auto;
  }

  :root .xxl\:mt-px{
    margin-top: 1px;
  }

  :root .xxl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root .xxl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  :root .xxl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root .xxl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root .xxl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root .xxl\:-mt-4{
    margin-top: -1rem;
  }

  :root .xxl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root .xxl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root .xxl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root .xxl\:-mt-8{
    margin-top: -2rem;
  }

  :root .xxl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root .xxl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root .xxl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root .xxl\:-mt-12{
    margin-top: -3rem;
  }

  :root .xxl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root .xxl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root .xxl\:-mt-16{
    margin-top: -4rem;
  }

  :root .xxl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root .xxl\:-mt-20{
    margin-top: -5rem;
  }

  :root .xxl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root .xxl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root .xxl\:-mt-24{
    margin-top: -6rem;
  }

  :root .xxl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root .xxl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root .xxl\:-mt-28{
    margin-top: -7rem;
  }

  :root .xxl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root .xxl\:-mt-32{
    margin-top: -8rem;
  }

  :root .xxl\:-mt-36{
    margin-top: -9rem;
  }

  :root .xxl\:-mt-40{
    margin-top: -10rem;
  }

  :root .xxl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root .xxl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root .xxl\:-mt-44{
    margin-top: -11rem;
  }

  :root .xxl\:-mt-48{
    margin-top: -12rem;
  }

  :root .xxl\:-mt-52{
    margin-top: -13rem;
  }

  :root .xxl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root .xxl\:-mt-56{
    margin-top: -14rem;
  }

  :root .xxl\:-mt-60{
    margin-top: -15rem;
  }

  :root .xxl\:-mt-64{
    margin-top: -16rem;
  }

  :root .xxl\:-mt-68{
    margin-top: -17rem;
  }

  :root .xxl\:-mt-72{
    margin-top: -18rem;
  }

  :root .xxl\:-mt-76{
    margin-top: -19rem;
  }

  :root .xxl\:-mt-80{
    margin-top: -20rem;
  }

  :root .xxl\:-mt-84{
    margin-top: -21rem;
  }

  :root .xxl\:-mt-88{
    margin-top: -22rem;
  }

  :root .xxl\:-mt-96{
    margin-top: -24rem;
  }

  :root .xxl\:-mt-112{
    margin-top: -28rem;
  }

  :root .xxl\:-mt-120{
    margin-top: -30rem;
  }

  :root .xxl\:-mt-140{
    margin-top: -35rem;
  }

  :root .xxl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root .xxl\:-mt-160{
    margin-top: -40rem;
  }

  :root .xxl\:-mt-220{
    margin-top: -55rem;
  }

  :root .xxl\:-mt-240{
    margin-top: -60rem;
  }

  :root .xxl\:-mt-300{
    margin-top: -75rem;
  }

  :root .xxl\:-mt-320{
    margin-top: -80rem;
  }

  :root .xxl\:-mt-px{
    margin-top: -1px;
  }

  :root .xxl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  :root .xxl\:mr-0{
    margin-right: 0;
  }

  :root .xxl\:mr-1{
    margin-right: 0.25rem;
  }

  :root .xxl\:mr-2{
    margin-right: 0.5rem;
  }

  :root .xxl\:mr-3{
    margin-right: 0.75rem;
  }

  :root .xxl\:mr-4{
    margin-right: 1rem;
  }

  :root .xxl\:mr-5{
    margin-right: 1.25rem;
  }

  :root .xxl\:mr-6{
    margin-right: 1.5rem;
  }

  :root .xxl\:mr-7{
    margin-right: 1.75rem;
  }

  :root .xxl\:mr-8{
    margin-right: 2rem;
  }

  :root .xxl\:mr-9{
    margin-right: 2.25rem;
  }

  :root .xxl\:mr-10{
    margin-right: 2.5rem;
  }

  :root .xxl\:mr-11{
    margin-right: 2.75rem;
  }

  :root .xxl\:mr-12{
    margin-right: 3rem;
  }

  :root .xxl\:mr-13{
    margin-right: 3.25rem;
  }

  :root .xxl\:mr-14{
    margin-right: 3.5rem;
  }

  :root .xxl\:mr-16{
    margin-right: 4rem;
  }

  :root .xxl\:mr-18{
    margin-right: 4.5rem;
  }

  :root .xxl\:mr-20{
    margin-right: 5rem;
  }

  :root .xxl\:mr-21{
    margin-right: 5.25rem;
  }

  :root .xxl\:mr-22{
    margin-right: 5.5rem;
  }

  :root .xxl\:mr-24{
    margin-right: 6rem;
  }

  :root .xxl\:mr-26{
    margin-right: 6.5rem;
  }

  :root .xxl\:mr-27{
    margin-right: 6.75rem;
  }

  :root .xxl\:mr-28{
    margin-right: 7rem;
  }

  :root .xxl\:mr-30{
    margin-right: 7.5rem;
  }

  :root .xxl\:mr-32{
    margin-right: 8rem;
  }

  :root .xxl\:mr-36{
    margin-right: 9rem;
  }

  :root .xxl\:mr-40{
    margin-right: 10rem;
  }

  :root .xxl\:mr-41{
    margin-right: 11.25rem;
  }

  :root .xxl\:mr-42{
    margin-right: 11.5rem;
  }

  :root .xxl\:mr-44{
    margin-right: 11rem;
  }

  :root .xxl\:mr-48{
    margin-right: 12rem;
  }

  :root .xxl\:mr-52{
    margin-right: 13rem;
  }

  :root .xxl\:mr-54{
    margin-right: 13.5rem;
  }

  :root .xxl\:mr-56{
    margin-right: 14rem;
  }

  :root .xxl\:mr-60{
    margin-right: 15rem;
  }

  :root .xxl\:mr-64{
    margin-right: 16rem;
  }

  :root .xxl\:mr-68{
    margin-right: 17rem;
  }

  :root .xxl\:mr-72{
    margin-right: 18rem;
  }

  :root .xxl\:mr-76{
    margin-right: 19rem;
  }

  :root .xxl\:mr-80{
    margin-right: 20rem;
  }

  :root .xxl\:mr-84{
    margin-right: 21rem;
  }

  :root .xxl\:mr-88{
    margin-right: 22rem;
  }

  :root .xxl\:mr-96{
    margin-right: 24rem;
  }

  :root .xxl\:mr-112{
    margin-right: 28rem;
  }

  :root .xxl\:mr-120{
    margin-right: 30rem;
  }

  :root .xxl\:mr-140{
    margin-right: 35rem;
  }

  :root .xxl\:mr-150{
    margin-right: 37.5rem;
  }

  :root .xxl\:mr-160{
    margin-right: 40rem;
  }

  :root .xxl\:mr-220{
    margin-right: 55rem;
  }

  :root .xxl\:mr-240{
    margin-right: 60rem;
  }

  :root .xxl\:mr-300{
    margin-right: 75rem;
  }

  :root .xxl\:mr-320{
    margin-right: 80rem;
  }

  :root .xxl\:mr-auto{
    margin-right: auto;
  }

  :root .xxl\:mr-px{
    margin-right: 1px;
  }

  :root .xxl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root .xxl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  :root .xxl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root .xxl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root .xxl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root .xxl\:-mr-4{
    margin-right: -1rem;
  }

  :root .xxl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root .xxl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root .xxl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root .xxl\:-mr-8{
    margin-right: -2rem;
  }

  :root .xxl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root .xxl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root .xxl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root .xxl\:-mr-12{
    margin-right: -3rem;
  }

  :root .xxl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root .xxl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root .xxl\:-mr-16{
    margin-right: -4rem;
  }

  :root .xxl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root .xxl\:-mr-20{
    margin-right: -5rem;
  }

  :root .xxl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root .xxl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root .xxl\:-mr-24{
    margin-right: -6rem;
  }

  :root .xxl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root .xxl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root .xxl\:-mr-28{
    margin-right: -7rem;
  }

  :root .xxl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root .xxl\:-mr-32{
    margin-right: -8rem;
  }

  :root .xxl\:-mr-36{
    margin-right: -9rem;
  }

  :root .xxl\:-mr-40{
    margin-right: -10rem;
  }

  :root .xxl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root .xxl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root .xxl\:-mr-44{
    margin-right: -11rem;
  }

  :root .xxl\:-mr-48{
    margin-right: -12rem;
  }

  :root .xxl\:-mr-52{
    margin-right: -13rem;
  }

  :root .xxl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root .xxl\:-mr-56{
    margin-right: -14rem;
  }

  :root .xxl\:-mr-60{
    margin-right: -15rem;
  }

  :root .xxl\:-mr-64{
    margin-right: -16rem;
  }

  :root .xxl\:-mr-68{
    margin-right: -17rem;
  }

  :root .xxl\:-mr-72{
    margin-right: -18rem;
  }

  :root .xxl\:-mr-76{
    margin-right: -19rem;
  }

  :root .xxl\:-mr-80{
    margin-right: -20rem;
  }

  :root .xxl\:-mr-84{
    margin-right: -21rem;
  }

  :root .xxl\:-mr-88{
    margin-right: -22rem;
  }

  :root .xxl\:-mr-96{
    margin-right: -24rem;
  }

  :root .xxl\:-mr-112{
    margin-right: -28rem;
  }

  :root .xxl\:-mr-120{
    margin-right: -30rem;
  }

  :root .xxl\:-mr-140{
    margin-right: -35rem;
  }

  :root .xxl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root .xxl\:-mr-160{
    margin-right: -40rem;
  }

  :root .xxl\:-mr-220{
    margin-right: -55rem;
  }

  :root .xxl\:-mr-240{
    margin-right: -60rem;
  }

  :root .xxl\:-mr-300{
    margin-right: -75rem;
  }

  :root .xxl\:-mr-320{
    margin-right: -80rem;
  }

  :root .xxl\:-mr-px{
    margin-right: -1px;
  }

  :root .xxl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  :root .xxl\:mb-0{
    margin-bottom: 0;
  }

  :root .xxl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root .xxl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root .xxl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root .xxl\:mb-4{
    margin-bottom: 1rem;
  }

  :root .xxl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root .xxl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root .xxl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root .xxl\:mb-8{
    margin-bottom: 2rem;
  }

  :root .xxl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root .xxl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root .xxl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root .xxl\:mb-12{
    margin-bottom: 3rem;
  }

  :root .xxl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root .xxl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root .xxl\:mb-16{
    margin-bottom: 4rem;
  }

  :root .xxl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root .xxl\:mb-20{
    margin-bottom: 5rem;
  }

  :root .xxl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root .xxl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root .xxl\:mb-24{
    margin-bottom: 6rem;
  }

  :root .xxl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root .xxl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root .xxl\:mb-28{
    margin-bottom: 7rem;
  }

  :root .xxl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root .xxl\:mb-32{
    margin-bottom: 8rem;
  }

  :root .xxl\:mb-36{
    margin-bottom: 9rem;
  }

  :root .xxl\:mb-40{
    margin-bottom: 10rem;
  }

  :root .xxl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root .xxl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root .xxl\:mb-44{
    margin-bottom: 11rem;
  }

  :root .xxl\:mb-48{
    margin-bottom: 12rem;
  }

  :root .xxl\:mb-52{
    margin-bottom: 13rem;
  }

  :root .xxl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root .xxl\:mb-56{
    margin-bottom: 14rem;
  }

  :root .xxl\:mb-60{
    margin-bottom: 15rem;
  }

  :root .xxl\:mb-64{
    margin-bottom: 16rem;
  }

  :root .xxl\:mb-68{
    margin-bottom: 17rem;
  }

  :root .xxl\:mb-72{
    margin-bottom: 18rem;
  }

  :root .xxl\:mb-76{
    margin-bottom: 19rem;
  }

  :root .xxl\:mb-80{
    margin-bottom: 20rem;
  }

  :root .xxl\:mb-84{
    margin-bottom: 21rem;
  }

  :root .xxl\:mb-88{
    margin-bottom: 22rem;
  }

  :root .xxl\:mb-96{
    margin-bottom: 24rem;
  }

  :root .xxl\:mb-112{
    margin-bottom: 28rem;
  }

  :root .xxl\:mb-120{
    margin-bottom: 30rem;
  }

  :root .xxl\:mb-140{
    margin-bottom: 35rem;
  }

  :root .xxl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root .xxl\:mb-160{
    margin-bottom: 40rem;
  }

  :root .xxl\:mb-220{
    margin-bottom: 55rem;
  }

  :root .xxl\:mb-240{
    margin-bottom: 60rem;
  }

  :root .xxl\:mb-300{
    margin-bottom: 75rem;
  }

  :root .xxl\:mb-320{
    margin-bottom: 80rem;
  }

  :root .xxl\:mb-auto{
    margin-bottom: auto;
  }

  :root .xxl\:mb-px{
    margin-bottom: 1px;
  }

  :root .xxl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root .xxl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  :root .xxl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root .xxl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root .xxl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root .xxl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root .xxl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root .xxl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root .xxl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root .xxl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root .xxl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root .xxl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root .xxl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root .xxl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root .xxl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root .xxl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root .xxl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root .xxl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root .xxl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root .xxl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root .xxl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root .xxl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root .xxl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root .xxl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root .xxl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root .xxl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root .xxl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root .xxl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root .xxl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root .xxl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root .xxl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root .xxl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root .xxl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root .xxl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root .xxl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root .xxl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root .xxl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root .xxl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root .xxl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root .xxl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root .xxl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root .xxl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root .xxl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root .xxl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root .xxl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root .xxl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root .xxl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root .xxl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root .xxl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root .xxl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root .xxl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root .xxl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root .xxl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root .xxl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root .xxl\:-mb-px{
    margin-bottom: -1px;
  }

  :root .xxl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  :root .xxl\:ml-0{
    margin-left: 0;
  }

  :root .xxl\:ml-1{
    margin-left: 0.25rem;
  }

  :root .xxl\:ml-2{
    margin-left: 0.5rem;
  }

  :root .xxl\:ml-3{
    margin-left: 0.75rem;
  }

  :root .xxl\:ml-4{
    margin-left: 1rem;
  }

  :root .xxl\:ml-5{
    margin-left: 1.25rem;
  }

  :root .xxl\:ml-6{
    margin-left: 1.5rem;
  }

  :root .xxl\:ml-7{
    margin-left: 1.75rem;
  }

  :root .xxl\:ml-8{
    margin-left: 2rem;
  }

  :root .xxl\:ml-9{
    margin-left: 2.25rem;
  }

  :root .xxl\:ml-10{
    margin-left: 2.5rem;
  }

  :root .xxl\:ml-11{
    margin-left: 2.75rem;
  }

  :root .xxl\:ml-12{
    margin-left: 3rem;
  }

  :root .xxl\:ml-13{
    margin-left: 3.25rem;
  }

  :root .xxl\:ml-14{
    margin-left: 3.5rem;
  }

  :root .xxl\:ml-16{
    margin-left: 4rem;
  }

  :root .xxl\:ml-18{
    margin-left: 4.5rem;
  }

  :root .xxl\:ml-20{
    margin-left: 5rem;
  }

  :root .xxl\:ml-21{
    margin-left: 5.25rem;
  }

  :root .xxl\:ml-22{
    margin-left: 5.5rem;
  }

  :root .xxl\:ml-24{
    margin-left: 6rem;
  }

  :root .xxl\:ml-26{
    margin-left: 6.5rem;
  }

  :root .xxl\:ml-27{
    margin-left: 6.75rem;
  }

  :root .xxl\:ml-28{
    margin-left: 7rem;
  }

  :root .xxl\:ml-30{
    margin-left: 7.5rem;
  }

  :root .xxl\:ml-32{
    margin-left: 8rem;
  }

  :root .xxl\:ml-36{
    margin-left: 9rem;
  }

  :root .xxl\:ml-40{
    margin-left: 10rem;
  }

  :root .xxl\:ml-41{
    margin-left: 11.25rem;
  }

  :root .xxl\:ml-42{
    margin-left: 11.5rem;
  }

  :root .xxl\:ml-44{
    margin-left: 11rem;
  }

  :root .xxl\:ml-48{
    margin-left: 12rem;
  }

  :root .xxl\:ml-52{
    margin-left: 13rem;
  }

  :root .xxl\:ml-54{
    margin-left: 13.5rem;
  }

  :root .xxl\:ml-56{
    margin-left: 14rem;
  }

  :root .xxl\:ml-60{
    margin-left: 15rem;
  }

  :root .xxl\:ml-64{
    margin-left: 16rem;
  }

  :root .xxl\:ml-68{
    margin-left: 17rem;
  }

  :root .xxl\:ml-72{
    margin-left: 18rem;
  }

  :root .xxl\:ml-76{
    margin-left: 19rem;
  }

  :root .xxl\:ml-80{
    margin-left: 20rem;
  }

  :root .xxl\:ml-84{
    margin-left: 21rem;
  }

  :root .xxl\:ml-88{
    margin-left: 22rem;
  }

  :root .xxl\:ml-96{
    margin-left: 24rem;
  }

  :root .xxl\:ml-112{
    margin-left: 28rem;
  }

  :root .xxl\:ml-120{
    margin-left: 30rem;
  }

  :root .xxl\:ml-140{
    margin-left: 35rem;
  }

  :root .xxl\:ml-150{
    margin-left: 37.5rem;
  }

  :root .xxl\:ml-160{
    margin-left: 40rem;
  }

  :root .xxl\:ml-220{
    margin-left: 55rem;
  }

  :root .xxl\:ml-240{
    margin-left: 60rem;
  }

  :root .xxl\:ml-300{
    margin-left: 75rem;
  }

  :root .xxl\:ml-320{
    margin-left: 80rem;
  }

  :root .xxl\:ml-auto{
    margin-left: auto;
  }

  :root .xxl\:ml-px{
    margin-left: 1px;
  }

  :root .xxl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root .xxl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  :root .xxl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root .xxl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root .xxl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root .xxl\:-ml-4{
    margin-left: -1rem;
  }

  :root .xxl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root .xxl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root .xxl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root .xxl\:-ml-8{
    margin-left: -2rem;
  }

  :root .xxl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root .xxl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root .xxl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root .xxl\:-ml-12{
    margin-left: -3rem;
  }

  :root .xxl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root .xxl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root .xxl\:-ml-16{
    margin-left: -4rem;
  }

  :root .xxl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root .xxl\:-ml-20{
    margin-left: -5rem;
  }

  :root .xxl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root .xxl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root .xxl\:-ml-24{
    margin-left: -6rem;
  }

  :root .xxl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root .xxl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root .xxl\:-ml-28{
    margin-left: -7rem;
  }

  :root .xxl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root .xxl\:-ml-32{
    margin-left: -8rem;
  }

  :root .xxl\:-ml-36{
    margin-left: -9rem;
  }

  :root .xxl\:-ml-40{
    margin-left: -10rem;
  }

  :root .xxl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root .xxl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root .xxl\:-ml-44{
    margin-left: -11rem;
  }

  :root .xxl\:-ml-48{
    margin-left: -12rem;
  }

  :root .xxl\:-ml-52{
    margin-left: -13rem;
  }

  :root .xxl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root .xxl\:-ml-56{
    margin-left: -14rem;
  }

  :root .xxl\:-ml-60{
    margin-left: -15rem;
  }

  :root .xxl\:-ml-64{
    margin-left: -16rem;
  }

  :root .xxl\:-ml-68{
    margin-left: -17rem;
  }

  :root .xxl\:-ml-72{
    margin-left: -18rem;
  }

  :root .xxl\:-ml-76{
    margin-left: -19rem;
  }

  :root .xxl\:-ml-80{
    margin-left: -20rem;
  }

  :root .xxl\:-ml-84{
    margin-left: -21rem;
  }

  :root .xxl\:-ml-88{
    margin-left: -22rem;
  }

  :root .xxl\:-ml-96{
    margin-left: -24rem;
  }

  :root .xxl\:-ml-112{
    margin-left: -28rem;
  }

  :root .xxl\:-ml-120{
    margin-left: -30rem;
  }

  :root .xxl\:-ml-140{
    margin-left: -35rem;
  }

  :root .xxl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root .xxl\:-ml-160{
    margin-left: -40rem;
  }

  :root .xxl\:-ml-220{
    margin-left: -55rem;
  }

  :root .xxl\:-ml-240{
    margin-left: -60rem;
  }

  :root .xxl\:-ml-300{
    margin-left: -75rem;
  }

  :root .xxl\:-ml-320{
    margin-left: -80rem;
  }

  :root .xxl\:-ml-px{
    margin-left: -1px;
  }

  :root .xxl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-0{
    margin-top: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-auto{
    margin-top: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-px{
    margin-top: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mt-1.xxl\:5{
    margin-top: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=ltr] .xxl\:ltr\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mt-1.xxl\:5{
    margin-top: -0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-0{
    margin-right: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-auto{
    margin-right: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-px{
    margin-right: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mr-1.xxl\:5{
    margin-right: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=ltr] .xxl\:ltr\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mr-1.xxl\:5{
    margin-right: -0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:mb-1.xxl\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=ltr] .xxl\:ltr\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-mb-1.xxl\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-0{
    margin-left: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-auto{
    margin-left: auto;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-px{
    margin-left: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:ml-1.xxl\:5{
    margin-left: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=ltr] .xxl\:ltr\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=ltr] .ltr\:-ml-1.xxl\:5{
    margin-left: -0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-0{
    margin-top: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-1{
    margin-top: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-2{
    margin-top: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-3{
    margin-top: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-4{
    margin-top: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-5{
    margin-top: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-6{
    margin-top: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-7{
    margin-top: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-8{
    margin-top: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-9{
    margin-top: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-10{
    margin-top: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-11{
    margin-top: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-12{
    margin-top: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-13{
    margin-top: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-14{
    margin-top: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-16{
    margin-top: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-18{
    margin-top: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-20{
    margin-top: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-21{
    margin-top: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-22{
    margin-top: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-24{
    margin-top: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-26{
    margin-top: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-27{
    margin-top: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-28{
    margin-top: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-30{
    margin-top: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-32{
    margin-top: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-36{
    margin-top: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-40{
    margin-top: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-41{
    margin-top: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-42{
    margin-top: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-44{
    margin-top: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-48{
    margin-top: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-52{
    margin-top: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-54{
    margin-top: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-56{
    margin-top: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-60{
    margin-top: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-64{
    margin-top: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-68{
    margin-top: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-72{
    margin-top: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-76{
    margin-top: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-80{
    margin-top: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-84{
    margin-top: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-88{
    margin-top: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-96{
    margin-top: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-112{
    margin-top: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-120{
    margin-top: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-140{
    margin-top: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-150{
    margin-top: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-160{
    margin-top: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-220{
    margin-top: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-240{
    margin-top: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-300{
    margin-top: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-320{
    margin-top: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-auto{
    margin-top: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-px{
    margin-top: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:mt-gutter{
    margin-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mt-1.xxl\:5{
    margin-top: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-1{
    margin-top: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-2{
    margin-top: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-3{
    margin-top: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-4{
    margin-top: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-5{
    margin-top: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-6{
    margin-top: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-7{
    margin-top: -1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-8{
    margin-top: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-9{
    margin-top: -2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-10{
    margin-top: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-11{
    margin-top: -2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-12{
    margin-top: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-13{
    margin-top: -3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-14{
    margin-top: -3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-16{
    margin-top: -4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-18{
    margin-top: -4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-20{
    margin-top: -5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-21{
    margin-top: -5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-22{
    margin-top: -5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-24{
    margin-top: -6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-26{
    margin-top: -6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-27{
    margin-top: -6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-28{
    margin-top: -7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-30{
    margin-top: -7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-32{
    margin-top: -8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-36{
    margin-top: -9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-40{
    margin-top: -10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-41{
    margin-top: -11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-42{
    margin-top: -11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-44{
    margin-top: -11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-48{
    margin-top: -12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-52{
    margin-top: -13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-54{
    margin-top: -13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-56{
    margin-top: -14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-60{
    margin-top: -15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-64{
    margin-top: -16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-68{
    margin-top: -17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-72{
    margin-top: -18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-76{
    margin-top: -19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-80{
    margin-top: -20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-84{
    margin-top: -21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-88{
    margin-top: -22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-96{
    margin-top: -24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-112{
    margin-top: -28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-120{
    margin-top: -30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-140{
    margin-top: -35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-150{
    margin-top: -37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-160{
    margin-top: -40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-220{
    margin-top: -55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-240{
    margin-top: -60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-300{
    margin-top: -75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-320{
    margin-top: -80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-px{
    margin-top: -1px;
  }

  :root [dir=rtl] .xxl\:rtl\:-mt-gutter{
    margin-top: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mt-1.xxl\:5{
    margin-top: -0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-0{
    margin-right: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-1{
    margin-right: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-2{
    margin-right: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-3{
    margin-right: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-4{
    margin-right: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-5{
    margin-right: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-6{
    margin-right: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-7{
    margin-right: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-8{
    margin-right: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-9{
    margin-right: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-10{
    margin-right: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-11{
    margin-right: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-12{
    margin-right: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-13{
    margin-right: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-14{
    margin-right: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-16{
    margin-right: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-18{
    margin-right: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-20{
    margin-right: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-21{
    margin-right: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-22{
    margin-right: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-24{
    margin-right: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-26{
    margin-right: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-27{
    margin-right: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-28{
    margin-right: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-30{
    margin-right: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-32{
    margin-right: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-36{
    margin-right: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-40{
    margin-right: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-41{
    margin-right: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-42{
    margin-right: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-44{
    margin-right: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-48{
    margin-right: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-52{
    margin-right: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-54{
    margin-right: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-56{
    margin-right: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-60{
    margin-right: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-64{
    margin-right: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-68{
    margin-right: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-72{
    margin-right: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-76{
    margin-right: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-80{
    margin-right: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-84{
    margin-right: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-88{
    margin-right: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-96{
    margin-right: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-112{
    margin-right: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-120{
    margin-right: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-140{
    margin-right: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-150{
    margin-right: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-160{
    margin-right: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-220{
    margin-right: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-240{
    margin-right: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-300{
    margin-right: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-320{
    margin-right: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-auto{
    margin-right: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-px{
    margin-right: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:mr-gutter{
    margin-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mr-1.xxl\:5{
    margin-right: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-1{
    margin-right: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-2{
    margin-right: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-3{
    margin-right: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-4{
    margin-right: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-5{
    margin-right: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-6{
    margin-right: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-7{
    margin-right: -1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-8{
    margin-right: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-9{
    margin-right: -2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-10{
    margin-right: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-11{
    margin-right: -2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-12{
    margin-right: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-13{
    margin-right: -3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-14{
    margin-right: -3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-16{
    margin-right: -4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-18{
    margin-right: -4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-20{
    margin-right: -5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-21{
    margin-right: -5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-22{
    margin-right: -5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-24{
    margin-right: -6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-26{
    margin-right: -6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-27{
    margin-right: -6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-28{
    margin-right: -7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-30{
    margin-right: -7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-32{
    margin-right: -8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-36{
    margin-right: -9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-40{
    margin-right: -10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-41{
    margin-right: -11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-42{
    margin-right: -11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-44{
    margin-right: -11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-48{
    margin-right: -12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-52{
    margin-right: -13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-54{
    margin-right: -13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-56{
    margin-right: -14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-60{
    margin-right: -15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-64{
    margin-right: -16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-68{
    margin-right: -17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-72{
    margin-right: -18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-76{
    margin-right: -19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-80{
    margin-right: -20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-84{
    margin-right: -21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-88{
    margin-right: -22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-96{
    margin-right: -24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-112{
    margin-right: -28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-120{
    margin-right: -30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-140{
    margin-right: -35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-150{
    margin-right: -37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-160{
    margin-right: -40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-220{
    margin-right: -55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-240{
    margin-right: -60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-300{
    margin-right: -75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-320{
    margin-right: -80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-px{
    margin-right: -1px;
  }

  :root [dir=rtl] .xxl\:rtl\:-mr-gutter{
    margin-right: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mr-1.xxl\:5{
    margin-right: -0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-0{
    margin-bottom: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-1{
    margin-bottom: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-2{
    margin-bottom: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-3{
    margin-bottom: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-4{
    margin-bottom: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-5{
    margin-bottom: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-6{
    margin-bottom: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-7{
    margin-bottom: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-8{
    margin-bottom: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-9{
    margin-bottom: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-10{
    margin-bottom: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-11{
    margin-bottom: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-12{
    margin-bottom: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-13{
    margin-bottom: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-14{
    margin-bottom: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-16{
    margin-bottom: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-18{
    margin-bottom: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-20{
    margin-bottom: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-21{
    margin-bottom: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-22{
    margin-bottom: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-24{
    margin-bottom: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-26{
    margin-bottom: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-27{
    margin-bottom: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-28{
    margin-bottom: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-30{
    margin-bottom: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-32{
    margin-bottom: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-36{
    margin-bottom: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-40{
    margin-bottom: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-41{
    margin-bottom: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-42{
    margin-bottom: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-44{
    margin-bottom: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-48{
    margin-bottom: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-52{
    margin-bottom: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-54{
    margin-bottom: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-56{
    margin-bottom: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-60{
    margin-bottom: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-64{
    margin-bottom: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-68{
    margin-bottom: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-72{
    margin-bottom: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-76{
    margin-bottom: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-80{
    margin-bottom: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-84{
    margin-bottom: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-88{
    margin-bottom: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-96{
    margin-bottom: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-112{
    margin-bottom: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-120{
    margin-bottom: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-140{
    margin-bottom: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-150{
    margin-bottom: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-160{
    margin-bottom: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-220{
    margin-bottom: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-240{
    margin-bottom: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-300{
    margin-bottom: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-320{
    margin-bottom: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-auto{
    margin-bottom: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-px{
    margin-bottom: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:mb-gutter{
    margin-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:mb-1.xxl\:5{
    margin-bottom: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-4{
    margin-bottom: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-8{
    margin-bottom: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-12{
    margin-bottom: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-13{
    margin-bottom: -3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-16{
    margin-bottom: -4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-20{
    margin-bottom: -5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-21{
    margin-bottom: -5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-22{
    margin-bottom: -5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-24{
    margin-bottom: -6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-26{
    margin-bottom: -6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-27{
    margin-bottom: -6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-28{
    margin-bottom: -7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-30{
    margin-bottom: -7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-32{
    margin-bottom: -8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-36{
    margin-bottom: -9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-40{
    margin-bottom: -10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-41{
    margin-bottom: -11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-42{
    margin-bottom: -11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-44{
    margin-bottom: -11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-48{
    margin-bottom: -12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-52{
    margin-bottom: -13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-54{
    margin-bottom: -13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-56{
    margin-bottom: -14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-60{
    margin-bottom: -15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-64{
    margin-bottom: -16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-68{
    margin-bottom: -17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-72{
    margin-bottom: -18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-76{
    margin-bottom: -19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-80{
    margin-bottom: -20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-84{
    margin-bottom: -21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-88{
    margin-bottom: -22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-96{
    margin-bottom: -24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-112{
    margin-bottom: -28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-120{
    margin-bottom: -30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-140{
    margin-bottom: -35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-150{
    margin-bottom: -37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-160{
    margin-bottom: -40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-220{
    margin-bottom: -55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-240{
    margin-bottom: -60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-300{
    margin-bottom: -75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-320{
    margin-bottom: -80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-px{
    margin-bottom: -1px;
  }

  :root [dir=rtl] .xxl\:rtl\:-mb-gutter{
    margin-bottom: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-mb-1.xxl\:5{
    margin-bottom: -0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-0{
    margin-left: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-1{
    margin-left: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-2{
    margin-left: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-3{
    margin-left: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-4{
    margin-left: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-5{
    margin-left: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-6{
    margin-left: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-7{
    margin-left: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-8{
    margin-left: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-9{
    margin-left: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-10{
    margin-left: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-11{
    margin-left: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-12{
    margin-left: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-13{
    margin-left: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-14{
    margin-left: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-16{
    margin-left: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-18{
    margin-left: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-20{
    margin-left: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-21{
    margin-left: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-22{
    margin-left: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-24{
    margin-left: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-26{
    margin-left: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-27{
    margin-left: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-28{
    margin-left: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-30{
    margin-left: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-32{
    margin-left: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-36{
    margin-left: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-40{
    margin-left: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-41{
    margin-left: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-42{
    margin-left: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-44{
    margin-left: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-48{
    margin-left: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-52{
    margin-left: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-54{
    margin-left: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-56{
    margin-left: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-60{
    margin-left: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-64{
    margin-left: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-68{
    margin-left: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-72{
    margin-left: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-76{
    margin-left: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-80{
    margin-left: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-84{
    margin-left: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-88{
    margin-left: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-96{
    margin-left: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-112{
    margin-left: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-120{
    margin-left: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-140{
    margin-left: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-150{
    margin-left: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-160{
    margin-left: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-220{
    margin-left: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-240{
    margin-left: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-300{
    margin-left: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-320{
    margin-left: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-auto{
    margin-left: auto;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-px{
    margin-left: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:ml-gutter{
    margin-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:ml-1.xxl\:5{
    margin-left: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-1{
    margin-left: -0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-2{
    margin-left: -0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-3{
    margin-left: -0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-4{
    margin-left: -1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-5{
    margin-left: -1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-6{
    margin-left: -1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-7{
    margin-left: -1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-8{
    margin-left: -2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-9{
    margin-left: -2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-10{
    margin-left: -2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-11{
    margin-left: -2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-12{
    margin-left: -3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-13{
    margin-left: -3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-14{
    margin-left: -3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-16{
    margin-left: -4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-18{
    margin-left: -4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-20{
    margin-left: -5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-21{
    margin-left: -5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-22{
    margin-left: -5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-24{
    margin-left: -6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-26{
    margin-left: -6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-27{
    margin-left: -6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-28{
    margin-left: -7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-30{
    margin-left: -7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-32{
    margin-left: -8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-36{
    margin-left: -9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-40{
    margin-left: -10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-41{
    margin-left: -11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-42{
    margin-left: -11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-44{
    margin-left: -11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-48{
    margin-left: -12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-52{
    margin-left: -13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-54{
    margin-left: -13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-56{
    margin-left: -14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-60{
    margin-left: -15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-64{
    margin-left: -16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-68{
    margin-left: -17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-72{
    margin-left: -18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-76{
    margin-left: -19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-80{
    margin-left: -20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-84{
    margin-left: -21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-88{
    margin-left: -22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-96{
    margin-left: -24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-112{
    margin-left: -28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-120{
    margin-left: -30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-140{
    margin-left: -35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-150{
    margin-left: -37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-160{
    margin-left: -40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-220{
    margin-left: -55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-240{
    margin-left: -60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-300{
    margin-left: -75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-320{
    margin-left: -80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-px{
    margin-left: -1px;
  }

  :root [dir=rtl] .xxl\:rtl\:-ml-gutter{
    margin-left: calc(var(--padding-gutter) * -1);
  }

  :root [dir=rtl] .rtl\:-ml-1.xxl\:5{
    margin-left: -0.375rem;
  }

  :root .xxl\:box-border{
    box-sizing: border-box;
  }

  :root .xxl\:box-content{
    box-sizing: content-box;
  }

  :root .xxl\:block{
    display: block;
  }

  :root .xxl\:inline-block{
    display: inline-block;
  }

  :root .xxl\:inline{
    display: inline;
  }

  :root .xxl\:flex{
    display: flex;
  }

  :root .xxl\:inline-flex{
    display: inline-flex;
  }

  :root .xxl\:table{
    display: table;
  }

  :root .xxl\:inline-table{
    display: inline-table;
  }

  :root .xxl\:table-caption{
    display: table-caption;
  }

  :root .xxl\:table-cell{
    display: table-cell;
  }

  :root .xxl\:table-column{
    display: table-column;
  }

  :root .xxl\:table-column-group{
    display: table-column-group;
  }

  :root .xxl\:table-footer-group{
    display: table-footer-group;
  }

  :root .xxl\:table-header-group{
    display: table-header-group;
  }

  :root .xxl\:table-row-group{
    display: table-row-group;
  }

  :root .xxl\:table-row{
    display: table-row;
  }

  :root .xxl\:flow-root{
    display: flow-root;
  }

  :root .xxl\:grid{
    display: grid;
  }

  :root .xxl\:inline-grid{
    display: inline-grid;
  }

  :root .xxl\:contents{
    display: contents;
  }

  :root .xxl\:list-item{
    display: list-item;
  }

  :root .xxl\:hidden{
    display: none;
  }

  :root .xxl\:h-0{
    height: 0;
  }

  :root .xxl\:h-1{
    height: 0.25rem;
  }

  :root .xxl\:h-2{
    height: 0.5rem;
  }

  :root .xxl\:h-3{
    height: 0.75rem;
  }

  :root .xxl\:h-4{
    height: 1rem;
  }

  :root .xxl\:h-5{
    height: 1.25rem;
  }

  :root .xxl\:h-6{
    height: 1.5rem;
  }

  :root .xxl\:h-7{
    height: 1.75rem;
  }

  :root .xxl\:h-8{
    height: 2rem;
  }

  :root .xxl\:h-9{
    height: 2.25rem;
  }

  :root .xxl\:h-10{
    height: 2.5rem;
  }

  :root .xxl\:h-11{
    height: 2.75rem;
  }

  :root .xxl\:h-12{
    height: 3rem;
  }

  :root .xxl\:h-13{
    height: 3.25rem;
  }

  :root .xxl\:h-14{
    height: 3.5rem;
  }

  :root .xxl\:h-16{
    height: 4rem;
  }

  :root .xxl\:h-18{
    height: 4.5rem;
  }

  :root .xxl\:h-20{
    height: 5rem;
  }

  :root .xxl\:h-21{
    height: 5.25rem;
  }

  :root .xxl\:h-22{
    height: 5.5rem;
  }

  :root .xxl\:h-24{
    height: 6rem;
  }

  :root .xxl\:h-26{
    height: 6.5rem;
  }

  :root .xxl\:h-27{
    height: 6.75rem;
  }

  :root .xxl\:h-28{
    height: 7rem;
  }

  :root .xxl\:h-30{
    height: 7.5rem;
  }

  :root .xxl\:h-32{
    height: 8rem;
  }

  :root .xxl\:h-36{
    height: 9rem;
  }

  :root .xxl\:h-40{
    height: 10rem;
  }

  :root .xxl\:h-41{
    height: 11.25rem;
  }

  :root .xxl\:h-42{
    height: 11.5rem;
  }

  :root .xxl\:h-44{
    height: 11rem;
  }

  :root .xxl\:h-48{
    height: 12rem;
  }

  :root .xxl\:h-52{
    height: 13rem;
  }

  :root .xxl\:h-54{
    height: 13.5rem;
  }

  :root .xxl\:h-56{
    height: 14rem;
  }

  :root .xxl\:h-60{
    height: 15rem;
  }

  :root .xxl\:h-64{
    height: 16rem;
  }

  :root .xxl\:h-68{
    height: 17rem;
  }

  :root .xxl\:h-72{
    height: 18rem;
  }

  :root .xxl\:h-76{
    height: 19rem;
  }

  :root .xxl\:h-80{
    height: 20rem;
  }

  :root .xxl\:h-84{
    height: 21rem;
  }

  :root .xxl\:h-88{
    height: 22rem;
  }

  :root .xxl\:h-96{
    height: 24rem;
  }

  :root .xxl\:h-112{
    height: 28rem;
  }

  :root .xxl\:h-120{
    height: 30rem;
  }

  :root .xxl\:h-140{
    height: 35rem;
  }

  :root .xxl\:h-150{
    height: 37.5rem;
  }

  :root .xxl\:h-160{
    height: 40rem;
  }

  :root .xxl\:h-220{
    height: 55rem;
  }

  :root .xxl\:h-240{
    height: 60rem;
  }

  :root .xxl\:h-300{
    height: 75rem;
  }

  :root .xxl\:h-320{
    height: 80rem;
  }

  :root .xxl\:h-auto{
    height: auto;
  }

  :root .xxl\:h-px{
    height: 1px;
  }

  :root .xxl\:h-gutter{
    height: var(--padding-gutter);
  }

  :root .xxl\:h-1\.5{
    height: 0.375rem;
  }

  :root .xxl\:h-full{
    height: 100%;
  }

  :root .xxl\:h-screen{
    height: 100vh;
  }

  :root .xxl\:h-fit{
    height: fit-content;
  }

  :root .xxl\:max-h-0{
    max-height: 0;
  }

  :root .xxl\:max-h-1{
    max-height: 0.25rem;
  }

  :root .xxl\:max-h-2{
    max-height: 0.5rem;
  }

  :root .xxl\:max-h-3{
    max-height: 0.75rem;
  }

  :root .xxl\:max-h-4{
    max-height: 1rem;
  }

  :root .xxl\:max-h-5{
    max-height: 1.25rem;
  }

  :root .xxl\:max-h-6{
    max-height: 1.5rem;
  }

  :root .xxl\:max-h-7{
    max-height: 1.75rem;
  }

  :root .xxl\:max-h-8{
    max-height: 2rem;
  }

  :root .xxl\:max-h-9{
    max-height: 2.25rem;
  }

  :root .xxl\:max-h-10{
    max-height: 2.5rem;
  }

  :root .xxl\:max-h-11{
    max-height: 2.75rem;
  }

  :root .xxl\:max-h-12{
    max-height: 3rem;
  }

  :root .xxl\:max-h-13{
    max-height: 3.25rem;
  }

  :root .xxl\:max-h-14{
    max-height: 3.5rem;
  }

  :root .xxl\:max-h-16{
    max-height: 4rem;
  }

  :root .xxl\:max-h-18{
    max-height: 4.5rem;
  }

  :root .xxl\:max-h-20{
    max-height: 5rem;
  }

  :root .xxl\:max-h-21{
    max-height: 5.25rem;
  }

  :root .xxl\:max-h-22{
    max-height: 5.5rem;
  }

  :root .xxl\:max-h-24{
    max-height: 6rem;
  }

  :root .xxl\:max-h-26{
    max-height: 6.5rem;
  }

  :root .xxl\:max-h-27{
    max-height: 6.75rem;
  }

  :root .xxl\:max-h-28{
    max-height: 7rem;
  }

  :root .xxl\:max-h-30{
    max-height: 7.5rem;
  }

  :root .xxl\:max-h-32{
    max-height: 8rem;
  }

  :root .xxl\:max-h-36{
    max-height: 9rem;
  }

  :root .xxl\:max-h-40{
    max-height: 10rem;
  }

  :root .xxl\:max-h-41{
    max-height: 11.25rem;
  }

  :root .xxl\:max-h-42{
    max-height: 11.5rem;
  }

  :root .xxl\:max-h-44{
    max-height: 11rem;
  }

  :root .xxl\:max-h-48{
    max-height: 12rem;
  }

  :root .xxl\:max-h-52{
    max-height: 13rem;
  }

  :root .xxl\:max-h-54{
    max-height: 13.5rem;
  }

  :root .xxl\:max-h-56{
    max-height: 14rem;
  }

  :root .xxl\:max-h-60{
    max-height: 15rem;
  }

  :root .xxl\:max-h-64{
    max-height: 16rem;
  }

  :root .xxl\:max-h-68{
    max-height: 17rem;
  }

  :root .xxl\:max-h-72{
    max-height: 18rem;
  }

  :root .xxl\:max-h-76{
    max-height: 19rem;
  }

  :root .xxl\:max-h-80{
    max-height: 20rem;
  }

  :root .xxl\:max-h-84{
    max-height: 21rem;
  }

  :root .xxl\:max-h-88{
    max-height: 22rem;
  }

  :root .xxl\:max-h-96{
    max-height: 24rem;
  }

  :root .xxl\:max-h-112{
    max-height: 28rem;
  }

  :root .xxl\:max-h-120{
    max-height: 30rem;
  }

  :root .xxl\:max-h-140{
    max-height: 35rem;
  }

  :root .xxl\:max-h-150{
    max-height: 37.5rem;
  }

  :root .xxl\:max-h-160{
    max-height: 40rem;
  }

  :root .xxl\:max-h-220{
    max-height: 55rem;
  }

  :root .xxl\:max-h-240{
    max-height: 60rem;
  }

  :root .xxl\:max-h-300{
    max-height: 75rem;
  }

  :root .xxl\:max-h-320{
    max-height: 80rem;
  }

  :root .xxl\:max-h-full{
    max-height: 100%;
  }

  :root .xxl\:max-h-screen{
    max-height: 100vh;
  }

  :root .xxl\:max-h-px{
    max-height: 1px;
  }

  :root .xxl\:max-h-gutter{
    max-height: var(--padding-gutter);
  }

  :root .xxl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  :root .xxl\:min-h-0{
    min-height: 0;
  }

  :root .xxl\:min-h-1{
    min-height: 0.25rem;
  }

  :root .xxl\:min-h-2{
    min-height: 0.5rem;
  }

  :root .xxl\:min-h-3{
    min-height: 0.75rem;
  }

  :root .xxl\:min-h-4{
    min-height: 1rem;
  }

  :root .xxl\:min-h-5{
    min-height: 1.25rem;
  }

  :root .xxl\:min-h-6{
    min-height: 1.5rem;
  }

  :root .xxl\:min-h-7{
    min-height: 1.75rem;
  }

  :root .xxl\:min-h-8{
    min-height: 2rem;
  }

  :root .xxl\:min-h-9{
    min-height: 2.25rem;
  }

  :root .xxl\:min-h-10{
    min-height: 2.5rem;
  }

  :root .xxl\:min-h-11{
    min-height: 2.75rem;
  }

  :root .xxl\:min-h-12{
    min-height: 3rem;
  }

  :root .xxl\:min-h-13{
    min-height: 3.25rem;
  }

  :root .xxl\:min-h-14{
    min-height: 3.5rem;
  }

  :root .xxl\:min-h-16{
    min-height: 4rem;
  }

  :root .xxl\:min-h-18{
    min-height: 4.5rem;
  }

  :root .xxl\:min-h-20{
    min-height: 5rem;
  }

  :root .xxl\:min-h-21{
    min-height: 5.25rem;
  }

  :root .xxl\:min-h-22{
    min-height: 5.5rem;
  }

  :root .xxl\:min-h-24{
    min-height: 6rem;
  }

  :root .xxl\:min-h-26{
    min-height: 6.5rem;
  }

  :root .xxl\:min-h-27{
    min-height: 6.75rem;
  }

  :root .xxl\:min-h-28{
    min-height: 7rem;
  }

  :root .xxl\:min-h-30{
    min-height: 7.5rem;
  }

  :root .xxl\:min-h-32{
    min-height: 8rem;
  }

  :root .xxl\:min-h-36{
    min-height: 9rem;
  }

  :root .xxl\:min-h-40{
    min-height: 10rem;
  }

  :root .xxl\:min-h-41{
    min-height: 11.25rem;
  }

  :root .xxl\:min-h-42{
    min-height: 11.5rem;
  }

  :root .xxl\:min-h-44{
    min-height: 11rem;
  }

  :root .xxl\:min-h-48{
    min-height: 12rem;
  }

  :root .xxl\:min-h-52{
    min-height: 13rem;
  }

  :root .xxl\:min-h-54{
    min-height: 13.5rem;
  }

  :root .xxl\:min-h-56{
    min-height: 14rem;
  }

  :root .xxl\:min-h-60{
    min-height: 15rem;
  }

  :root .xxl\:min-h-64{
    min-height: 16rem;
  }

  :root .xxl\:min-h-68{
    min-height: 17rem;
  }

  :root .xxl\:min-h-72{
    min-height: 18rem;
  }

  :root .xxl\:min-h-76{
    min-height: 19rem;
  }

  :root .xxl\:min-h-80{
    min-height: 20rem;
  }

  :root .xxl\:min-h-84{
    min-height: 21rem;
  }

  :root .xxl\:min-h-88{
    min-height: 22rem;
  }

  :root .xxl\:min-h-96{
    min-height: 24rem;
  }

  :root .xxl\:min-h-112{
    min-height: 28rem;
  }

  :root .xxl\:min-h-120{
    min-height: 30rem;
  }

  :root .xxl\:min-h-140{
    min-height: 35rem;
  }

  :root .xxl\:min-h-150{
    min-height: 37.5rem;
  }

  :root .xxl\:min-h-160{
    min-height: 40rem;
  }

  :root .xxl\:min-h-220{
    min-height: 55rem;
  }

  :root .xxl\:min-h-240{
    min-height: 60rem;
  }

  :root .xxl\:min-h-300{
    min-height: 75rem;
  }

  :root .xxl\:min-h-320{
    min-height: 80rem;
  }

  :root .xxl\:min-h-full{
    min-height: 100%;
  }

  :root .xxl\:min-h-screen{
    min-height: 100vh;
  }

  :root .xxl\:min-h-px{
    min-height: 1px;
  }

  :root .xxl\:min-h-gutter{
    min-height: var(--padding-gutter);
  }

  :root .xxl\:min-h-1\.5{
    min-height: 0.375rem;
  }

  :root .xxl\:w-0{
    width: 0;
  }

  :root .xxl\:w-1{
    width: 0.25rem;
  }

  :root .xxl\:w-2{
    width: 0.5rem;
  }

  :root .xxl\:w-3{
    width: 0.75rem;
  }

  :root .xxl\:w-4{
    width: 1rem;
  }

  :root .xxl\:w-5{
    width: 1.25rem;
  }

  :root .xxl\:w-6{
    width: 1.5rem;
  }

  :root .xxl\:w-7{
    width: 1.75rem;
  }

  :root .xxl\:w-8{
    width: 2rem;
  }

  :root .xxl\:w-9{
    width: 2.25rem;
  }

  :root .xxl\:w-10{
    width: 2.5rem;
  }

  :root .xxl\:w-11{
    width: 2.75rem;
  }

  :root .xxl\:w-12{
    width: 3rem;
  }

  :root .xxl\:w-13{
    width: 3.25rem;
  }

  :root .xxl\:w-14{
    width: 3.5rem;
  }

  :root .xxl\:w-16{
    width: 4rem;
  }

  :root .xxl\:w-18{
    width: 4.5rem;
  }

  :root .xxl\:w-20{
    width: 5rem;
  }

  :root .xxl\:w-21{
    width: 5.25rem;
  }

  :root .xxl\:w-22{
    width: 5.5rem;
  }

  :root .xxl\:w-24{
    width: 6rem;
  }

  :root .xxl\:w-26{
    width: 6.5rem;
  }

  :root .xxl\:w-27{
    width: 6.75rem;
  }

  :root .xxl\:w-28{
    width: 7rem;
  }

  :root .xxl\:w-30{
    width: 7.5rem;
  }

  :root .xxl\:w-32{
    width: 8rem;
  }

  :root .xxl\:w-36{
    width: 9rem;
  }

  :root .xxl\:w-40{
    width: 10rem;
  }

  :root .xxl\:w-41{
    width: 11.25rem;
  }

  :root .xxl\:w-42{
    width: 11.5rem;
  }

  :root .xxl\:w-44{
    width: 11rem;
  }

  :root .xxl\:w-48{
    width: 12rem;
  }

  :root .xxl\:w-52{
    width: 13rem;
  }

  :root .xxl\:w-54{
    width: 13.5rem;
  }

  :root .xxl\:w-56{
    width: 14rem;
  }

  :root .xxl\:w-60{
    width: 15rem;
  }

  :root .xxl\:w-64{
    width: 16rem;
  }

  :root .xxl\:w-68{
    width: 17rem;
  }

  :root .xxl\:w-72{
    width: 18rem;
  }

  :root .xxl\:w-76{
    width: 19rem;
  }

  :root .xxl\:w-80{
    width: 20rem;
  }

  :root .xxl\:w-84{
    width: 21rem;
  }

  :root .xxl\:w-88{
    width: 22rem;
  }

  :root .xxl\:w-96{
    width: 24rem;
  }

  :root .xxl\:w-112{
    width: 28rem;
  }

  :root .xxl\:w-120{
    width: 30rem;
  }

  :root .xxl\:w-140{
    width: 35rem;
  }

  :root .xxl\:w-150{
    width: 37.5rem;
  }

  :root .xxl\:w-160{
    width: 40rem;
  }

  :root .xxl\:w-220{
    width: 55rem;
  }

  :root .xxl\:w-240{
    width: 60rem;
  }

  :root .xxl\:w-300{
    width: 75rem;
  }

  :root .xxl\:w-320{
    width: 80rem;
  }

  :root .xxl\:w-auto{
    width: auto;
  }

  :root .xxl\:w-px{
    width: 1px;
  }

  :root .xxl\:w-gutter{
    width: var(--padding-gutter);
  }

  :root .xxl\:w-1\.5{
    width: 0.375rem;
  }

  :root .xxl\:w-1\/2{
    width: 50%;
  }

  :root .xxl\:w-1\/3{
    width: 33.333333%;
  }

  :root .xxl\:w-2\/3{
    width: 66.666667%;
  }

  :root .xxl\:w-1\/4{
    width: 25%;
  }

  :root .xxl\:w-2\/4{
    width: 50%;
  }

  :root .xxl\:w-3\/4{
    width: 75%;
  }

  :root .xxl\:w-1\/5{
    width: 20%;
  }

  :root .xxl\:w-2\/5{
    width: 40%;
  }

  :root .xxl\:w-3\/5{
    width: 60%;
  }

  :root .xxl\:w-4\/5{
    width: 80%;
  }

  :root .xxl\:w-1\/6{
    width: 16.666667%;
  }

  :root .xxl\:w-2\/6{
    width: 33.333333%;
  }

  :root .xxl\:w-3\/6{
    width: 50%;
  }

  :root .xxl\:w-4\/6{
    width: 66.666667%;
  }

  :root .xxl\:w-5\/6{
    width: 83.333333%;
  }

  :root .xxl\:w-1\/12{
    width: 8.333333%;
  }

  :root .xxl\:w-2\/12{
    width: 16.666667%;
  }

  :root .xxl\:w-3\/12{
    width: 25%;
  }

  :root .xxl\:w-4\/12{
    width: 33.333333%;
  }

  :root .xxl\:w-5\/12{
    width: 41.666667%;
  }

  :root .xxl\:w-6\/12{
    width: 50%;
  }

  :root .xxl\:w-7\/12{
    width: 58.333333%;
  }

  :root .xxl\:w-8\/12{
    width: 66.666667%;
  }

  :root .xxl\:w-9\/12{
    width: 75%;
  }

  :root .xxl\:w-10\/12{
    width: 83.333333%;
  }

  :root .xxl\:w-11\/12{
    width: 91.666667%;
  }

  :root .xxl\:w-full{
    width: 100%;
  }

  :root .xxl\:w-screen{
    width: 100vw;
  }

  :root .xxl\:w-fit{
    width: fit-content;
  }

  :root .xxl\:min-w-0{
    min-width: 0;
  }

  :root .xxl\:min-w-1{
    min-width: 0.25rem;
  }

  :root .xxl\:min-w-2{
    min-width: 0.5rem;
  }

  :root .xxl\:min-w-3{
    min-width: 0.75rem;
  }

  :root .xxl\:min-w-4{
    min-width: 1rem;
  }

  :root .xxl\:min-w-5{
    min-width: 1.25rem;
  }

  :root .xxl\:min-w-6{
    min-width: 1.5rem;
  }

  :root .xxl\:min-w-7{
    min-width: 1.75rem;
  }

  :root .xxl\:min-w-8{
    min-width: 2rem;
  }

  :root .xxl\:min-w-9{
    min-width: 2.25rem;
  }

  :root .xxl\:min-w-10{
    min-width: 2.5rem;
  }

  :root .xxl\:min-w-11{
    min-width: 2.75rem;
  }

  :root .xxl\:min-w-12{
    min-width: 3rem;
  }

  :root .xxl\:min-w-13{
    min-width: 3.25rem;
  }

  :root .xxl\:min-w-14{
    min-width: 3.5rem;
  }

  :root .xxl\:min-w-16{
    min-width: 4rem;
  }

  :root .xxl\:min-w-18{
    min-width: 4.5rem;
  }

  :root .xxl\:min-w-20{
    min-width: 5rem;
  }

  :root .xxl\:min-w-21{
    min-width: 5.25rem;
  }

  :root .xxl\:min-w-22{
    min-width: 5.5rem;
  }

  :root .xxl\:min-w-24{
    min-width: 6rem;
  }

  :root .xxl\:min-w-26{
    min-width: 6.5rem;
  }

  :root .xxl\:min-w-27{
    min-width: 6.75rem;
  }

  :root .xxl\:min-w-28{
    min-width: 7rem;
  }

  :root .xxl\:min-w-30{
    min-width: 7.5rem;
  }

  :root .xxl\:min-w-32{
    min-width: 8rem;
  }

  :root .xxl\:min-w-36{
    min-width: 9rem;
  }

  :root .xxl\:min-w-40{
    min-width: 10rem;
  }

  :root .xxl\:min-w-41{
    min-width: 11.25rem;
  }

  :root .xxl\:min-w-42{
    min-width: 11.5rem;
  }

  :root .xxl\:min-w-44{
    min-width: 11rem;
  }

  :root .xxl\:min-w-48{
    min-width: 12rem;
  }

  :root .xxl\:min-w-52{
    min-width: 13rem;
  }

  :root .xxl\:min-w-54{
    min-width: 13.5rem;
  }

  :root .xxl\:min-w-56{
    min-width: 14rem;
  }

  :root .xxl\:min-w-60{
    min-width: 15rem;
  }

  :root .xxl\:min-w-64{
    min-width: 16rem;
  }

  :root .xxl\:min-w-68{
    min-width: 17rem;
  }

  :root .xxl\:min-w-72{
    min-width: 18rem;
  }

  :root .xxl\:min-w-76{
    min-width: 19rem;
  }

  :root .xxl\:min-w-80{
    min-width: 20rem;
  }

  :root .xxl\:min-w-84{
    min-width: 21rem;
  }

  :root .xxl\:min-w-88{
    min-width: 22rem;
  }

  :root .xxl\:min-w-96{
    min-width: 24rem;
  }

  :root .xxl\:min-w-112{
    min-width: 28rem;
  }

  :root .xxl\:min-w-120{
    min-width: 30rem;
  }

  :root .xxl\:min-w-140{
    min-width: 35rem;
  }

  :root .xxl\:min-w-150{
    min-width: 37.5rem;
  }

  :root .xxl\:min-w-160{
    min-width: 40rem;
  }

  :root .xxl\:min-w-220{
    min-width: 55rem;
  }

  :root .xxl\:min-w-240{
    min-width: 60rem;
  }

  :root .xxl\:min-w-300{
    min-width: 75rem;
  }

  :root .xxl\:min-w-320{
    min-width: 80rem;
  }

  :root .xxl\:min-w-full{
    min-width: 100%;
  }

  :root .xxl\:min-w-px{
    min-width: 1px;
  }

  :root .xxl\:min-w-gutter{
    min-width: var(--padding-gutter);
  }

  :root .xxl\:min-w-1\.5{
    min-width: 0.375rem;
  }

  :root .xxl\:max-w-0{
    max-width: 0;
  }

  :root .xxl\:max-w-1{
    max-width: 0.25rem;
  }

  :root .xxl\:max-w-2{
    max-width: 0.5rem;
  }

  :root .xxl\:max-w-3{
    max-width: 0.75rem;
  }

  :root .xxl\:max-w-4{
    max-width: 1rem;
  }

  :root .xxl\:max-w-5{
    max-width: 1.25rem;
  }

  :root .xxl\:max-w-6{
    max-width: 1.5rem;
  }

  :root .xxl\:max-w-7{
    max-width: 1.75rem;
  }

  :root .xxl\:max-w-8{
    max-width: 2rem;
  }

  :root .xxl\:max-w-9{
    max-width: 2.25rem;
  }

  :root .xxl\:max-w-10{
    max-width: 2.5rem;
  }

  :root .xxl\:max-w-11{
    max-width: 2.75rem;
  }

  :root .xxl\:max-w-12{
    max-width: 3rem;
  }

  :root .xxl\:max-w-13{
    max-width: 3.25rem;
  }

  :root .xxl\:max-w-14{
    max-width: 3.5rem;
  }

  :root .xxl\:max-w-16{
    max-width: 4rem;
  }

  :root .xxl\:max-w-18{
    max-width: 4.5rem;
  }

  :root .xxl\:max-w-20{
    max-width: 5rem;
  }

  :root .xxl\:max-w-21{
    max-width: 5.25rem;
  }

  :root .xxl\:max-w-22{
    max-width: 5.5rem;
  }

  :root .xxl\:max-w-24{
    max-width: 6rem;
  }

  :root .xxl\:max-w-26{
    max-width: 6.5rem;
  }

  :root .xxl\:max-w-27{
    max-width: 6.75rem;
  }

  :root .xxl\:max-w-28{
    max-width: 7rem;
  }

  :root .xxl\:max-w-30{
    max-width: 7.5rem;
  }

  :root .xxl\:max-w-32{
    max-width: 8rem;
  }

  :root .xxl\:max-w-36{
    max-width: 9rem;
  }

  :root .xxl\:max-w-40{
    max-width: 10rem;
  }

  :root .xxl\:max-w-41{
    max-width: 11.25rem;
  }

  :root .xxl\:max-w-42{
    max-width: 11.5rem;
  }

  :root .xxl\:max-w-44{
    max-width: 11rem;
  }

  :root .xxl\:max-w-48{
    max-width: 12rem;
  }

  :root .xxl\:max-w-52{
    max-width: 13rem;
  }

  :root .xxl\:max-w-54{
    max-width: 13.5rem;
  }

  :root .xxl\:max-w-56{
    max-width: 14rem;
  }

  :root .xxl\:max-w-60{
    max-width: 15rem;
  }

  :root .xxl\:max-w-64{
    max-width: 16rem;
  }

  :root .xxl\:max-w-68{
    max-width: 17rem;
  }

  :root .xxl\:max-w-72{
    max-width: 18rem;
  }

  :root .xxl\:max-w-76{
    max-width: 19rem;
  }

  :root .xxl\:max-w-80{
    max-width: 20rem;
  }

  :root .xxl\:max-w-84{
    max-width: 21rem;
  }

  :root .xxl\:max-w-88{
    max-width: 22rem;
  }

  :root .xxl\:max-w-96{
    max-width: 24rem;
  }

  :root .xxl\:max-w-112{
    max-width: 28rem;
  }

  :root .xxl\:max-w-120{
    max-width: 30rem;
  }

  :root .xxl\:max-w-140{
    max-width: 35rem;
  }

  :root .xxl\:max-w-150{
    max-width: 37.5rem;
  }

  :root .xxl\:max-w-160{
    max-width: 40rem;
  }

  :root .xxl\:max-w-220{
    max-width: 55rem;
  }

  :root .xxl\:max-w-240{
    max-width: 60rem;
  }

  :root .xxl\:max-w-300{
    max-width: 75rem;
  }

  :root .xxl\:max-w-320{
    max-width: 80rem;
  }

  :root .xxl\:max-w-screen-80{
    max-width: 80rem;
  }

  :root .xxl\:max-w-screen-96{
    max-width: 96rem;
  }

  :root .xxl\:max-w-screen-160{
    max-width: 160rem;
  }

  :root .xxl\:max-w-full{
    max-width: 100%;
  }

  :root .xxl\:max-w-px{
    max-width: 1px;
  }

  :root .xxl\:max-w-gutter{
    max-width: var(--padding-gutter);
  }

  :root .xxl\:max-w-1\.5{
    max-width: 0.375rem;
  }

  :root .xxl\:flex-1{
    flex: 1 1 0%;
  }

  :root .xxl\:flex-auto{
    flex: 1 1 auto;
  }

  :root .xxl\:flex-initial{
    flex: 0 1 auto;
  }

  :root .xxl\:flex-none{
    flex: none;
  }

  :root .xxl\:flex-shrink-0{
    flex-shrink: 0;
  }

  :root .xxl\:flex-shrink{
    flex-shrink: 1;
  }

  :root .xxl\:flex-grow-0{
    flex-grow: 0;
  }

  :root .xxl\:flex-grow{
    flex-grow: 1;
  }

  :root .xxl\:table-auto{
    table-layout: auto;
  }

  :root .xxl\:table-fixed{
    table-layout: fixed;
  }

  :root .xxl\:border-collapse{
    border-collapse: collapse;
  }

  :root .xxl\:border-separate{
    border-collapse: separate;
  }

  :root .xxl\:origin-center{
    transform-origin: center;
  }

  :root .xxl\:origin-top{
    transform-origin: top;
  }

  :root .xxl\:origin-top-right{
    transform-origin: top right;
  }

  :root .xxl\:origin-right{
    transform-origin: right;
  }

  :root .xxl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  :root .xxl\:origin-bottom{
    transform-origin: bottom;
  }

  :root .xxl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  :root .xxl\:origin-left{
    transform-origin: left;
  }

  :root .xxl\:origin-top-left{
    transform-origin: top left;
  }

  :root .xxl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .xxl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :root .xxl\:transform-none{
    transform: none;
  }

  :root .xxl\:translate-x-0{
    --tw-translate-x: 0;
  }

  :root .xxl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  :root .xxl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  :root .xxl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  :root .xxl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  :root .xxl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  :root .xxl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  :root .xxl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  :root .xxl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  :root .xxl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  :root .xxl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  :root .xxl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  :root .xxl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  :root .xxl\:translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  :root .xxl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  :root .xxl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  :root .xxl\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  :root .xxl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  :root .xxl\:translate-x-21{
    --tw-translate-x: 5.25rem;
  }

  :root .xxl\:translate-x-22{
    --tw-translate-x: 5.5rem;
  }

  :root .xxl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  :root .xxl\:translate-x-26{
    --tw-translate-x: 6.5rem;
  }

  :root .xxl\:translate-x-27{
    --tw-translate-x: 6.75rem;
  }

  :root .xxl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  :root .xxl\:translate-x-30{
    --tw-translate-x: 7.5rem;
  }

  :root .xxl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  :root .xxl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  :root .xxl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  :root .xxl\:translate-x-41{
    --tw-translate-x: 11.25rem;
  }

  :root .xxl\:translate-x-42{
    --tw-translate-x: 11.5rem;
  }

  :root .xxl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  :root .xxl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  :root .xxl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  :root .xxl\:translate-x-54{
    --tw-translate-x: 13.5rem;
  }

  :root .xxl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  :root .xxl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  :root .xxl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  :root .xxl\:translate-x-68{
    --tw-translate-x: 17rem;
  }

  :root .xxl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  :root .xxl\:translate-x-76{
    --tw-translate-x: 19rem;
  }

  :root .xxl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  :root .xxl\:translate-x-84{
    --tw-translate-x: 21rem;
  }

  :root .xxl\:translate-x-88{
    --tw-translate-x: 22rem;
  }

  :root .xxl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  :root .xxl\:translate-x-112{
    --tw-translate-x: 28rem;
  }

  :root .xxl\:translate-x-120{
    --tw-translate-x: 30rem;
  }

  :root .xxl\:translate-x-140{
    --tw-translate-x: 35rem;
  }

  :root .xxl\:translate-x-150{
    --tw-translate-x: 37.5rem;
  }

  :root .xxl\:translate-x-160{
    --tw-translate-x: 40rem;
  }

  :root .xxl\:translate-x-220{
    --tw-translate-x: 55rem;
  }

  :root .xxl\:translate-x-240{
    --tw-translate-x: 60rem;
  }

  :root .xxl\:translate-x-300{
    --tw-translate-x: 75rem;
  }

  :root .xxl\:translate-x-320{
    --tw-translate-x: 80rem;
  }

  :root .xxl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  :root .xxl\:translate-x-gutter{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xxl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  :root .xxl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  :root .xxl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  :root .xxl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  :root .xxl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  :root .xxl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  :root .xxl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  :root .xxl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  :root .xxl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  :root .xxl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  :root .xxl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  :root .xxl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  :root .xxl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  :root .xxl\:-translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  :root .xxl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  :root .xxl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  :root .xxl\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  :root .xxl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  :root .xxl\:-translate-x-21{
    --tw-translate-x: -5.25rem;
  }

  :root .xxl\:-translate-x-22{
    --tw-translate-x: -5.5rem;
  }

  :root .xxl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  :root .xxl\:-translate-x-26{
    --tw-translate-x: -6.5rem;
  }

  :root .xxl\:-translate-x-27{
    --tw-translate-x: -6.75rem;
  }

  :root .xxl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  :root .xxl\:-translate-x-30{
    --tw-translate-x: -7.5rem;
  }

  :root .xxl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  :root .xxl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  :root .xxl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  :root .xxl\:-translate-x-41{
    --tw-translate-x: -11.25rem;
  }

  :root .xxl\:-translate-x-42{
    --tw-translate-x: -11.5rem;
  }

  :root .xxl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  :root .xxl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  :root .xxl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  :root .xxl\:-translate-x-54{
    --tw-translate-x: -13.5rem;
  }

  :root .xxl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  :root .xxl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  :root .xxl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  :root .xxl\:-translate-x-68{
    --tw-translate-x: -17rem;
  }

  :root .xxl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  :root .xxl\:-translate-x-76{
    --tw-translate-x: -19rem;
  }

  :root .xxl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  :root .xxl\:-translate-x-84{
    --tw-translate-x: -21rem;
  }

  :root .xxl\:-translate-x-88{
    --tw-translate-x: -22rem;
  }

  :root .xxl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  :root .xxl\:-translate-x-112{
    --tw-translate-x: -28rem;
  }

  :root .xxl\:-translate-x-120{
    --tw-translate-x: -30rem;
  }

  :root .xxl\:-translate-x-140{
    --tw-translate-x: -35rem;
  }

  :root .xxl\:-translate-x-150{
    --tw-translate-x: -37.5rem;
  }

  :root .xxl\:-translate-x-160{
    --tw-translate-x: -40rem;
  }

  :root .xxl\:-translate-x-220{
    --tw-translate-x: -55rem;
  }

  :root .xxl\:-translate-x-240{
    --tw-translate-x: -60rem;
  }

  :root .xxl\:-translate-x-300{
    --tw-translate-x: -75rem;
  }

  :root .xxl\:-translate-x-320{
    --tw-translate-x: -80rem;
  }

  :root .xxl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  :root .xxl\:-translate-x-gutter{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  :root .xxl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  :root .xxl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  :root .xxl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  :root .xxl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  :root .xxl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  :root .xxl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  :root .xxl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  :root .xxl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  :root .xxl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  :root .xxl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  :root .xxl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  :root .xxl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  :root .xxl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  :root .xxl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  :root .xxl\:translate-y-0{
    --tw-translate-y: 0;
  }

  :root .xxl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  :root .xxl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  :root .xxl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  :root .xxl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  :root .xxl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  :root .xxl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  :root .xxl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  :root .xxl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  :root .xxl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  :root .xxl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  :root .xxl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  :root .xxl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  :root .xxl\:translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  :root .xxl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  :root .xxl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  :root .xxl\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  :root .xxl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  :root .xxl\:translate-y-21{
    --tw-translate-y: 5.25rem;
  }

  :root .xxl\:translate-y-22{
    --tw-translate-y: 5.5rem;
  }

  :root .xxl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  :root .xxl\:translate-y-26{
    --tw-translate-y: 6.5rem;
  }

  :root .xxl\:translate-y-27{
    --tw-translate-y: 6.75rem;
  }

  :root .xxl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  :root .xxl\:translate-y-30{
    --tw-translate-y: 7.5rem;
  }

  :root .xxl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  :root .xxl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  :root .xxl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  :root .xxl\:translate-y-41{
    --tw-translate-y: 11.25rem;
  }

  :root .xxl\:translate-y-42{
    --tw-translate-y: 11.5rem;
  }

  :root .xxl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  :root .xxl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  :root .xxl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  :root .xxl\:translate-y-54{
    --tw-translate-y: 13.5rem;
  }

  :root .xxl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  :root .xxl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  :root .xxl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  :root .xxl\:translate-y-68{
    --tw-translate-y: 17rem;
  }

  :root .xxl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  :root .xxl\:translate-y-76{
    --tw-translate-y: 19rem;
  }

  :root .xxl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  :root .xxl\:translate-y-84{
    --tw-translate-y: 21rem;
  }

  :root .xxl\:translate-y-88{
    --tw-translate-y: 22rem;
  }

  :root .xxl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  :root .xxl\:translate-y-112{
    --tw-translate-y: 28rem;
  }

  :root .xxl\:translate-y-120{
    --tw-translate-y: 30rem;
  }

  :root .xxl\:translate-y-140{
    --tw-translate-y: 35rem;
  }

  :root .xxl\:translate-y-150{
    --tw-translate-y: 37.5rem;
  }

  :root .xxl\:translate-y-160{
    --tw-translate-y: 40rem;
  }

  :root .xxl\:translate-y-220{
    --tw-translate-y: 55rem;
  }

  :root .xxl\:translate-y-240{
    --tw-translate-y: 60rem;
  }

  :root .xxl\:translate-y-300{
    --tw-translate-y: 75rem;
  }

  :root .xxl\:translate-y-320{
    --tw-translate-y: 80rem;
  }

  :root .xxl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  :root .xxl\:translate-y-gutter{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xxl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  :root .xxl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  :root .xxl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  :root .xxl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  :root .xxl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  :root .xxl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  :root .xxl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  :root .xxl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  :root .xxl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  :root .xxl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  :root .xxl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  :root .xxl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  :root .xxl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  :root .xxl\:-translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  :root .xxl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  :root .xxl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  :root .xxl\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  :root .xxl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  :root .xxl\:-translate-y-21{
    --tw-translate-y: -5.25rem;
  }

  :root .xxl\:-translate-y-22{
    --tw-translate-y: -5.5rem;
  }

  :root .xxl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  :root .xxl\:-translate-y-26{
    --tw-translate-y: -6.5rem;
  }

  :root .xxl\:-translate-y-27{
    --tw-translate-y: -6.75rem;
  }

  :root .xxl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  :root .xxl\:-translate-y-30{
    --tw-translate-y: -7.5rem;
  }

  :root .xxl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  :root .xxl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  :root .xxl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  :root .xxl\:-translate-y-41{
    --tw-translate-y: -11.25rem;
  }

  :root .xxl\:-translate-y-42{
    --tw-translate-y: -11.5rem;
  }

  :root .xxl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  :root .xxl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  :root .xxl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  :root .xxl\:-translate-y-54{
    --tw-translate-y: -13.5rem;
  }

  :root .xxl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  :root .xxl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  :root .xxl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  :root .xxl\:-translate-y-68{
    --tw-translate-y: -17rem;
  }

  :root .xxl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  :root .xxl\:-translate-y-76{
    --tw-translate-y: -19rem;
  }

  :root .xxl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  :root .xxl\:-translate-y-84{
    --tw-translate-y: -21rem;
  }

  :root .xxl\:-translate-y-88{
    --tw-translate-y: -22rem;
  }

  :root .xxl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  :root .xxl\:-translate-y-112{
    --tw-translate-y: -28rem;
  }

  :root .xxl\:-translate-y-120{
    --tw-translate-y: -30rem;
  }

  :root .xxl\:-translate-y-140{
    --tw-translate-y: -35rem;
  }

  :root .xxl\:-translate-y-150{
    --tw-translate-y: -37.5rem;
  }

  :root .xxl\:-translate-y-160{
    --tw-translate-y: -40rem;
  }

  :root .xxl\:-translate-y-220{
    --tw-translate-y: -55rem;
  }

  :root .xxl\:-translate-y-240{
    --tw-translate-y: -60rem;
  }

  :root .xxl\:-translate-y-300{
    --tw-translate-y: -75rem;
  }

  :root .xxl\:-translate-y-320{
    --tw-translate-y: -80rem;
  }

  :root .xxl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  :root .xxl\:-translate-y-gutter{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  :root .xxl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  :root .xxl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  :root .xxl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  :root .xxl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  :root .xxl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  :root .xxl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  :root .xxl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  :root .xxl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  :root .xxl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  :root .xxl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  :root .xxl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  :root .xxl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  :root .xxl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  :root .xxl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  :root .xxl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  :root .xxl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  :root .xxl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  :root .xxl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  :root .xxl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  :root .xxl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  :root .xxl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  :root .xxl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  :root .xxl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  :root .xxl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  :root .xxl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  :root .xxl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  :root .xxl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  :root .xxl\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  :root .xxl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  :root .xxl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  :root .xxl\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  :root .xxl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  :root .xxl\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.25rem;
  }

  :root .xxl\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.5rem;
  }

  :root .xxl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  :root .xxl\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.5rem;
  }

  :root .xxl\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.75rem;
  }

  :root .xxl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  :root .xxl\:hover\:translate-x-30:hover{
    --tw-translate-x: 7.5rem;
  }

  :root .xxl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  :root .xxl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  :root .xxl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  :root .xxl\:hover\:translate-x-41:hover{
    --tw-translate-x: 11.25rem;
  }

  :root .xxl\:hover\:translate-x-42:hover{
    --tw-translate-x: 11.5rem;
  }

  :root .xxl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  :root .xxl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  :root .xxl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  :root .xxl\:hover\:translate-x-54:hover{
    --tw-translate-x: 13.5rem;
  }

  :root .xxl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  :root .xxl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  :root .xxl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  :root .xxl\:hover\:translate-x-68:hover{
    --tw-translate-x: 17rem;
  }

  :root .xxl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  :root .xxl\:hover\:translate-x-76:hover{
    --tw-translate-x: 19rem;
  }

  :root .xxl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  :root .xxl\:hover\:translate-x-84:hover{
    --tw-translate-x: 21rem;
  }

  :root .xxl\:hover\:translate-x-88:hover{
    --tw-translate-x: 22rem;
  }

  :root .xxl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  :root .xxl\:hover\:translate-x-112:hover{
    --tw-translate-x: 28rem;
  }

  :root .xxl\:hover\:translate-x-120:hover{
    --tw-translate-x: 30rem;
  }

  :root .xxl\:hover\:translate-x-140:hover{
    --tw-translate-x: 35rem;
  }

  :root .xxl\:hover\:translate-x-150:hover{
    --tw-translate-x: 37.5rem;
  }

  :root .xxl\:hover\:translate-x-160:hover{
    --tw-translate-x: 40rem;
  }

  :root .xxl\:hover\:translate-x-220:hover{
    --tw-translate-x: 55rem;
  }

  :root .xxl\:hover\:translate-x-240:hover{
    --tw-translate-x: 60rem;
  }

  :root .xxl\:hover\:translate-x-300:hover{
    --tw-translate-x: 75rem;
  }

  :root .xxl\:hover\:translate-x-320:hover{
    --tw-translate-x: 80rem;
  }

  :root .xxl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  :root .xxl\:hover\:translate-x-gutter:hover{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xxl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  :root .xxl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  :root .xxl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  :root .xxl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  :root .xxl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  :root .xxl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  :root .xxl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  :root .xxl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  :root .xxl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  :root .xxl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  :root .xxl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  :root .xxl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  :root .xxl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  :root .xxl\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  :root .xxl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  :root .xxl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  :root .xxl\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  :root .xxl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  :root .xxl\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.25rem;
  }

  :root .xxl\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.5rem;
  }

  :root .xxl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  :root .xxl\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.5rem;
  }

  :root .xxl\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.75rem;
  }

  :root .xxl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  :root .xxl\:hover\:-translate-x-30:hover{
    --tw-translate-x: -7.5rem;
  }

  :root .xxl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  :root .xxl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  :root .xxl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  :root .xxl\:hover\:-translate-x-41:hover{
    --tw-translate-x: -11.25rem;
  }

  :root .xxl\:hover\:-translate-x-42:hover{
    --tw-translate-x: -11.5rem;
  }

  :root .xxl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  :root .xxl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  :root .xxl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  :root .xxl\:hover\:-translate-x-54:hover{
    --tw-translate-x: -13.5rem;
  }

  :root .xxl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  :root .xxl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  :root .xxl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  :root .xxl\:hover\:-translate-x-68:hover{
    --tw-translate-x: -17rem;
  }

  :root .xxl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  :root .xxl\:hover\:-translate-x-76:hover{
    --tw-translate-x: -19rem;
  }

  :root .xxl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  :root .xxl\:hover\:-translate-x-84:hover{
    --tw-translate-x: -21rem;
  }

  :root .xxl\:hover\:-translate-x-88:hover{
    --tw-translate-x: -22rem;
  }

  :root .xxl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  :root .xxl\:hover\:-translate-x-112:hover{
    --tw-translate-x: -28rem;
  }

  :root .xxl\:hover\:-translate-x-120:hover{
    --tw-translate-x: -30rem;
  }

  :root .xxl\:hover\:-translate-x-140:hover{
    --tw-translate-x: -35rem;
  }

  :root .xxl\:hover\:-translate-x-150:hover{
    --tw-translate-x: -37.5rem;
  }

  :root .xxl\:hover\:-translate-x-160:hover{
    --tw-translate-x: -40rem;
  }

  :root .xxl\:hover\:-translate-x-220:hover{
    --tw-translate-x: -55rem;
  }

  :root .xxl\:hover\:-translate-x-240:hover{
    --tw-translate-x: -60rem;
  }

  :root .xxl\:hover\:-translate-x-300:hover{
    --tw-translate-x: -75rem;
  }

  :root .xxl\:hover\:-translate-x-320:hover{
    --tw-translate-x: -80rem;
  }

  :root .xxl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  :root .xxl\:hover\:-translate-x-gutter:hover{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  :root .xxl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  :root .xxl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  :root .xxl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  :root .xxl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  :root .xxl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  :root .xxl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  :root .xxl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  :root .xxl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  :root .xxl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  :root .xxl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  :root .xxl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  :root .xxl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  :root .xxl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  :root .xxl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  :root .xxl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  :root .xxl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  :root .xxl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  :root .xxl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  :root .xxl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  :root .xxl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  :root .xxl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  :root .xxl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  :root .xxl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  :root .xxl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  :root .xxl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  :root .xxl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  :root .xxl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  :root .xxl\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  :root .xxl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  :root .xxl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  :root .xxl\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  :root .xxl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  :root .xxl\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.25rem;
  }

  :root .xxl\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.5rem;
  }

  :root .xxl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  :root .xxl\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.5rem;
  }

  :root .xxl\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.75rem;
  }

  :root .xxl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  :root .xxl\:hover\:translate-y-30:hover{
    --tw-translate-y: 7.5rem;
  }

  :root .xxl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  :root .xxl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  :root .xxl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  :root .xxl\:hover\:translate-y-41:hover{
    --tw-translate-y: 11.25rem;
  }

  :root .xxl\:hover\:translate-y-42:hover{
    --tw-translate-y: 11.5rem;
  }

  :root .xxl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  :root .xxl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  :root .xxl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  :root .xxl\:hover\:translate-y-54:hover{
    --tw-translate-y: 13.5rem;
  }

  :root .xxl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  :root .xxl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  :root .xxl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  :root .xxl\:hover\:translate-y-68:hover{
    --tw-translate-y: 17rem;
  }

  :root .xxl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  :root .xxl\:hover\:translate-y-76:hover{
    --tw-translate-y: 19rem;
  }

  :root .xxl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  :root .xxl\:hover\:translate-y-84:hover{
    --tw-translate-y: 21rem;
  }

  :root .xxl\:hover\:translate-y-88:hover{
    --tw-translate-y: 22rem;
  }

  :root .xxl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  :root .xxl\:hover\:translate-y-112:hover{
    --tw-translate-y: 28rem;
  }

  :root .xxl\:hover\:translate-y-120:hover{
    --tw-translate-y: 30rem;
  }

  :root .xxl\:hover\:translate-y-140:hover{
    --tw-translate-y: 35rem;
  }

  :root .xxl\:hover\:translate-y-150:hover{
    --tw-translate-y: 37.5rem;
  }

  :root .xxl\:hover\:translate-y-160:hover{
    --tw-translate-y: 40rem;
  }

  :root .xxl\:hover\:translate-y-220:hover{
    --tw-translate-y: 55rem;
  }

  :root .xxl\:hover\:translate-y-240:hover{
    --tw-translate-y: 60rem;
  }

  :root .xxl\:hover\:translate-y-300:hover{
    --tw-translate-y: 75rem;
  }

  :root .xxl\:hover\:translate-y-320:hover{
    --tw-translate-y: 80rem;
  }

  :root .xxl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  :root .xxl\:hover\:translate-y-gutter:hover{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xxl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  :root .xxl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  :root .xxl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  :root .xxl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  :root .xxl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  :root .xxl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  :root .xxl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  :root .xxl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  :root .xxl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  :root .xxl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  :root .xxl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  :root .xxl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  :root .xxl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  :root .xxl\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  :root .xxl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  :root .xxl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  :root .xxl\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  :root .xxl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  :root .xxl\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.25rem;
  }

  :root .xxl\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.5rem;
  }

  :root .xxl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  :root .xxl\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.5rem;
  }

  :root .xxl\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.75rem;
  }

  :root .xxl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  :root .xxl\:hover\:-translate-y-30:hover{
    --tw-translate-y: -7.5rem;
  }

  :root .xxl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  :root .xxl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  :root .xxl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  :root .xxl\:hover\:-translate-y-41:hover{
    --tw-translate-y: -11.25rem;
  }

  :root .xxl\:hover\:-translate-y-42:hover{
    --tw-translate-y: -11.5rem;
  }

  :root .xxl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  :root .xxl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  :root .xxl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  :root .xxl\:hover\:-translate-y-54:hover{
    --tw-translate-y: -13.5rem;
  }

  :root .xxl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  :root .xxl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  :root .xxl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  :root .xxl\:hover\:-translate-y-68:hover{
    --tw-translate-y: -17rem;
  }

  :root .xxl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  :root .xxl\:hover\:-translate-y-76:hover{
    --tw-translate-y: -19rem;
  }

  :root .xxl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  :root .xxl\:hover\:-translate-y-84:hover{
    --tw-translate-y: -21rem;
  }

  :root .xxl\:hover\:-translate-y-88:hover{
    --tw-translate-y: -22rem;
  }

  :root .xxl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  :root .xxl\:hover\:-translate-y-112:hover{
    --tw-translate-y: -28rem;
  }

  :root .xxl\:hover\:-translate-y-120:hover{
    --tw-translate-y: -30rem;
  }

  :root .xxl\:hover\:-translate-y-140:hover{
    --tw-translate-y: -35rem;
  }

  :root .xxl\:hover\:-translate-y-150:hover{
    --tw-translate-y: -37.5rem;
  }

  :root .xxl\:hover\:-translate-y-160:hover{
    --tw-translate-y: -40rem;
  }

  :root .xxl\:hover\:-translate-y-220:hover{
    --tw-translate-y: -55rem;
  }

  :root .xxl\:hover\:-translate-y-240:hover{
    --tw-translate-y: -60rem;
  }

  :root .xxl\:hover\:-translate-y-300:hover{
    --tw-translate-y: -75rem;
  }

  :root .xxl\:hover\:-translate-y-320:hover{
    --tw-translate-y: -80rem;
  }

  :root .xxl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  :root .xxl\:hover\:-translate-y-gutter:hover{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  :root .xxl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  :root .xxl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  :root .xxl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  :root .xxl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  :root .xxl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  :root .xxl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  :root .xxl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  :root .xxl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  :root .xxl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  :root .xxl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  :root .xxl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  :root .xxl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  :root .xxl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  :root .xxl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  :root .xxl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  :root .xxl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  :root .xxl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  :root .xxl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  :root .xxl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  :root .xxl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  :root .xxl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  :root .xxl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  :root .xxl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  :root .xxl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  :root .xxl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  :root .xxl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  :root .xxl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  :root .xxl\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  :root .xxl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  :root .xxl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  :root .xxl\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  :root .xxl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  :root .xxl\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.25rem;
  }

  :root .xxl\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.5rem;
  }

  :root .xxl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  :root .xxl\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.5rem;
  }

  :root .xxl\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.75rem;
  }

  :root .xxl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  :root .xxl\:focus\:translate-x-30:focus{
    --tw-translate-x: 7.5rem;
  }

  :root .xxl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  :root .xxl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  :root .xxl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  :root .xxl\:focus\:translate-x-41:focus{
    --tw-translate-x: 11.25rem;
  }

  :root .xxl\:focus\:translate-x-42:focus{
    --tw-translate-x: 11.5rem;
  }

  :root .xxl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  :root .xxl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  :root .xxl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  :root .xxl\:focus\:translate-x-54:focus{
    --tw-translate-x: 13.5rem;
  }

  :root .xxl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  :root .xxl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  :root .xxl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  :root .xxl\:focus\:translate-x-68:focus{
    --tw-translate-x: 17rem;
  }

  :root .xxl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  :root .xxl\:focus\:translate-x-76:focus{
    --tw-translate-x: 19rem;
  }

  :root .xxl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  :root .xxl\:focus\:translate-x-84:focus{
    --tw-translate-x: 21rem;
  }

  :root .xxl\:focus\:translate-x-88:focus{
    --tw-translate-x: 22rem;
  }

  :root .xxl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  :root .xxl\:focus\:translate-x-112:focus{
    --tw-translate-x: 28rem;
  }

  :root .xxl\:focus\:translate-x-120:focus{
    --tw-translate-x: 30rem;
  }

  :root .xxl\:focus\:translate-x-140:focus{
    --tw-translate-x: 35rem;
  }

  :root .xxl\:focus\:translate-x-150:focus{
    --tw-translate-x: 37.5rem;
  }

  :root .xxl\:focus\:translate-x-160:focus{
    --tw-translate-x: 40rem;
  }

  :root .xxl\:focus\:translate-x-220:focus{
    --tw-translate-x: 55rem;
  }

  :root .xxl\:focus\:translate-x-240:focus{
    --tw-translate-x: 60rem;
  }

  :root .xxl\:focus\:translate-x-300:focus{
    --tw-translate-x: 75rem;
  }

  :root .xxl\:focus\:translate-x-320:focus{
    --tw-translate-x: 80rem;
  }

  :root .xxl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  :root .xxl\:focus\:translate-x-gutter:focus{
    --tw-translate-x: var(--padding-gutter);
  }

  :root .xxl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  :root .xxl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  :root .xxl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  :root .xxl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  :root .xxl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  :root .xxl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  :root .xxl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  :root .xxl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  :root .xxl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  :root .xxl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  :root .xxl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  :root .xxl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  :root .xxl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  :root .xxl\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  :root .xxl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  :root .xxl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  :root .xxl\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  :root .xxl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  :root .xxl\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.25rem;
  }

  :root .xxl\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.5rem;
  }

  :root .xxl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  :root .xxl\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.5rem;
  }

  :root .xxl\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.75rem;
  }

  :root .xxl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  :root .xxl\:focus\:-translate-x-30:focus{
    --tw-translate-x: -7.5rem;
  }

  :root .xxl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  :root .xxl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  :root .xxl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  :root .xxl\:focus\:-translate-x-41:focus{
    --tw-translate-x: -11.25rem;
  }

  :root .xxl\:focus\:-translate-x-42:focus{
    --tw-translate-x: -11.5rem;
  }

  :root .xxl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  :root .xxl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  :root .xxl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  :root .xxl\:focus\:-translate-x-54:focus{
    --tw-translate-x: -13.5rem;
  }

  :root .xxl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  :root .xxl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  :root .xxl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  :root .xxl\:focus\:-translate-x-68:focus{
    --tw-translate-x: -17rem;
  }

  :root .xxl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  :root .xxl\:focus\:-translate-x-76:focus{
    --tw-translate-x: -19rem;
  }

  :root .xxl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  :root .xxl\:focus\:-translate-x-84:focus{
    --tw-translate-x: -21rem;
  }

  :root .xxl\:focus\:-translate-x-88:focus{
    --tw-translate-x: -22rem;
  }

  :root .xxl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  :root .xxl\:focus\:-translate-x-112:focus{
    --tw-translate-x: -28rem;
  }

  :root .xxl\:focus\:-translate-x-120:focus{
    --tw-translate-x: -30rem;
  }

  :root .xxl\:focus\:-translate-x-140:focus{
    --tw-translate-x: -35rem;
  }

  :root .xxl\:focus\:-translate-x-150:focus{
    --tw-translate-x: -37.5rem;
  }

  :root .xxl\:focus\:-translate-x-160:focus{
    --tw-translate-x: -40rem;
  }

  :root .xxl\:focus\:-translate-x-220:focus{
    --tw-translate-x: -55rem;
  }

  :root .xxl\:focus\:-translate-x-240:focus{
    --tw-translate-x: -60rem;
  }

  :root .xxl\:focus\:-translate-x-300:focus{
    --tw-translate-x: -75rem;
  }

  :root .xxl\:focus\:-translate-x-320:focus{
    --tw-translate-x: -80rem;
  }

  :root .xxl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  :root .xxl\:focus\:-translate-x-gutter:focus{
    --tw-translate-x: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  :root .xxl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  :root .xxl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  :root .xxl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  :root .xxl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  :root .xxl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  :root .xxl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  :root .xxl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  :root .xxl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  :root .xxl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  :root .xxl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  :root .xxl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  :root .xxl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  :root .xxl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  :root .xxl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  :root .xxl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  :root .xxl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  :root .xxl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  :root .xxl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  :root .xxl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  :root .xxl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  :root .xxl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  :root .xxl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  :root .xxl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  :root .xxl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  :root .xxl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  :root .xxl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  :root .xxl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  :root .xxl\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  :root .xxl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  :root .xxl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  :root .xxl\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  :root .xxl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  :root .xxl\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.25rem;
  }

  :root .xxl\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.5rem;
  }

  :root .xxl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  :root .xxl\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.5rem;
  }

  :root .xxl\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.75rem;
  }

  :root .xxl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  :root .xxl\:focus\:translate-y-30:focus{
    --tw-translate-y: 7.5rem;
  }

  :root .xxl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  :root .xxl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  :root .xxl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  :root .xxl\:focus\:translate-y-41:focus{
    --tw-translate-y: 11.25rem;
  }

  :root .xxl\:focus\:translate-y-42:focus{
    --tw-translate-y: 11.5rem;
  }

  :root .xxl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  :root .xxl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  :root .xxl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  :root .xxl\:focus\:translate-y-54:focus{
    --tw-translate-y: 13.5rem;
  }

  :root .xxl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  :root .xxl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  :root .xxl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  :root .xxl\:focus\:translate-y-68:focus{
    --tw-translate-y: 17rem;
  }

  :root .xxl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  :root .xxl\:focus\:translate-y-76:focus{
    --tw-translate-y: 19rem;
  }

  :root .xxl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  :root .xxl\:focus\:translate-y-84:focus{
    --tw-translate-y: 21rem;
  }

  :root .xxl\:focus\:translate-y-88:focus{
    --tw-translate-y: 22rem;
  }

  :root .xxl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  :root .xxl\:focus\:translate-y-112:focus{
    --tw-translate-y: 28rem;
  }

  :root .xxl\:focus\:translate-y-120:focus{
    --tw-translate-y: 30rem;
  }

  :root .xxl\:focus\:translate-y-140:focus{
    --tw-translate-y: 35rem;
  }

  :root .xxl\:focus\:translate-y-150:focus{
    --tw-translate-y: 37.5rem;
  }

  :root .xxl\:focus\:translate-y-160:focus{
    --tw-translate-y: 40rem;
  }

  :root .xxl\:focus\:translate-y-220:focus{
    --tw-translate-y: 55rem;
  }

  :root .xxl\:focus\:translate-y-240:focus{
    --tw-translate-y: 60rem;
  }

  :root .xxl\:focus\:translate-y-300:focus{
    --tw-translate-y: 75rem;
  }

  :root .xxl\:focus\:translate-y-320:focus{
    --tw-translate-y: 80rem;
  }

  :root .xxl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  :root .xxl\:focus\:translate-y-gutter:focus{
    --tw-translate-y: var(--padding-gutter);
  }

  :root .xxl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  :root .xxl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  :root .xxl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  :root .xxl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  :root .xxl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  :root .xxl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  :root .xxl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  :root .xxl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  :root .xxl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  :root .xxl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  :root .xxl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  :root .xxl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  :root .xxl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  :root .xxl\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  :root .xxl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  :root .xxl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  :root .xxl\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  :root .xxl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  :root .xxl\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.25rem;
  }

  :root .xxl\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.5rem;
  }

  :root .xxl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  :root .xxl\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.5rem;
  }

  :root .xxl\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.75rem;
  }

  :root .xxl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  :root .xxl\:focus\:-translate-y-30:focus{
    --tw-translate-y: -7.5rem;
  }

  :root .xxl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  :root .xxl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  :root .xxl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  :root .xxl\:focus\:-translate-y-41:focus{
    --tw-translate-y: -11.25rem;
  }

  :root .xxl\:focus\:-translate-y-42:focus{
    --tw-translate-y: -11.5rem;
  }

  :root .xxl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  :root .xxl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  :root .xxl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  :root .xxl\:focus\:-translate-y-54:focus{
    --tw-translate-y: -13.5rem;
  }

  :root .xxl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  :root .xxl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  :root .xxl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  :root .xxl\:focus\:-translate-y-68:focus{
    --tw-translate-y: -17rem;
  }

  :root .xxl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  :root .xxl\:focus\:-translate-y-76:focus{
    --tw-translate-y: -19rem;
  }

  :root .xxl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  :root .xxl\:focus\:-translate-y-84:focus{
    --tw-translate-y: -21rem;
  }

  :root .xxl\:focus\:-translate-y-88:focus{
    --tw-translate-y: -22rem;
  }

  :root .xxl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  :root .xxl\:focus\:-translate-y-112:focus{
    --tw-translate-y: -28rem;
  }

  :root .xxl\:focus\:-translate-y-120:focus{
    --tw-translate-y: -30rem;
  }

  :root .xxl\:focus\:-translate-y-140:focus{
    --tw-translate-y: -35rem;
  }

  :root .xxl\:focus\:-translate-y-150:focus{
    --tw-translate-y: -37.5rem;
  }

  :root .xxl\:focus\:-translate-y-160:focus{
    --tw-translate-y: -40rem;
  }

  :root .xxl\:focus\:-translate-y-220:focus{
    --tw-translate-y: -55rem;
  }

  :root .xxl\:focus\:-translate-y-240:focus{
    --tw-translate-y: -60rem;
  }

  :root .xxl\:focus\:-translate-y-300:focus{
    --tw-translate-y: -75rem;
  }

  :root .xxl\:focus\:-translate-y-320:focus{
    --tw-translate-y: -80rem;
  }

  :root .xxl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  :root .xxl\:focus\:-translate-y-gutter:focus{
    --tw-translate-y: calc(var(--padding-gutter) * -1);
  }

  :root .xxl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  :root .xxl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  :root .xxl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  :root .xxl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  :root .xxl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  :root .xxl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  :root .xxl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  :root .xxl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  :root .xxl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  :root .xxl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  :root .xxl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  :root .xxl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  :root .xxl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  :root .xxl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  :root .xxl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  :root .xxl\:rotate-0{
    --tw-rotate: 0deg;
  }

  :root .xxl\:rotate-1{
    --tw-rotate: 1deg;
  }

  :root .xxl\:rotate-2{
    --tw-rotate: 2deg;
  }

  :root .xxl\:rotate-3{
    --tw-rotate: 3deg;
  }

  :root .xxl\:rotate-6{
    --tw-rotate: 6deg;
  }

  :root .xxl\:rotate-12{
    --tw-rotate: 12deg;
  }

  :root .xxl\:rotate-45{
    --tw-rotate: 45deg;
  }

  :root .xxl\:rotate-90{
    --tw-rotate: 90deg;
  }

  :root .xxl\:rotate-180{
    --tw-rotate: 180deg;
  }

  :root .xxl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  :root .xxl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  :root .xxl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  :root .xxl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  :root .xxl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  :root .xxl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  :root .xxl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  :root .xxl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  :root .xxl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  :root .xxl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  :root .xxl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  :root .xxl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  :root .xxl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  :root .xxl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  :root .xxl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  :root .xxl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  :root .xxl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  :root .xxl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  :root .xxl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  :root .xxl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  :root .xxl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  :root .xxl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  :root .xxl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  :root .xxl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  :root .xxl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  :root .xxl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  :root .xxl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  :root .xxl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  :root .xxl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  :root .xxl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  :root .xxl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  :root .xxl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  :root .xxl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  :root .xxl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  :root .xxl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  :root .xxl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  :root .xxl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  :root .xxl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  :root .xxl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  :root .xxl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  :root .xxl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  :root .xxl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  :root .xxl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  :root .xxl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  :root .xxl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  :root .xxl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  :root .xxl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  :root .xxl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  :root .xxl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  :root .xxl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  :root .xxl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  :root .xxl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  :root .xxl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  :root .xxl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  :root .xxl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  :root .xxl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  :root .xxl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  :root .xxl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  :root .xxl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  :root .xxl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  :root .xxl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  :root .xxl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  :root .xxl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  :root .xxl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  :root .xxl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  :root .xxl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  :root .xxl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  :root .xxl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  :root .xxl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  :root .xxl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  :root .xxl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  :root .xxl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  :root .xxl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  :root .xxl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  :root .xxl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  :root .xxl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  :root .xxl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  :root .xxl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  :root .xxl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  :root .xxl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  :root .xxl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  :root .xxl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  :root .xxl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  :root .xxl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  :root .xxl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  :root .xxl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  :root .xxl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  :root .xxl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  :root .xxl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  :root .xxl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  :root .xxl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  :root .xxl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  :root .xxl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  :root .xxl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  :root .xxl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  :root .xxl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  :root .xxl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  :root .xxl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  :root .xxl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  :root .xxl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  :root .xxl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  :root .xxl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  :root .xxl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  :root .xxl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  :root .xxl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  :root .xxl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  :root .xxl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  :root .xxl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  :root .xxl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xxl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xxl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xxl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xxl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xxl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xxl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xxl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xxl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xxl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xxl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xxl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xxl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xxl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xxl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xxl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xxl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xxl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xxl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xxl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xxl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  :root .xxl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  :root .xxl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  :root .xxl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  :root .xxl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  :root .xxl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  :root .xxl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  :root .xxl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  :root .xxl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  :root .xxl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  :root .xxl\:scale-x-0{
    --tw-scale-x: 0;
  }

  :root .xxl\:scale-x-50{
    --tw-scale-x: .5;
  }

  :root .xxl\:scale-x-75{
    --tw-scale-x: .75;
  }

  :root .xxl\:scale-x-90{
    --tw-scale-x: .9;
  }

  :root .xxl\:scale-x-95{
    --tw-scale-x: .95;
  }

  :root .xxl\:scale-x-100{
    --tw-scale-x: 1;
  }

  :root .xxl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  :root .xxl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  :root .xxl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  :root .xxl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  :root .xxl\:scale-y-0{
    --tw-scale-y: 0;
  }

  :root .xxl\:scale-y-50{
    --tw-scale-y: .5;
  }

  :root .xxl\:scale-y-75{
    --tw-scale-y: .75;
  }

  :root .xxl\:scale-y-90{
    --tw-scale-y: .9;
  }

  :root .xxl\:scale-y-95{
    --tw-scale-y: .95;
  }

  :root .xxl\:scale-y-100{
    --tw-scale-y: 1;
  }

  :root .xxl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  :root .xxl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  :root .xxl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  :root .xxl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  :root .xxl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  :root .xxl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  :root .xxl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  :root .xxl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  :root .xxl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  :root .xxl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  :root .xxl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  :root .xxl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  :root .xxl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  :root .xxl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  :root .xxl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  :root .xxl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  :root .xxl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  :root .xxl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  :root .xxl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  :root .xxl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  :root .xxl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  :root .xxl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  :root .xxl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  :root .xxl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  :root .xxl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  :root .xxl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  :root .xxl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  :root .xxl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  :root .xxl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  :root .xxl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  :root .xxl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  :root .xxl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  :root .xxl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  :root .xxl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  :root .xxl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  :root .xxl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  :root .xxl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  :root .xxl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  :root .xxl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  :root .xxl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  :root .xxl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  :root .xxl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  :root .xxl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  :root .xxl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  :root .xxl\:animate-none{
    animation: none;
  }

  :root .xxl\:animate-spin{
    animation: spin 1s linear infinite;
  }

  :root .xxl\:animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  :root .xxl\:animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  :root .xxl\:animate-bounce{
    animation: bounce 1s infinite;
  }

  :root .xxl\:cursor-auto{
    cursor: auto;
  }

  :root .xxl\:cursor{
    cursor: default;
  }

  :root .xxl\:cursor-pointer{
    cursor: pointer;
  }

  :root .xxl\:cursor-wait{
    cursor: wait;
  }

  :root .xxl\:cursor-text{
    cursor: text;
  }

  :root .xxl\:cursor-move{
    cursor: move;
  }

  :root .xxl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  :root .xxl\:disabled\:cursor-auto:disabled{
    cursor: auto;
  }

  :root .xxl\:disabled\:cursor:disabled{
    cursor: default;
  }

  :root .xxl\:disabled\:cursor-pointer:disabled{
    cursor: pointer;
  }

  :root .xxl\:disabled\:cursor-wait:disabled{
    cursor: wait;
  }

  :root .xxl\:disabled\:cursor-text:disabled{
    cursor: text;
  }

  :root .xxl\:disabled\:cursor-move:disabled{
    cursor: move;
  }

  :root .xxl\:disabled\:cursor-not-allowed:disabled{
    cursor: not-allowed;
  }

  :root .xxl\:select-none{
    -webkit-user-select: none;
            user-select: none;
  }

  :root .xxl\:select-text{
    -webkit-user-select: text;
            user-select: text;
  }

  :root .xxl\:select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  :root .xxl\:select-auto{
    -webkit-user-select: auto;
            user-select: auto;
  }

  :root .xxl\:resize-none{
    resize: none;
  }

  :root .xxl\:resize-y{
    resize: vertical;
  }

  :root .xxl\:resize-x{
    resize: horizontal;
  }

  :root .xxl\:resize{
    resize: both;
  }

  :root .xxl\:list-inside{
    list-style-position: inside;
  }

  :root .xxl\:list-outside{
    list-style-position: outside;
  }

  :root .xxl\:list-none{
    list-style-type: none;
  }

  :root .xxl\:list-disc{
    list-style-type: disc;
  }

  :root .xxl\:list-decimal{
    list-style-type: decimal;
  }

  :root .xxl\:appearance-none{
    appearance: none;
  }

  :root .xxl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  :root .xxl\:auto-cols-min{
    grid-auto-columns: min-content;
  }

  :root .xxl\:auto-cols-max{
    grid-auto-columns: max-content;
  }

  :root .xxl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  :root .xxl\:grid-flow-row{
    grid-auto-flow: row;
  }

  :root .xxl\:grid-flow-col{
    grid-auto-flow: column;
  }

  :root .xxl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  :root .xxl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  :root .xxl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  :root .xxl\:auto-rows-min{
    grid-auto-rows: min-content;
  }

  :root .xxl\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  :root .xxl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  :root .xxl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  :root .xxl\:grid-cols-none{
    grid-template-columns: none;
  }

  :root .xxl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  :root .xxl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  :root .xxl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  :root .xxl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  :root .xxl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  :root .xxl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  :root .xxl\:grid-rows-none{
    grid-template-rows: none;
  }

  :root .xxl\:flex-row{
    flex-direction: row;
  }

  :root .xxl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  :root .xxl\:flex-col{
    flex-direction: column;
  }

  :root .xxl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  :root .xxl\:flex-wrap{
    flex-wrap: wrap;
  }

  :root .xxl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  :root .xxl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  :root .xxl\:place-content-center{
    place-content: center;
  }

  :root .xxl\:place-content-start{
    place-content: start;
  }

  :root .xxl\:place-content-end{
    place-content: end;
  }

  :root .xxl\:place-content-between{
    place-content: space-between;
  }

  :root .xxl\:place-content-around{
    place-content: space-around;
  }

  :root .xxl\:place-content-evenly{
    place-content: space-evenly;
  }

  :root .xxl\:place-content-stretch{
    place-content: stretch;
  }

  :root .xxl\:place-items-start{
    place-items: start;
  }

  :root .xxl\:place-items-end{
    place-items: end;
  }

  :root .xxl\:place-items-center{
    place-items: center;
  }

  :root .xxl\:place-items-stretch{
    place-items: stretch;
  }

  :root .xxl\:content-center{
    align-content: center;
  }

  :root .xxl\:content-start{
    align-content: flex-start;
  }

  :root .xxl\:content-end{
    align-content: flex-end;
  }

  :root .xxl\:content-between{
    align-content: space-between;
  }

  :root .xxl\:content-around{
    align-content: space-around;
  }

  :root .xxl\:content-evenly{
    align-content: space-evenly;
  }

  :root .xxl\:items-start{
    align-items: flex-start;
  }

  :root .xxl\:items-end{
    align-items: flex-end;
  }

  :root .xxl\:items-center{
    align-items: center;
  }

  :root .xxl\:items-baseline{
    align-items: baseline;
  }

  :root .xxl\:items-stretch{
    align-items: stretch;
  }

  :root .xxl\:justify-start{
    justify-content: flex-start;
  }

  :root .xxl\:justify-end{
    justify-content: flex-end;
  }

  :root .xxl\:justify-center{
    justify-content: center;
  }

  :root .xxl\:justify-between{
    justify-content: space-between;
  }

  :root .xxl\:justify-around{
    justify-content: space-around;
  }

  :root .xxl\:justify-evenly{
    justify-content: space-evenly;
  }

  :root .xxl\:justify-items-start{
    justify-items: start;
  }

  :root .xxl\:justify-items-end{
    justify-items: end;
  }

  :root .xxl\:justify-items-center{
    justify-items: center;
  }

  :root .xxl\:justify-items-stretch{
    justify-items: stretch;
  }

  :root .xxl\:gap-0{
    gap: 0;
  }

  :root .xxl\:gap-1{
    gap: 0.25rem;
  }

  :root .xxl\:gap-2{
    gap: 0.5rem;
  }

  :root .xxl\:gap-3{
    gap: 0.75rem;
  }

  :root .xxl\:gap-4{
    gap: 1rem;
  }

  :root .xxl\:gap-5{
    gap: 1.25rem;
  }

  :root .xxl\:gap-6{
    gap: 1.5rem;
  }

  :root .xxl\:gap-7{
    gap: 1.75rem;
  }

  :root .xxl\:gap-8{
    gap: 2rem;
  }

  :root .xxl\:gap-9{
    gap: 2.25rem;
  }

  :root .xxl\:gap-10{
    gap: 2.5rem;
  }

  :root .xxl\:gap-11{
    gap: 2.75rem;
  }

  :root .xxl\:gap-12{
    gap: 3rem;
  }

  :root .xxl\:gap-13{
    gap: 3.25rem;
  }

  :root .xxl\:gap-14{
    gap: 3.5rem;
  }

  :root .xxl\:gap-16{
    gap: 4rem;
  }

  :root .xxl\:gap-18{
    gap: 4.5rem;
  }

  :root .xxl\:gap-20{
    gap: 5rem;
  }

  :root .xxl\:gap-21{
    gap: 5.25rem;
  }

  :root .xxl\:gap-22{
    gap: 5.5rem;
  }

  :root .xxl\:gap-24{
    gap: 6rem;
  }

  :root .xxl\:gap-26{
    gap: 6.5rem;
  }

  :root .xxl\:gap-27{
    gap: 6.75rem;
  }

  :root .xxl\:gap-28{
    gap: 7rem;
  }

  :root .xxl\:gap-30{
    gap: 7.5rem;
  }

  :root .xxl\:gap-32{
    gap: 8rem;
  }

  :root .xxl\:gap-36{
    gap: 9rem;
  }

  :root .xxl\:gap-40{
    gap: 10rem;
  }

  :root .xxl\:gap-41{
    gap: 11.25rem;
  }

  :root .xxl\:gap-42{
    gap: 11.5rem;
  }

  :root .xxl\:gap-44{
    gap: 11rem;
  }

  :root .xxl\:gap-48{
    gap: 12rem;
  }

  :root .xxl\:gap-52{
    gap: 13rem;
  }

  :root .xxl\:gap-54{
    gap: 13.5rem;
  }

  :root .xxl\:gap-56{
    gap: 14rem;
  }

  :root .xxl\:gap-60{
    gap: 15rem;
  }

  :root .xxl\:gap-64{
    gap: 16rem;
  }

  :root .xxl\:gap-68{
    gap: 17rem;
  }

  :root .xxl\:gap-72{
    gap: 18rem;
  }

  :root .xxl\:gap-76{
    gap: 19rem;
  }

  :root .xxl\:gap-80{
    gap: 20rem;
  }

  :root .xxl\:gap-84{
    gap: 21rem;
  }

  :root .xxl\:gap-88{
    gap: 22rem;
  }

  :root .xxl\:gap-96{
    gap: 24rem;
  }

  :root .xxl\:gap-112{
    gap: 28rem;
  }

  :root .xxl\:gap-120{
    gap: 30rem;
  }

  :root .xxl\:gap-140{
    gap: 35rem;
  }

  :root .xxl\:gap-150{
    gap: 37.5rem;
  }

  :root .xxl\:gap-160{
    gap: 40rem;
  }

  :root .xxl\:gap-220{
    gap: 55rem;
  }

  :root .xxl\:gap-240{
    gap: 60rem;
  }

  :root .xxl\:gap-300{
    gap: 75rem;
  }

  :root .xxl\:gap-320{
    gap: 80rem;
  }

  :root .xxl\:gap-px{
    gap: 1px;
  }

  :root .xxl\:gap-gutter{
    gap: var(--padding-gutter);
  }

  :root .xxl\:gap-1\.5{
    gap: 0.375rem;
  }

  :root .xxl\:gap-x-0{
    column-gap: 0;
  }

  :root .xxl\:gap-x-1{
    column-gap: 0.25rem;
  }

  :root .xxl\:gap-x-2{
    column-gap: 0.5rem;
  }

  :root .xxl\:gap-x-3{
    column-gap: 0.75rem;
  }

  :root .xxl\:gap-x-4{
    column-gap: 1rem;
  }

  :root .xxl\:gap-x-5{
    column-gap: 1.25rem;
  }

  :root .xxl\:gap-x-6{
    column-gap: 1.5rem;
  }

  :root .xxl\:gap-x-7{
    column-gap: 1.75rem;
  }

  :root .xxl\:gap-x-8{
    column-gap: 2rem;
  }

  :root .xxl\:gap-x-9{
    column-gap: 2.25rem;
  }

  :root .xxl\:gap-x-10{
    column-gap: 2.5rem;
  }

  :root .xxl\:gap-x-11{
    column-gap: 2.75rem;
  }

  :root .xxl\:gap-x-12{
    column-gap: 3rem;
  }

  :root .xxl\:gap-x-13{
    column-gap: 3.25rem;
  }

  :root .xxl\:gap-x-14{
    column-gap: 3.5rem;
  }

  :root .xxl\:gap-x-16{
    column-gap: 4rem;
  }

  :root .xxl\:gap-x-18{
    column-gap: 4.5rem;
  }

  :root .xxl\:gap-x-20{
    column-gap: 5rem;
  }

  :root .xxl\:gap-x-21{
    column-gap: 5.25rem;
  }

  :root .xxl\:gap-x-22{
    column-gap: 5.5rem;
  }

  :root .xxl\:gap-x-24{
    column-gap: 6rem;
  }

  :root .xxl\:gap-x-26{
    column-gap: 6.5rem;
  }

  :root .xxl\:gap-x-27{
    column-gap: 6.75rem;
  }

  :root .xxl\:gap-x-28{
    column-gap: 7rem;
  }

  :root .xxl\:gap-x-30{
    column-gap: 7.5rem;
  }

  :root .xxl\:gap-x-32{
    column-gap: 8rem;
  }

  :root .xxl\:gap-x-36{
    column-gap: 9rem;
  }

  :root .xxl\:gap-x-40{
    column-gap: 10rem;
  }

  :root .xxl\:gap-x-41{
    column-gap: 11.25rem;
  }

  :root .xxl\:gap-x-42{
    column-gap: 11.5rem;
  }

  :root .xxl\:gap-x-44{
    column-gap: 11rem;
  }

  :root .xxl\:gap-x-48{
    column-gap: 12rem;
  }

  :root .xxl\:gap-x-52{
    column-gap: 13rem;
  }

  :root .xxl\:gap-x-54{
    column-gap: 13.5rem;
  }

  :root .xxl\:gap-x-56{
    column-gap: 14rem;
  }

  :root .xxl\:gap-x-60{
    column-gap: 15rem;
  }

  :root .xxl\:gap-x-64{
    column-gap: 16rem;
  }

  :root .xxl\:gap-x-68{
    column-gap: 17rem;
  }

  :root .xxl\:gap-x-72{
    column-gap: 18rem;
  }

  :root .xxl\:gap-x-76{
    column-gap: 19rem;
  }

  :root .xxl\:gap-x-80{
    column-gap: 20rem;
  }

  :root .xxl\:gap-x-84{
    column-gap: 21rem;
  }

  :root .xxl\:gap-x-88{
    column-gap: 22rem;
  }

  :root .xxl\:gap-x-96{
    column-gap: 24rem;
  }

  :root .xxl\:gap-x-112{
    column-gap: 28rem;
  }

  :root .xxl\:gap-x-120{
    column-gap: 30rem;
  }

  :root .xxl\:gap-x-140{
    column-gap: 35rem;
  }

  :root .xxl\:gap-x-150{
    column-gap: 37.5rem;
  }

  :root .xxl\:gap-x-160{
    column-gap: 40rem;
  }

  :root .xxl\:gap-x-220{
    column-gap: 55rem;
  }

  :root .xxl\:gap-x-240{
    column-gap: 60rem;
  }

  :root .xxl\:gap-x-300{
    column-gap: 75rem;
  }

  :root .xxl\:gap-x-320{
    column-gap: 80rem;
  }

  :root .xxl\:gap-x-px{
    column-gap: 1px;
  }

  :root .xxl\:gap-x-gutter{
    column-gap: var(--padding-gutter);
  }

  :root .xxl\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  :root .xxl\:gap-y-0{
    row-gap: 0;
  }

  :root .xxl\:gap-y-1{
    row-gap: 0.25rem;
  }

  :root .xxl\:gap-y-2{
    row-gap: 0.5rem;
  }

  :root .xxl\:gap-y-3{
    row-gap: 0.75rem;
  }

  :root .xxl\:gap-y-4{
    row-gap: 1rem;
  }

  :root .xxl\:gap-y-5{
    row-gap: 1.25rem;
  }

  :root .xxl\:gap-y-6{
    row-gap: 1.5rem;
  }

  :root .xxl\:gap-y-7{
    row-gap: 1.75rem;
  }

  :root .xxl\:gap-y-8{
    row-gap: 2rem;
  }

  :root .xxl\:gap-y-9{
    row-gap: 2.25rem;
  }

  :root .xxl\:gap-y-10{
    row-gap: 2.5rem;
  }

  :root .xxl\:gap-y-11{
    row-gap: 2.75rem;
  }

  :root .xxl\:gap-y-12{
    row-gap: 3rem;
  }

  :root .xxl\:gap-y-13{
    row-gap: 3.25rem;
  }

  :root .xxl\:gap-y-14{
    row-gap: 3.5rem;
  }

  :root .xxl\:gap-y-16{
    row-gap: 4rem;
  }

  :root .xxl\:gap-y-18{
    row-gap: 4.5rem;
  }

  :root .xxl\:gap-y-20{
    row-gap: 5rem;
  }

  :root .xxl\:gap-y-21{
    row-gap: 5.25rem;
  }

  :root .xxl\:gap-y-22{
    row-gap: 5.5rem;
  }

  :root .xxl\:gap-y-24{
    row-gap: 6rem;
  }

  :root .xxl\:gap-y-26{
    row-gap: 6.5rem;
  }

  :root .xxl\:gap-y-27{
    row-gap: 6.75rem;
  }

  :root .xxl\:gap-y-28{
    row-gap: 7rem;
  }

  :root .xxl\:gap-y-30{
    row-gap: 7.5rem;
  }

  :root .xxl\:gap-y-32{
    row-gap: 8rem;
  }

  :root .xxl\:gap-y-36{
    row-gap: 9rem;
  }

  :root .xxl\:gap-y-40{
    row-gap: 10rem;
  }

  :root .xxl\:gap-y-41{
    row-gap: 11.25rem;
  }

  :root .xxl\:gap-y-42{
    row-gap: 11.5rem;
  }

  :root .xxl\:gap-y-44{
    row-gap: 11rem;
  }

  :root .xxl\:gap-y-48{
    row-gap: 12rem;
  }

  :root .xxl\:gap-y-52{
    row-gap: 13rem;
  }

  :root .xxl\:gap-y-54{
    row-gap: 13.5rem;
  }

  :root .xxl\:gap-y-56{
    row-gap: 14rem;
  }

  :root .xxl\:gap-y-60{
    row-gap: 15rem;
  }

  :root .xxl\:gap-y-64{
    row-gap: 16rem;
  }

  :root .xxl\:gap-y-68{
    row-gap: 17rem;
  }

  :root .xxl\:gap-y-72{
    row-gap: 18rem;
  }

  :root .xxl\:gap-y-76{
    row-gap: 19rem;
  }

  :root .xxl\:gap-y-80{
    row-gap: 20rem;
  }

  :root .xxl\:gap-y-84{
    row-gap: 21rem;
  }

  :root .xxl\:gap-y-88{
    row-gap: 22rem;
  }

  :root .xxl\:gap-y-96{
    row-gap: 24rem;
  }

  :root .xxl\:gap-y-112{
    row-gap: 28rem;
  }

  :root .xxl\:gap-y-120{
    row-gap: 30rem;
  }

  :root .xxl\:gap-y-140{
    row-gap: 35rem;
  }

  :root .xxl\:gap-y-150{
    row-gap: 37.5rem;
  }

  :root .xxl\:gap-y-160{
    row-gap: 40rem;
  }

  :root .xxl\:gap-y-220{
    row-gap: 55rem;
  }

  :root .xxl\:gap-y-240{
    row-gap: 60rem;
  }

  :root .xxl\:gap-y-300{
    row-gap: 75rem;
  }

  :root .xxl\:gap-y-320{
    row-gap: 80rem;
  }

  :root .xxl\:gap-y-px{
    row-gap: 1px;
  }

  :root .xxl\:gap-y-gutter{
    row-gap: var(--padding-gutter);
  }

  :root .xxl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  :root .xxl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(17rem * var(--tw-space-x-reverse));
    margin-left: calc(17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(21rem * var(--tw-space-x-reverse));
    margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(28rem * var(--tw-space-x-reverse));
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35rem * var(--tw-space-x-reverse));
    margin-left: calc(35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(40rem * var(--tw-space-x-reverse));
    margin-left: calc(40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(55rem * var(--tw-space-x-reverse));
    margin-left: calc(55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(60rem * var(--tw-space-x-reverse));
    margin-left: calc(60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(75rem * var(--tw-space-x-reverse));
    margin-left: calc(75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(80rem * var(--tw-space-x-reverse));
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(var(--padding-gutter) * var(--tw-space-x-reverse));
    margin-left: calc(var(--padding-gutter) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-17rem * var(--tw-space-x-reverse));
    margin-left: calc(-17rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-21rem * var(--tw-space-x-reverse));
    margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-28rem * var(--tw-space-x-reverse));
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-35rem * var(--tw-space-x-reverse));
    margin-left: calc(-35rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-37.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-40rem * var(--tw-space-x-reverse));
    margin-left: calc(-40rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-55rem * var(--tw-space-x-reverse));
    margin-left: calc(-55rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-60rem * var(--tw-space-x-reverse));
    margin-left: calc(-60rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-75rem * var(--tw-space-x-reverse));
    margin-left: calc(-75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-80rem * var(--tw-space-x-reverse));
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  :root .xxl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(17rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(28rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(35rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(55rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(var(--padding-gutter) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(var(--padding-gutter) * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-30 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-54 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-68 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-17rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-17rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-76 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-84 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-88 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-112 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-120 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-140 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-35rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-35rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-160 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-40rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-220 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-55rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-55rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-240 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-60rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-300 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-320 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-gutter > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--padding-gutter) * -1) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(var(--padding-gutter) * -1) * var(--tw-space-y-reverse));
  }

  :root .xxl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  :root .xxl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  :root .xxl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  :root .xxl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xxl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xxl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xxl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xxl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xxl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  :root .xxl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  :root .xxl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  :root .xxl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  :root .xxl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  :root .xxl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  :root .xxl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  :root .xxl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  :root .xxl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  :root .xxl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  :root .xxl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  :root .xxl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  :root .xxl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  :root .xxl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  :root .xxl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  :root .xxl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  :root .xxl\:divide-black > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color);
  }

  :root .xxl\:divide-white > :not([hidden]) ~ :not([hidden]){
    border-color: var(--text-color-light);
  }

  :root .xxl\:divide-contrast-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-contrast-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-grays-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-grays > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-gray-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:divide-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-red-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:divide-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-deep-orange-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:divide-deep-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-amber-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:divide-amber > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-green-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:divide-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-teal-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:divide-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-cyan-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:divide-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:divide-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-deep-purple-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:divide-deep-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-pink-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:divide-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-primary-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:divide-primary > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-primary));
  }

  :root .xxl\:divide-accent-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:divide-accent > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-accent));
  }

  :root .xxl\:divide-warn-light > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:divide-warn > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(var(--color-warn));
  }

  :root .xxl\:divide-am-base-background > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-main-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-main-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-main-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-gray > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-coral > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-coral-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-coral-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-teal > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-teal-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-teal-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-new-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-purple-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #757de338;
  }

  :root .xxl\:divide-am-purple-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-purple-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-purple-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-purple-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-purple > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-green-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-green-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #77DEA280;
  }

  :root .xxl\:divide-am-green-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-green-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-green-aqua > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-green-brightest-transparent > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-green-hover > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-red-alive > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-red-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-red-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-red-intense > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-grey-light > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF1F;
  }

  :root .xxl\:divide-am-grey-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-grey-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-grey-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: #BFC4FF4B;
  }

  :root .xxl\:divide-am-grey > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-pink-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-pink-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-pink-brightest > :not([hidden]) ~ :not([hidden]){
    border-color: #d977dd3b;
  }

  :root .xxl\:divide-am-pink-rose > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-orange-relight > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cyan-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cyan-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cyan-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .xxl\:divide-am-cyan-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cyan > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-blue > :not([hidden]) ~ :not([hidden]){
    border-color: #0061FD60;
  }

  :root .xxl\:divide-am-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-yellow-resalt > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-yellow-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-yellow-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cream-entry > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cream-entry_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6AB33;
  }

  :root .xxl\:divide-am-cream-entry_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6ABB3;
  }

  :root .xxl\:divide-am-cream-lunchgo > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cream-lunchgo_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA7233;
  }

  :root .xxl\:divide-am-cream-lunchgo_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EEBA72B3;
  }

  :root .xxl\:divide-am-cream-lunchback > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cream-lunchback_light > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F7233;
  }

  :root .xxl\:divide-am-cream-lunchback_text > :not([hidden]) ~ :not([hidden]){
    border-color: #EE8F72B3;
  }

  :root .xxl\:divide-am-cream-exit > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cream-exit_light > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E233;
  }

  :root .xxl\:divide-am-cream-exit_text > :not([hidden]) ~ :not([hidden]){
    border-color: #81E6E2B3;
  }

  :root .xxl\:divide-am-cream-yesterday > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-cream-yesterday_light > :not([hidden]) ~ :not([hidden]){
    border-color: #DE777733;
  }

  :root .xxl\:divide-am-cream-yesterday_text > :not([hidden]) ~ :not([hidden]){
    border-color: #DE7777B3;
  }

  :root .xxl\:divide-am-brown-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-brown-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-am-brown > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-divide-opacity));
  }

  :root .xxl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  :root .xxl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  :root .xxl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  :root .xxl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  :root .xxl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  :root .xxl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  :root .xxl\:place-self-auto{
    place-self: auto;
  }

  :root .xxl\:place-self-start{
    place-self: start;
  }

  :root .xxl\:place-self-end{
    place-self: end;
  }

  :root .xxl\:place-self-center{
    place-self: center;
  }

  :root .xxl\:place-self-stretch{
    place-self: stretch;
  }

  :root .xxl\:self-auto{
    align-self: auto;
  }

  :root .xxl\:self-start{
    align-self: flex-start;
  }

  :root .xxl\:self-end{
    align-self: flex-end;
  }

  :root .xxl\:self-center{
    align-self: center;
  }

  :root .xxl\:self-stretch{
    align-self: stretch;
  }

  :root .xxl\:self-baseline{
    align-self: baseline;
  }

  :root .xxl\:justify-self-auto{
    justify-self: auto;
  }

  :root .xxl\:justify-self-start{
    justify-self: start;
  }

  :root .xxl\:justify-self-end{
    justify-self: end;
  }

  :root .xxl\:justify-self-center{
    justify-self: center;
  }

  :root .xxl\:justify-self-stretch{
    justify-self: stretch;
  }

  :root .xxl\:overflow-auto{
    overflow: auto;
  }

  :root .xxl\:overflow-hidden{
    overflow: hidden;
  }

  :root .xxl\:overflow-visible{
    overflow: visible;
  }

  :root .xxl\:overflow-scroll{
    overflow: scroll;
  }

  :root .xxl\:overflow-x-auto{
    overflow-x: auto;
  }

  :root .xxl\:overflow-y-auto{
    overflow-y: auto;
  }

  :root .xxl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  :root .xxl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  :root .xxl\:overflow-x-visible{
    overflow-x: visible;
  }

  :root .xxl\:overflow-y-visible{
    overflow-y: visible;
  }

  :root .xxl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  :root .xxl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  :root .xxl\:overscroll-auto{
    overscroll-behavior: auto;
  }

  :root .xxl\:overscroll-contain{
    overscroll-behavior: contain;
  }

  :root .xxl\:overscroll-none{
    overscroll-behavior: none;
  }

  :root .xxl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  :root .xxl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  :root .xxl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  :root .xxl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  :root .xxl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  :root .xxl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  :root .xxl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :root .xxl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  :root .xxl\:overflow-clip{
    text-overflow: clip;
  }

  :root .xxl\:whitespace-normal{
    white-space: normal;
  }

  :root .xxl\:whitespace-nowrap{
    white-space: nowrap;
  }

  :root .xxl\:whitespace-pre{
    white-space: pre;
  }

  :root .xxl\:whitespace-pre-line{
    white-space: pre-line;
  }

  :root .xxl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  :root .xxl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  :root .xxl\:break-words{
    overflow-wrap: break-word;
  }

  :root .xxl\:break-all{
    word-break: break-all;
  }

  :root .xxl\:rounded-none{
    border-radius: 0;
  }

  :root .xxl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root .xxl\:rounded{
    border-radius: 0.25rem;
  }

  :root .xxl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root .xxl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root .xxl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root .xxl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root .xxl\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-none{
    border-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-full{
    border-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-none{
    border-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-sm{
    border-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded{
    border-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-lg{
    border-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-xl{
    border-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-2xl{
    border-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-3xl{
    border-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-full{
    border-radius: 9999px;
  }

  :root .xxl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root .xxl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root .xxl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root .xxl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root .xxl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root .xxl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root .xxl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root .xxl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root .xxl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root .xxl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root .xxl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root .xxl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root .xxl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root .xxl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root .xxl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root .xxl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root .xxl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .xxl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .xxl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .xxl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .xxl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .xxl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .xxl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .xxl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .xxl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root .xxl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root .xxl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root .xxl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root .xxl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root .xxl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root .xxl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root .xxl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t-2xl{
    border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t-3xl{
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r-2xl{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r-3xl{
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b-2xl{
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b-3xl{
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l-2xl{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l-3xl{
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  :root .xxl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root .xxl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root .xxl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root .xxl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root .xxl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root .xxl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root .xxl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root .xxl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root .xxl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root .xxl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root .xxl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root .xxl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root .xxl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root .xxl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root .xxl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root .xxl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root .xxl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root .xxl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root .xxl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root .xxl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root .xxl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root .xxl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root .xxl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root .xxl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root .xxl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root .xxl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root .xxl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root .xxl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root .xxl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root .xxl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root .xxl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root .xxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl-2xl{
    border-top-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl-3xl{
    border-top-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr-2xl{
    border-top-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr-3xl{
    border-top-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br-2xl{
    border-bottom-right-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br-3xl{
    border-bottom-right-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl-2xl{
    border-bottom-left-radius: 1.0rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  :root .xxl\:border-0{
    border-width: 0;
  }

  :root .xxl\:border-2{
    border-width: 2px;
  }

  :root .xxl\:border-3{
    border-width: 3px;
  }

  :root .xxl\:border-4{
    border-width: 4px;
  }

  :root .xxl\:border-8{
    border-width: 8px;
  }

  :root .xxl\:border{
    border-width: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-0{
    border-width: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:border-2{
    border-width: 2px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-3{
    border-width: 3px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-4{
    border-width: 4px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-8{
    border-width: 8px;
  }

  :root [dir=ltr] .xxl\:ltr\:border{
    border-width: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-0{
    border-width: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:border-2{
    border-width: 2px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-3{
    border-width: 3px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-4{
    border-width: 4px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-8{
    border-width: 8px;
  }

  :root [dir=rtl] .xxl\:rtl\:border{
    border-width: 1px;
  }

  :root .xxl\:border-t-0{
    border-top-width: 0;
  }

  :root .xxl\:border-t-2{
    border-top-width: 2px;
  }

  :root .xxl\:border-t-3{
    border-top-width: 3px;
  }

  :root .xxl\:border-t-4{
    border-top-width: 4px;
  }

  :root .xxl\:border-t-8{
    border-top-width: 8px;
  }

  :root .xxl\:border-t{
    border-top-width: 1px;
  }

  :root .xxl\:border-r-0{
    border-right-width: 0;
  }

  :root .xxl\:border-r-2{
    border-right-width: 2px;
  }

  :root .xxl\:border-r-3{
    border-right-width: 3px;
  }

  :root .xxl\:border-r-4{
    border-right-width: 4px;
  }

  :root .xxl\:border-r-8{
    border-right-width: 8px;
  }

  :root .xxl\:border-r{
    border-right-width: 1px;
  }

  :root .xxl\:border-b-0{
    border-bottom-width: 0;
  }

  :root .xxl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root .xxl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root .xxl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root .xxl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root .xxl\:border-b{
    border-bottom-width: 1px;
  }

  :root .xxl\:border-l-0{
    border-left-width: 0;
  }

  :root .xxl\:border-l-2{
    border-left-width: 2px;
  }

  :root .xxl\:border-l-3{
    border-left-width: 3px;
  }

  :root .xxl\:border-l-4{
    border-left-width: 4px;
  }

  :root .xxl\:border-l-8{
    border-left-width: 8px;
  }

  :root .xxl\:border-l{
    border-left-width: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-t{
    border-top-width: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-r{
    border-right-width: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=ltr] .xxl\:ltr\:border-l{
    border-left-width: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-t-0{
    border-top-width: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:border-t-2{
    border-top-width: 2px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-t-3{
    border-top-width: 3px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-t-4{
    border-top-width: 4px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-t-8{
    border-top-width: 8px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-t{
    border-top-width: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-r-0{
    border-right-width: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:border-r-2{
    border-right-width: 2px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-r-3{
    border-right-width: 3px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-r-4{
    border-right-width: 4px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-r-8{
    border-right-width: 8px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-r{
    border-right-width: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-b-0{
    border-bottom-width: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:border-b-2{
    border-bottom-width: 2px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-b-3{
    border-bottom-width: 3px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-b-4{
    border-bottom-width: 4px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-b-8{
    border-bottom-width: 8px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-b{
    border-bottom-width: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-l-0{
    border-left-width: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:border-l-2{
    border-left-width: 2px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-l-3{
    border-left-width: 3px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-l-4{
    border-left-width: 4px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-l-8{
    border-left-width: 8px;
  }

  :root [dir=rtl] .xxl\:rtl\:border-l{
    border-left-width: 1px;
  }

  :root .xxl\:border-solid{
    border-style: solid;
  }

  :root .xxl\:border-dashed{
    border-style: dashed;
  }

  :root .xxl\:border-dotted{
    border-style: dotted;
  }

  :root .xxl\:border-double{
    border-style: double;
  }

  :root .xxl\:border-none{
    border-style: none;
  }

  :root .xxl\:border-current{
    border-color: currentColor;
  }

  :root .xxl\:border-transparent{
    border-color: transparent;
  }

  :root .xxl\:border-black{
    border-color: var(--text-color);
  }

  :root .xxl\:border-white{
    border-color: var(--text-color-light);
  }

  :root .xxl\:border-contrast-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xxl\:border-contrast-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xxl\:border-grays-light{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xxl\:border-grays{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xxl\:border-gray-light{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:border-gray{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xxl\:border-red-light{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:border-red{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xxl\:border-orange-light{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:border-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xxl\:border-deep-orange-light{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:border-deep-orange{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xxl\:border-amber-light{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:border-amber{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xxl\:border-green-light{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:border-green{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xxl\:border-teal-light{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:border-teal{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xxl\:border-cyan-light{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:border-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xxl\:border-purple-light{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:border-purple{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xxl\:border-deep-purple-light{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:border-deep-purple{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xxl\:border-pink-light{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:border-pink{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xxl\:border-primary-light{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:border-primary{
    border-color: rgb(var(--color-primary));
  }

  :root .xxl\:border-accent-light{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:border-accent{
    border-color: rgb(var(--color-accent));
  }

  :root .xxl\:border-warn-light{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:border-warn{
    border-color: rgb(var(--color-warn));
  }

  :root .xxl\:border-am-base-background{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-main-blue{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-main-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-main-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-gray{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-green{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-coral{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-coral-light{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-coral-dark{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-teal{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-teal-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-teal-dark{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-purple{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-new-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-purple-transparent{
    border-color: #757de338;
  }

  :root .xxl\:border-am-purple-relight{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-purple-light{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-purple-medium{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-purple-dark{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-purple{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-green-light{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-green-brightest{
    border-color: #77DEA280;
  }

  :root .xxl\:border-am-green-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-green-dark{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-green-aqua{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-green-brightest-transparent{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-green-hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-green{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-red-alive{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-red-light{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-red-dark{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-red-intense{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-red{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-grey-light{
    border-color: #BFC4FF1F;
  }

  :root .xxl\:border-am-grey-dark{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-grey-medium{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-grey-transparent{
    border-color: #BFC4FF4B;
  }

  :root .xxl\:border-am-grey{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-pink-light{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-pink-dark{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-pink-brightest{
    border-color: #d977dd3b;
  }

  :root .xxl\:border-am-pink-rose{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-pink{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-orange-relight{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-orange{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cyan-light{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cyan-dark{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cyan-blue{
    border-color: #0061FD60;
  }

  :root .xxl\:border-am-cyan-green{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cyan{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-blue{
    border-color: #0061FD60;
  }

  :root .xxl\:border-am-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-yellow-resalt{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-yellow-light{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-yellow-dark{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cream-entry{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cream-entry_light{
    border-color: #81E6AB33;
  }

  :root .xxl\:border-am-cream-entry_text{
    border-color: #81E6ABB3;
  }

  :root .xxl\:border-am-cream-lunchgo{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cream-lunchgo_light{
    border-color: #EEBA7233;
  }

  :root .xxl\:border-am-cream-lunchgo_text{
    border-color: #EEBA72B3;
  }

  :root .xxl\:border-am-cream-lunchback{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cream-lunchback_light{
    border-color: #EE8F7233;
  }

  :root .xxl\:border-am-cream-lunchback_text{
    border-color: #EE8F72B3;
  }

  :root .xxl\:border-am-cream-exit{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cream-exit_light{
    border-color: #81E6E233;
  }

  :root .xxl\:border-am-cream-exit_text{
    border-color: #81E6E2B3;
  }

  :root .xxl\:border-am-cream-yesterday{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-cream-yesterday_light{
    border-color: #DE777733;
  }

  :root .xxl\:border-am-cream-yesterday_text{
    border-color: #DE7777B3;
  }

  :root .xxl\:border-am-brown-light{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-brown-dark{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xxl\:border-am-brown{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  :root .xxl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  :root .xxl\:hover\:border-black:hover{
    border-color: var(--text-color);
  }

  :root .xxl\:hover\:border-white:hover{
    border-color: var(--text-color-light);
  }

  :root .xxl\:hover\:border-contrast-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-contrast-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-grays-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-grays:hover{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-gray-light:hover{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:hover\:border-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-red-light:hover{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:hover\:border-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-orange-light:hover{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:hover\:border-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-deep-orange-light:hover{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:hover\:border-deep-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-amber-light:hover{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:hover\:border-amber:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-green-light:hover{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:hover\:border-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-teal-light:hover{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:hover\:border-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-cyan-light:hover{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:hover\:border-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-purple-light:hover{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:hover\:border-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-deep-purple-light:hover{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:hover\:border-deep-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-pink-light:hover{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:hover\:border-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-primary-light:hover{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:hover\:border-primary:hover{
    border-color: rgb(var(--color-primary));
  }

  :root .xxl\:hover\:border-accent-light:hover{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:hover\:border-accent:hover{
    border-color: rgb(var(--color-accent));
  }

  :root .xxl\:hover\:border-warn-light:hover{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:hover\:border-warn:hover{
    border-color: rgb(var(--color-warn));
  }

  :root .xxl\:hover\:border-am-base-background:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-main-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-main-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-main-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-gray:hover{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-coral:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-coral-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-coral-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-teal:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-teal-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-teal-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-new-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-purple-transparent:hover{
    border-color: #757de338;
  }

  :root .xxl\:hover\:border-am-purple-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-purple-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-purple-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-purple:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-green-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-green-brightest:hover{
    border-color: #77DEA280;
  }

  :root .xxl\:hover\:border-am-green-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-green-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-green-aqua:hover{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-green-brightest-transparent:hover{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-green-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-red-alive:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-red-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-red-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-red-intense:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-grey-light:hover{
    border-color: #BFC4FF1F;
  }

  :root .xxl\:hover\:border-am-grey-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-grey-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-grey-transparent:hover{
    border-color: #BFC4FF4B;
  }

  :root .xxl\:hover\:border-am-grey:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-pink-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-pink-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-pink-brightest:hover{
    border-color: #d977dd3b;
  }

  :root .xxl\:hover\:border-am-pink-rose:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-orange-relight:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cyan-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cyan-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cyan-blue:hover{
    border-color: #0061FD60;
  }

  :root .xxl\:hover\:border-am-cyan-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cyan:hover{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-blue:hover{
    border-color: #0061FD60;
  }

  :root .xxl\:hover\:border-am-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-yellow-resalt:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-yellow-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-yellow-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cream-entry:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cream-entry_light:hover{
    border-color: #81E6AB33;
  }

  :root .xxl\:hover\:border-am-cream-entry_text:hover{
    border-color: #81E6ABB3;
  }

  :root .xxl\:hover\:border-am-cream-lunchgo:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cream-lunchgo_light:hover{
    border-color: #EEBA7233;
  }

  :root .xxl\:hover\:border-am-cream-lunchgo_text:hover{
    border-color: #EEBA72B3;
  }

  :root .xxl\:hover\:border-am-cream-lunchback:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cream-lunchback_light:hover{
    border-color: #EE8F7233;
  }

  :root .xxl\:hover\:border-am-cream-lunchback_text:hover{
    border-color: #EE8F72B3;
  }

  :root .xxl\:hover\:border-am-cream-exit:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cream-exit_light:hover{
    border-color: #81E6E233;
  }

  :root .xxl\:hover\:border-am-cream-exit_text:hover{
    border-color: #81E6E2B3;
  }

  :root .xxl\:hover\:border-am-cream-yesterday:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-cream-yesterday_light:hover{
    border-color: #DE777733;
  }

  :root .xxl\:hover\:border-am-cream-yesterday_text:hover{
    border-color: #DE7777B3;
  }

  :root .xxl\:hover\:border-am-brown-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-brown-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xxl\:hover\:border-am-brown:hover{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  :root .xxl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  :root .xxl\:focus\:border-black:focus{
    border-color: var(--text-color);
  }

  :root .xxl\:focus\:border-white:focus{
    border-color: var(--text-color-light);
  }

  :root .xxl\:focus\:border-contrast-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-contrast-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-grays-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-grays:focus{
    --tw-border-opacity: 1;
    border-color: rgba(150, 156, 167, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-gray-light:focus{
    border-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus\:border-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(158, 158, 158, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-red-light:focus{
    border-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus\:border-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-orange-light:focus{
    border-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus\:border-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 152, 0, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-deep-orange-light:focus{
    border-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus\:border-deep-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 87, 34, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-amber-light:focus{
    border-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus\:border-amber:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 7, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-green-light:focus{
    border-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus\:border-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 175, 80, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-teal-light:focus{
    border-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus\:border-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 150, 136, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-cyan-light:focus{
    border-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus\:border-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 188, 212, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-purple-light:focus{
    border-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus\:border-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 39, 176, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-deep-purple-light:focus{
    border-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus\:border-deep-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(103, 58, 183, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-pink-light:focus{
    border-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus\:border-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 30, 99, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-primary-light:focus{
    border-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus\:border-primary:focus{
    border-color: rgb(var(--color-primary));
  }

  :root .xxl\:focus\:border-accent-light:focus{
    border-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus\:border-accent:focus{
    border-color: rgb(var(--color-accent));
  }

  :root .xxl\:focus\:border-warn-light:focus{
    border-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus\:border-warn:focus{
    border-color: rgb(var(--color-warn));
  }

  :root .xxl\:focus\:border-am-base-background:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 246, 255, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-main-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-main-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(208, 216, 255, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-main-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 77, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-gray:focus{
    --tw-border-opacity: 1;
    border-color: rgba(154, 154, 154, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 190, 190, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 238, 208, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(39, 131, 77, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 195, 160, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(175, 95, 46, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-coral:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-coral-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(246, 199, 184, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-coral-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 106, 80, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-teal:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-teal-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 240, 237, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-teal-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(68, 157, 153, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 176, 176, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(172, 61, 61, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 235, 153, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 108, 0, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 186, 238, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(151, 86, 154, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(143, 126, 227, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(186, 172, 255, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-new-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(113, 100, 177, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-purple-transparent:focus{
    border-color: #757de338;
  }

  :root .xxl\:focus\:border-am-purple-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 241, 255, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-purple-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 220, 255, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-purple-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 125, 234, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-purple-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(70, 84, 153, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-purple:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 132, 227, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-green-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 222, 162, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-green-brightest:focus{
    border-color: #77DEA280;
  }

  :root .xxl\:focus\:border-am-green-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(38, 178, 143, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-green-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 143, 78, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-green-aqua:focus{
    --tw-border-opacity: 1;
    border-color: rgba(125, 234, 180, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-green-brightest-transparent:focus{
    --tw-border-opacity: 1;
    border-color: rgba(233, 248, 238, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-green-hover:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 252, 247, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(84, 201, 49, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-red-alive:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 98, 98, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-red-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 206, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-red-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 61, 61, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-red-intense:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 8, 70, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-grey-light:focus{
    border-color: #BFC4FF1F;
  }

  :root .xxl\:focus\:border-am-grey-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(44, 48, 62, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-grey-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-grey-transparent:focus{
    border-color: #BFC4FF4B;
  }

  :root .xxl\:focus\:border-am-grey:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-pink-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 207, 240, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-pink-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(169, 65, 174, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-pink-brightest:focus{
    border-color: #d977dd3b;
  }

  :root .xxl\:focus\:border-am-pink-rose:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 187, 208, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 221, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 145, 3, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-orange-relight:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 241, 232, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(181, 124, 0, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 136, 66, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cyan-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(179, 237, 244, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cyan-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(18, 154, 166, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cyan-blue:focus{
    border-color: #0061FD60;
  }

  :root .xxl\:focus\:border-am-cyan-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 234, 223, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cyan:focus{
    --tw-border-opacity: 1;
    border-color: rgba(24, 217, 234, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 201, 242, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-blue:focus{
    border-color: #0061FD60;
  }

  :root .xxl\:focus\:border-am-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(87, 132, 165, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-yellow-resalt:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 0, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-yellow-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 233, 174, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-yellow-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(193, 139, 17, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(250, 208, 115, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cream-entry:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 171, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cream-entry_light:focus{
    border-color: #81E6AB33;
  }

  :root .xxl\:focus\:border-am-cream-entry_text:focus{
    border-color: #81E6ABB3;
  }

  :root .xxl\:focus\:border-am-cream-lunchgo:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 186, 114, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cream-lunchgo_light:focus{
    border-color: #EEBA7233;
  }

  :root .xxl\:focus\:border-am-cream-lunchgo_text:focus{
    border-color: #EEBA72B3;
  }

  :root .xxl\:focus\:border-am-cream-lunchback:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 143, 114, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cream-lunchback_light:focus{
    border-color: #EE8F7233;
  }

  :root .xxl\:focus\:border-am-cream-lunchback_text:focus{
    border-color: #EE8F72B3;
  }

  :root .xxl\:focus\:border-am-cream-exit:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 226, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cream-exit_light:focus{
    border-color: #81E6E233;
  }

  :root .xxl\:focus\:border-am-cream-exit_text:focus{
    border-color: #81E6E2B3;
  }

  :root .xxl\:focus\:border-am-cream-yesterday:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 119, 119, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-cream-yesterday_light:focus{
    border-color: #DE777733;
  }

  :root .xxl\:focus\:border-am-cream-yesterday_text:focus{
    border-color: #DE7777B3;
  }

  :root .xxl\:focus\:border-am-brown-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(241, 225, 216, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-brown-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(80, 29, 14, var(--tw-border-opacity));
  }

  :root .xxl\:focus\:border-am-brown:focus{
    --tw-border-opacity: 1;
    border-color: rgba(162, 62, 0, var(--tw-border-opacity));
  }

  :root .xxl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .xxl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .xxl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .xxl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .xxl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .xxl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .group:hover .xxl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  :root .group:hover .xxl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  :root .group:hover .xxl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  :root .group:hover .xxl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  :root .group:hover .xxl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  :root .group:hover .xxl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  :root .xxl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  :root .xxl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  :root .xxl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  :root .xxl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  :root .xxl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  :root .xxl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  :root .xxl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  :root .xxl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  :root .xxl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  :root .xxl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  :root .xxl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  :root .xxl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  :root .xxl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  :root .xxl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  :root .xxl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  :root .xxl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  :root .xxl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  :root .xxl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  :root .xxl\:bg-base{
    background-color: var(--background-base);
  }

  :root .xxl\:bg-card{
    background-color: var(--background-card);
  }

  :root .xxl\:bg-app-bar{
    background-color: var(--background-app-bar);
  }

  :root .xxl\:bg-hover{
    background-color: var(--background-hover);
  }

  :root .xxl\:bg-current{
    background-color: currentColor;
  }

  :root .xxl\:bg-transparent{
    background-color: transparent;
  }

  :root .xxl\:bg-black{
    background-color: var(--text-color);
  }

  :root .xxl\:bg-white{
    background-color: var(--text-color-light);
  }

  :root .xxl\:bg-contrast-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-contrast-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-grays-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-grays{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-gray-light{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-red-light{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:bg-red{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-orange-light{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:bg-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-deep-orange-light{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:bg-deep-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-amber-light{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:bg-amber{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-green-light{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-teal-light{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-cyan-light{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:bg-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-purple-light{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:bg-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-deep-purple-light{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:bg-deep-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-pink-light{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:bg-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-primary-light{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:bg-primary{
    background-color: rgb(var(--color-primary));
  }

  :root .xxl\:bg-accent-light{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:bg-accent{
    background-color: rgb(var(--color-accent));
  }

  :root .xxl\:bg-warn-light{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:bg-warn{
    background-color: rgb(var(--color-warn));
  }

  :root .xxl\:bg-am-base-background{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-main-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-main-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-main-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-gray{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-green{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-coral{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-coral-light{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-coral-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-teal{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-teal-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-teal-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-new-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-purple-transparent{
    background-color: #757de338;
  }

  :root .xxl\:bg-am-purple-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-purple-light{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-purple-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-purple-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-purple{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-green-light{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-green-brightest{
    background-color: #77DEA280;
  }

  :root .xxl\:bg-am-green-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-green-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-green-aqua{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-green-brightest-transparent{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-green-hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-green{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-red-alive{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-red-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-red-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-red-intense{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-red{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-grey-light{
    background-color: #BFC4FF1F;
  }

  :root .xxl\:bg-am-grey-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-grey-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-grey-transparent{
    background-color: #BFC4FF4B;
  }

  :root .xxl\:bg-am-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-pink-light{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-pink-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-pink-brightest{
    background-color: #d977dd3b;
  }

  :root .xxl\:bg-am-pink-rose{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-orange-relight{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cyan-light{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cyan-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cyan-blue{
    background-color: #0061FD60;
  }

  :root .xxl\:bg-am-cyan-green{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cyan{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-blue{
    background-color: #0061FD60;
  }

  :root .xxl\:bg-am-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-yellow-resalt{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-yellow-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-yellow-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cream-entry{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cream-entry_light{
    background-color: #81E6AB33;
  }

  :root .xxl\:bg-am-cream-entry_text{
    background-color: #81E6ABB3;
  }

  :root .xxl\:bg-am-cream-lunchgo{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cream-lunchgo_light{
    background-color: #EEBA7233;
  }

  :root .xxl\:bg-am-cream-lunchgo_text{
    background-color: #EEBA72B3;
  }

  :root .xxl\:bg-am-cream-lunchback{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cream-lunchback_light{
    background-color: #EE8F7233;
  }

  :root .xxl\:bg-am-cream-lunchback_text{
    background-color: #EE8F72B3;
  }

  :root .xxl\:bg-am-cream-exit{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cream-exit_light{
    background-color: #81E6E233;
  }

  :root .xxl\:bg-am-cream-exit_text{
    background-color: #81E6E2B3;
  }

  :root .xxl\:bg-am-cream-yesterday{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-cream-yesterday_light{
    background-color: #DE777733;
  }

  :root .xxl\:bg-am-cream-yesterday_text{
    background-color: #DE7777B3;
  }

  :root .xxl\:bg-am-brown-light{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-brown-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-am-brown{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-base:hover{
    background-color: var(--background-base);
  }

  :root .xxl\:hover\:bg-card:hover{
    background-color: var(--background-card);
  }

  :root .xxl\:hover\:bg-app-bar:hover{
    background-color: var(--background-app-bar);
  }

  :root .xxl\:hover\:bg-hover:hover{
    background-color: var(--background-hover);
  }

  :root .xxl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  :root .xxl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  :root .xxl\:hover\:bg-black:hover{
    background-color: var(--text-color);
  }

  :root .xxl\:hover\:bg-white:hover{
    background-color: var(--text-color-light);
  }

  :root .xxl\:hover\:bg-contrast-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-contrast-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-grays-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-grays:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-gray-light:hover{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:hover\:bg-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-red-light:hover{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:hover\:bg-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-orange-light:hover{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:hover\:bg-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-deep-orange-light:hover{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:hover\:bg-deep-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-amber-light:hover{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:hover\:bg-amber:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-green-light:hover{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-teal-light:hover{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:hover\:bg-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-cyan-light:hover{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:hover\:bg-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-purple-light:hover{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:hover\:bg-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-deep-purple-light:hover{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:hover\:bg-deep-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-pink-light:hover{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:hover\:bg-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-primary-light:hover{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:hover\:bg-primary:hover{
    background-color: rgb(var(--color-primary));
  }

  :root .xxl\:hover\:bg-accent-light:hover{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:hover\:bg-accent:hover{
    background-color: rgb(var(--color-accent));
  }

  :root .xxl\:hover\:bg-warn-light:hover{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:hover\:bg-warn:hover{
    background-color: rgb(var(--color-warn));
  }

  :root .xxl\:hover\:bg-am-base-background:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-main-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-main-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-main-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-gray:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-coral:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-coral-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-coral-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-teal:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-teal-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-teal-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-new-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-purple-transparent:hover{
    background-color: #757de338;
  }

  :root .xxl\:hover\:bg-am-purple-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-purple-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-purple-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-purple:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-green-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-green-brightest:hover{
    background-color: #77DEA280;
  }

  :root .xxl\:hover\:bg-am-green-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-green-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-green-aqua:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-green-brightest-transparent:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-green-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-red-alive:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-red-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-red-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-red-intense:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-grey-light:hover{
    background-color: #BFC4FF1F;
  }

  :root .xxl\:hover\:bg-am-grey-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-grey-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-grey-transparent:hover{
    background-color: #BFC4FF4B;
  }

  :root .xxl\:hover\:bg-am-grey:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-pink-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-pink-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-pink-brightest:hover{
    background-color: #d977dd3b;
  }

  :root .xxl\:hover\:bg-am-pink-rose:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-orange-relight:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cyan-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cyan-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cyan-blue:hover{
    background-color: #0061FD60;
  }

  :root .xxl\:hover\:bg-am-cyan-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cyan:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-blue:hover{
    background-color: #0061FD60;
  }

  :root .xxl\:hover\:bg-am-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-yellow-resalt:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-yellow-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-yellow-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cream-entry:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cream-entry_light:hover{
    background-color: #81E6AB33;
  }

  :root .xxl\:hover\:bg-am-cream-entry_text:hover{
    background-color: #81E6ABB3;
  }

  :root .xxl\:hover\:bg-am-cream-lunchgo:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cream-lunchgo_light:hover{
    background-color: #EEBA7233;
  }

  :root .xxl\:hover\:bg-am-cream-lunchgo_text:hover{
    background-color: #EEBA72B3;
  }

  :root .xxl\:hover\:bg-am-cream-lunchback:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cream-lunchback_light:hover{
    background-color: #EE8F7233;
  }

  :root .xxl\:hover\:bg-am-cream-lunchback_text:hover{
    background-color: #EE8F72B3;
  }

  :root .xxl\:hover\:bg-am-cream-exit:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cream-exit_light:hover{
    background-color: #81E6E233;
  }

  :root .xxl\:hover\:bg-am-cream-exit_text:hover{
    background-color: #81E6E2B3;
  }

  :root .xxl\:hover\:bg-am-cream-yesterday:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-cream-yesterday_light:hover{
    background-color: #DE777733;
  }

  :root .xxl\:hover\:bg-am-cream-yesterday_text:hover{
    background-color: #DE7777B3;
  }

  :root .xxl\:hover\:bg-am-brown-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-brown-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xxl\:hover\:bg-am-brown:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-base:focus{
    background-color: var(--background-base);
  }

  :root .xxl\:focus\:bg-card:focus{
    background-color: var(--background-card);
  }

  :root .xxl\:focus\:bg-app-bar:focus{
    background-color: var(--background-app-bar);
  }

  :root .xxl\:focus\:bg-hover:focus{
    background-color: var(--background-hover);
  }

  :root .xxl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  :root .xxl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  :root .xxl\:focus\:bg-black:focus{
    background-color: var(--text-color);
  }

  :root .xxl\:focus\:bg-white:focus{
    background-color: var(--text-color-light);
  }

  :root .xxl\:focus\:bg-contrast-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-contrast-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-grays-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-grays:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-gray-light:focus{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus\:bg-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-red-light:focus{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus\:bg-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-orange-light:focus{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus\:bg-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-deep-orange-light:focus{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus\:bg-deep-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-amber-light:focus{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus\:bg-amber:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-green-light:focus{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus\:bg-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-teal-light:focus{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus\:bg-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-cyan-light:focus{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus\:bg-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-purple-light:focus{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus\:bg-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-deep-purple-light:focus{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus\:bg-deep-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-pink-light:focus{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus\:bg-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-primary-light:focus{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus\:bg-primary:focus{
    background-color: rgb(var(--color-primary));
  }

  :root .xxl\:focus\:bg-accent-light:focus{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus\:bg-accent:focus{
    background-color: rgb(var(--color-accent));
  }

  :root .xxl\:focus\:bg-warn-light:focus{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus\:bg-warn:focus{
    background-color: rgb(var(--color-warn));
  }

  :root .xxl\:focus\:bg-am-base-background:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-main-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-main-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-main-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-gray:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-coral:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-coral-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-coral-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-teal:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-teal-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-teal-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-new-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-purple-transparent:focus{
    background-color: #757de338;
  }

  :root .xxl\:focus\:bg-am-purple-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-purple-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-purple-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-purple-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-purple:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-green-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-green-brightest:focus{
    background-color: #77DEA280;
  }

  :root .xxl\:focus\:bg-am-green-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-green-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-green-aqua:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-green-brightest-transparent:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-green-hover:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-red-alive:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-red-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-red-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-red-intense:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-grey-light:focus{
    background-color: #BFC4FF1F;
  }

  :root .xxl\:focus\:bg-am-grey-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-grey-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-grey-transparent:focus{
    background-color: #BFC4FF4B;
  }

  :root .xxl\:focus\:bg-am-grey:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-pink-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-pink-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-pink-brightest:focus{
    background-color: #d977dd3b;
  }

  :root .xxl\:focus\:bg-am-pink-rose:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-orange-relight:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cyan-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cyan-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cyan-blue:focus{
    background-color: #0061FD60;
  }

  :root .xxl\:focus\:bg-am-cyan-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cyan:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-blue:focus{
    background-color: #0061FD60;
  }

  :root .xxl\:focus\:bg-am-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-yellow-resalt:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-yellow-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-yellow-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cream-entry:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cream-entry_light:focus{
    background-color: #81E6AB33;
  }

  :root .xxl\:focus\:bg-am-cream-entry_text:focus{
    background-color: #81E6ABB3;
  }

  :root .xxl\:focus\:bg-am-cream-lunchgo:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cream-lunchgo_light:focus{
    background-color: #EEBA7233;
  }

  :root .xxl\:focus\:bg-am-cream-lunchgo_text:focus{
    background-color: #EEBA72B3;
  }

  :root .xxl\:focus\:bg-am-cream-lunchback:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cream-lunchback_light:focus{
    background-color: #EE8F7233;
  }

  :root .xxl\:focus\:bg-am-cream-lunchback_text:focus{
    background-color: #EE8F72B3;
  }

  :root .xxl\:focus\:bg-am-cream-exit:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cream-exit_light:focus{
    background-color: #81E6E233;
  }

  :root .xxl\:focus\:bg-am-cream-exit_text:focus{
    background-color: #81E6E2B3;
  }

  :root .xxl\:focus\:bg-am-cream-yesterday:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-cream-yesterday_light:focus{
    background-color: #DE777733;
  }

  :root .xxl\:focus\:bg-am-cream-yesterday_text:focus{
    background-color: #DE7777B3;
  }

  :root .xxl\:focus\:bg-am-brown-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-brown-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xxl\:focus\:bg-am-brown:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-base:disabled{
    background-color: var(--background-base);
  }

  :root .xxl\:disabled\:bg-card:disabled{
    background-color: var(--background-card);
  }

  :root .xxl\:disabled\:bg-app-bar:disabled{
    background-color: var(--background-app-bar);
  }

  :root .xxl\:disabled\:bg-hover:disabled{
    background-color: var(--background-hover);
  }

  :root .xxl\:disabled\:bg-current:disabled{
    background-color: currentColor;
  }

  :root .xxl\:disabled\:bg-transparent:disabled{
    background-color: transparent;
  }

  :root .xxl\:disabled\:bg-black:disabled{
    background-color: var(--text-color);
  }

  :root .xxl\:disabled\:bg-white:disabled{
    background-color: var(--text-color-light);
  }

  :root .xxl\:disabled\:bg-contrast-black:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-contrast-white:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-grays-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-grays:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(150, 156, 167, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-gray-light:disabled{
    background-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:disabled\:bg-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(158, 158, 158, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-red-light:disabled{
    background-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:disabled\:bg-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 67, 54, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-orange-light:disabled{
    background-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:disabled\:bg-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-deep-orange-light:disabled{
    background-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:disabled\:bg-deep-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 87, 34, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-amber-light:disabled{
    background-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:disabled\:bg-amber:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-green-light:disabled{
    background-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:disabled\:bg-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 175, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-teal-light:disabled{
    background-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:disabled\:bg-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 150, 136, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-cyan-light:disabled{
    background-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:disabled\:bg-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 188, 212, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-purple-light:disabled{
    background-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:disabled\:bg-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 39, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-deep-purple-light:disabled{
    background-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:disabled\:bg-deep-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(103, 58, 183, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-pink-light:disabled{
    background-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:disabled\:bg-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 30, 99, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-primary-light:disabled{
    background-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:disabled\:bg-primary:disabled{
    background-color: rgb(var(--color-primary));
  }

  :root .xxl\:disabled\:bg-accent-light:disabled{
    background-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:disabled\:bg-accent:disabled{
    background-color: rgb(var(--color-accent));
  }

  :root .xxl\:disabled\:bg-warn-light:disabled{
    background-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:disabled\:bg-warn:disabled{
    background-color: rgb(var(--color-warn));
  }

  :root .xxl\:disabled\:bg-am-base-background:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 246, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-main-blue:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-main-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(208, 216, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-main-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-gray:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(154, 154, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-gray-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 190, 190, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-gray-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 238, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 131, 77, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 195, 160, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(175, 95, 46, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-coral:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-coral-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(246, 199, 184, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-coral-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 106, 80, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-teal:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-teal-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 240, 237, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-teal-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 157, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 176, 176, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(172, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 108, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 186, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 86, 154, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(143, 126, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(186, 172, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-new-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 100, 177, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-purple-transparent:disabled{
    background-color: #757de338;
  }

  :root .xxl\:disabled\:bg-am-purple-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 241, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-purple-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 220, 255, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-purple-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 125, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-purple-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(70, 84, 153, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-purple:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 132, 227, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-green-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 222, 162, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-green-brightest:disabled{
    background-color: #77DEA280;
  }

  :root .xxl\:disabled\:bg-am-green-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(38, 178, 143, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-green-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 143, 78, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-green-aqua:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(125, 234, 180, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-green-brightest-transparent:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(233, 248, 238, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-green-hover:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 252, 247, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(84, 201, 49, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-red-alive:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 98, 98, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-red-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 206, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-red-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 61, 61, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-red-intense:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 8, 70, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-red:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-grey-light:disabled{
    background-color: #BFC4FF1F;
  }

  :root .xxl\:disabled\:bg-am-grey-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(44, 48, 62, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-grey-medium:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-grey-transparent:disabled{
    background-color: #BFC4FF4B;
  }

  :root .xxl\:disabled\:bg-am-grey:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-pink-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 207, 240, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-pink-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(169, 65, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-pink-brightest:disabled{
    background-color: #d977dd3b;
  }

  :root .xxl\:disabled\:bg-am-pink-rose:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 187, 208, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-pink:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 221, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-orange-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 145, 3, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-orange-relight:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 241, 232, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-orange-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(181, 124, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-orange:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 136, 66, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cyan-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(179, 237, 244, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cyan-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(18, 154, 166, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cyan-blue:disabled{
    background-color: #0061FD60;
  }

  :root .xxl\:disabled\:bg-am-cyan-green:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 234, 223, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cyan:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(24, 217, 234, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-blue-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 201, 242, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-blue:disabled{
    background-color: #0061FD60;
  }

  :root .xxl\:disabled\:bg-am-blue-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(87, 132, 165, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-yellow-resalt:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-yellow-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 233, 174, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-yellow-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(193, 139, 17, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-yellow:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 208, 115, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cream-entry:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 171, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cream-entry_light:disabled{
    background-color: #81E6AB33;
  }

  :root .xxl\:disabled\:bg-am-cream-entry_text:disabled{
    background-color: #81E6ABB3;
  }

  :root .xxl\:disabled\:bg-am-cream-lunchgo:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 186, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cream-lunchgo_light:disabled{
    background-color: #EEBA7233;
  }

  :root .xxl\:disabled\:bg-am-cream-lunchgo_text:disabled{
    background-color: #EEBA72B3;
  }

  :root .xxl\:disabled\:bg-am-cream-lunchback:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 143, 114, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cream-lunchback_light:disabled{
    background-color: #EE8F7233;
  }

  :root .xxl\:disabled\:bg-am-cream-lunchback_text:disabled{
    background-color: #EE8F72B3;
  }

  :root .xxl\:disabled\:bg-am-cream-exit:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 226, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cream-exit_light:disabled{
    background-color: #81E6E233;
  }

  :root .xxl\:disabled\:bg-am-cream-exit_text:disabled{
    background-color: #81E6E2B3;
  }

  :root .xxl\:disabled\:bg-am-cream-yesterday:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 119, 119, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-cream-yesterday_light:disabled{
    background-color: #DE777733;
  }

  :root .xxl\:disabled\:bg-am-cream-yesterday_text:disabled{
    background-color: #DE7777B3;
  }

  :root .xxl\:disabled\:bg-am-brown-light:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 225, 216, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-brown-dark:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(80, 29, 14, var(--tw-bg-opacity));
  }

  :root .xxl\:disabled\:bg-am-brown:disabled{
    --tw-bg-opacity: 1;
    background-color: rgba(162, 62, 0, var(--tw-bg-opacity));
  }

  :root .xxl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .xxl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .xxl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .xxl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .xxl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .xxl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .group:hover .xxl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  :root .group:hover .xxl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  :root .group:hover .xxl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  :root .group:hover .xxl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  :root .group:hover .xxl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  :root .group:hover .xxl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  :root .xxl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  :root .xxl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  :root .xxl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  :root .xxl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  :root .xxl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  :root .xxl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  :root .xxl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  :root .xxl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  :root .xxl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  :root .xxl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  :root .xxl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  :root .xxl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  :root .xxl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  :root .xxl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  :root .xxl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  :root .xxl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  :root .xxl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  :root .xxl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  :root .xxl\:bg-none{
    background-image: none;
  }

  :root .xxl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  :root .xxl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  :root .xxl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  :root .xxl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  :root .xxl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  :root .xxl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  :root .xxl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  :root .xxl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  :root .xxl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:from-black{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-white{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-contrast-black{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:from-contrast-white{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-grays-light{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xxl\:from-grays{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xxl\:from-gray-light{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:from-gray{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:from-red-light{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:from-red{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:from-orange-light{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:from-orange{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:from-deep-orange-light{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:from-deep-orange{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:from-amber-light{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:from-amber{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:from-green-light{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:from-green{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:from-teal-light{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:from-teal{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:from-cyan-light{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:from-cyan{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:from-purple-light{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:from-purple{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:from-deep-purple-light{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:from-deep-purple{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:from-pink-light{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:from-pink{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:from-primary-light{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-primary{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-accent-light{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-accent{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-warn-light{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-warn{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:from-am-base-background{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xxl\:from-am-main-blue{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:from-am-main-blue-light{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xxl\:from-am-main-blue-dark{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xxl\:from-am-gray{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xxl\:from-am-gray-light{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xxl\:from-am-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:from-am-new-green{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:from-am-new-green-light{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xxl\:from-am-new-green-dark{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xxl\:from-am-new-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:from-am-new-orange-light{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xxl\:from-am-new-orange-dark{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xxl\:from-am-coral{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:from-am-coral-light{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xxl\:from-am-coral-dark{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xxl\:from-am-teal{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:from-am-teal-light{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xxl\:from-am-teal-dark{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xxl\:from-am-new-red{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:from-am-new-red-light{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xxl\:from-am-new-red-dark{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xxl\:from-am-new-yellow{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:from-am-new-yellow-light{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xxl\:from-am-new-yellow-dark{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xxl\:from-am-new-pink{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:from-am-new-pink-light{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xxl\:from-am-new-pink-dark{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xxl\:from-am-new-purple{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xxl\:from-am-new-purple-light{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xxl\:from-am-new-purple-dark{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xxl\:from-am-purple-transparent{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xxl\:from-am-purple-relight{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xxl\:from-am-purple-light{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xxl\:from-am-purple-medium{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xxl\:from-am-purple-dark{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xxl\:from-am-purple{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:from-am-green-light{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:from-am-green-brightest{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:from-am-green-cyan{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xxl\:from-am-green-dark{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xxl\:from-am-green-aqua{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xxl\:from-am-green-brightest-transparent{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xxl\:from-am-green-hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xxl\:from-am-green{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xxl\:from-am-red-alive{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xxl\:from-am-red-light{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xxl\:from-am-red-dark{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xxl\:from-am-red-intense{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xxl\:from-am-red{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:from-am-grey-light{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:from-am-grey-dark{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xxl\:from-am-grey-medium{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xxl\:from-am-grey-transparent{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:from-am-grey{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:from-am-pink-light{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xxl\:from-am-pink-dark{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xxl\:from-am-pink-brightest{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:from-am-pink-rose{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xxl\:from-am-pink{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:from-am-orange-light{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xxl\:from-am-orange-relight{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xxl\:from-am-orange-dark{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xxl\:from-am-orange{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:from-am-cyan-light{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xxl\:from-am-cyan-dark{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xxl\:from-am-cyan-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:from-am-cyan-green{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xxl\:from-am-cyan{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xxl\:from-am-blue-light{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xxl\:from-am-blue{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:from-am-blue-dark{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xxl\:from-am-yellow-resalt{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:from-am-yellow-light{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xxl\:from-am-yellow-dark{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xxl\:from-am-yellow{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xxl\:from-am-cream-entry{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:from-am-cream-entry_light{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:from-am-cream-entry_text{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:from-am-cream-lunchgo{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:from-am-cream-lunchgo_light{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:from-am-cream-lunchgo_text{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:from-am-cream-lunchback{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:from-am-cream-lunchback_light{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:from-am-cream-lunchback_text{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:from-am-cream-exit{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:from-am-cream-exit_light{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:from-am-cream-exit_text{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:from-am-cream-yesterday{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:from-am-cream-yesterday_light{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:from-am-cream-yesterday_text{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:from-am-brown-light{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xxl\:from-am-brown-dark{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xxl\:from-am-brown{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xxl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:hover\:from-black:hover{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-white:hover{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-contrast-black:hover{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:hover\:from-contrast-white:hover{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-grays-light:hover{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xxl\:hover\:from-grays:hover{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xxl\:hover\:from-gray-light:hover{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:hover\:from-gray:hover{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:hover\:from-red-light:hover{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:hover\:from-red:hover{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:hover\:from-orange-light:hover{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:hover\:from-orange:hover{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:hover\:from-deep-orange-light:hover{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:hover\:from-deep-orange:hover{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:hover\:from-amber-light:hover{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:hover\:from-amber:hover{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:hover\:from-green-light:hover{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:hover\:from-green:hover{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:hover\:from-teal-light:hover{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:hover\:from-teal:hover{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:hover\:from-cyan-light:hover{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:hover\:from-cyan:hover{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:hover\:from-purple-light:hover{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:hover\:from-purple:hover{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:hover\:from-deep-purple-light:hover{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:hover\:from-deep-purple:hover{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:hover\:from-pink-light:hover{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:hover\:from-pink:hover{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:hover\:from-primary-light:hover{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-primary:hover{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-accent-light:hover{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-accent:hover{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-warn-light:hover{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-warn:hover{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:from-am-base-background:hover{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xxl\:hover\:from-am-main-blue:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:hover\:from-am-main-blue-light:hover{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xxl\:hover\:from-am-main-blue-dark:hover{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xxl\:hover\:from-am-gray:hover{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xxl\:hover\:from-am-gray-light:hover{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xxl\:hover\:from-am-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:hover\:from-am-new-green:hover{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:hover\:from-am-new-green-light:hover{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xxl\:hover\:from-am-new-green-dark:hover{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xxl\:hover\:from-am-new-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:hover\:from-am-new-orange-light:hover{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xxl\:hover\:from-am-new-orange-dark:hover{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xxl\:hover\:from-am-coral:hover{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:from-am-coral-light:hover{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xxl\:hover\:from-am-coral-dark:hover{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xxl\:hover\:from-am-teal:hover{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:from-am-teal-light:hover{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xxl\:hover\:from-am-teal-dark:hover{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xxl\:hover\:from-am-new-red:hover{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:from-am-new-red-light:hover{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xxl\:hover\:from-am-new-red-dark:hover{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xxl\:hover\:from-am-new-yellow:hover{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:hover\:from-am-new-yellow-light:hover{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xxl\:hover\:from-am-new-yellow-dark:hover{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xxl\:hover\:from-am-new-pink:hover{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:hover\:from-am-new-pink-light:hover{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xxl\:hover\:from-am-new-pink-dark:hover{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xxl\:hover\:from-am-new-purple:hover{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xxl\:hover\:from-am-new-purple-light:hover{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xxl\:hover\:from-am-new-purple-dark:hover{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xxl\:hover\:from-am-purple-transparent:hover{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xxl\:hover\:from-am-purple-relight:hover{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xxl\:hover\:from-am-purple-light:hover{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xxl\:hover\:from-am-purple-medium:hover{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xxl\:hover\:from-am-purple-dark:hover{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xxl\:hover\:from-am-purple:hover{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:hover\:from-am-green-light:hover{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:hover\:from-am-green-brightest:hover{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:hover\:from-am-green-cyan:hover{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xxl\:hover\:from-am-green-dark:hover{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xxl\:hover\:from-am-green-aqua:hover{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xxl\:hover\:from-am-green-brightest-transparent:hover{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xxl\:hover\:from-am-green-hover:hover{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xxl\:hover\:from-am-green:hover{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xxl\:hover\:from-am-red-alive:hover{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xxl\:hover\:from-am-red-light:hover{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xxl\:hover\:from-am-red-dark:hover{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xxl\:hover\:from-am-red-intense:hover{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xxl\:hover\:from-am-red:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:from-am-grey-light:hover{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:hover\:from-am-grey-dark:hover{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xxl\:hover\:from-am-grey-medium:hover{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xxl\:hover\:from-am-grey-transparent:hover{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:hover\:from-am-grey:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:hover\:from-am-pink-light:hover{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xxl\:hover\:from-am-pink-dark:hover{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xxl\:hover\:from-am-pink-brightest:hover{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:hover\:from-am-pink-rose:hover{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xxl\:hover\:from-am-pink:hover{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:hover\:from-am-orange-light:hover{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xxl\:hover\:from-am-orange-relight:hover{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xxl\:hover\:from-am-orange-dark:hover{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xxl\:hover\:from-am-orange:hover{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:hover\:from-am-cyan-light:hover{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xxl\:hover\:from-am-cyan-dark:hover{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xxl\:hover\:from-am-cyan-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:hover\:from-am-cyan-green:hover{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xxl\:hover\:from-am-cyan:hover{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xxl\:hover\:from-am-blue-light:hover{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xxl\:hover\:from-am-blue:hover{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:hover\:from-am-blue-dark:hover{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xxl\:hover\:from-am-yellow-resalt:hover{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:hover\:from-am-yellow-light:hover{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xxl\:hover\:from-am-yellow-dark:hover{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xxl\:hover\:from-am-yellow:hover{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xxl\:hover\:from-am-cream-entry:hover{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:hover\:from-am-cream-entry_light:hover{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:hover\:from-am-cream-entry_text:hover{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:hover\:from-am-cream-lunchgo:hover{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:hover\:from-am-cream-lunchgo_light:hover{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:hover\:from-am-cream-lunchgo_text:hover{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:hover\:from-am-cream-lunchback:hover{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:from-am-cream-lunchback_light:hover{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:from-am-cream-lunchback_text:hover{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:from-am-cream-exit:hover{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:from-am-cream-exit_light:hover{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:from-am-cream-exit_text:hover{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:from-am-cream-yesterday:hover{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:from-am-cream-yesterday_light:hover{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:from-am-cream-yesterday_text:hover{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:from-am-brown-light:hover{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xxl\:hover\:from-am-brown-dark:hover{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xxl\:hover\:from-am-brown:hover{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xxl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:focus\:from-black:focus{
    --tw-gradient-from: var(--text-color);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-white:focus{
    --tw-gradient-from: var(--text-color-light);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-contrast-black:focus{
    --tw-gradient-from: black;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:focus\:from-contrast-white:focus{
    --tw-gradient-from: white;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-grays-light:focus{
    --tw-gradient-from: #D6D6D6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xxl\:focus\:from-grays:focus{
    --tw-gradient-from: #969CA7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xxl\:focus\:from-gray-light:focus{
    --tw-gradient-from: rgba(158, 158, 158, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:focus\:from-gray:focus{
    --tw-gradient-from: rgb(158, 158, 158);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:focus\:from-red-light:focus{
    --tw-gradient-from: rgba(244, 67, 54, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:focus\:from-red:focus{
    --tw-gradient-from: rgb(244, 67, 54);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:focus\:from-orange-light:focus{
    --tw-gradient-from: rgba(255, 152, 0, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:focus\:from-orange:focus{
    --tw-gradient-from: rgb(255, 152, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:focus\:from-deep-orange-light:focus{
    --tw-gradient-from: rgba(255, 87, 34, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:focus\:from-deep-orange:focus{
    --tw-gradient-from: rgb(255, 87, 34);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:focus\:from-amber-light:focus{
    --tw-gradient-from: rgba(255, 193, 7, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:focus\:from-amber:focus{
    --tw-gradient-from: rgb(255, 193, 7);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:focus\:from-green-light:focus{
    --tw-gradient-from: rgba(76, 175, 80, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:focus\:from-green:focus{
    --tw-gradient-from: rgb(76, 175, 80);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:focus\:from-teal-light:focus{
    --tw-gradient-from: rgba(0, 150, 136, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:focus\:from-teal:focus{
    --tw-gradient-from: rgb(0, 150, 136);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:focus\:from-cyan-light:focus{
    --tw-gradient-from: rgba(0, 188, 212, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:focus\:from-cyan:focus{
    --tw-gradient-from: rgb(0, 188, 212);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:focus\:from-purple-light:focus{
    --tw-gradient-from: rgba(156, 39, 176, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:focus\:from-purple:focus{
    --tw-gradient-from: rgb(156, 39, 176);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:focus\:from-deep-purple-light:focus{
    --tw-gradient-from: rgba(103, 58, 183, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:focus\:from-deep-purple:focus{
    --tw-gradient-from: rgb(103, 58, 183);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:focus\:from-pink-light:focus{
    --tw-gradient-from: rgba(233, 30, 99, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:focus\:from-pink:focus{
    --tw-gradient-from: rgb(233, 30, 99);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:focus\:from-primary-light:focus{
    --tw-gradient-from: rgba(var(--color-primary), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-primary:focus{
    --tw-gradient-from: rgb(var(--color-primary));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-accent-light:focus{
    --tw-gradient-from: rgba(var(--color-accent), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-accent:focus{
    --tw-gradient-from: rgb(var(--color-accent));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-warn-light:focus{
    --tw-gradient-from: rgba(var(--color-warn), .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-warn:focus{
    --tw-gradient-from: rgb(var(--color-warn));
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:from-am-base-background:focus{
    --tw-gradient-from: #F4F6FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xxl\:focus\:from-am-main-blue:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:focus\:from-am-main-blue-light:focus{
    --tw-gradient-from: #d0d8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xxl\:focus\:from-am-main-blue-dark:focus{
    --tw-gradient-from: #00004d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xxl\:focus\:from-am-gray:focus{
    --tw-gradient-from: #9a9a9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xxl\:focus\:from-am-gray-light:focus{
    --tw-gradient-from: #bebebe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xxl\:focus\:from-am-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:focus\:from-am-new-green:focus{
    --tw-gradient-from: #77dea2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:focus\:from-am-new-green-light:focus{
    --tw-gradient-from: #baeed0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xxl\:focus\:from-am-new-green-dark:focus{
    --tw-gradient-from: #27834d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xxl\:focus\:from-am-new-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:focus\:from-am-new-orange-light:focus{
    --tw-gradient-from: #fbc3a0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xxl\:focus\:from-am-new-orange-dark:focus{
    --tw-gradient-from: #af5f2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xxl\:focus\:from-am-coral:focus{
    --tw-gradient-from: #ee8f72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:from-am-coral-light:focus{
    --tw-gradient-from: #f6c7b8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xxl\:focus\:from-am-coral-dark:focus{
    --tw-gradient-from: #be6a50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xxl\:focus\:from-am-teal:focus{
    --tw-gradient-from: #81e6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:from-am-teal-light:focus{
    --tw-gradient-from: #b3f0ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xxl\:focus\:from-am-teal-dark:focus{
    --tw-gradient-from: #449D99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xxl\:focus\:from-am-new-red:focus{
    --tw-gradient-from: #de7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:from-am-new-red-light:focus{
    --tw-gradient-from: #f2b0b0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xxl\:focus\:from-am-new-red-dark:focus{
    --tw-gradient-from: #ac3d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xxl\:focus\:from-am-new-yellow:focus{
    --tw-gradient-from: #ffce00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:focus\:from-am-new-yellow-light:focus{
    --tw-gradient-from: #ffeb99;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xxl\:focus\:from-am-new-yellow-dark:focus{
    --tw-gradient-from: #a56c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xxl\:focus\:from-am-new-pink:focus{
    --tw-gradient-from: #d977dd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:focus\:from-am-new-pink-light:focus{
    --tw-gradient-from: #ecbaee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xxl\:focus\:from-am-new-pink-dark:focus{
    --tw-gradient-from: #97569a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xxl\:focus\:from-am-new-purple:focus{
    --tw-gradient-from: #8f7ee3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xxl\:focus\:from-am-new-purple-light:focus{
    --tw-gradient-from: #baacff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xxl\:focus\:from-am-new-purple-dark:focus{
    --tw-gradient-from: #7164b1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xxl\:focus\:from-am-purple-transparent:focus{
    --tw-gradient-from: #757de338;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xxl\:focus\:from-am-purple-relight:focus{
    --tw-gradient-from: #f0f1ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xxl\:focus\:from-am-purple-light:focus{
    --tw-gradient-from: #dbdcff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xxl\:focus\:from-am-purple-medium:focus{
    --tw-gradient-from: #927DEA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xxl\:focus\:from-am-purple-dark:focus{
    --tw-gradient-from: #465499;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xxl\:focus\:from-am-purple:focus{
    --tw-gradient-from: #7084E3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:focus\:from-am-green-light:focus{
    --tw-gradient-from: #77DEA2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:focus\:from-am-green-brightest:focus{
    --tw-gradient-from: #77DEA280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:focus\:from-am-green-cyan:focus{
    --tw-gradient-from: #26b28f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xxl\:focus\:from-am-green-dark:focus{
    --tw-gradient-from: #1f8f4e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xxl\:focus\:from-am-green-aqua:focus{
    --tw-gradient-from: #7DEAB4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xxl\:focus\:from-am-green-brightest-transparent:focus{
    --tw-gradient-from: #e9f8ee;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xxl\:focus\:from-am-green-hover:focus{
    --tw-gradient-from: #F5FCF7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xxl\:focus\:from-am-green:focus{
    --tw-gradient-from: #54C931;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xxl\:focus\:from-am-red-alive:focus{
    --tw-gradient-from: #E56262;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xxl\:focus\:from-am-red-light:focus{
    --tw-gradient-from: #ffcece;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xxl\:focus\:from-am-red-dark:focus{
    --tw-gradient-from: #d93d3d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xxl\:focus\:from-am-red-intense:focus{
    --tw-gradient-from: #f00846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xxl\:focus\:from-am-red:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:from-am-grey-light:focus{
    --tw-gradient-from: #BFC4FF1F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:focus\:from-am-grey-dark:focus{
    --tw-gradient-from: #2C303E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xxl\:focus\:from-am-grey-medium:focus{
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xxl\:focus\:from-am-grey-transparent:focus{
    --tw-gradient-from: #BFC4FF4B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:focus\:from-am-grey:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:focus\:from-am-pink-light:focus{
    --tw-gradient-from: #edcff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xxl\:focus\:from-am-pink-dark:focus{
    --tw-gradient-from: #a941ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xxl\:focus\:from-am-pink-brightest:focus{
    --tw-gradient-from: #d977dd3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:focus\:from-am-pink-rose:focus{
    --tw-gradient-from: #F8BBD0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xxl\:focus\:from-am-pink:focus{
    --tw-gradient-from: #D977DD;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:focus\:from-am-orange-light:focus{
    --tw-gradient-from: #f89103;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xxl\:focus\:from-am-orange-relight:focus{
    --tw-gradient-from: #fff1e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xxl\:focus\:from-am-orange-dark:focus{
    --tw-gradient-from: #b57c00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xxl\:focus\:from-am-orange:focus{
    --tw-gradient-from: #f78842;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:focus\:from-am-cyan-light:focus{
    --tw-gradient-from: #b3edf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xxl\:focus\:from-am-cyan-dark:focus{
    --tw-gradient-from: #129aa6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xxl\:focus\:from-am-cyan-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:focus\:from-am-cyan-green:focus{
    --tw-gradient-from: #b9eadf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xxl\:focus\:from-am-cyan:focus{
    --tw-gradient-from: #18D9EA;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xxl\:focus\:from-am-blue-light:focus{
    --tw-gradient-from: #92C9F2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xxl\:focus\:from-am-blue:focus{
    --tw-gradient-from: #0061FD60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:focus\:from-am-blue-dark:focus{
    --tw-gradient-from: #5784a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xxl\:focus\:from-am-yellow-resalt:focus{
    --tw-gradient-from: #FFCE00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:focus\:from-am-yellow-light:focus{
    --tw-gradient-from: #f8e9ae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xxl\:focus\:from-am-yellow-dark:focus{
    --tw-gradient-from: #c18b11;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xxl\:focus\:from-am-yellow:focus{
    --tw-gradient-from: #FAD073;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xxl\:focus\:from-am-cream-entry:focus{
    --tw-gradient-from: #81E6AB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:focus\:from-am-cream-entry_light:focus{
    --tw-gradient-from: #81E6AB33;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:focus\:from-am-cream-entry_text:focus{
    --tw-gradient-from: #81E6ABB3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:focus\:from-am-cream-lunchgo:focus{
    --tw-gradient-from: #EEBA72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:focus\:from-am-cream-lunchgo_light:focus{
    --tw-gradient-from: #EEBA7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:focus\:from-am-cream-lunchgo_text:focus{
    --tw-gradient-from: #EEBA72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:focus\:from-am-cream-lunchback:focus{
    --tw-gradient-from: #EE8F72;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:from-am-cream-lunchback_light:focus{
    --tw-gradient-from: #EE8F7233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:from-am-cream-lunchback_text:focus{
    --tw-gradient-from: #EE8F72B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:from-am-cream-exit:focus{
    --tw-gradient-from: #81E6E2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:from-am-cream-exit_light:focus{
    --tw-gradient-from: #81E6E233;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:from-am-cream-exit_text:focus{
    --tw-gradient-from: #81E6E2B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:from-am-cream-yesterday:focus{
    --tw-gradient-from: #DE7777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:from-am-cream-yesterday_light:focus{
    --tw-gradient-from: #DE777733;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:from-am-cream-yesterday_text:focus{
    --tw-gradient-from: #DE7777B3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:from-am-brown-light:focus{
    --tw-gradient-from: #f1e1d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xxl\:focus\:from-am-brown-dark:focus{
    --tw-gradient-from: #501D0E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xxl\:focus\:from-am-brown:focus{
    --tw-gradient-from: #A23E00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xxl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-contrast-black{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:via-contrast-white{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-grays-light{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xxl\:via-grays{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xxl\:via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:via-gray{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:via-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:via-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:via-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:via-deep-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:via-deep-orange{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:via-amber-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:via-amber{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:via-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:via-green{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:via-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:via-teal{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:via-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:via-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:via-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:via-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:via-deep-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:via-deep-purple{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:via-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:via-pink{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-accent-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-accent{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-warn-light{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-warn{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:via-am-base-background{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xxl\:via-am-main-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:via-am-main-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xxl\:via-am-main-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xxl\:via-am-gray{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xxl\:via-am-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xxl\:via-am-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:via-am-new-green{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:via-am-new-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xxl\:via-am-new-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xxl\:via-am-new-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:via-am-new-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xxl\:via-am-new-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xxl\:via-am-coral{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:via-am-coral-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xxl\:via-am-coral-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xxl\:via-am-teal{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:via-am-teal-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xxl\:via-am-teal-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xxl\:via-am-new-red{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:via-am-new-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xxl\:via-am-new-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xxl\:via-am-new-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:via-am-new-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xxl\:via-am-new-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xxl\:via-am-new-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:via-am-new-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xxl\:via-am-new-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xxl\:via-am-new-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xxl\:via-am-new-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xxl\:via-am-new-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xxl\:via-am-purple-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xxl\:via-am-purple-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xxl\:via-am-purple-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xxl\:via-am-purple-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xxl\:via-am-purple-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xxl\:via-am-purple{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:via-am-green-light{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:via-am-green-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:via-am-green-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xxl\:via-am-green-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xxl\:via-am-green-aqua{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xxl\:via-am-green-brightest-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xxl\:via-am-green-hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xxl\:via-am-green{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xxl\:via-am-red-alive{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xxl\:via-am-red-light{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xxl\:via-am-red-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xxl\:via-am-red-intense{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xxl\:via-am-red{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:via-am-grey-light{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:via-am-grey-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xxl\:via-am-grey-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xxl\:via-am-grey-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:via-am-grey{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:via-am-pink-light{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xxl\:via-am-pink-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xxl\:via-am-pink-brightest{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:via-am-pink-rose{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xxl\:via-am-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:via-am-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xxl\:via-am-orange-relight{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xxl\:via-am-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xxl\:via-am-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:via-am-cyan-light{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xxl\:via-am-cyan-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xxl\:via-am-cyan-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:via-am-cyan-green{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xxl\:via-am-cyan{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xxl\:via-am-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xxl\:via-am-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:via-am-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xxl\:via-am-yellow-resalt{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:via-am-yellow-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xxl\:via-am-yellow-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xxl\:via-am-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xxl\:via-am-cream-entry{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:via-am-cream-entry_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:via-am-cream-entry_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:via-am-cream-lunchgo{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:via-am-cream-lunchgo_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:via-am-cream-lunchgo_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:via-am-cream-lunchback{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:via-am-cream-lunchback_light{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:via-am-cream-lunchback_text{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:via-am-cream-exit{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:via-am-cream-exit_light{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:via-am-cream-exit_text{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:via-am-cream-yesterday{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:via-am-cream-yesterday_light{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:via-am-cream-yesterday_text{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:via-am-brown-light{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xxl\:via-am-brown-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xxl\:via-am-brown{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xxl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-contrast-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:hover\:via-contrast-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-grays-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xxl\:hover\:via-grays:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xxl\:hover\:via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:hover\:via-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:hover\:via-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:hover\:via-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:hover\:via-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:hover\:via-deep-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:hover\:via-deep-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:hover\:via-amber-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:hover\:via-amber:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:hover\:via-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:hover\:via-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:hover\:via-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:hover\:via-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:hover\:via-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:hover\:via-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:hover\:via-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:hover\:via-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:hover\:via-deep-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:hover\:via-deep-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:hover\:via-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:hover\:via-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:hover\:via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-accent-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-accent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-warn-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-warn:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:hover\:via-am-base-background:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xxl\:hover\:via-am-main-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:hover\:via-am-main-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xxl\:hover\:via-am-main-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xxl\:hover\:via-am-gray:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xxl\:hover\:via-am-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xxl\:hover\:via-am-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:hover\:via-am-new-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:hover\:via-am-new-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xxl\:hover\:via-am-new-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xxl\:hover\:via-am-new-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:hover\:via-am-new-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xxl\:hover\:via-am-new-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xxl\:hover\:via-am-coral:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:via-am-coral-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xxl\:hover\:via-am-coral-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xxl\:hover\:via-am-teal:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:via-am-teal-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xxl\:hover\:via-am-teal-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xxl\:hover\:via-am-new-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:via-am-new-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xxl\:hover\:via-am-new-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xxl\:hover\:via-am-new-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:hover\:via-am-new-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xxl\:hover\:via-am-new-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xxl\:hover\:via-am-new-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:hover\:via-am-new-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xxl\:hover\:via-am-new-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xxl\:hover\:via-am-new-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xxl\:hover\:via-am-new-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xxl\:hover\:via-am-new-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xxl\:hover\:via-am-purple-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xxl\:hover\:via-am-purple-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xxl\:hover\:via-am-purple-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xxl\:hover\:via-am-purple-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xxl\:hover\:via-am-purple-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xxl\:hover\:via-am-purple:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:hover\:via-am-green-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:hover\:via-am-green-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:hover\:via-am-green-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xxl\:hover\:via-am-green-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xxl\:hover\:via-am-green-aqua:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xxl\:hover\:via-am-green-brightest-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xxl\:hover\:via-am-green-hover:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xxl\:hover\:via-am-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xxl\:hover\:via-am-red-alive:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xxl\:hover\:via-am-red-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xxl\:hover\:via-am-red-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xxl\:hover\:via-am-red-intense:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xxl\:hover\:via-am-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:via-am-grey-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:hover\:via-am-grey-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xxl\:hover\:via-am-grey-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xxl\:hover\:via-am-grey-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:hover\:via-am-grey:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:hover\:via-am-pink-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xxl\:hover\:via-am-pink-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xxl\:hover\:via-am-pink-brightest:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:hover\:via-am-pink-rose:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xxl\:hover\:via-am-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:hover\:via-am-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xxl\:hover\:via-am-orange-relight:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xxl\:hover\:via-am-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xxl\:hover\:via-am-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:hover\:via-am-cyan-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xxl\:hover\:via-am-cyan-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xxl\:hover\:via-am-cyan-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:hover\:via-am-cyan-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xxl\:hover\:via-am-cyan:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xxl\:hover\:via-am-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xxl\:hover\:via-am-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:hover\:via-am-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xxl\:hover\:via-am-yellow-resalt:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:hover\:via-am-yellow-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xxl\:hover\:via-am-yellow-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xxl\:hover\:via-am-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xxl\:hover\:via-am-cream-entry:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:hover\:via-am-cream-entry_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:hover\:via-am-cream-entry_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:hover\:via-am-cream-lunchgo:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:hover\:via-am-cream-lunchgo_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:hover\:via-am-cream-lunchgo_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:hover\:via-am-cream-lunchback:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:via-am-cream-lunchback_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:via-am-cream-lunchback_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:hover\:via-am-cream-exit:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:via-am-cream-exit_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:via-am-cream-exit_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:hover\:via-am-cream-yesterday:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:via-am-cream-yesterday_light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:via-am-cream-yesterday_text:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:hover\:via-am-brown-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xxl\:hover\:via-am-brown-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xxl\:hover\:via-am-brown:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xxl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), var(--text-color-light), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-contrast-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), black, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  :root .xxl\:focus\:via-contrast-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), white, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-grays-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D6D6D6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  :root .xxl\:focus\:via-grays:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #969CA7, var(--tw-gradient-to, rgba(150, 156, 167, 0));
  }

  :root .xxl\:focus\:via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(158, 158, 158, 0.1), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:focus\:via-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(158, 158, 158), var(--tw-gradient-to, rgba(158, 158, 158, 0));
  }

  :root .xxl\:focus\:via-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 67, 54, 0.1), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244, 67, 54), var(--tw-gradient-to, rgba(244, 67, 54, 0));
  }

  :root .xxl\:focus\:via-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 152, 0, 0.1), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:focus\:via-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 152, 0), var(--tw-gradient-to, rgba(255, 152, 0, 0));
  }

  :root .xxl\:focus\:via-deep-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 87, 34, 0.1), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:focus\:via-deep-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 87, 34), var(--tw-gradient-to, rgba(255, 87, 34, 0));
  }

  :root .xxl\:focus\:via-amber-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 193, 7, 0.1), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:focus\:via-amber:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 193, 7), var(--tw-gradient-to, rgba(255, 193, 7, 0));
  }

  :root .xxl\:focus\:via-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(76, 175, 80, 0.1), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:focus\:via-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(76, 175, 80), var(--tw-gradient-to, rgba(76, 175, 80, 0));
  }

  :root .xxl\:focus\:via-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 150, 136, 0.1), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:focus\:via-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 150, 136), var(--tw-gradient-to, rgba(0, 150, 136, 0));
  }

  :root .xxl\:focus\:via-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 188, 212, 0.1), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:focus\:via-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0, 188, 212), var(--tw-gradient-to, rgba(0, 188, 212, 0));
  }

  :root .xxl\:focus\:via-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(156, 39, 176, 0.1), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:focus\:via-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 39, 176), var(--tw-gradient-to, rgba(156, 39, 176, 0));
  }

  :root .xxl\:focus\:via-deep-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(103, 58, 183, 0.1), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:focus\:via-deep-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(103, 58, 183), var(--tw-gradient-to, rgba(103, 58, 183, 0));
  }

  :root .xxl\:focus\:via-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(233, 30, 99, 0.1), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:focus\:via-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233, 30, 99), var(--tw-gradient-to, rgba(233, 30, 99, 0));
  }

  :root .xxl\:focus\:via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-primary), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-primary)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-accent-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-accent), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-accent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-accent)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-warn-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(var(--color-warn), .1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-warn:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-warn)), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  :root .xxl\:focus\:via-am-base-background:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F4F6FF, var(--tw-gradient-to, rgba(244, 246, 255, 0));
  }

  :root .xxl\:focus\:via-am-main-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:focus\:via-am-main-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d0d8ff, var(--tw-gradient-to, rgba(208, 216, 255, 0));
  }

  :root .xxl\:focus\:via-am-main-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #00004d, var(--tw-gradient-to, rgba(0, 0, 77, 0));
  }

  :root .xxl\:focus\:via-am-gray:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9a9a9a, var(--tw-gradient-to, rgba(154, 154, 154, 0));
  }

  :root .xxl\:focus\:via-am-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bebebe, var(--tw-gradient-to, rgba(190, 190, 190, 0));
  }

  :root .xxl\:focus\:via-am-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:focus\:via-am-new-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77dea2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:focus\:via-am-new-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baeed0, var(--tw-gradient-to, rgba(186, 238, 208, 0));
  }

  :root .xxl\:focus\:via-am-new-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #27834d, var(--tw-gradient-to, rgba(39, 131, 77, 0));
  }

  :root .xxl\:focus\:via-am-new-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:focus\:via-am-new-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbc3a0, var(--tw-gradient-to, rgba(251, 195, 160, 0));
  }

  :root .xxl\:focus\:via-am-new-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #af5f2e, var(--tw-gradient-to, rgba(175, 95, 46, 0));
  }

  :root .xxl\:focus\:via-am-coral:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ee8f72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:via-am-coral-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f6c7b8, var(--tw-gradient-to, rgba(246, 199, 184, 0));
  }

  :root .xxl\:focus\:via-am-coral-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be6a50, var(--tw-gradient-to, rgba(190, 106, 80, 0));
  }

  :root .xxl\:focus\:via-am-teal:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81e6e2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:via-am-teal-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3f0ed, var(--tw-gradient-to, rgba(179, 240, 237, 0));
  }

  :root .xxl\:focus\:via-am-teal-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #449D99, var(--tw-gradient-to, rgba(68, 157, 153, 0));
  }

  :root .xxl\:focus\:via-am-new-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #de7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:via-am-new-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2b0b0, var(--tw-gradient-to, rgba(242, 176, 176, 0));
  }

  :root .xxl\:focus\:via-am-new-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ac3d3d, var(--tw-gradient-to, rgba(172, 61, 61, 0));
  }

  :root .xxl\:focus\:via-am-new-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffce00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:focus\:via-am-new-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffeb99, var(--tw-gradient-to, rgba(255, 235, 153, 0));
  }

  :root .xxl\:focus\:via-am-new-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a56c00, var(--tw-gradient-to, rgba(165, 108, 0, 0));
  }

  :root .xxl\:focus\:via-am-new-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:focus\:via-am-new-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecbaee, var(--tw-gradient-to, rgba(236, 186, 238, 0));
  }

  :root .xxl\:focus\:via-am-new-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #97569a, var(--tw-gradient-to, rgba(151, 86, 154, 0));
  }

  :root .xxl\:focus\:via-am-new-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8f7ee3, var(--tw-gradient-to, rgba(143, 126, 227, 0));
  }

  :root .xxl\:focus\:via-am-new-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #baacff, var(--tw-gradient-to, rgba(186, 172, 255, 0));
  }

  :root .xxl\:focus\:via-am-new-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7164b1, var(--tw-gradient-to, rgba(113, 100, 177, 0));
  }

  :root .xxl\:focus\:via-am-purple-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #757de338, var(--tw-gradient-to, rgba(117, 125, 227, 0));
  }

  :root .xxl\:focus\:via-am-purple-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f0f1ff, var(--tw-gradient-to, rgba(240, 241, 255, 0));
  }

  :root .xxl\:focus\:via-am-purple-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbdcff, var(--tw-gradient-to, rgba(219, 220, 255, 0));
  }

  :root .xxl\:focus\:via-am-purple-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #927DEA, var(--tw-gradient-to, rgba(146, 125, 234, 0));
  }

  :root .xxl\:focus\:via-am-purple-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #465499, var(--tw-gradient-to, rgba(70, 84, 153, 0));
  }

  :root .xxl\:focus\:via-am-purple:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7084E3, var(--tw-gradient-to, rgba(112, 132, 227, 0));
  }

  :root .xxl\:focus\:via-am-green-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA2, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:focus\:via-am-green-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #77DEA280, var(--tw-gradient-to, rgba(119, 222, 162, 0));
  }

  :root .xxl\:focus\:via-am-green-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #26b28f, var(--tw-gradient-to, rgba(38, 178, 143, 0));
  }

  :root .xxl\:focus\:via-am-green-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f8f4e, var(--tw-gradient-to, rgba(31, 143, 78, 0));
  }

  :root .xxl\:focus\:via-am-green-aqua:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7DEAB4, var(--tw-gradient-to, rgba(125, 234, 180, 0));
  }

  :root .xxl\:focus\:via-am-green-brightest-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e9f8ee, var(--tw-gradient-to, rgba(233, 248, 238, 0));
  }

  :root .xxl\:focus\:via-am-green-hover:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5FCF7, var(--tw-gradient-to, rgba(245, 252, 247, 0));
  }

  :root .xxl\:focus\:via-am-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #54C931, var(--tw-gradient-to, rgba(84, 201, 49, 0));
  }

  :root .xxl\:focus\:via-am-red-alive:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E56262, var(--tw-gradient-to, rgba(229, 98, 98, 0));
  }

  :root .xxl\:focus\:via-am-red-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ffcece, var(--tw-gradient-to, rgba(255, 206, 206, 0));
  }

  :root .xxl\:focus\:via-am-red-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d93d3d, var(--tw-gradient-to, rgba(217, 61, 61, 0));
  }

  :root .xxl\:focus\:via-am-red-intense:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f00846, var(--tw-gradient-to, rgba(240, 8, 70, 0));
  }

  :root .xxl\:focus\:via-am-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:via-am-grey-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF1F, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:focus\:via-am-grey-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2C303E, var(--tw-gradient-to, rgba(44, 48, 62, 0));
  }

  :root .xxl\:focus\:via-am-grey-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  :root .xxl\:focus\:via-am-grey-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BFC4FF4B, var(--tw-gradient-to, rgba(191, 196, 255, 0));
  }

  :root .xxl\:focus\:via-am-grey:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  :root .xxl\:focus\:via-am-pink-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #edcff0, var(--tw-gradient-to, rgba(237, 207, 240, 0));
  }

  :root .xxl\:focus\:via-am-pink-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a941ae, var(--tw-gradient-to, rgba(169, 65, 174, 0));
  }

  :root .xxl\:focus\:via-am-pink-brightest:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d977dd3b, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:focus\:via-am-pink-rose:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8BBD0, var(--tw-gradient-to, rgba(248, 187, 208, 0));
  }

  :root .xxl\:focus\:via-am-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D977DD, var(--tw-gradient-to, rgba(217, 119, 221, 0));
  }

  :root .xxl\:focus\:via-am-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f89103, var(--tw-gradient-to, rgba(248, 145, 3, 0));
  }

  :root .xxl\:focus\:via-am-orange-relight:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff1e8, var(--tw-gradient-to, rgba(255, 241, 232, 0));
  }

  :root .xxl\:focus\:via-am-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b57c00, var(--tw-gradient-to, rgba(181, 124, 0, 0));
  }

  :root .xxl\:focus\:via-am-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f78842, var(--tw-gradient-to, rgba(247, 136, 66, 0));
  }

  :root .xxl\:focus\:via-am-cyan-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b3edf4, var(--tw-gradient-to, rgba(179, 237, 244, 0));
  }

  :root .xxl\:focus\:via-am-cyan-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #129aa6, var(--tw-gradient-to, rgba(18, 154, 166, 0));
  }

  :root .xxl\:focus\:via-am-cyan-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:focus\:via-am-cyan-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b9eadf, var(--tw-gradient-to, rgba(185, 234, 223, 0));
  }

  :root .xxl\:focus\:via-am-cyan:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #18D9EA, var(--tw-gradient-to, rgba(24, 217, 234, 0));
  }

  :root .xxl\:focus\:via-am-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92C9F2, var(--tw-gradient-to, rgba(146, 201, 242, 0));
  }

  :root .xxl\:focus\:via-am-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0061FD60, var(--tw-gradient-to, rgba(0, 97, 253, 0));
  }

  :root .xxl\:focus\:via-am-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5784a5, var(--tw-gradient-to, rgba(87, 132, 165, 0));
  }

  :root .xxl\:focus\:via-am-yellow-resalt:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFCE00, var(--tw-gradient-to, rgba(255, 206, 0, 0));
  }

  :root .xxl\:focus\:via-am-yellow-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8e9ae, var(--tw-gradient-to, rgba(248, 233, 174, 0));
  }

  :root .xxl\:focus\:via-am-yellow-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c18b11, var(--tw-gradient-to, rgba(193, 139, 17, 0));
  }

  :root .xxl\:focus\:via-am-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FAD073, var(--tw-gradient-to, rgba(250, 208, 115, 0));
  }

  :root .xxl\:focus\:via-am-cream-entry:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:focus\:via-am-cream-entry_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6AB33, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:focus\:via-am-cream-entry_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6ABB3, var(--tw-gradient-to, rgba(129, 230, 171, 0));
  }

  :root .xxl\:focus\:via-am-cream-lunchgo:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:focus\:via-am-cream-lunchgo_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA7233, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:focus\:via-am-cream-lunchgo_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EEBA72B3, var(--tw-gradient-to, rgba(238, 186, 114, 0));
  }

  :root .xxl\:focus\:via-am-cream-lunchback:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:via-am-cream-lunchback_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F7233, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:via-am-cream-lunchback_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EE8F72B3, var(--tw-gradient-to, rgba(238, 143, 114, 0));
  }

  :root .xxl\:focus\:via-am-cream-exit:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:via-am-cream-exit_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E233, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:via-am-cream-exit_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #81E6E2B3, var(--tw-gradient-to, rgba(129, 230, 226, 0));
  }

  :root .xxl\:focus\:via-am-cream-yesterday:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:via-am-cream-yesterday_light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE777733, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:via-am-cream-yesterday_text:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DE7777B3, var(--tw-gradient-to, rgba(222, 119, 119, 0));
  }

  :root .xxl\:focus\:via-am-brown-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f1e1d8, var(--tw-gradient-to, rgba(241, 225, 216, 0));
  }

  :root .xxl\:focus\:via-am-brown-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #501D0E, var(--tw-gradient-to, rgba(80, 29, 14, 0));
  }

  :root .xxl\:focus\:via-am-brown:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A23E00, var(--tw-gradient-to, rgba(162, 62, 0, 0));
  }

  :root .xxl\:to-current{
    --tw-gradient-to: currentColor;
  }

  :root .xxl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  :root .xxl\:to-black{
    --tw-gradient-to: var(--text-color);
  }

  :root .xxl\:to-white{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xxl\:to-contrast-black{
    --tw-gradient-to: black;
  }

  :root .xxl\:to-contrast-white{
    --tw-gradient-to: white;
  }

  :root .xxl\:to-grays-light{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xxl\:to-grays{
    --tw-gradient-to: #969CA7;
  }

  :root .xxl\:to-gray-light{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:to-gray{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xxl\:to-red-light{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:to-red{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xxl\:to-orange-light{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:to-orange{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xxl\:to-deep-orange-light{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:to-deep-orange{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xxl\:to-amber-light{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:to-amber{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xxl\:to-green-light{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:to-green{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xxl\:to-teal-light{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:to-teal{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xxl\:to-cyan-light{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:to-cyan{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xxl\:to-purple-light{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:to-purple{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xxl\:to-deep-purple-light{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:to-deep-purple{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xxl\:to-pink-light{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:to-pink{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xxl\:to-primary-light{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xxl\:to-primary{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xxl\:to-accent-light{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xxl\:to-accent{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xxl\:to-warn-light{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xxl\:to-warn{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xxl\:to-am-base-background{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xxl\:to-am-main-blue{
    --tw-gradient-to: #7084E3;
  }

  :root .xxl\:to-am-main-blue-light{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xxl\:to-am-main-blue-dark{
    --tw-gradient-to: #00004d;
  }

  :root .xxl\:to-am-gray{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xxl\:to-am-gray-light{
    --tw-gradient-to: #bebebe;
  }

  :root .xxl\:to-am-gray-dark{
    --tw-gradient-to: #666666;
  }

  :root .xxl\:to-am-new-green{
    --tw-gradient-to: #77dea2;
  }

  :root .xxl\:to-am-new-green-light{
    --tw-gradient-to: #baeed0;
  }

  :root .xxl\:to-am-new-green-dark{
    --tw-gradient-to: #27834d;
  }

  :root .xxl\:to-am-new-orange{
    --tw-gradient-to: #f78842;
  }

  :root .xxl\:to-am-new-orange-light{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xxl\:to-am-new-orange-dark{
    --tw-gradient-to: #af5f2e;
  }

  :root .xxl\:to-am-coral{
    --tw-gradient-to: #ee8f72;
  }

  :root .xxl\:to-am-coral-light{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xxl\:to-am-coral-dark{
    --tw-gradient-to: #be6a50;
  }

  :root .xxl\:to-am-teal{
    --tw-gradient-to: #81e6e2;
  }

  :root .xxl\:to-am-teal-light{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xxl\:to-am-teal-dark{
    --tw-gradient-to: #449D99;
  }

  :root .xxl\:to-am-new-red{
    --tw-gradient-to: #de7777;
  }

  :root .xxl\:to-am-new-red-light{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xxl\:to-am-new-red-dark{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xxl\:to-am-new-yellow{
    --tw-gradient-to: #ffce00;
  }

  :root .xxl\:to-am-new-yellow-light{
    --tw-gradient-to: #ffeb99;
  }

  :root .xxl\:to-am-new-yellow-dark{
    --tw-gradient-to: #a56c00;
  }

  :root .xxl\:to-am-new-pink{
    --tw-gradient-to: #d977dd;
  }

  :root .xxl\:to-am-new-pink-light{
    --tw-gradient-to: #ecbaee;
  }

  :root .xxl\:to-am-new-pink-dark{
    --tw-gradient-to: #97569a;
  }

  :root .xxl\:to-am-new-purple{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xxl\:to-am-new-purple-light{
    --tw-gradient-to: #baacff;
  }

  :root .xxl\:to-am-new-purple-dark{
    --tw-gradient-to: #7164b1;
  }

  :root .xxl\:to-am-purple-transparent{
    --tw-gradient-to: #757de338;
  }

  :root .xxl\:to-am-purple-relight{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xxl\:to-am-purple-light{
    --tw-gradient-to: #dbdcff;
  }

  :root .xxl\:to-am-purple-medium{
    --tw-gradient-to: #927DEA;
  }

  :root .xxl\:to-am-purple-dark{
    --tw-gradient-to: #465499;
  }

  :root .xxl\:to-am-purple{
    --tw-gradient-to: #7084E3;
  }

  :root .xxl\:to-am-green-light{
    --tw-gradient-to: #77DEA2;
  }

  :root .xxl\:to-am-green-brightest{
    --tw-gradient-to: #77DEA280;
  }

  :root .xxl\:to-am-green-cyan{
    --tw-gradient-to: #26b28f;
  }

  :root .xxl\:to-am-green-dark{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xxl\:to-am-green-aqua{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xxl\:to-am-green-brightest-transparent{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xxl\:to-am-green-hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xxl\:to-am-green{
    --tw-gradient-to: #54C931;
  }

  :root .xxl\:to-am-red-alive{
    --tw-gradient-to: #E56262;
  }

  :root .xxl\:to-am-red-light{
    --tw-gradient-to: #ffcece;
  }

  :root .xxl\:to-am-red-dark{
    --tw-gradient-to: #d93d3d;
  }

  :root .xxl\:to-am-red-intense{
    --tw-gradient-to: #f00846;
  }

  :root .xxl\:to-am-red{
    --tw-gradient-to: #DE7777;
  }

  :root .xxl\:to-am-grey-light{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xxl\:to-am-grey-dark{
    --tw-gradient-to: #2C303E;
  }

  :root .xxl\:to-am-grey-medium{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xxl\:to-am-grey-transparent{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xxl\:to-am-grey{
    --tw-gradient-to: #666666;
  }

  :root .xxl\:to-am-pink-light{
    --tw-gradient-to: #edcff0;
  }

  :root .xxl\:to-am-pink-dark{
    --tw-gradient-to: #a941ae;
  }

  :root .xxl\:to-am-pink-brightest{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xxl\:to-am-pink-rose{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xxl\:to-am-pink{
    --tw-gradient-to: #D977DD;
  }

  :root .xxl\:to-am-orange-light{
    --tw-gradient-to: #f89103;
  }

  :root .xxl\:to-am-orange-relight{
    --tw-gradient-to: #fff1e8;
  }

  :root .xxl\:to-am-orange-dark{
    --tw-gradient-to: #b57c00;
  }

  :root .xxl\:to-am-orange{
    --tw-gradient-to: #f78842;
  }

  :root .xxl\:to-am-cyan-light{
    --tw-gradient-to: #b3edf4;
  }

  :root .xxl\:to-am-cyan-dark{
    --tw-gradient-to: #129aa6;
  }

  :root .xxl\:to-am-cyan-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .xxl\:to-am-cyan-green{
    --tw-gradient-to: #b9eadf;
  }

  :root .xxl\:to-am-cyan{
    --tw-gradient-to: #18D9EA;
  }

  :root .xxl\:to-am-blue-light{
    --tw-gradient-to: #92C9F2;
  }

  :root .xxl\:to-am-blue{
    --tw-gradient-to: #0061FD60;
  }

  :root .xxl\:to-am-blue-dark{
    --tw-gradient-to: #5784a5;
  }

  :root .xxl\:to-am-yellow-resalt{
    --tw-gradient-to: #FFCE00;
  }

  :root .xxl\:to-am-yellow-light{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xxl\:to-am-yellow-dark{
    --tw-gradient-to: #c18b11;
  }

  :root .xxl\:to-am-yellow{
    --tw-gradient-to: #FAD073;
  }

  :root .xxl\:to-am-cream-entry{
    --tw-gradient-to: #81E6AB;
  }

  :root .xxl\:to-am-cream-entry_light{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xxl\:to-am-cream-entry_text{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xxl\:to-am-cream-lunchgo{
    --tw-gradient-to: #EEBA72;
  }

  :root .xxl\:to-am-cream-lunchgo_light{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xxl\:to-am-cream-lunchgo_text{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xxl\:to-am-cream-lunchback{
    --tw-gradient-to: #EE8F72;
  }

  :root .xxl\:to-am-cream-lunchback_light{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xxl\:to-am-cream-lunchback_text{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xxl\:to-am-cream-exit{
    --tw-gradient-to: #81E6E2;
  }

  :root .xxl\:to-am-cream-exit_light{
    --tw-gradient-to: #81E6E233;
  }

  :root .xxl\:to-am-cream-exit_text{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xxl\:to-am-cream-yesterday{
    --tw-gradient-to: #DE7777;
  }

  :root .xxl\:to-am-cream-yesterday_light{
    --tw-gradient-to: #DE777733;
  }

  :root .xxl\:to-am-cream-yesterday_text{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xxl\:to-am-brown-light{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xxl\:to-am-brown-dark{
    --tw-gradient-to: #501D0E;
  }

  :root .xxl\:to-am-brown{
    --tw-gradient-to: #A23E00;
  }

  :root .xxl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  :root .xxl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  :root .xxl\:hover\:to-black:hover{
    --tw-gradient-to: var(--text-color);
  }

  :root .xxl\:hover\:to-white:hover{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xxl\:hover\:to-contrast-black:hover{
    --tw-gradient-to: black;
  }

  :root .xxl\:hover\:to-contrast-white:hover{
    --tw-gradient-to: white;
  }

  :root .xxl\:hover\:to-grays-light:hover{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xxl\:hover\:to-grays:hover{
    --tw-gradient-to: #969CA7;
  }

  :root .xxl\:hover\:to-gray-light:hover{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:hover\:to-gray:hover{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xxl\:hover\:to-red-light:hover{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:hover\:to-red:hover{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xxl\:hover\:to-orange-light:hover{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:hover\:to-orange:hover{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xxl\:hover\:to-deep-orange-light:hover{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:hover\:to-deep-orange:hover{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xxl\:hover\:to-amber-light:hover{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:hover\:to-amber:hover{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xxl\:hover\:to-green-light:hover{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:hover\:to-green:hover{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xxl\:hover\:to-teal-light:hover{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:hover\:to-teal:hover{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xxl\:hover\:to-cyan-light:hover{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:hover\:to-cyan:hover{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xxl\:hover\:to-purple-light:hover{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:hover\:to-purple:hover{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xxl\:hover\:to-deep-purple-light:hover{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:hover\:to-deep-purple:hover{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xxl\:hover\:to-pink-light:hover{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:hover\:to-pink:hover{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xxl\:hover\:to-primary-light:hover{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xxl\:hover\:to-primary:hover{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xxl\:hover\:to-accent-light:hover{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xxl\:hover\:to-accent:hover{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xxl\:hover\:to-warn-light:hover{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xxl\:hover\:to-warn:hover{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xxl\:hover\:to-am-base-background:hover{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xxl\:hover\:to-am-main-blue:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .xxl\:hover\:to-am-main-blue-light:hover{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xxl\:hover\:to-am-main-blue-dark:hover{
    --tw-gradient-to: #00004d;
  }

  :root .xxl\:hover\:to-am-gray:hover{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xxl\:hover\:to-am-gray-light:hover{
    --tw-gradient-to: #bebebe;
  }

  :root .xxl\:hover\:to-am-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  :root .xxl\:hover\:to-am-new-green:hover{
    --tw-gradient-to: #77dea2;
  }

  :root .xxl\:hover\:to-am-new-green-light:hover{
    --tw-gradient-to: #baeed0;
  }

  :root .xxl\:hover\:to-am-new-green-dark:hover{
    --tw-gradient-to: #27834d;
  }

  :root .xxl\:hover\:to-am-new-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .xxl\:hover\:to-am-new-orange-light:hover{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xxl\:hover\:to-am-new-orange-dark:hover{
    --tw-gradient-to: #af5f2e;
  }

  :root .xxl\:hover\:to-am-coral:hover{
    --tw-gradient-to: #ee8f72;
  }

  :root .xxl\:hover\:to-am-coral-light:hover{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xxl\:hover\:to-am-coral-dark:hover{
    --tw-gradient-to: #be6a50;
  }

  :root .xxl\:hover\:to-am-teal:hover{
    --tw-gradient-to: #81e6e2;
  }

  :root .xxl\:hover\:to-am-teal-light:hover{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xxl\:hover\:to-am-teal-dark:hover{
    --tw-gradient-to: #449D99;
  }

  :root .xxl\:hover\:to-am-new-red:hover{
    --tw-gradient-to: #de7777;
  }

  :root .xxl\:hover\:to-am-new-red-light:hover{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xxl\:hover\:to-am-new-red-dark:hover{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xxl\:hover\:to-am-new-yellow:hover{
    --tw-gradient-to: #ffce00;
  }

  :root .xxl\:hover\:to-am-new-yellow-light:hover{
    --tw-gradient-to: #ffeb99;
  }

  :root .xxl\:hover\:to-am-new-yellow-dark:hover{
    --tw-gradient-to: #a56c00;
  }

  :root .xxl\:hover\:to-am-new-pink:hover{
    --tw-gradient-to: #d977dd;
  }

  :root .xxl\:hover\:to-am-new-pink-light:hover{
    --tw-gradient-to: #ecbaee;
  }

  :root .xxl\:hover\:to-am-new-pink-dark:hover{
    --tw-gradient-to: #97569a;
  }

  :root .xxl\:hover\:to-am-new-purple:hover{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xxl\:hover\:to-am-new-purple-light:hover{
    --tw-gradient-to: #baacff;
  }

  :root .xxl\:hover\:to-am-new-purple-dark:hover{
    --tw-gradient-to: #7164b1;
  }

  :root .xxl\:hover\:to-am-purple-transparent:hover{
    --tw-gradient-to: #757de338;
  }

  :root .xxl\:hover\:to-am-purple-relight:hover{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xxl\:hover\:to-am-purple-light:hover{
    --tw-gradient-to: #dbdcff;
  }

  :root .xxl\:hover\:to-am-purple-medium:hover{
    --tw-gradient-to: #927DEA;
  }

  :root .xxl\:hover\:to-am-purple-dark:hover{
    --tw-gradient-to: #465499;
  }

  :root .xxl\:hover\:to-am-purple:hover{
    --tw-gradient-to: #7084E3;
  }

  :root .xxl\:hover\:to-am-green-light:hover{
    --tw-gradient-to: #77DEA2;
  }

  :root .xxl\:hover\:to-am-green-brightest:hover{
    --tw-gradient-to: #77DEA280;
  }

  :root .xxl\:hover\:to-am-green-cyan:hover{
    --tw-gradient-to: #26b28f;
  }

  :root .xxl\:hover\:to-am-green-dark:hover{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xxl\:hover\:to-am-green-aqua:hover{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xxl\:hover\:to-am-green-brightest-transparent:hover{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xxl\:hover\:to-am-green-hover:hover{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xxl\:hover\:to-am-green:hover{
    --tw-gradient-to: #54C931;
  }

  :root .xxl\:hover\:to-am-red-alive:hover{
    --tw-gradient-to: #E56262;
  }

  :root .xxl\:hover\:to-am-red-light:hover{
    --tw-gradient-to: #ffcece;
  }

  :root .xxl\:hover\:to-am-red-dark:hover{
    --tw-gradient-to: #d93d3d;
  }

  :root .xxl\:hover\:to-am-red-intense:hover{
    --tw-gradient-to: #f00846;
  }

  :root .xxl\:hover\:to-am-red:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .xxl\:hover\:to-am-grey-light:hover{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xxl\:hover\:to-am-grey-dark:hover{
    --tw-gradient-to: #2C303E;
  }

  :root .xxl\:hover\:to-am-grey-medium:hover{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xxl\:hover\:to-am-grey-transparent:hover{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xxl\:hover\:to-am-grey:hover{
    --tw-gradient-to: #666666;
  }

  :root .xxl\:hover\:to-am-pink-light:hover{
    --tw-gradient-to: #edcff0;
  }

  :root .xxl\:hover\:to-am-pink-dark:hover{
    --tw-gradient-to: #a941ae;
  }

  :root .xxl\:hover\:to-am-pink-brightest:hover{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xxl\:hover\:to-am-pink-rose:hover{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xxl\:hover\:to-am-pink:hover{
    --tw-gradient-to: #D977DD;
  }

  :root .xxl\:hover\:to-am-orange-light:hover{
    --tw-gradient-to: #f89103;
  }

  :root .xxl\:hover\:to-am-orange-relight:hover{
    --tw-gradient-to: #fff1e8;
  }

  :root .xxl\:hover\:to-am-orange-dark:hover{
    --tw-gradient-to: #b57c00;
  }

  :root .xxl\:hover\:to-am-orange:hover{
    --tw-gradient-to: #f78842;
  }

  :root .xxl\:hover\:to-am-cyan-light:hover{
    --tw-gradient-to: #b3edf4;
  }

  :root .xxl\:hover\:to-am-cyan-dark:hover{
    --tw-gradient-to: #129aa6;
  }

  :root .xxl\:hover\:to-am-cyan-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .xxl\:hover\:to-am-cyan-green:hover{
    --tw-gradient-to: #b9eadf;
  }

  :root .xxl\:hover\:to-am-cyan:hover{
    --tw-gradient-to: #18D9EA;
  }

  :root .xxl\:hover\:to-am-blue-light:hover{
    --tw-gradient-to: #92C9F2;
  }

  :root .xxl\:hover\:to-am-blue:hover{
    --tw-gradient-to: #0061FD60;
  }

  :root .xxl\:hover\:to-am-blue-dark:hover{
    --tw-gradient-to: #5784a5;
  }

  :root .xxl\:hover\:to-am-yellow-resalt:hover{
    --tw-gradient-to: #FFCE00;
  }

  :root .xxl\:hover\:to-am-yellow-light:hover{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xxl\:hover\:to-am-yellow-dark:hover{
    --tw-gradient-to: #c18b11;
  }

  :root .xxl\:hover\:to-am-yellow:hover{
    --tw-gradient-to: #FAD073;
  }

  :root .xxl\:hover\:to-am-cream-entry:hover{
    --tw-gradient-to: #81E6AB;
  }

  :root .xxl\:hover\:to-am-cream-entry_light:hover{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xxl\:hover\:to-am-cream-entry_text:hover{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xxl\:hover\:to-am-cream-lunchgo:hover{
    --tw-gradient-to: #EEBA72;
  }

  :root .xxl\:hover\:to-am-cream-lunchgo_light:hover{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xxl\:hover\:to-am-cream-lunchgo_text:hover{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xxl\:hover\:to-am-cream-lunchback:hover{
    --tw-gradient-to: #EE8F72;
  }

  :root .xxl\:hover\:to-am-cream-lunchback_light:hover{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xxl\:hover\:to-am-cream-lunchback_text:hover{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xxl\:hover\:to-am-cream-exit:hover{
    --tw-gradient-to: #81E6E2;
  }

  :root .xxl\:hover\:to-am-cream-exit_light:hover{
    --tw-gradient-to: #81E6E233;
  }

  :root .xxl\:hover\:to-am-cream-exit_text:hover{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xxl\:hover\:to-am-cream-yesterday:hover{
    --tw-gradient-to: #DE7777;
  }

  :root .xxl\:hover\:to-am-cream-yesterday_light:hover{
    --tw-gradient-to: #DE777733;
  }

  :root .xxl\:hover\:to-am-cream-yesterday_text:hover{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xxl\:hover\:to-am-brown-light:hover{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xxl\:hover\:to-am-brown-dark:hover{
    --tw-gradient-to: #501D0E;
  }

  :root .xxl\:hover\:to-am-brown:hover{
    --tw-gradient-to: #A23E00;
  }

  :root .xxl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  :root .xxl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  :root .xxl\:focus\:to-black:focus{
    --tw-gradient-to: var(--text-color);
  }

  :root .xxl\:focus\:to-white:focus{
    --tw-gradient-to: var(--text-color-light);
  }

  :root .xxl\:focus\:to-contrast-black:focus{
    --tw-gradient-to: black;
  }

  :root .xxl\:focus\:to-contrast-white:focus{
    --tw-gradient-to: white;
  }

  :root .xxl\:focus\:to-grays-light:focus{
    --tw-gradient-to: #D6D6D6;
  }

  :root .xxl\:focus\:to-grays:focus{
    --tw-gradient-to: #969CA7;
  }

  :root .xxl\:focus\:to-gray-light:focus{
    --tw-gradient-to: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus\:to-gray:focus{
    --tw-gradient-to: rgb(158, 158, 158);
  }

  :root .xxl\:focus\:to-red-light:focus{
    --tw-gradient-to: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus\:to-red:focus{
    --tw-gradient-to: rgb(244, 67, 54);
  }

  :root .xxl\:focus\:to-orange-light:focus{
    --tw-gradient-to: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus\:to-orange:focus{
    --tw-gradient-to: rgb(255, 152, 0);
  }

  :root .xxl\:focus\:to-deep-orange-light:focus{
    --tw-gradient-to: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus\:to-deep-orange:focus{
    --tw-gradient-to: rgb(255, 87, 34);
  }

  :root .xxl\:focus\:to-amber-light:focus{
    --tw-gradient-to: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus\:to-amber:focus{
    --tw-gradient-to: rgb(255, 193, 7);
  }

  :root .xxl\:focus\:to-green-light:focus{
    --tw-gradient-to: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus\:to-green:focus{
    --tw-gradient-to: rgb(76, 175, 80);
  }

  :root .xxl\:focus\:to-teal-light:focus{
    --tw-gradient-to: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus\:to-teal:focus{
    --tw-gradient-to: rgb(0, 150, 136);
  }

  :root .xxl\:focus\:to-cyan-light:focus{
    --tw-gradient-to: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus\:to-cyan:focus{
    --tw-gradient-to: rgb(0, 188, 212);
  }

  :root .xxl\:focus\:to-purple-light:focus{
    --tw-gradient-to: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus\:to-purple:focus{
    --tw-gradient-to: rgb(156, 39, 176);
  }

  :root .xxl\:focus\:to-deep-purple-light:focus{
    --tw-gradient-to: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus\:to-deep-purple:focus{
    --tw-gradient-to: rgb(103, 58, 183);
  }

  :root .xxl\:focus\:to-pink-light:focus{
    --tw-gradient-to: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus\:to-pink:focus{
    --tw-gradient-to: rgb(233, 30, 99);
  }

  :root .xxl\:focus\:to-primary-light:focus{
    --tw-gradient-to: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus\:to-primary:focus{
    --tw-gradient-to: rgb(var(--color-primary));
  }

  :root .xxl\:focus\:to-accent-light:focus{
    --tw-gradient-to: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus\:to-accent:focus{
    --tw-gradient-to: rgb(var(--color-accent));
  }

  :root .xxl\:focus\:to-warn-light:focus{
    --tw-gradient-to: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus\:to-warn:focus{
    --tw-gradient-to: rgb(var(--color-warn));
  }

  :root .xxl\:focus\:to-am-base-background:focus{
    --tw-gradient-to: #F4F6FF;
  }

  :root .xxl\:focus\:to-am-main-blue:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .xxl\:focus\:to-am-main-blue-light:focus{
    --tw-gradient-to: #d0d8ff;
  }

  :root .xxl\:focus\:to-am-main-blue-dark:focus{
    --tw-gradient-to: #00004d;
  }

  :root .xxl\:focus\:to-am-gray:focus{
    --tw-gradient-to: #9a9a9a;
  }

  :root .xxl\:focus\:to-am-gray-light:focus{
    --tw-gradient-to: #bebebe;
  }

  :root .xxl\:focus\:to-am-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  :root .xxl\:focus\:to-am-new-green:focus{
    --tw-gradient-to: #77dea2;
  }

  :root .xxl\:focus\:to-am-new-green-light:focus{
    --tw-gradient-to: #baeed0;
  }

  :root .xxl\:focus\:to-am-new-green-dark:focus{
    --tw-gradient-to: #27834d;
  }

  :root .xxl\:focus\:to-am-new-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .xxl\:focus\:to-am-new-orange-light:focus{
    --tw-gradient-to: #fbc3a0;
  }

  :root .xxl\:focus\:to-am-new-orange-dark:focus{
    --tw-gradient-to: #af5f2e;
  }

  :root .xxl\:focus\:to-am-coral:focus{
    --tw-gradient-to: #ee8f72;
  }

  :root .xxl\:focus\:to-am-coral-light:focus{
    --tw-gradient-to: #f6c7b8;
  }

  :root .xxl\:focus\:to-am-coral-dark:focus{
    --tw-gradient-to: #be6a50;
  }

  :root .xxl\:focus\:to-am-teal:focus{
    --tw-gradient-to: #81e6e2;
  }

  :root .xxl\:focus\:to-am-teal-light:focus{
    --tw-gradient-to: #b3f0ed;
  }

  :root .xxl\:focus\:to-am-teal-dark:focus{
    --tw-gradient-to: #449D99;
  }

  :root .xxl\:focus\:to-am-new-red:focus{
    --tw-gradient-to: #de7777;
  }

  :root .xxl\:focus\:to-am-new-red-light:focus{
    --tw-gradient-to: #f2b0b0;
  }

  :root .xxl\:focus\:to-am-new-red-dark:focus{
    --tw-gradient-to: #ac3d3d;
  }

  :root .xxl\:focus\:to-am-new-yellow:focus{
    --tw-gradient-to: #ffce00;
  }

  :root .xxl\:focus\:to-am-new-yellow-light:focus{
    --tw-gradient-to: #ffeb99;
  }

  :root .xxl\:focus\:to-am-new-yellow-dark:focus{
    --tw-gradient-to: #a56c00;
  }

  :root .xxl\:focus\:to-am-new-pink:focus{
    --tw-gradient-to: #d977dd;
  }

  :root .xxl\:focus\:to-am-new-pink-light:focus{
    --tw-gradient-to: #ecbaee;
  }

  :root .xxl\:focus\:to-am-new-pink-dark:focus{
    --tw-gradient-to: #97569a;
  }

  :root .xxl\:focus\:to-am-new-purple:focus{
    --tw-gradient-to: #8f7ee3;
  }

  :root .xxl\:focus\:to-am-new-purple-light:focus{
    --tw-gradient-to: #baacff;
  }

  :root .xxl\:focus\:to-am-new-purple-dark:focus{
    --tw-gradient-to: #7164b1;
  }

  :root .xxl\:focus\:to-am-purple-transparent:focus{
    --tw-gradient-to: #757de338;
  }

  :root .xxl\:focus\:to-am-purple-relight:focus{
    --tw-gradient-to: #f0f1ff;
  }

  :root .xxl\:focus\:to-am-purple-light:focus{
    --tw-gradient-to: #dbdcff;
  }

  :root .xxl\:focus\:to-am-purple-medium:focus{
    --tw-gradient-to: #927DEA;
  }

  :root .xxl\:focus\:to-am-purple-dark:focus{
    --tw-gradient-to: #465499;
  }

  :root .xxl\:focus\:to-am-purple:focus{
    --tw-gradient-to: #7084E3;
  }

  :root .xxl\:focus\:to-am-green-light:focus{
    --tw-gradient-to: #77DEA2;
  }

  :root .xxl\:focus\:to-am-green-brightest:focus{
    --tw-gradient-to: #77DEA280;
  }

  :root .xxl\:focus\:to-am-green-cyan:focus{
    --tw-gradient-to: #26b28f;
  }

  :root .xxl\:focus\:to-am-green-dark:focus{
    --tw-gradient-to: #1f8f4e;
  }

  :root .xxl\:focus\:to-am-green-aqua:focus{
    --tw-gradient-to: #7DEAB4;
  }

  :root .xxl\:focus\:to-am-green-brightest-transparent:focus{
    --tw-gradient-to: #e9f8ee;
  }

  :root .xxl\:focus\:to-am-green-hover:focus{
    --tw-gradient-to: #F5FCF7;
  }

  :root .xxl\:focus\:to-am-green:focus{
    --tw-gradient-to: #54C931;
  }

  :root .xxl\:focus\:to-am-red-alive:focus{
    --tw-gradient-to: #E56262;
  }

  :root .xxl\:focus\:to-am-red-light:focus{
    --tw-gradient-to: #ffcece;
  }

  :root .xxl\:focus\:to-am-red-dark:focus{
    --tw-gradient-to: #d93d3d;
  }

  :root .xxl\:focus\:to-am-red-intense:focus{
    --tw-gradient-to: #f00846;
  }

  :root .xxl\:focus\:to-am-red:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .xxl\:focus\:to-am-grey-light:focus{
    --tw-gradient-to: #BFC4FF1F;
  }

  :root .xxl\:focus\:to-am-grey-dark:focus{
    --tw-gradient-to: #2C303E;
  }

  :root .xxl\:focus\:to-am-grey-medium:focus{
    --tw-gradient-to: #bbbbbb;
  }

  :root .xxl\:focus\:to-am-grey-transparent:focus{
    --tw-gradient-to: #BFC4FF4B;
  }

  :root .xxl\:focus\:to-am-grey:focus{
    --tw-gradient-to: #666666;
  }

  :root .xxl\:focus\:to-am-pink-light:focus{
    --tw-gradient-to: #edcff0;
  }

  :root .xxl\:focus\:to-am-pink-dark:focus{
    --tw-gradient-to: #a941ae;
  }

  :root .xxl\:focus\:to-am-pink-brightest:focus{
    --tw-gradient-to: #d977dd3b;
  }

  :root .xxl\:focus\:to-am-pink-rose:focus{
    --tw-gradient-to: #F8BBD0;
  }

  :root .xxl\:focus\:to-am-pink:focus{
    --tw-gradient-to: #D977DD;
  }

  :root .xxl\:focus\:to-am-orange-light:focus{
    --tw-gradient-to: #f89103;
  }

  :root .xxl\:focus\:to-am-orange-relight:focus{
    --tw-gradient-to: #fff1e8;
  }

  :root .xxl\:focus\:to-am-orange-dark:focus{
    --tw-gradient-to: #b57c00;
  }

  :root .xxl\:focus\:to-am-orange:focus{
    --tw-gradient-to: #f78842;
  }

  :root .xxl\:focus\:to-am-cyan-light:focus{
    --tw-gradient-to: #b3edf4;
  }

  :root .xxl\:focus\:to-am-cyan-dark:focus{
    --tw-gradient-to: #129aa6;
  }

  :root .xxl\:focus\:to-am-cyan-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .xxl\:focus\:to-am-cyan-green:focus{
    --tw-gradient-to: #b9eadf;
  }

  :root .xxl\:focus\:to-am-cyan:focus{
    --tw-gradient-to: #18D9EA;
  }

  :root .xxl\:focus\:to-am-blue-light:focus{
    --tw-gradient-to: #92C9F2;
  }

  :root .xxl\:focus\:to-am-blue:focus{
    --tw-gradient-to: #0061FD60;
  }

  :root .xxl\:focus\:to-am-blue-dark:focus{
    --tw-gradient-to: #5784a5;
  }

  :root .xxl\:focus\:to-am-yellow-resalt:focus{
    --tw-gradient-to: #FFCE00;
  }

  :root .xxl\:focus\:to-am-yellow-light:focus{
    --tw-gradient-to: #f8e9ae;
  }

  :root .xxl\:focus\:to-am-yellow-dark:focus{
    --tw-gradient-to: #c18b11;
  }

  :root .xxl\:focus\:to-am-yellow:focus{
    --tw-gradient-to: #FAD073;
  }

  :root .xxl\:focus\:to-am-cream-entry:focus{
    --tw-gradient-to: #81E6AB;
  }

  :root .xxl\:focus\:to-am-cream-entry_light:focus{
    --tw-gradient-to: #81E6AB33;
  }

  :root .xxl\:focus\:to-am-cream-entry_text:focus{
    --tw-gradient-to: #81E6ABB3;
  }

  :root .xxl\:focus\:to-am-cream-lunchgo:focus{
    --tw-gradient-to: #EEBA72;
  }

  :root .xxl\:focus\:to-am-cream-lunchgo_light:focus{
    --tw-gradient-to: #EEBA7233;
  }

  :root .xxl\:focus\:to-am-cream-lunchgo_text:focus{
    --tw-gradient-to: #EEBA72B3;
  }

  :root .xxl\:focus\:to-am-cream-lunchback:focus{
    --tw-gradient-to: #EE8F72;
  }

  :root .xxl\:focus\:to-am-cream-lunchback_light:focus{
    --tw-gradient-to: #EE8F7233;
  }

  :root .xxl\:focus\:to-am-cream-lunchback_text:focus{
    --tw-gradient-to: #EE8F72B3;
  }

  :root .xxl\:focus\:to-am-cream-exit:focus{
    --tw-gradient-to: #81E6E2;
  }

  :root .xxl\:focus\:to-am-cream-exit_light:focus{
    --tw-gradient-to: #81E6E233;
  }

  :root .xxl\:focus\:to-am-cream-exit_text:focus{
    --tw-gradient-to: #81E6E2B3;
  }

  :root .xxl\:focus\:to-am-cream-yesterday:focus{
    --tw-gradient-to: #DE7777;
  }

  :root .xxl\:focus\:to-am-cream-yesterday_light:focus{
    --tw-gradient-to: #DE777733;
  }

  :root .xxl\:focus\:to-am-cream-yesterday_text:focus{
    --tw-gradient-to: #DE7777B3;
  }

  :root .xxl\:focus\:to-am-brown-light:focus{
    --tw-gradient-to: #f1e1d8;
  }

  :root .xxl\:focus\:to-am-brown-dark:focus{
    --tw-gradient-to: #501D0E;
  }

  :root .xxl\:focus\:to-am-brown:focus{
    --tw-gradient-to: #A23E00;
  }

  :root .xxl\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  :root .xxl\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  :root .xxl\:bg-auto{
    background-size: auto;
  }

  :root .xxl\:bg-cover{
    background-size: cover;
  }

  :root .xxl\:bg-contain{
    background-size: contain;
  }

  :root .xxl\:bg-fixed{
    background-attachment: fixed;
  }

  :root .xxl\:bg-local{
    background-attachment: local;
  }

  :root .xxl\:bg-scroll{
    background-attachment: scroll;
  }

  :root .xxl\:bg-clip-border{
    background-clip: border-box;
  }

  :root .xxl\:bg-clip-padding{
    background-clip: padding-box;
  }

  :root .xxl\:bg-clip-content{
    background-clip: content-box;
  }

  :root .xxl\:bg-clip-text{
    background-clip: text;
  }

  :root .xxl\:bg-bottom{
    background-position: bottom;
  }

  :root .xxl\:bg-center{
    background-position: center;
  }

  :root .xxl\:bg-left{
    background-position: left;
  }

  :root .xxl\:bg-left-bottom{
    background-position: left bottom;
  }

  :root .xxl\:bg-left-top{
    background-position: left top;
  }

  :root .xxl\:bg-right{
    background-position: right;
  }

  :root .xxl\:bg-right-bottom{
    background-position: right bottom;
  }

  :root .xxl\:bg-right-top{
    background-position: right top;
  }

  :root .xxl\:bg-top{
    background-position: top;
  }

  :root .xxl\:bg-repeat{
    background-repeat: repeat;
  }

  :root .xxl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  :root .xxl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  :root .xxl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  :root .xxl\:bg-repeat-round{
    background-repeat: round;
  }

  :root .xxl\:bg-repeat-space{
    background-repeat: space;
  }

  :root .xxl\:bg-origin-border{
    background-origin: border-box;
  }

  :root .xxl\:bg-origin-padding{
    background-origin: padding-box;
  }

  :root .xxl\:bg-origin-content{
    background-origin: content-box;
  }

  :root .xxl\:fill-current{
    fill: currentColor;
  }

  :root .xxl\:stroke-current{
    stroke: currentColor;
  }

  :root .xxl\:stroke-0{
    stroke-width: 0;
  }

  :root .xxl\:stroke-1{
    stroke-width: 1;
  }

  :root .xxl\:stroke-2{
    stroke-width: 2;
  }

  :root .xxl\:object-contain{
    object-fit: contain;
  }

  :root .xxl\:object-cover{
    object-fit: cover;
  }

  :root .xxl\:object-fill{
    object-fit: fill;
  }

  :root .xxl\:object-none{
    object-fit: none;
  }

  :root .xxl\:object-scale-down{
    object-fit: scale-down;
  }

  :root .xxl\:object-bottom{
    object-position: bottom;
  }

  :root .xxl\:object-center{
    object-position: center;
  }

  :root .xxl\:object-left{
    object-position: left;
  }

  :root .xxl\:object-left-bottom{
    object-position: left bottom;
  }

  :root .xxl\:object-left-top{
    object-position: left top;
  }

  :root .xxl\:object-right{
    object-position: right;
  }

  :root .xxl\:object-right-bottom{
    object-position: right bottom;
  }

  :root .xxl\:object-right-top{
    object-position: right top;
  }

  :root .xxl\:object-top{
    object-position: top;
  }

  :root .xxl\:p-0{
    padding: 0;
  }

  :root .xxl\:p-1{
    padding: 0.25rem;
  }

  :root .xxl\:p-2{
    padding: 0.5rem;
  }

  :root .xxl\:p-3{
    padding: 0.75rem;
  }

  :root .xxl\:p-4{
    padding: 1rem;
  }

  :root .xxl\:p-5{
    padding: 1.25rem;
  }

  :root .xxl\:p-6{
    padding: 1.5rem;
  }

  :root .xxl\:p-7{
    padding: 1.75rem;
  }

  :root .xxl\:p-8{
    padding: 2rem;
  }

  :root .xxl\:p-9{
    padding: 2.25rem;
  }

  :root .xxl\:p-10{
    padding: 2.5rem;
  }

  :root .xxl\:p-11{
    padding: 2.75rem;
  }

  :root .xxl\:p-12{
    padding: 3rem;
  }

  :root .xxl\:p-13{
    padding: 3.25rem;
  }

  :root .xxl\:p-14{
    padding: 3.5rem;
  }

  :root .xxl\:p-16{
    padding: 4rem;
  }

  :root .xxl\:p-18{
    padding: 4.5rem;
  }

  :root .xxl\:p-20{
    padding: 5rem;
  }

  :root .xxl\:p-21{
    padding: 5.25rem;
  }

  :root .xxl\:p-22{
    padding: 5.5rem;
  }

  :root .xxl\:p-24{
    padding: 6rem;
  }

  :root .xxl\:p-26{
    padding: 6.5rem;
  }

  :root .xxl\:p-27{
    padding: 6.75rem;
  }

  :root .xxl\:p-28{
    padding: 7rem;
  }

  :root .xxl\:p-30{
    padding: 7.5rem;
  }

  :root .xxl\:p-32{
    padding: 8rem;
  }

  :root .xxl\:p-36{
    padding: 9rem;
  }

  :root .xxl\:p-40{
    padding: 10rem;
  }

  :root .xxl\:p-41{
    padding: 11.25rem;
  }

  :root .xxl\:p-42{
    padding: 11.5rem;
  }

  :root .xxl\:p-44{
    padding: 11rem;
  }

  :root .xxl\:p-48{
    padding: 12rem;
  }

  :root .xxl\:p-52{
    padding: 13rem;
  }

  :root .xxl\:p-54{
    padding: 13.5rem;
  }

  :root .xxl\:p-56{
    padding: 14rem;
  }

  :root .xxl\:p-60{
    padding: 15rem;
  }

  :root .xxl\:p-64{
    padding: 16rem;
  }

  :root .xxl\:p-68{
    padding: 17rem;
  }

  :root .xxl\:p-72{
    padding: 18rem;
  }

  :root .xxl\:p-76{
    padding: 19rem;
  }

  :root .xxl\:p-80{
    padding: 20rem;
  }

  :root .xxl\:p-84{
    padding: 21rem;
  }

  :root .xxl\:p-88{
    padding: 22rem;
  }

  :root .xxl\:p-96{
    padding: 24rem;
  }

  :root .xxl\:p-112{
    padding: 28rem;
  }

  :root .xxl\:p-120{
    padding: 30rem;
  }

  :root .xxl\:p-140{
    padding: 35rem;
  }

  :root .xxl\:p-150{
    padding: 37.5rem;
  }

  :root .xxl\:p-160{
    padding: 40rem;
  }

  :root .xxl\:p-220{
    padding: 55rem;
  }

  :root .xxl\:p-240{
    padding: 60rem;
  }

  :root .xxl\:p-300{
    padding: 75rem;
  }

  :root .xxl\:p-320{
    padding: 80rem;
  }

  :root .xxl\:p-px{
    padding: 1px;
  }

  :root .xxl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root .xxl\:p-1\.5{
    padding: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-0{
    padding: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:p-1{
    padding: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-2{
    padding: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-3{
    padding: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-4{
    padding: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-5{
    padding: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-6{
    padding: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-7{
    padding: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-8{
    padding: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-9{
    padding: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-10{
    padding: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-11{
    padding: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-12{
    padding: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-13{
    padding: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-14{
    padding: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-16{
    padding: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-18{
    padding: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-20{
    padding: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-21{
    padding: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-22{
    padding: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-24{
    padding: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-26{
    padding: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-27{
    padding: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-28{
    padding: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-30{
    padding: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-32{
    padding: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-36{
    padding: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-40{
    padding: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-41{
    padding: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-42{
    padding: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-44{
    padding: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-48{
    padding: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-52{
    padding: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-54{
    padding: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-56{
    padding: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-60{
    padding: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-64{
    padding: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-68{
    padding: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-72{
    padding: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-76{
    padding: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-80{
    padding: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-84{
    padding: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-88{
    padding: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-96{
    padding: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-112{
    padding: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-120{
    padding: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-140{
    padding: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-150{
    padding: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-160{
    padding: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-220{
    padding: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-240{
    padding: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-300{
    padding: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-320{
    padding: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:p-px{
    padding: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:p-1.xxl\:5{
    padding: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-0{
    padding: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:p-1{
    padding: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-2{
    padding: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-3{
    padding: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-4{
    padding: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-5{
    padding: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-6{
    padding: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-7{
    padding: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-8{
    padding: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-9{
    padding: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-10{
    padding: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-11{
    padding: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-12{
    padding: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-13{
    padding: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-14{
    padding: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-16{
    padding: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-18{
    padding: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-20{
    padding: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-21{
    padding: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-22{
    padding: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-24{
    padding: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-26{
    padding: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-27{
    padding: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-28{
    padding: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-30{
    padding: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-32{
    padding: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-36{
    padding: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-40{
    padding: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-41{
    padding: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-42{
    padding: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-44{
    padding: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-48{
    padding: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-52{
    padding: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-54{
    padding: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-56{
    padding: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-60{
    padding: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-64{
    padding: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-68{
    padding: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-72{
    padding: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-76{
    padding: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-80{
    padding: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-84{
    padding: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-88{
    padding: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-96{
    padding: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-112{
    padding: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-120{
    padding: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-140{
    padding: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-150{
    padding: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-160{
    padding: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-220{
    padding: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-240{
    padding: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-300{
    padding: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-320{
    padding: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:p-px{
    padding: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:p-gutter{
    padding: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:p-1.xxl\:5{
    padding: 0.375rem;
  }

  :root .xxl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root .xxl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root .xxl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root .xxl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root .xxl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root .xxl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root .xxl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root .xxl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root .xxl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root .xxl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root .xxl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root .xxl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root .xxl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root .xxl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root .xxl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root .xxl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root .xxl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root .xxl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root .xxl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root .xxl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root .xxl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root .xxl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root .xxl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root .xxl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root .xxl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root .xxl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root .xxl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root .xxl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root .xxl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root .xxl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root .xxl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root .xxl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root .xxl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root .xxl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root .xxl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root .xxl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root .xxl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root .xxl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root .xxl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root .xxl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root .xxl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root .xxl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root .xxl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root .xxl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root .xxl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root .xxl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root .xxl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root .xxl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root .xxl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root .xxl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root .xxl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root .xxl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root .xxl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root .xxl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root .xxl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root .xxl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root .xxl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root .xxl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root .xxl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root .xxl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root .xxl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root .xxl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root .xxl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root .xxl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root .xxl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root .xxl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root .xxl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root .xxl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root .xxl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root .xxl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root .xxl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root .xxl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root .xxl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root .xxl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root .xxl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root .xxl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root .xxl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root .xxl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root .xxl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root .xxl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root .xxl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root .xxl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root .xxl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root .xxl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root .xxl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root .xxl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root .xxl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root .xxl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root .xxl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root .xxl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root .xxl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root .xxl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root .xxl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root .xxl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root .xxl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root .xxl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root .xxl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root .xxl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root .xxl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root .xxl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root .xxl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root .xxl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root .xxl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root .xxl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root .xxl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root .xxl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root .xxl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root .xxl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root .xxl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root .xxl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root .xxl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root .xxl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:px-1.xxl\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:py-1.xxl\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-21{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-22{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-26{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-27{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-30{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-41{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-42{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-54{
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-68{
    padding-left: 17rem;
    padding-right: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-76{
    padding-left: 19rem;
    padding-right: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-84{
    padding-left: 21rem;
    padding-right: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-88{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-112{
    padding-left: 28rem;
    padding-right: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-120{
    padding-left: 30rem;
    padding-right: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-140{
    padding-left: 35rem;
    padding-right: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-150{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-160{
    padding-left: 40rem;
    padding-right: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-220{
    padding-left: 55rem;
    padding-right: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-240{
    padding-left: 60rem;
    padding-right: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-300{
    padding-left: 75rem;
    padding-right: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-320{
    padding-left: 80rem;
    padding-right: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:px-gutter{
    padding-left: var(--padding-gutter);
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:px-1.xxl\:5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-21{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-22{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-26{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-27{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-30{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-41{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-42{
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-54{
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-68{
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-76{
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-84{
    padding-top: 21rem;
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-88{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-112{
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-120{
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-140{
    padding-top: 35rem;
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-150{
    padding-top: 37.5rem;
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-160{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-220{
    padding-top: 55rem;
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-240{
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-300{
    padding-top: 75rem;
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-320{
    padding-top: 80rem;
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:py-gutter{
    padding-top: var(--padding-gutter);
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:py-1.xxl\:5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  :root .xxl\:pt-0{
    padding-top: 0;
  }

  :root .xxl\:pt-1{
    padding-top: 0.25rem;
  }

  :root .xxl\:pt-2{
    padding-top: 0.5rem;
  }

  :root .xxl\:pt-3{
    padding-top: 0.75rem;
  }

  :root .xxl\:pt-4{
    padding-top: 1rem;
  }

  :root .xxl\:pt-5{
    padding-top: 1.25rem;
  }

  :root .xxl\:pt-6{
    padding-top: 1.5rem;
  }

  :root .xxl\:pt-7{
    padding-top: 1.75rem;
  }

  :root .xxl\:pt-8{
    padding-top: 2rem;
  }

  :root .xxl\:pt-9{
    padding-top: 2.25rem;
  }

  :root .xxl\:pt-10{
    padding-top: 2.5rem;
  }

  :root .xxl\:pt-11{
    padding-top: 2.75rem;
  }

  :root .xxl\:pt-12{
    padding-top: 3rem;
  }

  :root .xxl\:pt-13{
    padding-top: 3.25rem;
  }

  :root .xxl\:pt-14{
    padding-top: 3.5rem;
  }

  :root .xxl\:pt-16{
    padding-top: 4rem;
  }

  :root .xxl\:pt-18{
    padding-top: 4.5rem;
  }

  :root .xxl\:pt-20{
    padding-top: 5rem;
  }

  :root .xxl\:pt-21{
    padding-top: 5.25rem;
  }

  :root .xxl\:pt-22{
    padding-top: 5.5rem;
  }

  :root .xxl\:pt-24{
    padding-top: 6rem;
  }

  :root .xxl\:pt-26{
    padding-top: 6.5rem;
  }

  :root .xxl\:pt-27{
    padding-top: 6.75rem;
  }

  :root .xxl\:pt-28{
    padding-top: 7rem;
  }

  :root .xxl\:pt-30{
    padding-top: 7.5rem;
  }

  :root .xxl\:pt-32{
    padding-top: 8rem;
  }

  :root .xxl\:pt-36{
    padding-top: 9rem;
  }

  :root .xxl\:pt-40{
    padding-top: 10rem;
  }

  :root .xxl\:pt-41{
    padding-top: 11.25rem;
  }

  :root .xxl\:pt-42{
    padding-top: 11.5rem;
  }

  :root .xxl\:pt-44{
    padding-top: 11rem;
  }

  :root .xxl\:pt-48{
    padding-top: 12rem;
  }

  :root .xxl\:pt-52{
    padding-top: 13rem;
  }

  :root .xxl\:pt-54{
    padding-top: 13.5rem;
  }

  :root .xxl\:pt-56{
    padding-top: 14rem;
  }

  :root .xxl\:pt-60{
    padding-top: 15rem;
  }

  :root .xxl\:pt-64{
    padding-top: 16rem;
  }

  :root .xxl\:pt-68{
    padding-top: 17rem;
  }

  :root .xxl\:pt-72{
    padding-top: 18rem;
  }

  :root .xxl\:pt-76{
    padding-top: 19rem;
  }

  :root .xxl\:pt-80{
    padding-top: 20rem;
  }

  :root .xxl\:pt-84{
    padding-top: 21rem;
  }

  :root .xxl\:pt-88{
    padding-top: 22rem;
  }

  :root .xxl\:pt-96{
    padding-top: 24rem;
  }

  :root .xxl\:pt-112{
    padding-top: 28rem;
  }

  :root .xxl\:pt-120{
    padding-top: 30rem;
  }

  :root .xxl\:pt-140{
    padding-top: 35rem;
  }

  :root .xxl\:pt-150{
    padding-top: 37.5rem;
  }

  :root .xxl\:pt-160{
    padding-top: 40rem;
  }

  :root .xxl\:pt-220{
    padding-top: 55rem;
  }

  :root .xxl\:pt-240{
    padding-top: 60rem;
  }

  :root .xxl\:pt-300{
    padding-top: 75rem;
  }

  :root .xxl\:pt-320{
    padding-top: 80rem;
  }

  :root .xxl\:pt-px{
    padding-top: 1px;
  }

  :root .xxl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root .xxl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  :root .xxl\:pr-0{
    padding-right: 0;
  }

  :root .xxl\:pr-1{
    padding-right: 0.25rem;
  }

  :root .xxl\:pr-2{
    padding-right: 0.5rem;
  }

  :root .xxl\:pr-3{
    padding-right: 0.75rem;
  }

  :root .xxl\:pr-4{
    padding-right: 1rem;
  }

  :root .xxl\:pr-5{
    padding-right: 1.25rem;
  }

  :root .xxl\:pr-6{
    padding-right: 1.5rem;
  }

  :root .xxl\:pr-7{
    padding-right: 1.75rem;
  }

  :root .xxl\:pr-8{
    padding-right: 2rem;
  }

  :root .xxl\:pr-9{
    padding-right: 2.25rem;
  }

  :root .xxl\:pr-10{
    padding-right: 2.5rem;
  }

  :root .xxl\:pr-11{
    padding-right: 2.75rem;
  }

  :root .xxl\:pr-12{
    padding-right: 3rem;
  }

  :root .xxl\:pr-13{
    padding-right: 3.25rem;
  }

  :root .xxl\:pr-14{
    padding-right: 3.5rem;
  }

  :root .xxl\:pr-16{
    padding-right: 4rem;
  }

  :root .xxl\:pr-18{
    padding-right: 4.5rem;
  }

  :root .xxl\:pr-20{
    padding-right: 5rem;
  }

  :root .xxl\:pr-21{
    padding-right: 5.25rem;
  }

  :root .xxl\:pr-22{
    padding-right: 5.5rem;
  }

  :root .xxl\:pr-24{
    padding-right: 6rem;
  }

  :root .xxl\:pr-26{
    padding-right: 6.5rem;
  }

  :root .xxl\:pr-27{
    padding-right: 6.75rem;
  }

  :root .xxl\:pr-28{
    padding-right: 7rem;
  }

  :root .xxl\:pr-30{
    padding-right: 7.5rem;
  }

  :root .xxl\:pr-32{
    padding-right: 8rem;
  }

  :root .xxl\:pr-36{
    padding-right: 9rem;
  }

  :root .xxl\:pr-40{
    padding-right: 10rem;
  }

  :root .xxl\:pr-41{
    padding-right: 11.25rem;
  }

  :root .xxl\:pr-42{
    padding-right: 11.5rem;
  }

  :root .xxl\:pr-44{
    padding-right: 11rem;
  }

  :root .xxl\:pr-48{
    padding-right: 12rem;
  }

  :root .xxl\:pr-52{
    padding-right: 13rem;
  }

  :root .xxl\:pr-54{
    padding-right: 13.5rem;
  }

  :root .xxl\:pr-56{
    padding-right: 14rem;
  }

  :root .xxl\:pr-60{
    padding-right: 15rem;
  }

  :root .xxl\:pr-64{
    padding-right: 16rem;
  }

  :root .xxl\:pr-68{
    padding-right: 17rem;
  }

  :root .xxl\:pr-72{
    padding-right: 18rem;
  }

  :root .xxl\:pr-76{
    padding-right: 19rem;
  }

  :root .xxl\:pr-80{
    padding-right: 20rem;
  }

  :root .xxl\:pr-84{
    padding-right: 21rem;
  }

  :root .xxl\:pr-88{
    padding-right: 22rem;
  }

  :root .xxl\:pr-96{
    padding-right: 24rem;
  }

  :root .xxl\:pr-112{
    padding-right: 28rem;
  }

  :root .xxl\:pr-120{
    padding-right: 30rem;
  }

  :root .xxl\:pr-140{
    padding-right: 35rem;
  }

  :root .xxl\:pr-150{
    padding-right: 37.5rem;
  }

  :root .xxl\:pr-160{
    padding-right: 40rem;
  }

  :root .xxl\:pr-220{
    padding-right: 55rem;
  }

  :root .xxl\:pr-240{
    padding-right: 60rem;
  }

  :root .xxl\:pr-300{
    padding-right: 75rem;
  }

  :root .xxl\:pr-320{
    padding-right: 80rem;
  }

  :root .xxl\:pr-px{
    padding-right: 1px;
  }

  :root .xxl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root .xxl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  :root .xxl\:pb-0{
    padding-bottom: 0;
  }

  :root .xxl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root .xxl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root .xxl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root .xxl\:pb-4{
    padding-bottom: 1rem;
  }

  :root .xxl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root .xxl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root .xxl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root .xxl\:pb-8{
    padding-bottom: 2rem;
  }

  :root .xxl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root .xxl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root .xxl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root .xxl\:pb-12{
    padding-bottom: 3rem;
  }

  :root .xxl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root .xxl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root .xxl\:pb-16{
    padding-bottom: 4rem;
  }

  :root .xxl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root .xxl\:pb-20{
    padding-bottom: 5rem;
  }

  :root .xxl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root .xxl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root .xxl\:pb-24{
    padding-bottom: 6rem;
  }

  :root .xxl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root .xxl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root .xxl\:pb-28{
    padding-bottom: 7rem;
  }

  :root .xxl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root .xxl\:pb-32{
    padding-bottom: 8rem;
  }

  :root .xxl\:pb-36{
    padding-bottom: 9rem;
  }

  :root .xxl\:pb-40{
    padding-bottom: 10rem;
  }

  :root .xxl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root .xxl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root .xxl\:pb-44{
    padding-bottom: 11rem;
  }

  :root .xxl\:pb-48{
    padding-bottom: 12rem;
  }

  :root .xxl\:pb-52{
    padding-bottom: 13rem;
  }

  :root .xxl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root .xxl\:pb-56{
    padding-bottom: 14rem;
  }

  :root .xxl\:pb-60{
    padding-bottom: 15rem;
  }

  :root .xxl\:pb-64{
    padding-bottom: 16rem;
  }

  :root .xxl\:pb-68{
    padding-bottom: 17rem;
  }

  :root .xxl\:pb-72{
    padding-bottom: 18rem;
  }

  :root .xxl\:pb-76{
    padding-bottom: 19rem;
  }

  :root .xxl\:pb-80{
    padding-bottom: 20rem;
  }

  :root .xxl\:pb-84{
    padding-bottom: 21rem;
  }

  :root .xxl\:pb-88{
    padding-bottom: 22rem;
  }

  :root .xxl\:pb-96{
    padding-bottom: 24rem;
  }

  :root .xxl\:pb-112{
    padding-bottom: 28rem;
  }

  :root .xxl\:pb-120{
    padding-bottom: 30rem;
  }

  :root .xxl\:pb-140{
    padding-bottom: 35rem;
  }

  :root .xxl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root .xxl\:pb-160{
    padding-bottom: 40rem;
  }

  :root .xxl\:pb-220{
    padding-bottom: 55rem;
  }

  :root .xxl\:pb-240{
    padding-bottom: 60rem;
  }

  :root .xxl\:pb-300{
    padding-bottom: 75rem;
  }

  :root .xxl\:pb-320{
    padding-bottom: 80rem;
  }

  :root .xxl\:pb-px{
    padding-bottom: 1px;
  }

  :root .xxl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root .xxl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  :root .xxl\:pl-0{
    padding-left: 0;
  }

  :root .xxl\:pl-1{
    padding-left: 0.25rem;
  }

  :root .xxl\:pl-2{
    padding-left: 0.5rem;
  }

  :root .xxl\:pl-3{
    padding-left: 0.75rem;
  }

  :root .xxl\:pl-4{
    padding-left: 1rem;
  }

  :root .xxl\:pl-5{
    padding-left: 1.25rem;
  }

  :root .xxl\:pl-6{
    padding-left: 1.5rem;
  }

  :root .xxl\:pl-7{
    padding-left: 1.75rem;
  }

  :root .xxl\:pl-8{
    padding-left: 2rem;
  }

  :root .xxl\:pl-9{
    padding-left: 2.25rem;
  }

  :root .xxl\:pl-10{
    padding-left: 2.5rem;
  }

  :root .xxl\:pl-11{
    padding-left: 2.75rem;
  }

  :root .xxl\:pl-12{
    padding-left: 3rem;
  }

  :root .xxl\:pl-13{
    padding-left: 3.25rem;
  }

  :root .xxl\:pl-14{
    padding-left: 3.5rem;
  }

  :root .xxl\:pl-16{
    padding-left: 4rem;
  }

  :root .xxl\:pl-18{
    padding-left: 4.5rem;
  }

  :root .xxl\:pl-20{
    padding-left: 5rem;
  }

  :root .xxl\:pl-21{
    padding-left: 5.25rem;
  }

  :root .xxl\:pl-22{
    padding-left: 5.5rem;
  }

  :root .xxl\:pl-24{
    padding-left: 6rem;
  }

  :root .xxl\:pl-26{
    padding-left: 6.5rem;
  }

  :root .xxl\:pl-27{
    padding-left: 6.75rem;
  }

  :root .xxl\:pl-28{
    padding-left: 7rem;
  }

  :root .xxl\:pl-30{
    padding-left: 7.5rem;
  }

  :root .xxl\:pl-32{
    padding-left: 8rem;
  }

  :root .xxl\:pl-36{
    padding-left: 9rem;
  }

  :root .xxl\:pl-40{
    padding-left: 10rem;
  }

  :root .xxl\:pl-41{
    padding-left: 11.25rem;
  }

  :root .xxl\:pl-42{
    padding-left: 11.5rem;
  }

  :root .xxl\:pl-44{
    padding-left: 11rem;
  }

  :root .xxl\:pl-48{
    padding-left: 12rem;
  }

  :root .xxl\:pl-52{
    padding-left: 13rem;
  }

  :root .xxl\:pl-54{
    padding-left: 13.5rem;
  }

  :root .xxl\:pl-56{
    padding-left: 14rem;
  }

  :root .xxl\:pl-60{
    padding-left: 15rem;
  }

  :root .xxl\:pl-64{
    padding-left: 16rem;
  }

  :root .xxl\:pl-68{
    padding-left: 17rem;
  }

  :root .xxl\:pl-72{
    padding-left: 18rem;
  }

  :root .xxl\:pl-76{
    padding-left: 19rem;
  }

  :root .xxl\:pl-80{
    padding-left: 20rem;
  }

  :root .xxl\:pl-84{
    padding-left: 21rem;
  }

  :root .xxl\:pl-88{
    padding-left: 22rem;
  }

  :root .xxl\:pl-96{
    padding-left: 24rem;
  }

  :root .xxl\:pl-112{
    padding-left: 28rem;
  }

  :root .xxl\:pl-120{
    padding-left: 30rem;
  }

  :root .xxl\:pl-140{
    padding-left: 35rem;
  }

  :root .xxl\:pl-150{
    padding-left: 37.5rem;
  }

  :root .xxl\:pl-160{
    padding-left: 40rem;
  }

  :root .xxl\:pl-220{
    padding-left: 55rem;
  }

  :root .xxl\:pl-240{
    padding-left: 60rem;
  }

  :root .xxl\:pl-300{
    padding-left: 75rem;
  }

  :root .xxl\:pl-320{
    padding-left: 80rem;
  }

  :root .xxl\:pl-px{
    padding-left: 1px;
  }

  :root .xxl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root .xxl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-0{
    padding-top: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-px{
    padding-top: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pt-1.xxl\:5{
    padding-top: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-0{
    padding-right: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-px{
    padding-right: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pr-1.xxl\:5{
    padding-right: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pb-1.xxl\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-0{
    padding-left: 0;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-px{
    padding-left: 1px;
  }

  :root [dir=ltr] .xxl\:ltr\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=ltr] .ltr\:pl-1.xxl\:5{
    padding-left: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-0{
    padding-top: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-1{
    padding-top: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-2{
    padding-top: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-3{
    padding-top: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-4{
    padding-top: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-5{
    padding-top: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-6{
    padding-top: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-7{
    padding-top: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-8{
    padding-top: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-9{
    padding-top: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-10{
    padding-top: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-11{
    padding-top: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-12{
    padding-top: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-13{
    padding-top: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-14{
    padding-top: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-16{
    padding-top: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-18{
    padding-top: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-20{
    padding-top: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-21{
    padding-top: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-22{
    padding-top: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-24{
    padding-top: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-26{
    padding-top: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-27{
    padding-top: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-28{
    padding-top: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-30{
    padding-top: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-32{
    padding-top: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-36{
    padding-top: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-40{
    padding-top: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-41{
    padding-top: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-42{
    padding-top: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-44{
    padding-top: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-48{
    padding-top: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-52{
    padding-top: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-54{
    padding-top: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-56{
    padding-top: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-60{
    padding-top: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-64{
    padding-top: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-68{
    padding-top: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-72{
    padding-top: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-76{
    padding-top: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-80{
    padding-top: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-84{
    padding-top: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-88{
    padding-top: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-96{
    padding-top: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-112{
    padding-top: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-120{
    padding-top: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-140{
    padding-top: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-150{
    padding-top: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-160{
    padding-top: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-220{
    padding-top: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-240{
    padding-top: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-300{
    padding-top: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-320{
    padding-top: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-px{
    padding-top: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:pt-gutter{
    padding-top: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pt-1.xxl\:5{
    padding-top: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-0{
    padding-right: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-1{
    padding-right: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-2{
    padding-right: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-3{
    padding-right: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-4{
    padding-right: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-5{
    padding-right: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-6{
    padding-right: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-7{
    padding-right: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-8{
    padding-right: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-9{
    padding-right: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-10{
    padding-right: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-11{
    padding-right: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-12{
    padding-right: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-13{
    padding-right: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-14{
    padding-right: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-16{
    padding-right: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-18{
    padding-right: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-20{
    padding-right: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-21{
    padding-right: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-22{
    padding-right: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-24{
    padding-right: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-26{
    padding-right: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-27{
    padding-right: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-28{
    padding-right: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-30{
    padding-right: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-32{
    padding-right: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-36{
    padding-right: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-40{
    padding-right: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-41{
    padding-right: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-42{
    padding-right: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-44{
    padding-right: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-48{
    padding-right: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-52{
    padding-right: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-54{
    padding-right: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-56{
    padding-right: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-60{
    padding-right: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-64{
    padding-right: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-68{
    padding-right: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-72{
    padding-right: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-76{
    padding-right: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-80{
    padding-right: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-84{
    padding-right: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-88{
    padding-right: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-96{
    padding-right: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-112{
    padding-right: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-120{
    padding-right: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-140{
    padding-right: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-150{
    padding-right: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-160{
    padding-right: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-220{
    padding-right: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-240{
    padding-right: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-300{
    padding-right: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-320{
    padding-right: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-px{
    padding-right: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:pr-gutter{
    padding-right: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pr-1.xxl\:5{
    padding-right: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-0{
    padding-bottom: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-1{
    padding-bottom: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-2{
    padding-bottom: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-3{
    padding-bottom: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-4{
    padding-bottom: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-5{
    padding-bottom: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-6{
    padding-bottom: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-7{
    padding-bottom: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-8{
    padding-bottom: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-9{
    padding-bottom: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-10{
    padding-bottom: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-11{
    padding-bottom: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-12{
    padding-bottom: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-13{
    padding-bottom: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-14{
    padding-bottom: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-16{
    padding-bottom: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-18{
    padding-bottom: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-20{
    padding-bottom: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-21{
    padding-bottom: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-22{
    padding-bottom: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-24{
    padding-bottom: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-26{
    padding-bottom: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-27{
    padding-bottom: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-28{
    padding-bottom: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-30{
    padding-bottom: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-32{
    padding-bottom: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-36{
    padding-bottom: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-40{
    padding-bottom: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-41{
    padding-bottom: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-42{
    padding-bottom: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-44{
    padding-bottom: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-48{
    padding-bottom: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-52{
    padding-bottom: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-54{
    padding-bottom: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-56{
    padding-bottom: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-60{
    padding-bottom: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-64{
    padding-bottom: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-68{
    padding-bottom: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-72{
    padding-bottom: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-76{
    padding-bottom: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-80{
    padding-bottom: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-84{
    padding-bottom: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-88{
    padding-bottom: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-96{
    padding-bottom: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-112{
    padding-bottom: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-120{
    padding-bottom: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-140{
    padding-bottom: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-150{
    padding-bottom: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-160{
    padding-bottom: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-220{
    padding-bottom: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-240{
    padding-bottom: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-300{
    padding-bottom: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-320{
    padding-bottom: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-px{
    padding-bottom: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:pb-gutter{
    padding-bottom: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pb-1.xxl\:5{
    padding-bottom: 0.375rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-0{
    padding-left: 0;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-1{
    padding-left: 0.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-2{
    padding-left: 0.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-3{
    padding-left: 0.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-4{
    padding-left: 1rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-5{
    padding-left: 1.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-6{
    padding-left: 1.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-7{
    padding-left: 1.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-8{
    padding-left: 2rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-9{
    padding-left: 2.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-10{
    padding-left: 2.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-11{
    padding-left: 2.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-12{
    padding-left: 3rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-13{
    padding-left: 3.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-14{
    padding-left: 3.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-16{
    padding-left: 4rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-18{
    padding-left: 4.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-20{
    padding-left: 5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-21{
    padding-left: 5.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-22{
    padding-left: 5.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-24{
    padding-left: 6rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-26{
    padding-left: 6.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-27{
    padding-left: 6.75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-28{
    padding-left: 7rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-30{
    padding-left: 7.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-32{
    padding-left: 8rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-36{
    padding-left: 9rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-40{
    padding-left: 10rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-41{
    padding-left: 11.25rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-42{
    padding-left: 11.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-44{
    padding-left: 11rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-48{
    padding-left: 12rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-52{
    padding-left: 13rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-54{
    padding-left: 13.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-56{
    padding-left: 14rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-60{
    padding-left: 15rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-64{
    padding-left: 16rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-68{
    padding-left: 17rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-72{
    padding-left: 18rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-76{
    padding-left: 19rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-80{
    padding-left: 20rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-84{
    padding-left: 21rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-88{
    padding-left: 22rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-96{
    padding-left: 24rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-112{
    padding-left: 28rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-120{
    padding-left: 30rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-140{
    padding-left: 35rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-150{
    padding-left: 37.5rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-160{
    padding-left: 40rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-220{
    padding-left: 55rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-240{
    padding-left: 60rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-300{
    padding-left: 75rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-320{
    padding-left: 80rem;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-px{
    padding-left: 1px;
  }

  :root [dir=rtl] .xxl\:rtl\:pl-gutter{
    padding-left: var(--padding-gutter);
  }

  :root [dir=rtl] .rtl\:pl-1.xxl\:5{
    padding-left: 0.375rem;
  }

  :root .xxl\:text-left{
    text-align: left;
  }

  :root .xxl\:text-center{
    text-align: center;
  }

  :root .xxl\:text-right{
    text-align: right;
  }

  :root .xxl\:text-justify{
    text-align: justify;
  }

  :root .xxl\:align-baseline{
    vertical-align: baseline;
  }

  :root .xxl\:align-top{
    vertical-align: top;
  }

  :root .xxl\:align-middle{
    vertical-align: middle;
  }

  :root .xxl\:align-bottom{
    vertical-align: bottom;
  }

  :root .xxl\:align-text-top{
    vertical-align: text-top;
  }

  :root .xxl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  :root .xxl\:font-sans{
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  }

  :root .xxl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  :root .xxl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  :root .xxl\:text-xxs{
    font-size: 0.625rem;
  }

  :root .xxl\:text-xs{
    font-size: 0.75rem;
  }

  :root .xxl\:text-sm{
    font-size: 0.875rem;
  }

  :root .xxl\:text-base{
    font-size: 1rem;
  }

  :root .xxl\:text-lg{
    font-size: 1.125rem;
  }

  :root .xxl\:text-xl{
    font-size: 1.25rem;
  }

  :root .xxl\:text-2xl{
    font-size: 1.5rem;
  }

  :root .xxl\:text-3xl{
    font-size: 1.75rem;
  }

  :root .xxl\:text-4xl{
    font-size: 2rem;
  }

  :root .xxl\:text-4-5xl{
    font-size: 2.5rem;
  }

  :root .xxl\:text-5xl{
    font-size: 3rem;
  }

  :root .xxl\:text-6xl{
    font-size: 4rem;
  }

  :root .xxl\:font-hairline{
    font-weight: 100;
  }

  :root .xxl\:font-thin{
    font-weight: 200;
  }

  :root .xxl\:font-light{
    font-weight: 300;
  }

  :root .xxl\:font-normal{
    font-weight: 400;
  }

  :root .xxl\:font-medium{
    font-weight: 500;
  }

  :root .xxl\:font-semibold{
    font-weight: 600;
  }

  :root .xxl\:font-bold{
    font-weight: 700;
  }

  :root .xxl\:font-extrabold{
    font-weight: 800;
  }

  :root .xxl\:font-black{
    font-weight: 900;
  }

  :root .xxl\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  :root .xxl\:hover\:font-thin:hover{
    font-weight: 200;
  }

  :root .xxl\:hover\:font-light:hover{
    font-weight: 300;
  }

  :root .xxl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  :root .xxl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  :root .xxl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  :root .xxl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  :root .xxl\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  :root .xxl\:hover\:font-black:hover{
    font-weight: 900;
  }

  :root .xxl\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  :root .xxl\:focus\:font-thin:focus{
    font-weight: 200;
  }

  :root .xxl\:focus\:font-light:focus{
    font-weight: 300;
  }

  :root .xxl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  :root .xxl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  :root .xxl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  :root .xxl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  :root .xxl\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  :root .xxl\:focus\:font-black:focus{
    font-weight: 900;
  }

  :root .xxl\:uppercase{
    text-transform: uppercase;
  }

  :root .xxl\:lowercase{
    text-transform: lowercase;
  }

  :root .xxl\:capitalize{
    text-transform: capitalize;
  }

  :root .xxl\:normal-case{
    text-transform: none;
  }

  :root .xxl\:italic{
    font-style: italic;
  }

  :root .xxl\:not-italic{
    font-style: normal;
  }

  :root .xxl\:ordinal, :root .xxl\:slashed-zero, :root .xxl\:lining-nums, :root .xxl\:oldstyle-nums, :root .xxl\:proportional-nums, :root .xxl\:tabular-nums, :root .xxl\:diagonal-fractions, :root .xxl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  :root .xxl\:normal-nums{
    font-variant-numeric: normal;
  }

  :root .xxl\:ordinal{
    --tw-ordinal: ordinal;
  }

  :root .xxl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  :root .xxl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  :root .xxl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  :root .xxl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  :root .xxl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  :root .xxl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  :root .xxl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  :root .xxl\:leading-none{
    line-height: 1;
  }

  :root .xxl\:leading-tight{
    line-height: 1.25;
  }

  :root .xxl\:leading-snug{
    line-height: 1.375;
  }

  :root .xxl\:leading-normal{
    line-height: 1.5;
  }

  :root .xxl\:leading-relaxed{
    line-height: 1.625;
  }

  :root .xxl\:leading-loose{
    line-height: 2;
  }

  :root .xxl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  :root .xxl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  :root .xxl\:tracking-normal{
    letter-spacing: 0;
  }

  :root .xxl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  :root .xxl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  :root .xxl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  :root .xxl\:text-secondary{
    color: var(--text-secondary);
  }

  :root .xxl\:text-hint{
    color: var(--text-hint);
  }

  :root .xxl\:text-current{
    color: currentColor;
  }

  :root .xxl\:text-transparent{
    color: transparent;
  }

  :root .xxl\:text-black{
    color: var(--text-color);
  }

  :root .xxl\:text-white{
    color: var(--text-color-light);
  }

  :root .xxl\:text-contrast-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-contrast-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-grays-light{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xxl\:text-grays{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xxl\:text-gray-light{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:text-gray{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xxl\:text-red-light{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:text-red{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xxl\:text-orange-light{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:text-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-deep-orange-light{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:text-deep-orange{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xxl\:text-amber-light{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:text-amber{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xxl\:text-green-light{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:text-green{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xxl\:text-teal-light{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:text-teal{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xxl\:text-cyan-light{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:text-cyan{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xxl\:text-purple-light{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:text-purple{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xxl\:text-deep-purple-light{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:text-deep-purple{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xxl\:text-pink-light{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:text-pink{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xxl\:text-primary-light{
    color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:text-primary{
    color: rgb(var(--color-primary));
  }

  :root .xxl\:text-accent-light{
    color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:text-accent{
    color: rgb(var(--color-accent));
  }

  :root .xxl\:text-warn-light{
    color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:text-warn{
    color: rgb(var(--color-warn));
  }

  :root .xxl\:text-am-base-background{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-main-blue{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-main-blue-light{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-main-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-gray{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-gray-light{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-green{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-green-light{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-green-dark{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-orange-light{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-coral{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-coral-light{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-coral-dark{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-teal{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-teal-light{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-teal-dark{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-red-light{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-red-dark{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-yellow{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-pink-light{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-purple{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-purple-light{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-new-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-purple-transparent{
    color: #757de338;
  }

  :root .xxl\:text-am-purple-relight{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-purple-light{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-purple-medium{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-purple-dark{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-purple{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-green-light{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-green-brightest{
    color: #77DEA280;
  }

  :root .xxl\:text-am-green-cyan{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-green-dark{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-green-aqua{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-green-brightest-transparent{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-green-hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-green{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-red-alive{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-red-light{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-red-dark{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-red-intense{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-red{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-grey-light{
    color: #BFC4FF1F;
  }

  :root .xxl\:text-am-grey-dark{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-grey-medium{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-grey-transparent{
    color: #BFC4FF4B;
  }

  :root .xxl\:text-am-grey{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-pink-light{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-pink-dark{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-pink-brightest{
    color: #d977dd3b;
  }

  :root .xxl\:text-am-pink-rose{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-pink{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-orange-light{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-orange-relight{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-orange{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cyan-light{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cyan-dark{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cyan-blue{
    color: #0061FD60;
  }

  :root .xxl\:text-am-cyan-green{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cyan{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-blue-light{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-blue{
    color: #0061FD60;
  }

  :root .xxl\:text-am-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-yellow-resalt{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-yellow-light{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-yellow-dark{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-yellow{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cream-entry{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cream-entry_light{
    color: #81E6AB33;
  }

  :root .xxl\:text-am-cream-entry_text{
    color: #81E6ABB3;
  }

  :root .xxl\:text-am-cream-lunchgo{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cream-lunchgo_light{
    color: #EEBA7233;
  }

  :root .xxl\:text-am-cream-lunchgo_text{
    color: #EEBA72B3;
  }

  :root .xxl\:text-am-cream-lunchback{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cream-lunchback_light{
    color: #EE8F7233;
  }

  :root .xxl\:text-am-cream-lunchback_text{
    color: #EE8F72B3;
  }

  :root .xxl\:text-am-cream-exit{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cream-exit_light{
    color: #81E6E233;
  }

  :root .xxl\:text-am-cream-exit_text{
    color: #81E6E2B3;
  }

  :root .xxl\:text-am-cream-yesterday{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-cream-yesterday_light{
    color: #DE777733;
  }

  :root .xxl\:text-am-cream-yesterday_text{
    color: #DE7777B3;
  }

  :root .xxl\:text-am-brown-light{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-brown-dark{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xxl\:text-am-brown{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-primary-contrast{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xxl\:text-accent-contrast{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xxl\:text-warn-contrast{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xxl\:text-red-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-amber-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-deep-orange-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-deep-purple-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-cyan-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-teal-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-gray-contrast{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:text-light-green-contrast{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-secondary:hover{
    color: var(--text-secondary);
  }

  :root .xxl\:hover\:text-hint:hover{
    color: var(--text-hint);
  }

  :root .xxl\:hover\:text-current:hover{
    color: currentColor;
  }

  :root .xxl\:hover\:text-transparent:hover{
    color: transparent;
  }

  :root .xxl\:hover\:text-black:hover{
    color: var(--text-color);
  }

  :root .xxl\:hover\:text-white:hover{
    color: var(--text-color-light);
  }

  :root .xxl\:hover\:text-contrast-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-contrast-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-grays-light:hover{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-grays:hover{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-gray-light:hover{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:hover\:text-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-red-light:hover{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-orange-light:hover{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:hover\:text-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-deep-orange-light:hover{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:hover\:text-deep-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-amber-light:hover{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:hover\:text-amber:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-green-light:hover{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-teal-light:hover{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:hover\:text-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-cyan-light:hover{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:hover\:text-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-purple-light:hover{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:hover\:text-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-deep-purple-light:hover{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:hover\:text-deep-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-pink-light:hover{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-primary-light:hover{
    color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:hover\:text-primary:hover{
    color: rgb(var(--color-primary));
  }

  :root .xxl\:hover\:text-accent-light:hover{
    color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:hover\:text-accent:hover{
    color: rgb(var(--color-accent));
  }

  :root .xxl\:hover\:text-warn-light:hover{
    color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:hover\:text-warn:hover{
    color: rgb(var(--color-warn));
  }

  :root .xxl\:hover\:text-am-base-background:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-main-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-main-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-main-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-gray:hover{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-green:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-coral:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-coral-light:hover{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-coral-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-teal:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-teal-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-teal-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-new-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-purple-transparent:hover{
    color: #757de338;
  }

  :root .xxl\:hover\:text-am-purple-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-purple-light:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-purple-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-purple-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-purple:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-green-light:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-green-brightest:hover{
    color: #77DEA280;
  }

  :root .xxl\:hover\:text-am-green-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-green-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-green-aqua:hover{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-green-brightest-transparent:hover{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-green-hover:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-green:hover{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-red-alive:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-red-light:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-red-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-red-intense:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-red:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-grey-light:hover{
    color: #BFC4FF1F;
  }

  :root .xxl\:hover\:text-am-grey-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-grey-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-grey-transparent:hover{
    color: #BFC4FF4B;
  }

  :root .xxl\:hover\:text-am-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-pink-light:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-pink-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-pink-brightest:hover{
    color: #d977dd3b;
  }

  :root .xxl\:hover\:text-am-pink-rose:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-orange-relight:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cyan-light:hover{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cyan-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cyan-blue:hover{
    color: #0061FD60;
  }

  :root .xxl\:hover\:text-am-cyan-green:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cyan:hover{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-blue:hover{
    color: #0061FD60;
  }

  :root .xxl\:hover\:text-am-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-yellow-resalt:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-yellow-light:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-yellow-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cream-entry:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cream-entry_light:hover{
    color: #81E6AB33;
  }

  :root .xxl\:hover\:text-am-cream-entry_text:hover{
    color: #81E6ABB3;
  }

  :root .xxl\:hover\:text-am-cream-lunchgo:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cream-lunchgo_light:hover{
    color: #EEBA7233;
  }

  :root .xxl\:hover\:text-am-cream-lunchgo_text:hover{
    color: #EEBA72B3;
  }

  :root .xxl\:hover\:text-am-cream-lunchback:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cream-lunchback_light:hover{
    color: #EE8F7233;
  }

  :root .xxl\:hover\:text-am-cream-lunchback_text:hover{
    color: #EE8F72B3;
  }

  :root .xxl\:hover\:text-am-cream-exit:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cream-exit_light:hover{
    color: #81E6E233;
  }

  :root .xxl\:hover\:text-am-cream-exit_text:hover{
    color: #81E6E2B3;
  }

  :root .xxl\:hover\:text-am-cream-yesterday:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-cream-yesterday_light:hover{
    color: #DE777733;
  }

  :root .xxl\:hover\:text-am-cream-yesterday_text:hover{
    color: #DE7777B3;
  }

  :root .xxl\:hover\:text-am-brown-light:hover{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-brown-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-am-brown:hover{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-primary-contrast:hover{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xxl\:hover\:text-accent-contrast:hover{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xxl\:hover\:text-warn-contrast:hover{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xxl\:hover\:text-red-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-amber-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-deep-orange-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-deep-purple-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-cyan-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-teal-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-gray-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:hover\:text-light-green-contrast:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-secondary:focus{
    color: var(--text-secondary);
  }

  :root .xxl\:focus\:text-hint:focus{
    color: var(--text-hint);
  }

  :root .xxl\:focus\:text-current:focus{
    color: currentColor;
  }

  :root .xxl\:focus\:text-transparent:focus{
    color: transparent;
  }

  :root .xxl\:focus\:text-black:focus{
    color: var(--text-color);
  }

  :root .xxl\:focus\:text-white:focus{
    color: var(--text-color-light);
  }

  :root .xxl\:focus\:text-contrast-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-contrast-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-grays-light:focus{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-grays:focus{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-gray-light:focus{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus\:text-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-red-light:focus{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus\:text-red:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-orange-light:focus{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus\:text-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-deep-orange-light:focus{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus\:text-deep-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-amber-light:focus{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus\:text-amber:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-green-light:focus{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus\:text-green:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-teal-light:focus{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus\:text-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-cyan-light:focus{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus\:text-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-purple-light:focus{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus\:text-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-deep-purple-light:focus{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus\:text-deep-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-pink-light:focus{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus\:text-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-primary-light:focus{
    color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus\:text-primary:focus{
    color: rgb(var(--color-primary));
  }

  :root .xxl\:focus\:text-accent-light:focus{
    color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus\:text-accent:focus{
    color: rgb(var(--color-accent));
  }

  :root .xxl\:focus\:text-warn-light:focus{
    color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus\:text-warn:focus{
    color: rgb(var(--color-warn));
  }

  :root .xxl\:focus\:text-am-base-background:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-main-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-main-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-main-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-gray:focus{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-green:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-coral:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-coral-light:focus{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-coral-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-teal:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-teal-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-teal-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-new-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-purple-transparent:focus{
    color: #757de338;
  }

  :root .xxl\:focus\:text-am-purple-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-purple-light:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-purple-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-purple-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-purple:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-green-light:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-green-brightest:focus{
    color: #77DEA280;
  }

  :root .xxl\:focus\:text-am-green-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-green-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-green-aqua:focus{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-green-brightest-transparent:focus{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-green-hover:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-green:focus{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-red-alive:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-red-light:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-red-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-red-intense:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-red:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-grey-light:focus{
    color: #BFC4FF1F;
  }

  :root .xxl\:focus\:text-am-grey-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-grey-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-grey-transparent:focus{
    color: #BFC4FF4B;
  }

  :root .xxl\:focus\:text-am-grey:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-pink-light:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-pink-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-pink-brightest:focus{
    color: #d977dd3b;
  }

  :root .xxl\:focus\:text-am-pink-rose:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-orange-relight:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cyan-light:focus{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cyan-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cyan-blue:focus{
    color: #0061FD60;
  }

  :root .xxl\:focus\:text-am-cyan-green:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cyan:focus{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-blue:focus{
    color: #0061FD60;
  }

  :root .xxl\:focus\:text-am-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-yellow-resalt:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-yellow-light:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-yellow-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cream-entry:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cream-entry_light:focus{
    color: #81E6AB33;
  }

  :root .xxl\:focus\:text-am-cream-entry_text:focus{
    color: #81E6ABB3;
  }

  :root .xxl\:focus\:text-am-cream-lunchgo:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cream-lunchgo_light:focus{
    color: #EEBA7233;
  }

  :root .xxl\:focus\:text-am-cream-lunchgo_text:focus{
    color: #EEBA72B3;
  }

  :root .xxl\:focus\:text-am-cream-lunchback:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cream-lunchback_light:focus{
    color: #EE8F7233;
  }

  :root .xxl\:focus\:text-am-cream-lunchback_text:focus{
    color: #EE8F72B3;
  }

  :root .xxl\:focus\:text-am-cream-exit:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cream-exit_light:focus{
    color: #81E6E233;
  }

  :root .xxl\:focus\:text-am-cream-exit_text:focus{
    color: #81E6E2B3;
  }

  :root .xxl\:focus\:text-am-cream-yesterday:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-cream-yesterday_light:focus{
    color: #DE777733;
  }

  :root .xxl\:focus\:text-am-cream-yesterday_text:focus{
    color: #DE7777B3;
  }

  :root .xxl\:focus\:text-am-brown-light:focus{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-brown-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-am-brown:focus{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-primary-contrast:focus{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xxl\:focus\:text-accent-contrast:focus{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xxl\:focus\:text-warn-contrast:focus{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xxl\:focus\:text-red-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-amber-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-deep-orange-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-deep-purple-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-cyan-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-teal-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-gray-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:focus\:text-light-green-contrast:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-secondary:disabled{
    color: var(--text-secondary);
  }

  :root .xxl\:disabled\:text-hint:disabled{
    color: var(--text-hint);
  }

  :root .xxl\:disabled\:text-current:disabled{
    color: currentColor;
  }

  :root .xxl\:disabled\:text-transparent:disabled{
    color: transparent;
  }

  :root .xxl\:disabled\:text-black:disabled{
    color: var(--text-color);
  }

  :root .xxl\:disabled\:text-white:disabled{
    color: var(--text-color-light);
  }

  :root .xxl\:disabled\:text-contrast-black:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-contrast-white:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-grays-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-grays:disabled{
    --tw-text-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-gray-light:disabled{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:disabled\:text-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-red-light:disabled{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:disabled\:text-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-orange-light:disabled{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:disabled\:text-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-deep-orange-light:disabled{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:disabled\:text-deep-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-amber-light:disabled{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:disabled\:text-amber:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-green-light:disabled{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:disabled\:text-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-teal-light:disabled{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:disabled\:text-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-cyan-light:disabled{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:disabled\:text-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-purple-light:disabled{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:disabled\:text-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-deep-purple-light:disabled{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:disabled\:text-deep-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-pink-light:disabled{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:disabled\:text-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-primary-light:disabled{
    color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:disabled\:text-primary:disabled{
    color: rgb(var(--color-primary));
  }

  :root .xxl\:disabled\:text-accent-light:disabled{
    color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:disabled\:text-accent:disabled{
    color: rgb(var(--color-accent));
  }

  :root .xxl\:disabled\:text-warn-light:disabled{
    color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:disabled\:text-warn:disabled{
    color: rgb(var(--color-warn));
  }

  :root .xxl\:disabled\:text-am-base-background:disabled{
    --tw-text-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-main-blue:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-main-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-main-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-gray:disabled{
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-gray-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-gray-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-coral:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-coral-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-coral-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-teal:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-teal-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-teal-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-new-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-purple-transparent:disabled{
    color: #757de338;
  }

  :root .xxl\:disabled\:text-am-purple-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-purple-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-purple-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-purple-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-purple:disabled{
    --tw-text-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-green-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-green-brightest:disabled{
    color: #77DEA280;
  }

  :root .xxl\:disabled\:text-am-green-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-green-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-green-aqua:disabled{
    --tw-text-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-green-brightest-transparent:disabled{
    --tw-text-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-green-hover:disabled{
    --tw-text-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-red-alive:disabled{
    --tw-text-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-red-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-red-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-red-intense:disabled{
    --tw-text-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-red:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-grey-light:disabled{
    color: #BFC4FF1F;
  }

  :root .xxl\:disabled\:text-am-grey-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-grey-medium:disabled{
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-grey-transparent:disabled{
    color: #BFC4FF4B;
  }

  :root .xxl\:disabled\:text-am-grey:disabled{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-pink-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-pink-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-pink-brightest:disabled{
    color: #d977dd3b;
  }

  :root .xxl\:disabled\:text-am-pink-rose:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-pink:disabled{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-orange-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-orange-relight:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-orange-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-orange:disabled{
    --tw-text-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cyan-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cyan-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cyan-blue:disabled{
    color: #0061FD60;
  }

  :root .xxl\:disabled\:text-am-cyan-green:disabled{
    --tw-text-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cyan:disabled{
    --tw-text-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-blue-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-blue:disabled{
    color: #0061FD60;
  }

  :root .xxl\:disabled\:text-am-blue-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-yellow-resalt:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-yellow-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-yellow-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-yellow:disabled{
    --tw-text-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cream-entry:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cream-entry_light:disabled{
    color: #81E6AB33;
  }

  :root .xxl\:disabled\:text-am-cream-entry_text:disabled{
    color: #81E6ABB3;
  }

  :root .xxl\:disabled\:text-am-cream-lunchgo:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cream-lunchgo_light:disabled{
    color: #EEBA7233;
  }

  :root .xxl\:disabled\:text-am-cream-lunchgo_text:disabled{
    color: #EEBA72B3;
  }

  :root .xxl\:disabled\:text-am-cream-lunchback:disabled{
    --tw-text-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cream-lunchback_light:disabled{
    color: #EE8F7233;
  }

  :root .xxl\:disabled\:text-am-cream-lunchback_text:disabled{
    color: #EE8F72B3;
  }

  :root .xxl\:disabled\:text-am-cream-exit:disabled{
    --tw-text-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cream-exit_light:disabled{
    color: #81E6E233;
  }

  :root .xxl\:disabled\:text-am-cream-exit_text:disabled{
    color: #81E6E2B3;
  }

  :root .xxl\:disabled\:text-am-cream-yesterday:disabled{
    --tw-text-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-cream-yesterday_light:disabled{
    color: #DE777733;
  }

  :root .xxl\:disabled\:text-am-cream-yesterday_text:disabled{
    color: #DE7777B3;
  }

  :root .xxl\:disabled\:text-am-brown-light:disabled{
    --tw-text-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-brown-dark:disabled{
    --tw-text-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-am-brown:disabled{
    --tw-text-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-primary-contrast:disabled{
    color: rgb(var(--color-primary-contrast));
  }

  :root .xxl\:disabled\:text-accent-contrast:disabled{
    color: rgb(var(--color-accent-contrast));
  }

  :root .xxl\:disabled\:text-warn-contrast:disabled{
    color: rgb(var(--color-warn-contrast));
  }

  :root .xxl\:disabled\:text-red-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-amber-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-deep-orange-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-deep-purple-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-cyan-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-teal-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-gray-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  :root .xxl\:disabled\:text-light-green-contrast:disabled{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  :root .xxl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .xxl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .xxl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .xxl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .xxl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .xxl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .group:hover .xxl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  :root .group:hover .xxl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  :root .group:hover .xxl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  :root .group:hover .xxl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  :root .group:hover .xxl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  :root .group:hover .xxl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  :root .xxl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  :root .xxl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  :root .xxl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  :root .xxl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  :root .xxl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  :root .xxl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  :root .xxl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  :root .xxl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  :root .xxl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  :root .xxl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  :root .xxl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  :root .xxl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  :root .xxl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  :root .xxl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  :root .xxl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  :root .xxl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  :root .xxl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  :root .xxl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  :root .xxl\:underline{
    text-decoration: underline;
  }

  :root .xxl\:line-through{
    text-decoration: line-through;
  }

  :root .xxl\:no-underline{
    text-decoration: none;
  }

  :root .xxl\:hover\:underline:hover{
    text-decoration: underline;
  }

  :root .xxl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  :root .xxl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  :root .xxl\:focus\:underline:focus{
    text-decoration: underline;
  }

  :root .xxl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  :root .xxl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  :root .xxl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :root .xxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  :root .xxl\:placeholder-current::placeholder{
    color: currentColor;
  }

  :root .xxl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  :root .xxl\:placeholder-black::placeholder{
    color: var(--text-color);
  }

  :root .xxl\:placeholder-white::placeholder{
    color: var(--text-color-light);
  }

  :root .xxl\:placeholder-contrast-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-contrast-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-grays-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-grays::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-gray-light::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:placeholder-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-red-light::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-orange-light::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:placeholder-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-deep-orange-light::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:placeholder-deep-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-amber-light::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:placeholder-amber::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-green-light::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:placeholder-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-teal-light::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:placeholder-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-cyan-light::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:placeholder-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-purple-light::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:placeholder-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-deep-purple-light::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:placeholder-deep-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-pink-light::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:placeholder-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-primary-light::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:placeholder-primary::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .xxl\:placeholder-accent-light::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:placeholder-accent::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .xxl\:placeholder-warn-light::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:placeholder-warn::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .xxl\:placeholder-am-base-background::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-main-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-main-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-main-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-gray::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-coral::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-coral-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-coral-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-teal::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-teal-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-teal-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-new-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-purple-transparent::placeholder{
    color: #757de338;
  }

  :root .xxl\:placeholder-am-purple-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-purple-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-purple-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-purple-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-purple::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-green-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-green-brightest::placeholder{
    color: #77DEA280;
  }

  :root .xxl\:placeholder-am-green-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-green-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-green-aqua::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-green-brightest-transparent::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-green-hover::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-red-alive::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-red-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-red-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-red-intense::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-grey-light::placeholder{
    color: #BFC4FF1F;
  }

  :root .xxl\:placeholder-am-grey-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-grey-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-grey-transparent::placeholder{
    color: #BFC4FF4B;
  }

  :root .xxl\:placeholder-am-grey::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-pink-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-pink-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-pink-brightest::placeholder{
    color: #d977dd3b;
  }

  :root .xxl\:placeholder-am-pink-rose::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-orange-relight::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cyan-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cyan-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cyan-blue::placeholder{
    color: #0061FD60;
  }

  :root .xxl\:placeholder-am-cyan-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cyan::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-blue::placeholder{
    color: #0061FD60;
  }

  :root .xxl\:placeholder-am-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-yellow-resalt::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-yellow-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-yellow-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cream-entry::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cream-entry_light::placeholder{
    color: #81E6AB33;
  }

  :root .xxl\:placeholder-am-cream-entry_text::placeholder{
    color: #81E6ABB3;
  }

  :root .xxl\:placeholder-am-cream-lunchgo::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cream-lunchgo_light::placeholder{
    color: #EEBA7233;
  }

  :root .xxl\:placeholder-am-cream-lunchgo_text::placeholder{
    color: #EEBA72B3;
  }

  :root .xxl\:placeholder-am-cream-lunchback::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cream-lunchback_light::placeholder{
    color: #EE8F7233;
  }

  :root .xxl\:placeholder-am-cream-lunchback_text::placeholder{
    color: #EE8F72B3;
  }

  :root .xxl\:placeholder-am-cream-exit::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cream-exit_light::placeholder{
    color: #81E6E233;
  }

  :root .xxl\:placeholder-am-cream-exit_text::placeholder{
    color: #81E6E2B3;
  }

  :root .xxl\:placeholder-am-cream-yesterday::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-cream-yesterday_light::placeholder{
    color: #DE777733;
  }

  :root .xxl\:placeholder-am-cream-yesterday_text::placeholder{
    color: #DE7777B3;
  }

  :root .xxl\:placeholder-am-brown-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-brown-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-am-brown::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  :root .xxl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  :root .xxl\:focus\:placeholder-black:focus::placeholder{
    color: var(--text-color);
  }

  :root .xxl\:focus\:placeholder-white:focus::placeholder{
    color: var(--text-color-light);
  }

  :root .xxl\:focus\:placeholder-contrast-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-contrast-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-grays-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-grays:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(150, 156, 167, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-gray-light:focus::placeholder{
    color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus\:placeholder-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(158, 158, 158, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-red-light:focus::placeholder{
    color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 67, 54, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-orange-light:focus::placeholder{
    color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus\:placeholder-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-deep-orange-light:focus::placeholder{
    color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus\:placeholder-deep-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 87, 34, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-amber-light:focus::placeholder{
    color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus\:placeholder-amber:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 193, 7, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-green-light:focus::placeholder{
    color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus\:placeholder-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 175, 80, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-teal-light:focus::placeholder{
    color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus\:placeholder-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 150, 136, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-cyan-light:focus::placeholder{
    color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus\:placeholder-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 188, 212, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-purple-light:focus::placeholder{
    color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus\:placeholder-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 39, 176, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-deep-purple-light:focus::placeholder{
    color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus\:placeholder-deep-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(103, 58, 183, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-pink-light:focus::placeholder{
    color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus\:placeholder-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 30, 99, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-primary-light:focus::placeholder{
    color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus\:placeholder-primary:focus::placeholder{
    color: rgb(var(--color-primary));
  }

  :root .xxl\:focus\:placeholder-accent-light:focus::placeholder{
    color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus\:placeholder-accent:focus::placeholder{
    color: rgb(var(--color-accent));
  }

  :root .xxl\:focus\:placeholder-warn-light:focus::placeholder{
    color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus\:placeholder-warn:focus::placeholder{
    color: rgb(var(--color-warn));
  }

  :root .xxl\:focus\:placeholder-am-base-background:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 246, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-main-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-main-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(208, 216, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-main-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 77, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-gray:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 190, 190, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 238, 208, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(39, 131, 77, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 195, 160, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(175, 95, 46, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-coral:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-coral-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(246, 199, 184, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-coral-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 106, 80, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-teal:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-teal-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 240, 237, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-teal-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(68, 157, 153, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 176, 176, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(172, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 235, 153, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 108, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 186, 238, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(151, 86, 154, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(143, 126, 227, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(186, 172, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-new-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(113, 100, 177, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-purple-transparent:focus::placeholder{
    color: #757de338;
  }

  :root .xxl\:focus\:placeholder-am-purple-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 241, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-purple-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 220, 255, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-purple-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 125, 234, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-purple-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(70, 84, 153, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-purple:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 132, 227, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-green-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 222, 162, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-green-brightest:focus::placeholder{
    color: #77DEA280;
  }

  :root .xxl\:focus\:placeholder-am-green-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(38, 178, 143, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-green-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 143, 78, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-green-aqua:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(125, 234, 180, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-green-brightest-transparent:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(233, 248, 238, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-green-hover:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 252, 247, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(84, 201, 49, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-red-alive:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 98, 98, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-red-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 206, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-red-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 61, 61, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-red-intense:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 8, 70, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-grey-light:focus::placeholder{
    color: #BFC4FF1F;
  }

  :root .xxl\:focus\:placeholder-am-grey-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(44, 48, 62, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-grey-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-grey-transparent:focus::placeholder{
    color: #BFC4FF4B;
  }

  :root .xxl\:focus\:placeholder-am-grey:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-pink-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 207, 240, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-pink-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(169, 65, 174, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-pink-brightest:focus::placeholder{
    color: #d977dd3b;
  }

  :root .xxl\:focus\:placeholder-am-pink-rose:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 187, 208, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 221, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 145, 3, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-orange-relight:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 241, 232, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(181, 124, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 136, 66, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cyan-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(179, 237, 244, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cyan-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(18, 154, 166, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cyan-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .xxl\:focus\:placeholder-am-cyan-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 234, 223, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cyan:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(24, 217, 234, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 201, 242, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-blue:focus::placeholder{
    color: #0061FD60;
  }

  :root .xxl\:focus\:placeholder-am-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(87, 132, 165, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-yellow-resalt:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-yellow-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 233, 174, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-yellow-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(193, 139, 17, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(250, 208, 115, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cream-entry:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 171, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cream-entry_light:focus::placeholder{
    color: #81E6AB33;
  }

  :root .xxl\:focus\:placeholder-am-cream-entry_text:focus::placeholder{
    color: #81E6ABB3;
  }

  :root .xxl\:focus\:placeholder-am-cream-lunchgo:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 186, 114, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cream-lunchgo_light:focus::placeholder{
    color: #EEBA7233;
  }

  :root .xxl\:focus\:placeholder-am-cream-lunchgo_text:focus::placeholder{
    color: #EEBA72B3;
  }

  :root .xxl\:focus\:placeholder-am-cream-lunchback:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 143, 114, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cream-lunchback_light:focus::placeholder{
    color: #EE8F7233;
  }

  :root .xxl\:focus\:placeholder-am-cream-lunchback_text:focus::placeholder{
    color: #EE8F72B3;
  }

  :root .xxl\:focus\:placeholder-am-cream-exit:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 226, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cream-exit_light:focus::placeholder{
    color: #81E6E233;
  }

  :root .xxl\:focus\:placeholder-am-cream-exit_text:focus::placeholder{
    color: #81E6E2B3;
  }

  :root .xxl\:focus\:placeholder-am-cream-yesterday:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 119, 119, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-cream-yesterday_light:focus::placeholder{
    color: #DE777733;
  }

  :root .xxl\:focus\:placeholder-am-cream-yesterday_text:focus::placeholder{
    color: #DE7777B3;
  }

  :root .xxl\:focus\:placeholder-am-brown-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(241, 225, 216, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-brown-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(80, 29, 14, var(--tw-placeholder-opacity));
  }

  :root .xxl\:focus\:placeholder-am-brown:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(162, 62, 0, var(--tw-placeholder-opacity));
  }

  :root .xxl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .xxl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .xxl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .xxl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .xxl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .xxl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .xxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  :root .xxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  :root .xxl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  :root .xxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  :root .xxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  :root .xxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  :root .xxl\:opacity-0{
    opacity: 0;
  }

  :root .xxl\:opacity-25{
    opacity: 0.25;
  }

  :root .xxl\:opacity-40{
    opacity: 0.4;
  }

  :root .xxl\:opacity-50{
    opacity: 0.5;
  }

  :root .xxl\:opacity-75{
    opacity: 0.75;
  }

  :root .xxl\:opacity-100{
    opacity: 1;
  }

  :root .xxl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  :root .xxl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  :root .xxl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  :root .xxl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  :root .xxl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  :root .xxl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  :root .xxl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  :root .xxl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  :root .xxl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  :root .xxl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  :root .xxl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  :root .xxl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  :root .xxl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  :root .xxl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  :root .xxl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  :root .xxl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  :root .xxl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  :root .xxl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  :root .xxl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  :root .xxl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  :root .xxl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  :root .xxl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  :root .xxl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  :root .xxl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  :root .xxl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  :root .xxl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  :root .xxl\:bg-blend-color{
    background-blend-mode: color;
  }

  :root .xxl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  :root .xxl\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  :root .xxl\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  :root .xxl\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  :root .xxl\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  :root .xxl\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  :root .xxl\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  :root .xxl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  :root .xxl\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  :root .xxl\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  :root .xxl\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  :root .xxl\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  :root .xxl\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  :root .xxl\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  :root .xxl\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  :root .xxl\:mix-blend-color{
    mix-blend-mode: color;
  }

  :root .xxl\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  :root .xxl\:shadow-1{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-2{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-3{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-4{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-5{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-6{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-7{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-8{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-9{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-10{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-11{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-12{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-13{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-14{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-15{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-16{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-17{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-18{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-19{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-20{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-lg{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-xl{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-outline{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:shadow-b{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-1:hover{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-2:hover{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-3:hover{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-4:hover{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-5:hover{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-6:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-7:hover{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-8:hover{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-9:hover{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-10:hover{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-11:hover{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-12:hover{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-13:hover{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-14:hover{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-15:hover{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-16:hover{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-17:hover{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-18:hover{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-19:hover{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-20:hover{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow:hover{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-lg:hover{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-xl:hover{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-outline:hover{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:hover\:shadow-b:hover{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-1:focus{
    --tw-shadow: var(--elevation-z1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-2:focus{
    --tw-shadow: var(--elevation-z2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-3:focus{
    --tw-shadow: var(--elevation-z3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-4:focus{
    --tw-shadow: var(--elevation-z4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-5:focus{
    --tw-shadow: var(--elevation-z5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-6:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-7:focus{
    --tw-shadow: var(--elevation-z7);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-8:focus{
    --tw-shadow: var(--elevation-z8);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-9:focus{
    --tw-shadow: var(--elevation-z9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-10:focus{
    --tw-shadow: var(--elevation-z10);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-11:focus{
    --tw-shadow: var(--elevation-z11);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-12:focus{
    --tw-shadow: var(--elevation-z12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-13:focus{
    --tw-shadow: var(--elevation-z13);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-14:focus{
    --tw-shadow: var(--elevation-z14);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-15:focus{
    --tw-shadow: var(--elevation-z15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-16:focus{
    --tw-shadow: var(--elevation-z16);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-17:focus{
    --tw-shadow: var(--elevation-z17);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-18:focus{
    --tw-shadow: var(--elevation-z18);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-19:focus{
    --tw-shadow: var(--elevation-z19);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-20:focus{
    --tw-shadow: var(--elevation-z20);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow:focus{
    --tw-shadow: var(--elevation-z6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-lg:focus{
    --tw-shadow: 0px 7px 8px -4px rgba(82, 63, 104, 0.06),0px 12px 17px 2px rgba(82, 63, 104, 0.042),0px 5px 22px 4px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-xl:focus{
    --tw-shadow: 0px 8px 10px -5px rgba(82, 63, 104, 0.06),0px 16px 24px 2px rgba(82, 63, 104, 0.042),0px 6px 30px 5px rgba(82, 63, 104, 0.036);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-outline:focus{
    --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:focus\:shadow-b:focus{
    --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  :root .xxl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .xxl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .xxl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .xxl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  :root .xxl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  :root .xxl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  :root .xxl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  :root .xxl\:ring-inset{
    --tw-ring-inset: inset;
  }

  :root .xxl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  :root .xxl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  :root .xxl\:ring-current{
    --tw-ring-color: currentColor;
  }

  :root .xxl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  :root .xxl\:ring-black{
    --tw-ring-color: var(--text-color);
  }

  :root .xxl\:ring-white{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xxl\:ring-contrast-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-contrast-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-grays-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-grays{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-gray-light{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:ring-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-red-light{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:ring-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-orange-light{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:ring-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-deep-orange-light{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:ring-deep-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-amber-light{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:ring-amber{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-green-light{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:ring-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-teal-light{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:ring-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-cyan-light{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:ring-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-purple-light{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:ring-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-deep-purple-light{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:ring-deep-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-pink-light{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:ring-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-primary-light{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:ring-primary{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xxl\:ring-accent-light{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:ring-accent{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xxl\:ring-warn-light{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:ring-warn{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xxl\:ring-am-base-background{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-main-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-main-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-main-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-gray{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-coral{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-coral-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-coral-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-teal{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-teal-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-teal-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-new-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-purple-transparent{
    --tw-ring-color: #757de338;
  }

  :root .xxl\:ring-am-purple-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-purple-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-purple-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-purple-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-purple{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-green-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-green-brightest{
    --tw-ring-color: #77DEA280;
  }

  :root .xxl\:ring-am-green-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-green-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-green-aqua{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-green-brightest-transparent{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-green-hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-red-alive{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-red-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-red-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-red-intense{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-grey-light{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xxl\:ring-am-grey-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-grey-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-grey-transparent{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xxl\:ring-am-grey{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-pink-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-pink-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-pink-brightest{
    --tw-ring-color: #d977dd3b;
  }

  :root .xxl\:ring-am-pink-rose{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-orange-relight{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cyan-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cyan-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cyan-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .xxl\:ring-am-cyan-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cyan{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-blue{
    --tw-ring-color: #0061FD60;
  }

  :root .xxl\:ring-am-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-yellow-resalt{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-yellow-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-yellow-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cream-entry{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cream-entry_light{
    --tw-ring-color: #81E6AB33;
  }

  :root .xxl\:ring-am-cream-entry_text{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xxl\:ring-am-cream-lunchgo{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cream-lunchgo_light{
    --tw-ring-color: #EEBA7233;
  }

  :root .xxl\:ring-am-cream-lunchgo_text{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xxl\:ring-am-cream-lunchback{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cream-lunchback_light{
    --tw-ring-color: #EE8F7233;
  }

  :root .xxl\:ring-am-cream-lunchback_text{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xxl\:ring-am-cream-exit{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cream-exit_light{
    --tw-ring-color: #81E6E233;
  }

  :root .xxl\:ring-am-cream-exit_text{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xxl\:ring-am-cream-yesterday{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-cream-yesterday_light{
    --tw-ring-color: #DE777733;
  }

  :root .xxl\:ring-am-cream-yesterday_text{
    --tw-ring-color: #DE7777B3;
  }

  :root .xxl\:ring-am-brown-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-brown-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-am-brown{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  :root .xxl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  :root .xxl\:focus-within\:ring-black:focus-within{
    --tw-ring-color: var(--text-color);
  }

  :root .xxl\:focus-within\:ring-white:focus-within{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xxl\:focus-within\:ring-contrast-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-contrast-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-grays-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-grays:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-gray-light:focus-within{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus-within\:ring-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-red-light:focus-within{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-orange-light:focus-within{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus-within\:ring-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-deep-orange-light:focus-within{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus-within\:ring-deep-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-amber-light:focus-within{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus-within\:ring-amber:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-green-light:focus-within{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus-within\:ring-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-teal-light:focus-within{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus-within\:ring-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-cyan-light:focus-within{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus-within\:ring-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-purple-light:focus-within{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus-within\:ring-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-deep-purple-light:focus-within{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus-within\:ring-deep-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-pink-light:focus-within{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus-within\:ring-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-primary-light:focus-within{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus-within\:ring-primary:focus-within{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xxl\:focus-within\:ring-accent-light:focus-within{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus-within\:ring-accent:focus-within{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xxl\:focus-within\:ring-warn-light:focus-within{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus-within\:ring-warn:focus-within{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xxl\:focus-within\:ring-am-base-background:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-main-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-main-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-main-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-gray:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-coral:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-coral-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-coral-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-teal:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-teal-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-teal-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-new-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-purple-transparent:focus-within{
    --tw-ring-color: #757de338;
  }

  :root .xxl\:focus-within\:ring-am-purple-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-purple-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-purple-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-purple-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-purple:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-green-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-green-brightest:focus-within{
    --tw-ring-color: #77DEA280;
  }

  :root .xxl\:focus-within\:ring-am-green-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-green-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-green-aqua:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-green-brightest-transparent:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-green-hover:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-red-alive:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-red-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-red-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-red-intense:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-grey-light:focus-within{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xxl\:focus-within\:ring-am-grey-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-grey-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-grey-transparent:focus-within{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xxl\:focus-within\:ring-am-grey:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-pink-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-pink-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-pink-brightest:focus-within{
    --tw-ring-color: #d977dd3b;
  }

  :root .xxl\:focus-within\:ring-am-pink-rose:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-orange-relight:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cyan-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cyan-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cyan-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .xxl\:focus-within\:ring-am-cyan-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cyan:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-blue:focus-within{
    --tw-ring-color: #0061FD60;
  }

  :root .xxl\:focus-within\:ring-am-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-yellow-resalt:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-yellow-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-yellow-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cream-entry:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cream-entry_light:focus-within{
    --tw-ring-color: #81E6AB33;
  }

  :root .xxl\:focus-within\:ring-am-cream-entry_text:focus-within{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xxl\:focus-within\:ring-am-cream-lunchgo:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cream-lunchgo_light:focus-within{
    --tw-ring-color: #EEBA7233;
  }

  :root .xxl\:focus-within\:ring-am-cream-lunchgo_text:focus-within{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xxl\:focus-within\:ring-am-cream-lunchback:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cream-lunchback_light:focus-within{
    --tw-ring-color: #EE8F7233;
  }

  :root .xxl\:focus-within\:ring-am-cream-lunchback_text:focus-within{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xxl\:focus-within\:ring-am-cream-exit:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cream-exit_light:focus-within{
    --tw-ring-color: #81E6E233;
  }

  :root .xxl\:focus-within\:ring-am-cream-exit_text:focus-within{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xxl\:focus-within\:ring-am-cream-yesterday:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-cream-yesterday_light:focus-within{
    --tw-ring-color: #DE777733;
  }

  :root .xxl\:focus-within\:ring-am-cream-yesterday_text:focus-within{
    --tw-ring-color: #DE7777B3;
  }

  :root .xxl\:focus-within\:ring-am-brown-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-brown-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xxl\:focus-within\:ring-am-brown:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  :root .xxl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  :root .xxl\:focus\:ring-black:focus{
    --tw-ring-color: var(--text-color);
  }

  :root .xxl\:focus\:ring-white:focus{
    --tw-ring-color: var(--text-color-light);
  }

  :root .xxl\:focus\:ring-contrast-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-contrast-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-grays-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-grays:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(150, 156, 167, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-gray-light:focus{
    --tw-ring-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus\:ring-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(158, 158, 158, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-red-light:focus{
    --tw-ring-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus\:ring-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-orange-light:focus{
    --tw-ring-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus\:ring-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 152, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-deep-orange-light:focus{
    --tw-ring-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus\:ring-deep-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 87, 34, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-amber-light:focus{
    --tw-ring-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus\:ring-amber:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 193, 7, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-green-light:focus{
    --tw-ring-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus\:ring-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 175, 80, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-teal-light:focus{
    --tw-ring-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus\:ring-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 150, 136, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-cyan-light:focus{
    --tw-ring-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus\:ring-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 188, 212, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-purple-light:focus{
    --tw-ring-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus\:ring-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 39, 176, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-deep-purple-light:focus{
    --tw-ring-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus\:ring-deep-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 58, 183, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-pink-light:focus{
    --tw-ring-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus\:ring-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 30, 99, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-primary-light:focus{
    --tw-ring-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus\:ring-primary:focus{
    --tw-ring-color: rgb(var(--color-primary));
  }

  :root .xxl\:focus\:ring-accent-light:focus{
    --tw-ring-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus\:ring-accent:focus{
    --tw-ring-color: rgb(var(--color-accent));
  }

  :root .xxl\:focus\:ring-warn-light:focus{
    --tw-ring-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus\:ring-warn:focus{
    --tw-ring-color: rgb(var(--color-warn));
  }

  :root .xxl\:focus\:ring-am-base-background:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 246, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-main-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-main-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 216, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-main-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 77, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-gray:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 154, 154, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 190, 190, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 238, 208, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 131, 77, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 195, 160, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 95, 46, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-coral:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-coral-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 199, 184, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-coral-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 106, 80, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-teal:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-teal-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 240, 237, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-teal-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 157, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 176, 176, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(172, 61, 61, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 235, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 108, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 186, 238, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 86, 154, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(143, 126, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(186, 172, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-new-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 100, 177, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-purple-transparent:focus{
    --tw-ring-color: #757de338;
  }

  :root .xxl\:focus\:ring-am-purple-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 241, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-purple-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 220, 255, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-purple-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 125, 234, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-purple-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 84, 153, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-purple:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 132, 227, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-green-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 222, 162, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-green-brightest:focus{
    --tw-ring-color: #77DEA280;
  }

  :root .xxl\:focus\:ring-am-green-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(38, 178, 143, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-green-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 143, 78, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-green-aqua:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(125, 234, 180, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-green-brightest-transparent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 248, 238, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-green-hover:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 252, 247, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(84, 201, 49, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-red-alive:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 98, 98, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-red-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 206, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-red-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 61, 61, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-red-intense:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 8, 70, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-grey-light:focus{
    --tw-ring-color: #BFC4FF1F;
  }

  :root .xxl\:focus\:ring-am-grey-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 48, 62, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-grey-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-grey-transparent:focus{
    --tw-ring-color: #BFC4FF4B;
  }

  :root .xxl\:focus\:ring-am-grey:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-pink-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 207, 240, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-pink-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(169, 65, 174, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-pink-brightest:focus{
    --tw-ring-color: #d977dd3b;
  }

  :root .xxl\:focus\:ring-am-pink-rose:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 187, 208, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 221, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 145, 3, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-orange-relight:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 241, 232, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(181, 124, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 136, 66, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cyan-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(179, 237, 244, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cyan-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(18, 154, 166, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cyan-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .xxl\:focus\:ring-am-cyan-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 234, 223, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cyan:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 217, 234, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 201, 242, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-blue:focus{
    --tw-ring-color: #0061FD60;
  }

  :root .xxl\:focus\:ring-am-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 132, 165, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-yellow-resalt:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-yellow-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 233, 174, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-yellow-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(193, 139, 17, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 208, 115, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cream-entry:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 171, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cream-entry_light:focus{
    --tw-ring-color: #81E6AB33;
  }

  :root .xxl\:focus\:ring-am-cream-entry_text:focus{
    --tw-ring-color: #81E6ABB3;
  }

  :root .xxl\:focus\:ring-am-cream-lunchgo:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 186, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cream-lunchgo_light:focus{
    --tw-ring-color: #EEBA7233;
  }

  :root .xxl\:focus\:ring-am-cream-lunchgo_text:focus{
    --tw-ring-color: #EEBA72B3;
  }

  :root .xxl\:focus\:ring-am-cream-lunchback:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 143, 114, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cream-lunchback_light:focus{
    --tw-ring-color: #EE8F7233;
  }

  :root .xxl\:focus\:ring-am-cream-lunchback_text:focus{
    --tw-ring-color: #EE8F72B3;
  }

  :root .xxl\:focus\:ring-am-cream-exit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 226, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cream-exit_light:focus{
    --tw-ring-color: #81E6E233;
  }

  :root .xxl\:focus\:ring-am-cream-exit_text:focus{
    --tw-ring-color: #81E6E2B3;
  }

  :root .xxl\:focus\:ring-am-cream-yesterday:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 119, 119, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-cream-yesterday_light:focus{
    --tw-ring-color: #DE777733;
  }

  :root .xxl\:focus\:ring-am-cream-yesterday_text:focus{
    --tw-ring-color: #DE7777B3;
  }

  :root .xxl\:focus\:ring-am-brown-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(241, 225, 216, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-brown-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(80, 29, 14, var(--tw-ring-opacity));
  }

  :root .xxl\:focus\:ring-am-brown:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(162, 62, 0, var(--tw-ring-opacity));
  }

  :root .xxl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  :root .xxl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  :root .xxl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  :root .xxl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  :root .xxl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  :root .xxl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  :root .xxl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  :root .xxl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  :root .xxl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  :root .xxl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  :root .xxl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  :root .xxl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  :root .xxl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  :root .xxl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  :root .xxl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  :root .xxl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  :root .xxl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  :root .xxl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  :root .xxl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  :root .xxl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  :root .xxl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  :root .xxl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  :root .xxl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  :root .xxl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  :root .xxl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  :root .xxl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  :root .xxl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  :root .xxl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  :root .xxl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  :root .xxl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  :root .xxl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  :root .xxl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  :root .xxl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  :root .xxl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  :root .xxl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  :root .xxl\:ring-offset-black{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xxl\:ring-offset-white{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xxl\:ring-offset-contrast-black{
    --tw-ring-offset-color: black;
  }

  :root .xxl\:ring-offset-contrast-white{
    --tw-ring-offset-color: white;
  }

  :root .xxl\:ring-offset-grays-light{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xxl\:ring-offset-grays{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xxl\:ring-offset-gray-light{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:ring-offset-gray{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xxl\:ring-offset-red-light{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:ring-offset-red{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xxl\:ring-offset-orange-light{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:ring-offset-orange{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xxl\:ring-offset-deep-orange-light{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:ring-offset-deep-orange{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xxl\:ring-offset-amber-light{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:ring-offset-amber{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xxl\:ring-offset-green-light{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:ring-offset-green{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xxl\:ring-offset-teal-light{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:ring-offset-teal{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xxl\:ring-offset-cyan-light{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:ring-offset-cyan{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xxl\:ring-offset-purple-light{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:ring-offset-purple{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xxl\:ring-offset-deep-purple-light{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:ring-offset-deep-purple{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xxl\:ring-offset-pink-light{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:ring-offset-pink{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xxl\:ring-offset-primary-light{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:ring-offset-primary{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xxl\:ring-offset-accent-light{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:ring-offset-accent{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xxl\:ring-offset-warn-light{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:ring-offset-warn{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xxl\:ring-offset-am-base-background{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xxl\:ring-offset-am-main-blue{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xxl\:ring-offset-am-main-blue-light{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xxl\:ring-offset-am-main-blue-dark{
    --tw-ring-offset-color: #00004d;
  }

  :root .xxl\:ring-offset-am-gray{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xxl\:ring-offset-am-gray-light{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xxl\:ring-offset-am-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  :root .xxl\:ring-offset-am-new-green{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xxl\:ring-offset-am-new-green-light{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xxl\:ring-offset-am-new-green-dark{
    --tw-ring-offset-color: #27834d;
  }

  :root .xxl\:ring-offset-am-new-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .xxl\:ring-offset-am-new-orange-light{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xxl\:ring-offset-am-new-orange-dark{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xxl\:ring-offset-am-coral{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xxl\:ring-offset-am-coral-light{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xxl\:ring-offset-am-coral-dark{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xxl\:ring-offset-am-teal{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xxl\:ring-offset-am-teal-light{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xxl\:ring-offset-am-teal-dark{
    --tw-ring-offset-color: #449D99;
  }

  :root .xxl\:ring-offset-am-new-red{
    --tw-ring-offset-color: #de7777;
  }

  :root .xxl\:ring-offset-am-new-red-light{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xxl\:ring-offset-am-new-red-dark{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xxl\:ring-offset-am-new-yellow{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xxl\:ring-offset-am-new-yellow-light{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xxl\:ring-offset-am-new-yellow-dark{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xxl\:ring-offset-am-new-pink{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xxl\:ring-offset-am-new-pink-light{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xxl\:ring-offset-am-new-pink-dark{
    --tw-ring-offset-color: #97569a;
  }

  :root .xxl\:ring-offset-am-new-purple{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xxl\:ring-offset-am-new-purple-light{
    --tw-ring-offset-color: #baacff;
  }

  :root .xxl\:ring-offset-am-new-purple-dark{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xxl\:ring-offset-am-purple-transparent{
    --tw-ring-offset-color: #757de338;
  }

  :root .xxl\:ring-offset-am-purple-relight{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xxl\:ring-offset-am-purple-light{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xxl\:ring-offset-am-purple-medium{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xxl\:ring-offset-am-purple-dark{
    --tw-ring-offset-color: #465499;
  }

  :root .xxl\:ring-offset-am-purple{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xxl\:ring-offset-am-green-light{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xxl\:ring-offset-am-green-brightest{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xxl\:ring-offset-am-green-cyan{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xxl\:ring-offset-am-green-dark{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xxl\:ring-offset-am-green-aqua{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xxl\:ring-offset-am-green-brightest-transparent{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xxl\:ring-offset-am-green-hover{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xxl\:ring-offset-am-green{
    --tw-ring-offset-color: #54C931;
  }

  :root .xxl\:ring-offset-am-red-alive{
    --tw-ring-offset-color: #E56262;
  }

  :root .xxl\:ring-offset-am-red-light{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xxl\:ring-offset-am-red-dark{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xxl\:ring-offset-am-red-intense{
    --tw-ring-offset-color: #f00846;
  }

  :root .xxl\:ring-offset-am-red{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xxl\:ring-offset-am-grey-light{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xxl\:ring-offset-am-grey-dark{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xxl\:ring-offset-am-grey-medium{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xxl\:ring-offset-am-grey-transparent{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xxl\:ring-offset-am-grey{
    --tw-ring-offset-color: #666666;
  }

  :root .xxl\:ring-offset-am-pink-light{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xxl\:ring-offset-am-pink-dark{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xxl\:ring-offset-am-pink-brightest{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xxl\:ring-offset-am-pink-rose{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xxl\:ring-offset-am-pink{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xxl\:ring-offset-am-orange-light{
    --tw-ring-offset-color: #f89103;
  }

  :root .xxl\:ring-offset-am-orange-relight{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xxl\:ring-offset-am-orange-dark{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xxl\:ring-offset-am-orange{
    --tw-ring-offset-color: #f78842;
  }

  :root .xxl\:ring-offset-am-cyan-light{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xxl\:ring-offset-am-cyan-dark{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xxl\:ring-offset-am-cyan-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xxl\:ring-offset-am-cyan-green{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xxl\:ring-offset-am-cyan{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xxl\:ring-offset-am-blue-light{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xxl\:ring-offset-am-blue{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xxl\:ring-offset-am-blue-dark{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xxl\:ring-offset-am-yellow-resalt{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xxl\:ring-offset-am-yellow-light{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xxl\:ring-offset-am-yellow-dark{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xxl\:ring-offset-am-yellow{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xxl\:ring-offset-am-cream-entry{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xxl\:ring-offset-am-cream-entry_light{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xxl\:ring-offset-am-cream-entry_text{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xxl\:ring-offset-am-cream-lunchgo{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xxl\:ring-offset-am-cream-lunchgo_light{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xxl\:ring-offset-am-cream-lunchgo_text{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xxl\:ring-offset-am-cream-lunchback{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xxl\:ring-offset-am-cream-lunchback_light{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xxl\:ring-offset-am-cream-lunchback_text{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xxl\:ring-offset-am-cream-exit{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xxl\:ring-offset-am-cream-exit_light{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xxl\:ring-offset-am-cream-exit_text{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xxl\:ring-offset-am-cream-yesterday{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xxl\:ring-offset-am-cream-yesterday_light{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xxl\:ring-offset-am-cream-yesterday_text{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xxl\:ring-offset-am-brown-light{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xxl\:ring-offset-am-brown-dark{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xxl\:ring-offset-am-brown{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xxl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  :root .xxl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  :root .xxl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xxl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xxl\:focus-within\:ring-offset-contrast-black:focus-within{
    --tw-ring-offset-color: black;
  }

  :root .xxl\:focus-within\:ring-offset-contrast-white:focus-within{
    --tw-ring-offset-color: white;
  }

  :root .xxl\:focus-within\:ring-offset-grays-light:focus-within{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xxl\:focus-within\:ring-offset-grays:focus-within{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xxl\:focus-within\:ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-gray:focus-within{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xxl\:focus-within\:ring-offset-red-light:focus-within{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xxl\:focus-within\:ring-offset-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xxl\:focus-within\:ring-offset-deep-orange-light:focus-within{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-deep-orange:focus-within{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xxl\:focus-within\:ring-offset-amber-light:focus-within{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-amber:focus-within{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xxl\:focus-within\:ring-offset-green-light:focus-within{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-green:focus-within{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xxl\:focus-within\:ring-offset-teal-light:focus-within{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-teal:focus-within{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xxl\:focus-within\:ring-offset-cyan-light:focus-within{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-cyan:focus-within{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xxl\:focus-within\:ring-offset-purple-light:focus-within{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-purple:focus-within{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xxl\:focus-within\:ring-offset-deep-purple-light:focus-within{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-deep-purple:focus-within{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xxl\:focus-within\:ring-offset-pink-light:focus-within{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus-within\:ring-offset-pink:focus-within{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xxl\:focus-within\:ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus-within\:ring-offset-primary:focus-within{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xxl\:focus-within\:ring-offset-accent-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus-within\:ring-offset-accent:focus-within{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xxl\:focus-within\:ring-offset-warn-light:focus-within{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus-within\:ring-offset-warn:focus-within{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xxl\:focus-within\:ring-offset-am-base-background:focus-within{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xxl\:focus-within\:ring-offset-am-main-blue:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xxl\:focus-within\:ring-offset-am-main-blue-light:focus-within{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xxl\:focus-within\:ring-offset-am-main-blue-dark:focus-within{
    --tw-ring-offset-color: #00004d;
  }

  :root .xxl\:focus-within\:ring-offset-am-gray:focus-within{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xxl\:focus-within\:ring-offset-am-gray-light:focus-within{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xxl\:focus-within\:ring-offset-am-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-green:focus-within{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-green-light:focus-within{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-green-dark:focus-within{
    --tw-ring-offset-color: #27834d;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-orange-light:focus-within{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-orange-dark:focus-within{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xxl\:focus-within\:ring-offset-am-coral:focus-within{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xxl\:focus-within\:ring-offset-am-coral-light:focus-within{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xxl\:focus-within\:ring-offset-am-coral-dark:focus-within{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xxl\:focus-within\:ring-offset-am-teal:focus-within{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xxl\:focus-within\:ring-offset-am-teal-light:focus-within{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xxl\:focus-within\:ring-offset-am-teal-dark:focus-within{
    --tw-ring-offset-color: #449D99;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-red:focus-within{
    --tw-ring-offset-color: #de7777;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-red-light:focus-within{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-red-dark:focus-within{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-yellow:focus-within{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-yellow-light:focus-within{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-yellow-dark:focus-within{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-pink:focus-within{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-pink-light:focus-within{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-pink-dark:focus-within{
    --tw-ring-offset-color: #97569a;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-purple:focus-within{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-purple-light:focus-within{
    --tw-ring-offset-color: #baacff;
  }

  :root .xxl\:focus-within\:ring-offset-am-new-purple-dark:focus-within{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xxl\:focus-within\:ring-offset-am-purple-transparent:focus-within{
    --tw-ring-offset-color: #757de338;
  }

  :root .xxl\:focus-within\:ring-offset-am-purple-relight:focus-within{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xxl\:focus-within\:ring-offset-am-purple-light:focus-within{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xxl\:focus-within\:ring-offset-am-purple-medium:focus-within{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xxl\:focus-within\:ring-offset-am-purple-dark:focus-within{
    --tw-ring-offset-color: #465499;
  }

  :root .xxl\:focus-within\:ring-offset-am-purple:focus-within{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xxl\:focus-within\:ring-offset-am-green-light:focus-within{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xxl\:focus-within\:ring-offset-am-green-brightest:focus-within{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xxl\:focus-within\:ring-offset-am-green-cyan:focus-within{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xxl\:focus-within\:ring-offset-am-green-dark:focus-within{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xxl\:focus-within\:ring-offset-am-green-aqua:focus-within{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xxl\:focus-within\:ring-offset-am-green-brightest-transparent:focus-within{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xxl\:focus-within\:ring-offset-am-green-hover:focus-within{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xxl\:focus-within\:ring-offset-am-green:focus-within{
    --tw-ring-offset-color: #54C931;
  }

  :root .xxl\:focus-within\:ring-offset-am-red-alive:focus-within{
    --tw-ring-offset-color: #E56262;
  }

  :root .xxl\:focus-within\:ring-offset-am-red-light:focus-within{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xxl\:focus-within\:ring-offset-am-red-dark:focus-within{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xxl\:focus-within\:ring-offset-am-red-intense:focus-within{
    --tw-ring-offset-color: #f00846;
  }

  :root .xxl\:focus-within\:ring-offset-am-red:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xxl\:focus-within\:ring-offset-am-grey-light:focus-within{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xxl\:focus-within\:ring-offset-am-grey-dark:focus-within{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xxl\:focus-within\:ring-offset-am-grey-medium:focus-within{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xxl\:focus-within\:ring-offset-am-grey-transparent:focus-within{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xxl\:focus-within\:ring-offset-am-grey:focus-within{
    --tw-ring-offset-color: #666666;
  }

  :root .xxl\:focus-within\:ring-offset-am-pink-light:focus-within{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xxl\:focus-within\:ring-offset-am-pink-dark:focus-within{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xxl\:focus-within\:ring-offset-am-pink-brightest:focus-within{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xxl\:focus-within\:ring-offset-am-pink-rose:focus-within{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xxl\:focus-within\:ring-offset-am-pink:focus-within{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xxl\:focus-within\:ring-offset-am-orange-light:focus-within{
    --tw-ring-offset-color: #f89103;
  }

  :root .xxl\:focus-within\:ring-offset-am-orange-relight:focus-within{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xxl\:focus-within\:ring-offset-am-orange-dark:focus-within{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xxl\:focus-within\:ring-offset-am-orange:focus-within{
    --tw-ring-offset-color: #f78842;
  }

  :root .xxl\:focus-within\:ring-offset-am-cyan-light:focus-within{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xxl\:focus-within\:ring-offset-am-cyan-dark:focus-within{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xxl\:focus-within\:ring-offset-am-cyan-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xxl\:focus-within\:ring-offset-am-cyan-green:focus-within{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xxl\:focus-within\:ring-offset-am-cyan:focus-within{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xxl\:focus-within\:ring-offset-am-blue-light:focus-within{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xxl\:focus-within\:ring-offset-am-blue:focus-within{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xxl\:focus-within\:ring-offset-am-blue-dark:focus-within{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xxl\:focus-within\:ring-offset-am-yellow-resalt:focus-within{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xxl\:focus-within\:ring-offset-am-yellow-light:focus-within{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xxl\:focus-within\:ring-offset-am-yellow-dark:focus-within{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xxl\:focus-within\:ring-offset-am-yellow:focus-within{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-entry:focus-within{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-entry_light:focus-within{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-entry_text:focus-within{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-lunchgo:focus-within{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-lunchgo_light:focus-within{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-lunchgo_text:focus-within{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-lunchback:focus-within{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-lunchback_light:focus-within{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-lunchback_text:focus-within{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-exit:focus-within{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-exit_light:focus-within{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-exit_text:focus-within{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-yesterday:focus-within{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-yesterday_light:focus-within{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xxl\:focus-within\:ring-offset-am-cream-yesterday_text:focus-within{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xxl\:focus-within\:ring-offset-am-brown-light:focus-within{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xxl\:focus-within\:ring-offset-am-brown-dark:focus-within{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xxl\:focus-within\:ring-offset-am-brown:focus-within{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xxl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  :root .xxl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  :root .xxl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: var(--text-color);
  }

  :root .xxl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: var(--text-color-light);
  }

  :root .xxl\:focus\:ring-offset-contrast-black:focus{
    --tw-ring-offset-color: black;
  }

  :root .xxl\:focus\:ring-offset-contrast-white:focus{
    --tw-ring-offset-color: white;
  }

  :root .xxl\:focus\:ring-offset-grays-light:focus{
    --tw-ring-offset-color: #D6D6D6;
  }

  :root .xxl\:focus\:ring-offset-grays:focus{
    --tw-ring-offset-color: #969CA7;
  }

  :root .xxl\:focus\:ring-offset-gray-light:focus{
    --tw-ring-offset-color: rgba(158, 158, 158, 0.1);
  }

  :root .xxl\:focus\:ring-offset-gray:focus{
    --tw-ring-offset-color: rgb(158, 158, 158);
  }

  :root .xxl\:focus\:ring-offset-red-light:focus{
    --tw-ring-offset-color: rgba(244, 67, 54, 0.1);
  }

  :root .xxl\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: rgb(244, 67, 54);
  }

  :root .xxl\:focus\:ring-offset-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 152, 0, 0.1);
  }

  :root .xxl\:focus\:ring-offset-orange:focus{
    --tw-ring-offset-color: rgb(255, 152, 0);
  }

  :root .xxl\:focus\:ring-offset-deep-orange-light:focus{
    --tw-ring-offset-color: rgba(255, 87, 34, 0.1);
  }

  :root .xxl\:focus\:ring-offset-deep-orange:focus{
    --tw-ring-offset-color: rgb(255, 87, 34);
  }

  :root .xxl\:focus\:ring-offset-amber-light:focus{
    --tw-ring-offset-color: rgba(255, 193, 7, 0.1);
  }

  :root .xxl\:focus\:ring-offset-amber:focus{
    --tw-ring-offset-color: rgb(255, 193, 7);
  }

  :root .xxl\:focus\:ring-offset-green-light:focus{
    --tw-ring-offset-color: rgba(76, 175, 80, 0.1);
  }

  :root .xxl\:focus\:ring-offset-green:focus{
    --tw-ring-offset-color: rgb(76, 175, 80);
  }

  :root .xxl\:focus\:ring-offset-teal-light:focus{
    --tw-ring-offset-color: rgba(0, 150, 136, 0.1);
  }

  :root .xxl\:focus\:ring-offset-teal:focus{
    --tw-ring-offset-color: rgb(0, 150, 136);
  }

  :root .xxl\:focus\:ring-offset-cyan-light:focus{
    --tw-ring-offset-color: rgba(0, 188, 212, 0.1);
  }

  :root .xxl\:focus\:ring-offset-cyan:focus{
    --tw-ring-offset-color: rgb(0, 188, 212);
  }

  :root .xxl\:focus\:ring-offset-purple-light:focus{
    --tw-ring-offset-color: rgba(156, 39, 176, 0.1);
  }

  :root .xxl\:focus\:ring-offset-purple:focus{
    --tw-ring-offset-color: rgb(156, 39, 176);
  }

  :root .xxl\:focus\:ring-offset-deep-purple-light:focus{
    --tw-ring-offset-color: rgba(103, 58, 183, 0.1);
  }

  :root .xxl\:focus\:ring-offset-deep-purple:focus{
    --tw-ring-offset-color: rgb(103, 58, 183);
  }

  :root .xxl\:focus\:ring-offset-pink-light:focus{
    --tw-ring-offset-color: rgba(233, 30, 99, 0.1);
  }

  :root .xxl\:focus\:ring-offset-pink:focus{
    --tw-ring-offset-color: rgb(233, 30, 99);
  }

  :root .xxl\:focus\:ring-offset-primary-light:focus{
    --tw-ring-offset-color: rgba(var(--color-primary), .1);
  }

  :root .xxl\:focus\:ring-offset-primary:focus{
    --tw-ring-offset-color: rgb(var(--color-primary));
  }

  :root .xxl\:focus\:ring-offset-accent-light:focus{
    --tw-ring-offset-color: rgba(var(--color-accent), .1);
  }

  :root .xxl\:focus\:ring-offset-accent:focus{
    --tw-ring-offset-color: rgb(var(--color-accent));
  }

  :root .xxl\:focus\:ring-offset-warn-light:focus{
    --tw-ring-offset-color: rgba(var(--color-warn), .1);
  }

  :root .xxl\:focus\:ring-offset-warn:focus{
    --tw-ring-offset-color: rgb(var(--color-warn));
  }

  :root .xxl\:focus\:ring-offset-am-base-background:focus{
    --tw-ring-offset-color: #F4F6FF;
  }

  :root .xxl\:focus\:ring-offset-am-main-blue:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xxl\:focus\:ring-offset-am-main-blue-light:focus{
    --tw-ring-offset-color: #d0d8ff;
  }

  :root .xxl\:focus\:ring-offset-am-main-blue-dark:focus{
    --tw-ring-offset-color: #00004d;
  }

  :root .xxl\:focus\:ring-offset-am-gray:focus{
    --tw-ring-offset-color: #9a9a9a;
  }

  :root .xxl\:focus\:ring-offset-am-gray-light:focus{
    --tw-ring-offset-color: #bebebe;
  }

  :root .xxl\:focus\:ring-offset-am-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .xxl\:focus\:ring-offset-am-new-green:focus{
    --tw-ring-offset-color: #77dea2;
  }

  :root .xxl\:focus\:ring-offset-am-new-green-light:focus{
    --tw-ring-offset-color: #baeed0;
  }

  :root .xxl\:focus\:ring-offset-am-new-green-dark:focus{
    --tw-ring-offset-color: #27834d;
  }

  :root .xxl\:focus\:ring-offset-am-new-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .xxl\:focus\:ring-offset-am-new-orange-light:focus{
    --tw-ring-offset-color: #fbc3a0;
  }

  :root .xxl\:focus\:ring-offset-am-new-orange-dark:focus{
    --tw-ring-offset-color: #af5f2e;
  }

  :root .xxl\:focus\:ring-offset-am-coral:focus{
    --tw-ring-offset-color: #ee8f72;
  }

  :root .xxl\:focus\:ring-offset-am-coral-light:focus{
    --tw-ring-offset-color: #f6c7b8;
  }

  :root .xxl\:focus\:ring-offset-am-coral-dark:focus{
    --tw-ring-offset-color: #be6a50;
  }

  :root .xxl\:focus\:ring-offset-am-teal:focus{
    --tw-ring-offset-color: #81e6e2;
  }

  :root .xxl\:focus\:ring-offset-am-teal-light:focus{
    --tw-ring-offset-color: #b3f0ed;
  }

  :root .xxl\:focus\:ring-offset-am-teal-dark:focus{
    --tw-ring-offset-color: #449D99;
  }

  :root .xxl\:focus\:ring-offset-am-new-red:focus{
    --tw-ring-offset-color: #de7777;
  }

  :root .xxl\:focus\:ring-offset-am-new-red-light:focus{
    --tw-ring-offset-color: #f2b0b0;
  }

  :root .xxl\:focus\:ring-offset-am-new-red-dark:focus{
    --tw-ring-offset-color: #ac3d3d;
  }

  :root .xxl\:focus\:ring-offset-am-new-yellow:focus{
    --tw-ring-offset-color: #ffce00;
  }

  :root .xxl\:focus\:ring-offset-am-new-yellow-light:focus{
    --tw-ring-offset-color: #ffeb99;
  }

  :root .xxl\:focus\:ring-offset-am-new-yellow-dark:focus{
    --tw-ring-offset-color: #a56c00;
  }

  :root .xxl\:focus\:ring-offset-am-new-pink:focus{
    --tw-ring-offset-color: #d977dd;
  }

  :root .xxl\:focus\:ring-offset-am-new-pink-light:focus{
    --tw-ring-offset-color: #ecbaee;
  }

  :root .xxl\:focus\:ring-offset-am-new-pink-dark:focus{
    --tw-ring-offset-color: #97569a;
  }

  :root .xxl\:focus\:ring-offset-am-new-purple:focus{
    --tw-ring-offset-color: #8f7ee3;
  }

  :root .xxl\:focus\:ring-offset-am-new-purple-light:focus{
    --tw-ring-offset-color: #baacff;
  }

  :root .xxl\:focus\:ring-offset-am-new-purple-dark:focus{
    --tw-ring-offset-color: #7164b1;
  }

  :root .xxl\:focus\:ring-offset-am-purple-transparent:focus{
    --tw-ring-offset-color: #757de338;
  }

  :root .xxl\:focus\:ring-offset-am-purple-relight:focus{
    --tw-ring-offset-color: #f0f1ff;
  }

  :root .xxl\:focus\:ring-offset-am-purple-light:focus{
    --tw-ring-offset-color: #dbdcff;
  }

  :root .xxl\:focus\:ring-offset-am-purple-medium:focus{
    --tw-ring-offset-color: #927DEA;
  }

  :root .xxl\:focus\:ring-offset-am-purple-dark:focus{
    --tw-ring-offset-color: #465499;
  }

  :root .xxl\:focus\:ring-offset-am-purple:focus{
    --tw-ring-offset-color: #7084E3;
  }

  :root .xxl\:focus\:ring-offset-am-green-light:focus{
    --tw-ring-offset-color: #77DEA2;
  }

  :root .xxl\:focus\:ring-offset-am-green-brightest:focus{
    --tw-ring-offset-color: #77DEA280;
  }

  :root .xxl\:focus\:ring-offset-am-green-cyan:focus{
    --tw-ring-offset-color: #26b28f;
  }

  :root .xxl\:focus\:ring-offset-am-green-dark:focus{
    --tw-ring-offset-color: #1f8f4e;
  }

  :root .xxl\:focus\:ring-offset-am-green-aqua:focus{
    --tw-ring-offset-color: #7DEAB4;
  }

  :root .xxl\:focus\:ring-offset-am-green-brightest-transparent:focus{
    --tw-ring-offset-color: #e9f8ee;
  }

  :root .xxl\:focus\:ring-offset-am-green-hover:focus{
    --tw-ring-offset-color: #F5FCF7;
  }

  :root .xxl\:focus\:ring-offset-am-green:focus{
    --tw-ring-offset-color: #54C931;
  }

  :root .xxl\:focus\:ring-offset-am-red-alive:focus{
    --tw-ring-offset-color: #E56262;
  }

  :root .xxl\:focus\:ring-offset-am-red-light:focus{
    --tw-ring-offset-color: #ffcece;
  }

  :root .xxl\:focus\:ring-offset-am-red-dark:focus{
    --tw-ring-offset-color: #d93d3d;
  }

  :root .xxl\:focus\:ring-offset-am-red-intense:focus{
    --tw-ring-offset-color: #f00846;
  }

  :root .xxl\:focus\:ring-offset-am-red:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xxl\:focus\:ring-offset-am-grey-light:focus{
    --tw-ring-offset-color: #BFC4FF1F;
  }

  :root .xxl\:focus\:ring-offset-am-grey-dark:focus{
    --tw-ring-offset-color: #2C303E;
  }

  :root .xxl\:focus\:ring-offset-am-grey-medium:focus{
    --tw-ring-offset-color: #bbbbbb;
  }

  :root .xxl\:focus\:ring-offset-am-grey-transparent:focus{
    --tw-ring-offset-color: #BFC4FF4B;
  }

  :root .xxl\:focus\:ring-offset-am-grey:focus{
    --tw-ring-offset-color: #666666;
  }

  :root .xxl\:focus\:ring-offset-am-pink-light:focus{
    --tw-ring-offset-color: #edcff0;
  }

  :root .xxl\:focus\:ring-offset-am-pink-dark:focus{
    --tw-ring-offset-color: #a941ae;
  }

  :root .xxl\:focus\:ring-offset-am-pink-brightest:focus{
    --tw-ring-offset-color: #d977dd3b;
  }

  :root .xxl\:focus\:ring-offset-am-pink-rose:focus{
    --tw-ring-offset-color: #F8BBD0;
  }

  :root .xxl\:focus\:ring-offset-am-pink:focus{
    --tw-ring-offset-color: #D977DD;
  }

  :root .xxl\:focus\:ring-offset-am-orange-light:focus{
    --tw-ring-offset-color: #f89103;
  }

  :root .xxl\:focus\:ring-offset-am-orange-relight:focus{
    --tw-ring-offset-color: #fff1e8;
  }

  :root .xxl\:focus\:ring-offset-am-orange-dark:focus{
    --tw-ring-offset-color: #b57c00;
  }

  :root .xxl\:focus\:ring-offset-am-orange:focus{
    --tw-ring-offset-color: #f78842;
  }

  :root .xxl\:focus\:ring-offset-am-cyan-light:focus{
    --tw-ring-offset-color: #b3edf4;
  }

  :root .xxl\:focus\:ring-offset-am-cyan-dark:focus{
    --tw-ring-offset-color: #129aa6;
  }

  :root .xxl\:focus\:ring-offset-am-cyan-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xxl\:focus\:ring-offset-am-cyan-green:focus{
    --tw-ring-offset-color: #b9eadf;
  }

  :root .xxl\:focus\:ring-offset-am-cyan:focus{
    --tw-ring-offset-color: #18D9EA;
  }

  :root .xxl\:focus\:ring-offset-am-blue-light:focus{
    --tw-ring-offset-color: #92C9F2;
  }

  :root .xxl\:focus\:ring-offset-am-blue:focus{
    --tw-ring-offset-color: #0061FD60;
  }

  :root .xxl\:focus\:ring-offset-am-blue-dark:focus{
    --tw-ring-offset-color: #5784a5;
  }

  :root .xxl\:focus\:ring-offset-am-yellow-resalt:focus{
    --tw-ring-offset-color: #FFCE00;
  }

  :root .xxl\:focus\:ring-offset-am-yellow-light:focus{
    --tw-ring-offset-color: #f8e9ae;
  }

  :root .xxl\:focus\:ring-offset-am-yellow-dark:focus{
    --tw-ring-offset-color: #c18b11;
  }

  :root .xxl\:focus\:ring-offset-am-yellow:focus{
    --tw-ring-offset-color: #FAD073;
  }

  :root .xxl\:focus\:ring-offset-am-cream-entry:focus{
    --tw-ring-offset-color: #81E6AB;
  }

  :root .xxl\:focus\:ring-offset-am-cream-entry_light:focus{
    --tw-ring-offset-color: #81E6AB33;
  }

  :root .xxl\:focus\:ring-offset-am-cream-entry_text:focus{
    --tw-ring-offset-color: #81E6ABB3;
  }

  :root .xxl\:focus\:ring-offset-am-cream-lunchgo:focus{
    --tw-ring-offset-color: #EEBA72;
  }

  :root .xxl\:focus\:ring-offset-am-cream-lunchgo_light:focus{
    --tw-ring-offset-color: #EEBA7233;
  }

  :root .xxl\:focus\:ring-offset-am-cream-lunchgo_text:focus{
    --tw-ring-offset-color: #EEBA72B3;
  }

  :root .xxl\:focus\:ring-offset-am-cream-lunchback:focus{
    --tw-ring-offset-color: #EE8F72;
  }

  :root .xxl\:focus\:ring-offset-am-cream-lunchback_light:focus{
    --tw-ring-offset-color: #EE8F7233;
  }

  :root .xxl\:focus\:ring-offset-am-cream-lunchback_text:focus{
    --tw-ring-offset-color: #EE8F72B3;
  }

  :root .xxl\:focus\:ring-offset-am-cream-exit:focus{
    --tw-ring-offset-color: #81E6E2;
  }

  :root .xxl\:focus\:ring-offset-am-cream-exit_light:focus{
    --tw-ring-offset-color: #81E6E233;
  }

  :root .xxl\:focus\:ring-offset-am-cream-exit_text:focus{
    --tw-ring-offset-color: #81E6E2B3;
  }

  :root .xxl\:focus\:ring-offset-am-cream-yesterday:focus{
    --tw-ring-offset-color: #DE7777;
  }

  :root .xxl\:focus\:ring-offset-am-cream-yesterday_light:focus{
    --tw-ring-offset-color: #DE777733;
  }

  :root .xxl\:focus\:ring-offset-am-cream-yesterday_text:focus{
    --tw-ring-offset-color: #DE7777B3;
  }

  :root .xxl\:focus\:ring-offset-am-brown-light:focus{
    --tw-ring-offset-color: #f1e1d8;
  }

  :root .xxl\:focus\:ring-offset-am-brown-dark:focus{
    --tw-ring-offset-color: #501D0E;
  }

  :root .xxl\:focus\:ring-offset-am-brown:focus{
    --tw-ring-offset-color: #A23E00;
  }

  :root .xxl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  :root .xxl\:filter-none{
    filter: none;
  }

  :root .xxl\:blur-0{
    --tw-blur: blur(0);
  }

  :root .xxl\:blur-none{
    --tw-blur: blur(0);
  }

  :root .xxl\:blur-sm{
    --tw-blur: blur(4px);
  }

  :root .xxl\:blur{
    --tw-blur: blur(8px);
  }

  :root .xxl\:blur-md{
    --tw-blur: blur(12px);
  }

  :root .xxl\:blur-lg{
    --tw-blur: blur(16px);
  }

  :root .xxl\:blur-xl{
    --tw-blur: blur(24px);
  }

  :root .xxl\:blur-2xl{
    --tw-blur: blur(40px);
  }

  :root .xxl\:blur-3xl{
    --tw-blur: blur(64px);
  }

  :root .xxl\:brightness-0{
    --tw-brightness: brightness(0);
  }

  :root .xxl\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  :root .xxl\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  :root .xxl\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  :root .xxl\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  :root .xxl\:brightness-100{
    --tw-brightness: brightness(1);
  }

  :root .xxl\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  :root .xxl\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  :root .xxl\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  :root .xxl\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  :root .xxl\:brightness-200{
    --tw-brightness: brightness(2);
  }

  :root .xxl\:contrast-0{
    --tw-contrast: contrast(0);
  }

  :root .xxl\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  :root .xxl\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  :root .xxl\:contrast-100{
    --tw-contrast: contrast(1);
  }

  :root .xxl\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  :root .xxl\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  :root .xxl\:contrast-200{
    --tw-contrast: contrast(2);
  }

  :root .xxl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  :root .xxl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  :root .xxl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  :root .xxl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  :root .xxl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  :root .xxl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  :root .xxl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  :root .xxl\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  :root .xxl\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  :root .xxl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  :root .xxl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  :root .xxl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  :root .xxl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  :root .xxl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  :root .xxl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  :root .xxl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  :root .xxl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  :root .xxl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  :root .xxl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  :root .xxl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  :root .xxl\:invert-0{
    --tw-invert: invert(0);
  }

  :root .xxl\:invert{
    --tw-invert: invert(100%);
  }

  :root .xxl\:saturate-0{
    --tw-saturate: saturate(0);
  }

  :root .xxl\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  :root .xxl\:saturate-100{
    --tw-saturate: saturate(1);
  }

  :root .xxl\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  :root .xxl\:saturate-200{
    --tw-saturate: saturate(2);
  }

  :root .xxl\:sepia-0{
    --tw-sepia: sepia(0);
  }

  :root .xxl\:sepia{
    --tw-sepia: sepia(100%);
  }

  :root .xxl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  :root .xxl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  :root .xxl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  :root .xxl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  :root .xxl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  :root .xxl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  :root .xxl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  :root .xxl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  :root .xxl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  :root .xxl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  :root .xxl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  :root .xxl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  :root .xxl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  :root .xxl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  :root .xxl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  :root .xxl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  :root .xxl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  :root .xxl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  :root .xxl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  :root .xxl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  :root .xxl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  :root .xxl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  :root .xxl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  :root .xxl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  :root .xxl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  :root .xxl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  :root .xxl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  :root .xxl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  :root .xxl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  :root .xxl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  :root .xxl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  :root .xxl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  :root .xxl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  :root .xxl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  :root .xxl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  :root .xxl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  :root .xxl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  :root .xxl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  :root .xxl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  :root .xxl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  :root .xxl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  :root .xxl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  :root .xxl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  :root .xxl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  :root .xxl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  :root .xxl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  :root .xxl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
  }

  :root .xxl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  :root .xxl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  :root .xxl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  :root .xxl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  :root .xxl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  :root .xxl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  :root .xxl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  :root .xxl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  :root .xxl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  :root .xxl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  :root .xxl\:transition-none{
    transition-property: none;
  }

  :root .xxl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xxl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xxl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xxl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xxl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xxl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  :root .xxl\:delay-75{
    transition-delay: 75ms;
  }

  :root .xxl\:delay-100{
    transition-delay: 100ms;
  }

  :root .xxl\:delay-150{
    transition-delay: 150ms;
  }

  :root .xxl\:delay-200{
    transition-delay: 200ms;
  }

  :root .xxl\:delay-300{
    transition-delay: 300ms;
  }

  :root .xxl\:delay-500{
    transition-delay: 500ms;
  }

  :root .xxl\:delay-700{
    transition-delay: 700ms;
  }

  :root .xxl\:delay-1000{
    transition-delay: 1000ms;
  }

  :root .xxl\:duration-75{
    transition-duration: 75ms;
  }

  :root .xxl\:duration-100{
    transition-duration: 100ms;
  }

  :root .xxl\:duration-150{
    transition-duration: 150ms;
  }

  :root .xxl\:duration-200{
    transition-duration: 200ms;
  }

  :root .xxl\:duration-300{
    transition-duration: 300ms;
  }

  :root .xxl\:duration-500{
    transition-duration: 500ms;
  }

  :root .xxl\:duration-700{
    transition-duration: 700ms;
  }

  :root .xxl\:duration-1000{
    transition-duration: 1000ms;
  }

  :root .xxl\:ease-linear{
    transition-timing-function: linear;
  }

  :root .xxl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  :root .xxl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  :root .xxl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/

.hljs {
  color: #a9b7c6;
  background: #282b2e;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}

.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet {
  color: #6897BB;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
  color: #cc7832;
}

.hljs-variable,
.hljs-template-variable,
.hljs-link {
  color: #629755;
}

.hljs-comment,
.hljs-quote {
  color: #808080;
}

.hljs-meta {
  color: #bbb529;
}

.hljs-string,
.hljs-attribute,
.hljs-addition {
  color: #6A8759;
}

.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}

.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #e8bf6a;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.vex-style-dark {
  --background-app-bar: #171517;
  --footer-background: var(--background-card);
  --navigation-background: #242124;
  --toolbar-background: #242124;
  --background-base: #312d31;
  --background-card: #242124;
  --footer-color: var(--text-color);
  --navigation-color: var(--text-color);
  --text-color: white;
  --toolbar-color: white;
  --text-color-light: rgba(0, 0, 0, 0.87);
  --foreground-divider: rgba(255, 255, 255, 0.12);
  --text-hint: rgba(255, 255, 255, 0.5);
  --text-hint-light: rgba(0, 0, 0, 0.38);
  --background-hover: rgba(255, 255, 255, 0.04);
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-secondary-light: rgba(0, 0, 0, 0.54);
  --secondary-toolbar-background: var(--background-card);
}

.vex-style-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.vex-style-dark .mat-option {
  color: white;
}

.vex-style-dark .mat-option:hover:not(.mat-option-disabled), .vex-style-dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}

.vex-style-dark .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-pseudo-checkbox::after {
  color: #312d31;
}

.vex-style-dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}

.vex-style-dark .mat-primary .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-pseudo-checkbox-indeterminate,
.vex-style-dark .mat-accent .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-warn .mat-pseudo-checkbox-checked,
.vex-style-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.vex-style-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}

.vex-style-dark .mat-app-background, .vex-style-dark.mat-app-background {
  background-color: #312d31;
  color: white;
}

.vex-style-dark .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.vex-style-dark .mat-autocomplete-panel {
  background: #242124;
  color: white;
}

.vex-style-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #242124;
}

.vex-style-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}

.vex-style-dark .mat-badge {
  position: relative;
}

.vex-style-dark .mat-badge.mat-badge {
  overflow: visible;
}

.vex-style-dark .mat-badge-hidden .mat-badge-content {
  display: none;
}

.vex-style-dark .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.vex-style-dark .ng-animate-disabled .mat-badge-content,
.vex-style-dark .mat-badge-content._mat-animation-noopable {
  transition: none;
}

.vex-style-dark .mat-badge-content.mat-badge-active {
  transform: none;
}

.vex-style-dark .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.vex-style-dark .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.vex-style-dark .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.vex-style-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.vex-style-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .vex-style-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.vex-style-dark .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.vex-style-dark .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.vex-style-dark .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.vex-style-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.vex-style-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .vex-style-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.vex-style-dark .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.vex-style-dark .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.vex-style-dark .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.vex-style-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.vex-style-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .vex-style-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.vex-style-dark .mat-badge-content {
  color: rgba(var(--color-primary-contrast), 1);
  background: rgba(var(--color-primary), 1);
}

.cdk-high-contrast-active .vex-style-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.vex-style-dark .mat-badge-accent .mat-badge-content {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-badge-warn .mat-badge-content {
  color: rgba(var(--color-warn-contrast), 1);
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-badge-disabled .mat-badge-content {
  background: #6f6c6f;
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #242124;
  color: white;
}

.vex-style-dark .mat-button, .vex-style-dark .mat-icon-button, .vex-style-dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.vex-style-dark .mat-button.mat-primary, .vex-style-dark .mat-icon-button.mat-primary, .vex-style-dark .mat-stroked-button.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-button.mat-accent, .vex-style-dark .mat-icon-button.mat-accent, .vex-style-dark .mat-stroked-button.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-button.mat-warn, .vex-style-dark .mat-icon-button.mat-warn, .vex-style-dark .mat-stroked-button.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-icon-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-button.mat-primary .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-button.mat-accent .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-button.mat-warn .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-button.mat-button-disabled .mat-button-focus-overlay, .vex-style-dark .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .vex-style-dark .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.vex-style-dark .mat-button .mat-ripple-element, .vex-style-dark .mat-icon-button .mat-ripple-element, .vex-style-dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.vex-style-dark .mat-button-focus-overlay {
  background: white;
}

.vex-style-dark .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-flat-button, .vex-style-dark .mat-raised-button, .vex-style-dark .mat-fab, .vex-style-dark .mat-mini-fab {
  color: white;
  background-color: #424242;
}

.vex-style-dark .mat-flat-button.mat-primary, .vex-style-dark .mat-raised-button.mat-primary, .vex-style-dark .mat-fab.mat-primary, .vex-style-dark .mat-mini-fab.mat-primary {
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-flat-button.mat-accent, .vex-style-dark .mat-raised-button.mat-accent, .vex-style-dark .mat-fab.mat-accent, .vex-style-dark .mat-mini-fab.mat-accent {
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-flat-button.mat-warn, .vex-style-dark .mat-raised-button.mat-warn, .vex-style-dark .mat-fab.mat-warn, .vex-style-dark .mat-mini-fab.mat-warn {
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-flat-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-fab.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-flat-button.mat-primary, .vex-style-dark .mat-raised-button.mat-primary, .vex-style-dark .mat-fab.mat-primary, .vex-style-dark .mat-mini-fab.mat-primary {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-flat-button.mat-accent, .vex-style-dark .mat-raised-button.mat-accent, .vex-style-dark .mat-fab.mat-accent, .vex-style-dark .mat-mini-fab.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-flat-button.mat-warn, .vex-style-dark .mat-raised-button.mat-warn, .vex-style-dark .mat-fab.mat-warn, .vex-style-dark .mat-mini-fab.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-flat-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-primary.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-accent.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-warn.mat-button-disabled, .vex-style-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-fab.mat-button-disabled.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-primary.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-accent.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-warn.mat-button-disabled, .vex-style-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-flat-button.mat-primary .mat-ripple-element, .vex-style-dark .mat-raised-button.mat-primary .mat-ripple-element, .vex-style-dark .mat-fab.mat-primary .mat-ripple-element, .vex-style-dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-flat-button.mat-accent .mat-ripple-element, .vex-style-dark .mat-raised-button.mat-accent .mat-ripple-element, .vex-style-dark .mat-fab.mat-accent .mat-ripple-element, .vex-style-dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-flat-button.mat-warn .mat-ripple-element, .vex-style-dark .mat-raised-button.mat-warn .mat-ripple-element, .vex-style-dark .mat-fab.mat-warn .mat-ripple-element, .vex-style-dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-stroked-button:not([class*=mat-elevation-z]), .vex-style-dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-fab:not([class*=mat-elevation-z]), .vex-style-dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .vex-style-dark .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .vex-style-dark .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.vex-style-dark .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.vex-style-dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.vex-style-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #242124;
}

.vex-style-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}

.vex-style-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #3e3c3e;
}

.vex-style-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #3e3c3e;
}

.vex-style-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #3e3c3e;
}

.vex-style-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}

.vex-style-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}

.vex-style-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #242124;
}

.vex-style-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}

.vex-style-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.vex-style-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #3e3c3e;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.vex-style-dark .mat-card {
  background: #242124;
  color: white;
}

.vex-style-dark .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-checkbox-checkmark {
  fill: #312d31;
}

.vex-style-dark .mat-checkbox-checkmark-path {
  stroke: #312d31 !important;
}

.vex-style-dark .mat-checkbox-mixedmark {
  background-color: #312d31;
}

.vex-style-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .vex-style-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .vex-style-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .vex-style-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .vex-style-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}

.vex-style-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}

.vex-style-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-checkbox .mat-ripple-element {
  background-color: white;
}

.vex-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.vex-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.vex-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.vex-style-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}

.vex-style-dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip::after {
  background: white;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.vex-style-dark .mat-table {
  background: #242124;
}

.vex-style-dark .mat-table thead, .vex-style-dark .mat-table tbody, .vex-style-dark .mat-table tfoot,
.vex-style-dark mat-header-row, .vex-style-dark mat-row, .vex-style-dark mat-footer-row,
.vex-style-dark [mat-header-row], .vex-style-dark [mat-row], .vex-style-dark [mat-footer-row],
.vex-style-dark .mat-table-sticky {
  background: inherit;
}

.vex-style-dark mat-row, .vex-style-dark mat-header-row, .vex-style-dark mat-footer-row,
.vex-style-dark th.mat-header-cell, .vex-style-dark td.mat-cell, .vex-style-dark td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-cell, .vex-style-dark .mat-footer-cell {
  color: white;
}

.vex-style-dark .mat-calendar-arrow {
  fill: white;
}

.vex-style-dark .mat-datepicker-toggle,
.vex-style-dark .mat-datepicker-content .mat-calendar-next-button,
.vex-style-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}

.vex-style-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-calendar-table-header,
.vex-style-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-calendar-body-cell-content,
.vex-style-dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}

.vex-style-dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}

.vex-style-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-calendar-body-in-range::before {
  background: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.vex-style-dark .mat-calendar-body-comparison-bridge-start::before,
.vex-style-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-calendar-body-comparison-bridge-end::before,
.vex-style-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.vex-style-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.vex-style-dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.vex-style-dark .mat-calendar-body-selected {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.vex-style-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-primary), 1);
}

@media (hover: hover) {
  .vex-style-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-primary), 1);
  }
}

.vex-style-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #242124;
  color: white;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.vex-style-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.vex-style-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-accent), 1);
}

@media (hover: hover) {
  .vex-style-dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-accent), 1);
  }
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.vex-style-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.vex-style-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.vex-style-dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-warn), 1);
}

@media (hover: hover) {
  .vex-style-dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-warn), 1);
  }
}

.vex-style-dark .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-datepicker-toggle-active {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-datepicker-toggle-active.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-datepicker-toggle-active.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #242124;
  color: white;
}

.vex-style-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-expansion-panel {
  background: #242124;
  color: white;
}

.vex-style-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .vex-style-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .vex-style-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}

@media (hover: none) {
  .vex-style-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #242124;
  }
}

.vex-style-dark .mat-expansion-panel-header-title {
  color: white;
}

.vex-style-dark .mat-expansion-panel-header-description,
.vex-style-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.vex-style-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}

.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.vex-style-dark .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-focused .mat-form-field-required-marker {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field-ripple {
  background-color: white;
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.vex-style-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-error {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.vex-style-dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.vex-style-dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}

.vex-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}

.vex-style-dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.vex-style-dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}

.vex-style-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}

.vex-style-dark .mat-icon.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-icon.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-icon.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-input-element:disabled,
.vex-style-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element {
  caret-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-input-element:not(.mat-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}

.vex-style-dark .mat-input-element:not(.mat-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}

.vex-style-dark .mat-form-field.mat-accent .mat-input-element {
  caret-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-warn .mat-input-element,
.vex-style-dark .mat-form-field-invalid .mat-input-element {
  caret-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-list-base .mat-list-item {
  color: white;
}

.vex-style-dark .mat-list-base .mat-list-option {
  color: white;
}

.vex-style-dark .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-list-base .mat-list-item-disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-list-option:hover, .vex-style-dark .mat-list-option:focus,
.vex-style-dark .mat-nav-list .mat-list-item:hover,
.vex-style-dark .mat-nav-list .mat-list-item:focus,
.vex-style-dark .mat-action-list .mat-list-item:hover,
.vex-style-dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-list-single-selected-option, .vex-style-dark .mat-list-single-selected-option:hover, .vex-style-dark .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-menu-panel {
  background: #242124;
}

.vex-style-dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-menu-item {
  background: transparent;
  color: white;
}

.vex-style-dark .mat-menu-item[disabled],
.vex-style-dark .mat-menu-item[disabled] .mat-menu-submenu-icon,
.vex-style-dark .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-menu-item .mat-icon-no-color,
.vex-style-dark .mat-menu-submenu-icon {
  color: white;
}

.vex-style-dark .mat-menu-item:hover:not([disabled]),
.vex-style-dark .mat-menu-item.cdk-program-focused:not([disabled]),
.vex-style-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.vex-style-dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-paginator {
  background: #242124;
}

.vex-style-dark .mat-paginator,
.vex-style-dark .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-paginator-decrement,
.vex-style-dark .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.vex-style-dark .mat-paginator-first,
.vex-style-dark .mat-paginator-last {
  border-top: 2px solid white;
}

.vex-style-dark .mat-icon-button[disabled] .mat-paginator-decrement,
.vex-style-dark .mat-icon-button[disabled] .mat-paginator-increment,
.vex-style-dark .mat-icon-button[disabled] .mat-paginator-first,
.vex-style-dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}

.mat-paginator-container {
  min-height: 56px;
}

.vex-style-dark .mat-progress-bar-background {
  fill: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-progress-bar-buffer {
  background-color: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-progress-spinner circle, .vex-style-dark .mat-spinner circle {
  stroke: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-progress-spinner.mat-accent circle, .vex-style-dark .mat-spinner.mat-accent circle {
  stroke: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-progress-spinner.mat-warn circle, .vex-style-dark .mat-spinner.mat-warn circle {
  stroke: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
.vex-style-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vex-style-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .vex-style-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
.vex-style-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vex-style-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .vex-style-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
.vex-style-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .vex-style-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .vex-style-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-radio-button .mat-ripple-element {
  background-color: white;
}

.vex-style-dark .mat-select-value {
  color: white;
}

.vex-style-dark .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-select-panel {
  background: #242124;
}

.vex-style-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-drawer-container {
  background-color: #312d31;
  color: white;
}

.vex-style-dark .mat-drawer {
  background-color: #242124;
  color: white;
}

.vex-style-dark .mat-drawer.mat-drawer-push {
  background-color: #242124;
}

.vex-style-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}

.vex-style-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}

.vex-style-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(219, 222, 219, 0.6);
}

.vex-style-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}

.vex-style-dark .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}

.vex-style-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider.mat-primary .mat-slider-track-fill,
.vex-style-dark .mat-slider.mat-primary .mat-slider-thumb,
.vex-style-dark .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(var(--color-primary), 1);
  opacity: 0.2;
}

.vex-style-dark .mat-slider.mat-accent .mat-slider-track-fill,
.vex-style-dark .mat-slider.mat-accent .mat-slider-thumb,
.vex-style-dark .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(var(--color-accent), 1);
  opacity: 0.2;
}

.vex-style-dark .mat-slider.mat-warn .mat-slider-track-fill,
.vex-style-dark .mat-slider.mat-warn .mat-slider-thumb,
.vex-style-dark .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(var(--color-warn), 1);
  opacity: 0.2;
}

.vex-style-dark .mat-slider:hover .mat-slider-track-background,
.vex-style-dark .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider.mat-slider-disabled .mat-slider-track-background,
.vex-style-dark .mat-slider.mat-slider-disabled .mat-slider-track-fill,
.vex-style-dark .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.vex-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}

.vex-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.vex-style-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.vex-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .vex-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .vex-style-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}

.vex-style-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.vex-style-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}

.vex-style-dark .mat-step-header.cdk-keyboard-focused, .vex-style-dark .mat-step-header.cdk-program-focused, .vex-style-dark .mat-step-header:hover:not([aria-disabled]), .vex-style-dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}

.vex-style-dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}

@media (hover: none) {
  .vex-style-dark .mat-step-header:hover {
    background: none;
  }
}

.vex-style-dark .mat-step-header .mat-step-label,
.vex-style-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}

.vex-style-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-step-header .mat-step-icon-selected,
.vex-style-dark .mat-step-header .mat-step-icon-state-done,
.vex-style-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-accent .mat-step-icon-selected,
.vex-style-dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.vex-style-dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-warn .mat-step-icon {
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-step-header.mat-warn .mat-step-icon-selected,
.vex-style-dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.vex-style-dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}

.vex-style-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-stepper-horizontal, .vex-style-dark .mat-stepper-vertical {
  background-color: #242124;
}

.vex-style-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-horizontal-stepper-header::before,
.vex-style-dark .mat-horizontal-stepper-header::after,
.vex-style-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.vex-style-dark .mat-sort-header-arrow {
  color: #bdbcbd;
}

.vex-style-dark .mat-tab-nav-bar,
.vex-style-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vex-style-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
.vex-style-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.vex-style-dark .mat-tab-label, .vex-style-dark .mat-tab-link {
  color: white;
}

.vex-style-dark .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-tab-header-pagination-chevron {
  border-color: white;
}

.vex-style-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}

.vex-style-dark .mat-tab-group[class*=mat-background-] > .mat-tab-header,
.vex-style-dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.vex-style-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-tab-group.mat-primary .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-tab-group.mat-accent .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-tab-group.mat-warn .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .vex-style-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: rgba(var(--color-primary), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.12;
}

.vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: rgba(var(--color-accent), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.12;
}

.vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.vex-style-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: rgba(var(--color-warn), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.vex-style-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.12;
}

.vex-style-dark .mat-toolbar {
  background: #171517;
  color: white;
}

.vex-style-dark .mat-toolbar.mat-primary {
  background: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.vex-style-dark .mat-toolbar.mat-accent {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.vex-style-dark .mat-toolbar.mat-warn {
  background: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.vex-style-dark .mat-toolbar .mat-form-field-underline,
.vex-style-dark .mat-toolbar .mat-form-field-ripple,
.vex-style-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.vex-style-dark .mat-toolbar .mat-form-field-label,
.vex-style-dark .mat-toolbar .mat-focused .mat-form-field-label,
.vex-style-dark .mat-toolbar .mat-select-value,
.vex-style-dark .mat-toolbar .mat-select-arrow,
.vex-style-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.vex-style-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}

.vex-style-dark .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.vex-style-dark .mat-tree {
  background: #242124;
}

.vex-style-dark .mat-tree-node,
.vex-style-dark .mat-nested-tree-node {
  color: white;
}

.mat-tree-node {
  min-height: 48px;
}

.vex-style-dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.vex-style-dark .mat-simple-snackbar-action {
  color: inherit;
}

.vex-style-light {
  --navigation-background: var(--background-card);
  --sidenav-background: white;
  --toolbar-background: var(--background-card);
  --sidenav-color: var(--text-color);
  --sidenav-item-background-active: #fafafa;
  --sidenav-item-color: var(--text-color);
  --sidenav-item-color-active: var(--text-color);
  --sidenav-item-dropdown-background: #fafafa;
  --sidenav-item-dropdown-background-hover: #f7f7f7;
  --sidenav-item-icon-color: #494B74;
  --sidenav-item-icon-color-active: rgb(var(--color-primary));
  --sidenav-toolbar-background: white;
}

:root {
  --padding-gutter: 1rem;
  --padding: 1.5rem;
  --padding-16: 1rem;
  --padding-12: 0.75rem;
  --padding-8: 0.5rem;
  --padding-4: 0.25rem;
  --color-primary: 92, 119, 255;
  --color-primary-contrast: 255, 255, 255;
  --color-accent: 255, 64, 129;
  --color-accent-contrast: 255, 255, 255;
  --color-warn: 244, 67, 54;
  --color-warn-contrast: 255, 255, 255;
  --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple ColorDef Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto ColorDef Emoji";
  --font-weight-medium: 500;
  --font-caption: 400 12px/20px var(--font);
  --font-body-1: 400 14px/20px var(--font);
  --font-body-2: 500 14px/24px var(--font);
  --font-subheading-1: 400 15px/24px var(--font);
  --font-subheading-2: 400 16px/28px var(--font);
  --font-headline: 400 24px/32px var(--font);
  --font-title: 500 18px/26px var(--font);
  --font-display-1: 400 34px/40px var(--font);
  --font-display-2: 400 45px/48px var(--font);
  --font-display-3: 400 56px/56px var(--font);
  --font-display-4: 300 112px/112px var(--font);
  --trans-ease-in-out: all var(--trans-ease-in-out-duration) var(--trans-ease-in-out-timing-function);
  --trans-ease-in-out-duration: 500ms;
  --trans-ease-in-out-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  --trans-ease-out: all var(--trans-ease-out-duration) var(--trans-ease-out-timing-function);
  --trans-ease-out-duration: 400ms;
  --trans-ease-out-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  --trans-ease-in: all var(--trans-ease-in-duration) var(--trans-ease-in-timing-function);
  --trans-ease-in-duration: 300ms;
  --trans-ease-in-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  --trans-shadow-duration: 280ms;
  --trans-shadow-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --trans-shadow: box-shadow var(--trans-shadow-duration) var(--trans-shadow-timing-function);
  --text-color: rgba(0, 0, 0, 0.87);
  --text-color-light: white;
  --text-secondary: rgba(0, 0, 0, 0.54);
  --text-secondary-light: rgba(255, 255, 255, 0.7);
  --text-hint: rgba(0, 0, 0, 0.38);
  --text-hint-light: rgba(255, 255, 255, 0.5);
  --foreground-divider: rgba(82, 63, 105, 0.06);
  --background-base: rgb(245, 245, 248);
  --background-card: white;
  --background-app-bar: #ebebee;
  --background-hover: rgba(0, 0, 0, 0.04);
  --elevation-default: var(--elevation-z6);
  --elevation-z0: none;
  --elevation-z1: 0px 2px 1px -1px rgba(82, 63, 104, 0.06), 0px 1px 1px 0px rgba(82, 63, 104, 0.042), 0px 1px 3px 0px rgba(82, 63, 104, 0.036);
  --elevation-z2: 0px 3px 1px -2px rgba(82, 63, 104, 0.06), 0px 2px 2px 0px rgba(82, 63, 104, 0.042), 0px 1px 5px 0px rgba(82, 63, 104, 0.036);
  --elevation-z3: 0px 3px 3px -2px rgba(82, 63, 104, 0.06), 0px 3px 4px 0px rgba(82, 63, 104, 0.042), 0px 1px 8px 0px rgba(82, 63, 104, 0.036);
  --elevation-z4: 0px 2px 4px -1px rgba(82, 63, 104, 0.06), 0px 4px 5px 0px rgba(82, 63, 104, 0.042), 0px 1px 10px 0px rgba(82, 63, 104, 0.036);
  --elevation-z5: 0px 3px 5px -1px rgba(82, 63, 104, 0.06), 0px 5px 8px 0px rgba(82, 63, 104, 0.042), 0px 1px 14px 0px rgba(82, 63, 104, 0.036);
  --elevation-z6: 0px 3px 5px -1px rgba(82, 63, 104, 0.06), 0px 6px 10px 0px rgba(82, 63, 104, 0.042), 0px 1px 18px 0px rgba(82, 63, 104, 0.036);
  --elevation-z7: 0px 4px 5px -2px rgba(82, 63, 104, 0.06), 0px 7px 10px 1px rgba(82, 63, 104, 0.042), 0px 2px 16px 1px rgba(82, 63, 104, 0.036);
  --elevation-z8: 0px 5px 5px -3px rgba(82, 63, 104, 0.06), 0px 8px 10px 1px rgba(82, 63, 104, 0.042), 0px 3px 14px 2px rgba(82, 63, 104, 0.036);
  --elevation-z9: 0px 5px 6px -3px rgba(82, 63, 104, 0.06), 0px 9px 12px 1px rgba(82, 63, 104, 0.042), 0px 3px 16px 2px rgba(82, 63, 104, 0.036);
  --elevation-z10: 0px 6px 6px -3px rgba(82, 63, 104, 0.06), 0px 10px 14px 1px rgba(82, 63, 104, 0.042), 0px 4px 18px 3px rgba(82, 63, 104, 0.036);
  --elevation-z11: 0px 6px 7px -4px rgba(82, 63, 104, 0.06), 0px 11px 15px 1px rgba(82, 63, 104, 0.042), 0px 4px 20px 3px rgba(82, 63, 104, 0.036);
  --elevation-z12: 0px 7px 8px -4px rgba(82, 63, 104, 0.06), 0px 12px 17px 2px rgba(82, 63, 104, 0.042), 0px 5px 22px 4px rgba(82, 63, 104, 0.036);
  --elevation-z13: 0px 7px 8px -4px rgba(82, 63, 104, 0.06), 0px 13px 19px 2px rgba(82, 63, 104, 0.042), 0px 5px 24px 4px rgba(82, 63, 104, 0.036);
  --elevation-z14: 0px 7px 9px -4px rgba(82, 63, 104, 0.06), 0px 14px 21px 2px rgba(82, 63, 104, 0.042), 0px 5px 26px 4px rgba(82, 63, 104, 0.036);
  --elevation-z15: 0px 8px 9px -5px rgba(82, 63, 104, 0.06), 0px 15px 22px 2px rgba(82, 63, 104, 0.042), 0px 6px 28px 5px rgba(82, 63, 104, 0.036);
  --elevation-z16: 0px 8px 10px -5px rgba(82, 63, 104, 0.06), 0px 16px 24px 2px rgba(82, 63, 104, 0.042), 0px 6px 30px 5px rgba(82, 63, 104, 0.036);
  --elevation-z17: 0px 8px 11px -5px rgba(82, 63, 104, 0.06), 0px 17px 26px 2px rgba(82, 63, 104, 0.042), 0px 6px 32px 5px rgba(82, 63, 104, 0.036);
  --elevation-z18: 0px 9px 11px -5px rgba(82, 63, 104, 0.06), 0px 18px 28px 2px rgba(82, 63, 104, 0.042), 0px 7px 34px 6px rgba(82, 63, 104, 0.036);
  --elevation-z19: 0px 9px 12px -6px rgba(82, 63, 104, 0.06), 0px 19px 29px 2px rgba(82, 63, 104, 0.042), 0px 7px 36px 6px rgba(82, 63, 104, 0.036);
  --elevation-z20: 0px 10px 13px -6px rgba(82, 63, 104, 0.06), 0px 20px 31px 3px rgba(82, 63, 104, 0.042), 0px 8px 38px 7px rgba(82, 63, 104, 0.036);
  --sidenav-width: 280px;
  --sidenav-collapsed-width: 72px;
  --sidenav-background: #242124;
  --sidenav-color: white;
  --sidenav-item-padding: var(--padding);
  --sidenav-toolbar-background: #201d20;
  --sidenav-item-background-active: #1c1a1c;
  --sidenav-item-color: #A1A2B6;
  --sidenav-item-color-active: white;
  --sidenav-item-icon-color: #494B74;
  --sidenav-item-icon-color-active: rgb(var(--color-primary));
  --sidenav-item-icon-gap: 16px;
  --sidenav-item-icon-size: 24px;
  --sidenav-item-border-color: transparent;
  --sidenav-item-border-color-active: rgb(var(--color-primary));
  --sidenav-item-dropdown-background: #1c1a1c;
  --sidenav-item-dropdown-background-hover: #191719;
  --sidenav-item-dropdown-gap: 12px;
  --toolbar-height: 64px;
  --toolbar-background: white;
  --toolbar-color: rgba(0, 0, 0, 0.87);
  --toolbar-icon-color: rgb(var(--color-primary));
  --secondary-toolbar-background: var(--background-card);
  --secondary-toolbar-height: 54px;
  --navigation-height: 64px;
  --navigation-background: var(--background-card);
  --navigation-color: var(--text-secondary);
  --footer-height: 56px;
  --footer-z-index: 100;
  --footer-background: var(--background-card);
  --footer-color: var(--text-color);
  --footer-elevation: 0 -10px 30px 0 rgba(82, 63, 104, .06);
  --page-layout-header-height: 200px;
  --page-layout-toolbar-height: 64px;
  --blink-scrollbar-width: 12px;
  --default-icon-size: 24px;
  --border-radius: 4px;
}

@media (min-width: 1280px) {
  :root {
    --padding-gutter: 1.5rem;
  }
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: var(--font);
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px var(--font);
  letter-spacing: -0.019em;
  margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px var(--font);
  letter-spacing: -0.011em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px var(--font);
  letter-spacing: -0.009em;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px var(--font);
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px var(--font);
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px var(--font);
  letter-spacing: -0.006em;
}

.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px var(--font);
  letter-spacing: 0;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px var(--font);
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px var(--font);
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px var(--font);
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px var(--font);
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: var(--font);
}

.mat-card {
  font-family: var(--font);
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 18px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: var(--font);
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}

.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: var(--font);
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: var(--font);
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
}

.mat-expansion-panel-header {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.mat-form-field {
  font: 400 14px / 1.25 var(--font);
  letter-spacing: -0.006em;
}

.mat-form-field-wrapper {
  padding-bottom: 1.4375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.25;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}

.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.25em;
  line-height: 1.25;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.9375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.4375em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.43749em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.9375em;
  padding-top: 0.9375em;
}

.mat-form-field-label {
  top: 1.4375em;
}

.mat-form-field-underline {
  bottom: 1.4375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.9166666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.3125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.3125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.4166666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31247em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31246em) scale(0.75);
  }

  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.31245em) scale(0.75);
  }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}

.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.1875em;
  margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.6875em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.68749em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.9375em;
  margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.6875em) scale(0.75);
  width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.68749em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}

.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.125em;
}

.mat-menu-item {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: var(--font);
  font-size: 12px;
}

.mat-radio-button {
  font-family: var(--font);
}

.mat-select {
  font-family: var(--font);
}

.mat-select-trigger {
  height: 1.25em;
}

.mat-slide-toggle-content {
  font-family: var(--font);
}

.mat-slider-thumb-label-text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: var(--font);
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: var(--font);
}

.mat-tab-label, .mat-tab-link {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
  margin: 0;
}

.mat-tooltip {
  font-family: var(--font);
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: var(--font);
}

.mat-list-option {
  font-family: var(--font);
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}

.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-list-option {
  font-size: 16px;
}

.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-list-base .mat-subheader {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}

.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-list-base[dense] .mat-subheader {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: var(--font);
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px / 24px var(--font);
  letter-spacing: -0.006em;
}

.mat-simple-snackbar {
  font-family: var(--font);
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: var(--font);
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}

.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}

.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}

[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/
}

@keyframes cdk-text-field-autofill-end { /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}

.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}

.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}

.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: black;
}

.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: black;
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-primary), 1);
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-accent), 1);
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(var(--color-warn), 1);
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-primary), 1);
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-accent), 1);
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: rgba(var(--color-warn), 1);
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: black;
}

.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: white;
  color: black;
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: black;
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: rgba(var(--color-primary-contrast), 1);
  background: rgba(var(--color-primary), 1);
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-badge-warn .mat-badge-content {
  color: rgba(var(--color-warn-contrast), 1);
  background: rgba(var(--color-warn), 1);
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: black;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: rgba(var(--color-primary), 1);
}

.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: rgba(var(--color-accent), 1);
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: rgba(var(--color-warn), 1);
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(82, 63, 105, 0.06);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: black;
  background-color: white;
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: rgba(var(--color-primary), 1);
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: black;
  background: white;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #f5f3f6;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #f5f3f6;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #f5f3f6;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: black;
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #f5f3f6;
}

.mat-card {
  background: white;
  color: black;
}

.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: rgba(var(--color-primary), 1);
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: rgba(var(--color-accent), 1);
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: rgba(var(--color-warn), 1);
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: rgba(var(--color-primary), 1);
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: rgba(var(--color-accent), 1);
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: rgba(var(--color-warn), 1);
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: black;
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: black;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.1;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.1;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.1;
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(82, 63, 105, 0.06);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: black;
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(82, 63, 105, 0.06);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: black;
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(82, 63, 105, 0.12);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(var(--color-primary), 1);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-primary), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-primary-contrast), 1);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-primary), 1);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-primary), 1);
  }
}

.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: black;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(var(--color-accent), 1);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-accent), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-accent-contrast), 1);
}

.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-accent), 1);
}

@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-accent), 1);
  }
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(var(--color-warn), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(var(--color-warn), 1) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(var(--color-warn-contrast), 1);
}

.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(var(--color-warn), 1);
}

@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(var(--color-warn), 1);
  }
}

.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
  color: rgba(var(--color-primary), 1);
}

.mat-datepicker-toggle-active.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-datepicker-toggle-active.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: black;
}

.mat-divider {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-divider-vertical {
  border-right-color: rgba(82, 63, 105, 0.06);
}

.mat-expansion-panel {
  background: white;
  color: black;
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}

.mat-expansion-panel-header-title {
  color: black;
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-focused .mat-form-field-required-marker {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-ripple {
  background-color: rgba(82, 63, 105, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: rgba(var(--color-warn), 1);
}

.mat-error {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(82, 63, 105, 0.42) 0%, rgba(82, 63, 105, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(82, 63, 105, 0.42) 0%, rgba(82, 63, 105, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(82, 63, 105, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(82, 63, 105, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(82, 63, 105, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(82, 63, 105, 0.06);
}

.mat-icon.mat-primary {
  color: rgba(var(--color-primary), 1);
}

.mat-icon.mat-accent {
  color: rgba(var(--color-accent), 1);
}

.mat-icon.mat-warn {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: rgba(var(--color-primary), 1);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: rgba(var(--color-warn), 1);
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: rgba(var(--color-warn), 1);
}

.mat-list-base .mat-list-item {
  color: black;
}

.mat-list-base .mat-list-option {
  color: black;
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: white;
}

.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: black;
}

.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-progress-bar-background {
  fill: rgba(var(--color-primary), 0.1);
}

.mat-progress-bar-buffer {
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-progress-bar-fill::after {
  background-color: rgba(var(--color-primary), 1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: rgba(var(--color-accent), 0.1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-accent), 1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: rgba(var(--color-warn), 0.1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: rgba(var(--color-warn), 1);
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: rgba(var(--color-primary), 1);
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: rgba(var(--color-accent), 1);
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: rgba(var(--color-warn), 1);
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-primary), 1);
}

.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-primary), 1);
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-accent), 1);
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-accent), 1);
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgba(var(--color-warn), 1);
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: rgba(var(--color-warn), 1);
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: black;
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: rgba(var(--color-primary), 1);
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: rgba(var(--color-accent), 1);
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: rgba(var(--color-warn), 1);
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: black;
}

.mat-drawer {
  background-color: white;
  color: black;
}

.mat-drawer.mat-drawer-push {
  background-color: white;
}

.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(82, 63, 105, 0.06);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(82, 63, 105, 0.06);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(82, 63, 105, 0.06);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: rgba(var(--color-primary), 1);
}

.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(var(--color-primary), 1);
  opacity: 0.2;
}

.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: rgba(var(--color-accent), 1);
}

.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(var(--color-accent), 1);
  opacity: 0.2;
}

.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: rgba(var(--color-warn), 1);
}

.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(var(--color-warn), 1);
  opacity: 0.2;
}

.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-step-header.mat-accent .mat-step-icon {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-step-header.mat-warn .mat-step-icon {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: rgba(var(--color-warn), 1);
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: black;
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: rgba(var(--color-warn), 1);
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(82, 63, 105, 0.06);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(82, 63, 105, 0.06);
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(82, 63, 105, 0.06);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(82, 63, 105, 0.06);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: black;
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: black;
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: rgba(var(--color-primary), 1);
}

.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: rgba(var(--color-accent), 1);
}

.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: rgba(var(--color-warn), 1);
}

.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-primary), 0.1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: rgba(var(--color-primary), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-primary-contrast), 1);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.4;
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-primary-contrast), 1);
  opacity: 0.12;
}

.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-accent), 0.1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: rgba(var(--color-accent), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-accent-contrast), 1);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.4;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-accent-contrast), 1);
  opacity: 0.12;
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(var(--color-warn), 0.1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: rgba(var(--color-warn), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(var(--color-warn-contrast), 1);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.4;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(var(--color-warn-contrast), 1);
  opacity: 0.12;
}

.mat-toolbar {
  background: #ebebee;
  color: black;
}

.mat-toolbar.mat-primary {
  background: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary-contrast), 1);
}

.mat-toolbar.mat-accent {
  background: rgba(var(--color-accent), 1);
  color: rgba(var(--color-accent-contrast), 1);
}

.mat-toolbar.mat-warn {
  background: rgba(var(--color-warn), 1);
  color: rgba(var(--color-warn-contrast), 1);
}

.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: black;
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: rgba(var(--color-accent), 1);
}

.horizontal-layout {
  --navigation-height: 0px;
  --toolbar-width: 100%;
}

@media (min-width: 1280px) {
  .horizontal-layout {
    --toolbar-width: calc(100% - var(--sidenav-width));
  }

  .horizontal-layout.sidenav-collapsed {
    --toolbar-width: calc(100% - var(--sidenav-collapsed-width));
  }
}

.horizontal-layout .sidenav-container {
  /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
     causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
  flex: 1;
}

.horizontal-layout.has-fixed-footer.scroll-disabled .content {
  height: calc(100% - var(--toolbar-height) - var(--footer-height));
}

@media (min-width: 1280px) {
  body:not([dir=rtl]) .horizontal-layout.sidenav-collapsed .sidenav-content {
    margin-left: var(--sidenav-collapsed-width) !important;
    margin-right: 0 !important;
  }

  body:not([dir=rtl]) .horizontal-layout:not(.sidenav-collapsed) .sidenav-content {
    margin-left: var(--sidenav-width) !important;
    margin-right: 0 !important;
  }

  [dir=rtl] .horizontal-layout.sidenav-collapsed .sidenav-content {
    margin-right: var(--sidenav-collapsed-width) !important;
    margin-left: 0 !important;
  }

  [dir=rtl] .horizontal-layout:not(.sidenav-collapsed) .sidenav-content {
    margin-right: var(--sidenav-width) !important;
    margin-left: 0 !important;
  }
}

.vertical-layout {
  --toolbar-width: 100%;
}

.vertical-layout vex-secondary-toolbar .h-14 {
  display: none;
}

.vertical-layout vex-secondary-toolbar .fixed {
  background: none;
  border-top: none;
  box-shadow: none;
  margin-bottom: calc(var(--padding-16) * -1);
  padding-top: var(--padding-12);
  position: relative;
  top: 0;
}

.vertical-layout.content-container > .sidenav-container > .sidenav-content > .content {
  margin-left: auto;
  margin-right: auto;
}

.vertical-layout.has-fixed-footer.scroll-disabled .content {
  height: calc(100% - var(--toolbar-height) - var(--footer-height));
}

@media print {
  html, body {
    height: auto !important;
    overflow: initial !important;
  }

  .vex-toolbar, .sidenav {
    display: none !important;
  }

  .content {
    margin-top: 0 !important;
  }

  .mat-drawer-container {
    overflow: visible !important;
  }

  .mat-drawer-side {
    border-right: none !important;
  }

  .sidenav-content {
    margin-left: 0 !important;
    background-color: var(--background-card);
  }

  .vex-footer {
    display: none !important;
  }

  .config-panel-toggle {
    display: none !important;
  }
}

/*
  InterDynamicTracking takes the font size in points
  or pixels and returns the compensating tracking in EM.
  function InterDynamicTracking(fontSize) {
    const a = -0.0223
    const b = 0.185
    const c = -0.1745;
    // tracking = a + b * e ^ (c * fontSize)
    return a + b * Math.pow(Math.E, c * fontSize)
  }
*/

.display-4 {
  font: 300 112px / 112px var(--font);
  letter-spacing: -0.05em;
}

.display-3 {
  font: 400 56px / 56px var(--font);
  letter-spacing: -0.02em;
}

.display-2 {
  font: 400 45px / 48px var(--font);
  letter-spacing: -0.005em;
}

.display-1, h1 {
  font: 400 34px / 40px var(--font);
  letter-spacing: normal;
}

.headline, h2 {
  font: 400 24px / 32px var(--font);
  letter-spacing: -0.019em;
}

.title, h3 {
  font: 500 18px / 26px var(--font);
  letter-spacing: -0.014em;
}

.subheading-2, h4 {
  font: 400 16px / 28px var(--font);
  letter-spacing: -0.011em;
}

.subheading-1, h5 {
  font: 400 15px / 24px var(--font);
  letter-spacing: -0.009em;
}

.body-2, h6 {
  font: 500 14px / 24px var(--font);
  letter-spacing: -0.006em;
}

.body-1, p {
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
}

.caption {
  font: 400 12px / 20px var(--font);
  letter-spacing: 0;
}

.text-xs {
  letter-spacing: 0;
}

.text-sm {
  letter-spacing: -0.009em;
}

.text-base {
  letter-spacing: -0.011em;
}

.text-lg {
  letter-spacing: -0.014em;
}

.text-2xl {
  letter-spacing: -0.019em;
}

.text-3xl {
  letter-spacing: -0.021em;
}

.mat-icon,
.mat-icon-button .mat-icon {
  font-size: var(--default-icon-size);
  height: unset;
  width: unset;
}

.ic-inline > svg {
  display: inline-block;
}

ic-icon:not(.ic-inline) > svg,
.iconify:not(.ic-inline) > svg {
  margin: 0 auto;
  vertical-align: middle;
}

.vex-scrollblock {
  position: fixed;
  width: 100%;
}

body.is-blink ::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  height: var(--blink-scrollbar-width);
  width: var(--blink-scrollbar-width);
}

body.is-blink ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

body.is-blink ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: var(--blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
}

body.is-blink ::-webkit-scrollbar-thumb:active {
  border-radius: var(--blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
}

.mat-icon-button .mat-button-wrapper > *,
.mat-menu-item .mat-icon,
.mat-button .mat-icon {
  vertical-align: middle !important;
}

.mat-form-field-suffix .mat-icon-button .mat-icon, .mat-form-field-prefix .mat-icon-button .mat-icon {
  font-size: inherit;
}

.mat-table mat-row,
.mat-table mat-header-row,
.mat-table mat-footer-row,
.mat-table th.mat-header-cell,
.mat-table td.mat-cell,
.mat-table td.mat-footer-cell {
  border-bottom-color: var(--foreground-divider);
}

.mat-form-field {
  margin-bottom: 4px;
}

.mat-primary.mat-form-field .mat-form-field-prefix,
.mat-primary.mat-form-field .mat-form-field-suffix {
  transition: var(--trans-ease-out);
}

.mat-primary.mat-form-field.mat-focused .mat-form-field-prefix, .mat-primary.mat-form-field.mat-focused .mat-form-field-suffix {
  color: rgb(var(--color-primary));
}

.mat-form-field.mat-form-field-invalid.mat-focused .mat-form-field-prefix, .mat-form-field.mat-form-field-invalid.mat-focused .mat-form-field-suffix {
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
}

.mat-table .mat-cell,
.mat-table .mat-header-cell {
  box-sizing: content-box;
  padding-left: var(--padding-12);
  padding-right: var(--padding-12);
  white-space: nowrap;
}

.mat-paginator-page-size-select.mat-form-field .mat-form-field-flex {
  padding-top: 0;
}

.mat-menu-item ic-icon {
  margin-inline-end: var(--padding-16);
  vertical-align: middle;
}

.mat-menu-item ic-icon > svg {
  vertical-align: middle;
}

.mat-select-panel {
  font-size: 1rem;
  letter-spacing: -0.011em;
}

.mat-drawer-side {
  border: 0;
}

textarea.mat-input-element {
  line-height: 1.5;
}

.vex-flex-form-field .mat-form-field-infix {
  width: 50px;
}

.vex-dense-form-field {
  margin-bottom: -1.34375em;
}

.vex-dense-form-field.mat-form-field-appearance-outline .mat-form-field-infix {
  padding-top: 4px;
}

.vex-tabs .mat-tab-label.mat-tab-label-active {
  opacity: 1;
}

.vex-tabs .mat-tab-link.mat-tab-label-active {
  opacity: 1;
}

.vex-tabs-dense .mat-tab-label {
  min-width: 0;
}

.uppercase > * > .mat-sort-header-button {
  text-transform: uppercase;
}

.mat-card-image {
  max-width: none;
}

/*
.mat-button-focus-overlay {
  background: rgba(var(--palette-foreground-base), 1);
}
.mat-checkbox .mat-ripple-element {
  background-color: rgb(var(--palette-foreground-base));
}
.mat-option.mat-option-disabled {
  color: rgba(var(--palette-foreground-hint-text), 0.38);
}
*/

.apexcharts-legend-text {
  margin-left: 4px;
  top: -1px;
}

body .apexcharts-tooltip.light {
  background: var(--background-card);
}

.vex-layout-ares {
  --footer-background: var(--background-base);
  --sidenav-background: var(--background-base);
  --toolbar-background: var(--background-base);
  --sidenav-color: var(--text-color);
  --sidenav-item-background-active: var(--background-card);
  --sidenav-item-color: var(--text-color);
  --sidenav-item-color-active: var(--text-color);
  --sidenav-item-dropdown-background: var(--background-base);
  --sidenav-item-dropdown-background-hover: var(--background-hover);
  --secondary-toolbar-background: var(--background-base);
  --sidenav-toolbar-background: var(--background-base);
  --secondary-toolbar-height: 64px;
}

.vex-layout-ares .sidenav {
  border: none;
}

.vex-layout-ares .sidenav vex-sidenav-item .item {
  width: unset;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vex-layout-ares .sidenav vex-sidenav-item .item.active {
  --tw-shadow: var(--elevation-z6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-0 > .item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-1 .item.active {
  font-weight: 500;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-1 .item.active .item-label {
  color: var(--text-color);
}

.vex-layout-ares .sidenav vex-sidenav-item .item-level-1 .item:hover .item-label {
  color: var(--text-color);
}

.vex-layout-ares .sidenav-collapsed .sidenav vex-sidenav-item .item {
  margin-left: 0;
  margin-right: 0;
}

.vex-layout-ares vex-secondary-toolbar {
  overflow: hidden;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.vex-layout-ares vex-secondary-toolbar .secondary-toolbar {
  margin-bottom: calc(var(--padding-gutter) * -1);
  border-top-width: 0;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ares vex-footer {
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.vex-layout-ares .vex-page-layout-header {
  background: var(--background-base);
  color: var(--text-color);
}

.vex-layout-ares .vex-page-layout-header vex-breadcrumbs .text-hint {
  color: var(--text-hint) !important;
}

.vex-layout-ares.vex-style-default {
  --sidenav-item-background-active: rgb(var(--color-primary));
  --sidenav-item-color-active: rgb(var(--color-primary-contrast));
  --sidenav-item-dropdown-color-hover: var(--text-color);
  --sidenav-item-icon-color-active: rgb(var(--color-primary-contrast));
}

.vex-layout-hermes {
  --toolbar-height: 100px;
  --secondary-toolbar-background: var(--background-base);
  --secondary-toolbar-height: 64px;
}

.vex-layout-hermes.vex-style-light {
  --toolbar-background: var(--background-base);
}

.vex-layout-hermes.vex-style-default {
  --navigation-background: #242124;
  --toolbar-background: #312d31;
  --navigation-color: white;
  --toolbar-color: white;
}

.vex-layout-hermes.vex-style-dark {
  --toolbar-background: var(--background-base);
}

@media (min-width: 1280px) {
  .vex-layout-hermes .sidenav {
    display: none;
  }
}

.vex-layout-hermes vex-secondary-toolbar .secondary-toolbar {
  margin-bottom: calc(var(--padding-gutter) * -1);
  border-top-width: 0;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.vex-layout-ikaros {
  --navigation-height: 0px;
}

.vex-layout-ikaros.vex-style-default {
  --toolbar-background: #242124;
  --navigation-color: white;
  --toolbar-color: white;
}

/* You can add global styles to this file, and also import other style files */

html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  font: 400 14px / 20px var(--font);
  letter-spacing: -0.006em;
  line-height: 1.5;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern";
}

div {
  box-sizing: border-box;
}

:root {
  --color-accent: 112, 50, 177;
  --color-blue: 22, 32, 141;
  --color-primary: 125, 206, 181;
}

.mat-simple-snackbar-action > button {
  color: rgba(var(--color-primary));
}

th.mat-sort-header-text-right > div {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

th.mat-sort-header-text-right > div .mat-sort-header-content {
  margin-left: 6px;
}

.label-grey {
  background-color: #d1cfe2;
  border: 1px solid #d1cfe2;
  color: #d1cfe2;
}

.label-green {
  background-color: #ddedea;
  border: 1px solid #ddedea;
  color: #ddedea;
}

.label-amber {
  background-color: #fcf4dd;
  border: 1px solid #fcf4dd;
  color: #fcf4dd;
}

.label-red {
  background-color: #fce1e4;
  border: 1px solid #fce1e4;
  color: #fce1e4;
}

.inner-section-tab-card {
  min-height: 300px;
}

.custom-disabled .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label.mat-form-field-empty {
  color: rgba(0, 0, 0, 0.3) !important;
}

.custom-disabled .mat-select-disabled .mat-select-value,
.custom-disabled .mat-input-element:disabled {
  color: rgb(0, 0, 0) !important;
}

.custom-disabled .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6) !important;
}

.custom-disabled .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(82, 63, 105, 0.12);
}

.custom-disabled .swal2-html-container {
  white-space: pre-line;
}

.extra-filters-active::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid white;
  right: 0;
  top: 0;
  background-color: red;
  border-radius: 6px;
  display: inline-block;
}

.mat-row:nth-child(even) {
  background-color: #FFFFFF;
}

.mat-row:nth-child(odd) {
  background-color: #FBFBFB;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/swiper/swiper-bundle.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

:host{
  position:relative;
  display:block;
  margin-left:auto;
  margin-right:auto;
  z-index:1
}

.swiper{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
  display:block
}

.swiper-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing:content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-horizontal{
  touch-action:pan-y
}

.swiper-vertical{
  touch-action:pan-x
}

.swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
  display:block
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide{
  height:auto
}

.swiper-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-backface-hidden .swiper-slide{
  transform:translateZ(0);
  backface-visibility:hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px
}

.swiper-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-3d{
  perspective:1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{
  transform-style:preserve-3d
}

.swiper-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper{
  scroll-snap-type:x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{
  scroll-snap-type:y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{
  scroll-snap-type:none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before{
  content:'';
  flex-shrink:0;
  order:9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:center center;
  scroll-snap-stop:always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  margin-inline-start:var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
  margin-block-start:var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{
  width:100%;
  min-width:1px;
  height:var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-3d .swiper-slide-shadow{
  background:rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{
  animation:swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@keyframes swiper-preloader-spin{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

.swiper-virtual .swiper-slide{
  -webkit-backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  pointer-events:none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{
  height:1px;
  width:var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{
  width:1px;
  height:var(--swiper-virtual-size)
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:var(--swiper-navigation-top-offset,50%);
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{
  opacity:0;
  cursor:auto;
  pointer-events:none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{
  display:none!important
}

.swiper-button-next svg,.swiper-button-prev svg{
  width:100%;
  height:100%;
  object-fit:contain;
  transform-origin:center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{
  transform:rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next{
  left:var(--swiper-navigation-sides-offset,10px);
  right:auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-lock{
  display:none
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:var(--swiper-pagination-bottom,8px);
  top:var(--swiper-pagination-top,auto);
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33)
}

.swiper-pagination-bullet{
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display:inline-block;
  border-radius:var(--swiper-pagination-bullet-border-radius,50%);
  background:var(--swiper-pagination-bullet-inactive-color,#000);
  opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet:only-child{
  display:none!important
}

.swiper-pagination-bullet-active{
  opacity:var(--swiper-pagination-bullet-opacity, 1);
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{
  right:var(--swiper-pagination-right,8px);
  left:var(--swiper-pagination-left,auto);
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display:block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-fraction{
  color:var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar{
  background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:var(--swiper-pagination-progressbar-size,4px);
  left:0;
  top:0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{
  width:var(--swiper-pagination-progressbar-size,4px);
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  position:relative;
  touch-action:none;
  background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{
  position:absolute;
  left:var(--swiper-scrollbar-sides-offset,1%);
  bottom:var(--swiper-scrollbar-bottom,4px);
  top:var(--swiper-scrollbar-top,auto);
  z-index:50;
  height:var(--swiper-scrollbar-size,4px);
  width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{
  position:absolute;
  left:var(--swiper-scrollbar-left,auto);
  right:var(--swiper-scrollbar-right,4px);
  top:var(--swiper-scrollbar-sides-offset,1%);
  z-index:50;
  width:var(--swiper-scrollbar-size,4px);
  height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move;
  touch-action:none
}

.swiper .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-grid>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-grid-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-fade.swiper-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-fade .swiper-slide-active{
  pointer-events:auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper.swiper-cube{
  overflow:visible
}

.swiper-cube .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-cube.swiper-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  opacity:.6;
  z-index:0
}

.swiper-cube .swiper-cube-shadow:before{
  content:'';
  background:#000;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  filter:blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper.swiper-flip{
  overflow:visible
}

.swiper-flip .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1
}

.swiper-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper-creative .swiper-slide{
  backface-visibility:hidden;
  overflow:hidden;
  transition-property:transform,opacity,height
}

.swiper.swiper-cards{
  overflow:visible
}

.swiper-cards .swiper-slide{
  transform-origin:center bottom;
  backface-visibility:hidden;
  overflow:hidden
}

/*# sourceMappingURL=styles.css.map*/